· 7 years ago · Dec 24, 2018, 04:44 PM
1--https://github.com/Mokiros/roblox-FE-compatibility
2if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
3local Player,game,owner = owner,game
4local RealPlayer = Player
5do
6 print("FE Compatibility code by Mokiros")
7 local rp = RealPlayer
8 script.Parent = rp.Character
9
10 --RemoteEvent for communicating
11 local Event = Instance.new("RemoteEvent")
12 Event.Name = "UserInput_Event"
13
14 --Fake event to make stuff like Mouse.KeyDown work
15 local function fakeEvent()
16 local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
17 t.connect = t.Connect
18 return t
19 end
20
21 --Creating fake input objects with fake variables
22 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
23 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26 end}
27 --Merged 2 functions into one by checking amount of arguments
28 CAS.UnbindAction = CAS.BindAction
29
30 --This function will trigger the events that have been :Connect()'ed
31 local function te(self,ev,...)
32 local t = m[ev]
33 if t and t._fakeEvent then
34 for _,f in pairs(t.Functions) do
35 f(...)
36 end
37 end
38 end
39 m.TrigEvent = te
40 UIS.TrigEvent = te
41
42 Event.OnServerEvent:Connect(function(plr,io)
43 if plr~=rp then return end
44 m.Target = io.Target
45 m.Hit = io.Hit
46 if not io.isMouse then
47 local b = io.UserInputState == Enum.UserInputState.Begin
48 if io.UserInputType == Enum.UserInputType.MouseButton1 then
49 return m:TrigEvent(b and "Button1Down" or "Button1Up")
50 end
51 if io.UserInputType == Enum.UserInputType.MouseButton2 then
52 return m:TrigEvent(b and "Button2Down" or "Button2Up")
53 end
54 for _,t in pairs(CAS.Actions) do
55 for _,k in pairs(t.Keys) do
56 if k==io.KeyCode then
57 t.Function(t.Name,io.UserInputState,io)
58 end
59 end
60 end
61 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
62 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
63 end
64 end)
65 Event.Parent = NLS([==[
66 local Player = game:GetService("Players").LocalPlayer
67 local Event = script:WaitForChild("UserInput_Event")
68
69 local Mouse = Player:GetMouse()
70 local UIS = game:GetService("UserInputService")
71 local input = function(io,a)
72 if a then return end
73 --Since InputObject is a client-side instance, we create and pass table instead
74 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
75 end
76 UIS.InputBegan:Connect(input)
77 UIS.InputEnded:Connect(input)
78
79 local h,t
80 --Give the server mouse data 30 times every second, but only if the values changed
81 --If player is not moving their mouse, client won't fire events
82 while wait(1/30) do
83 if h~=Mouse.Hit or t~=Mouse.Target then
84 h,t=Mouse.Hit,Mouse.Target
85 Event:FireServer({isMouse=true,Target=t,Hit=h})
86 end
87 end]==],Player.Character)
88
89 ----Sandboxed game object that allows the usage of client-side methods and services
90 --Real game object
91 local _rg = game
92
93 --Metatable for fake service
94 local fsmt = {
95 __index = function(self,k)
96 local s = rawget(self,"_RealService")
97 if s then
98 return typeof(s[k])=="function"
99 and function(_,...)return s[k](s,...)end or s[k]
100 end
101 end,
102 __newindex = function(self,k,v)
103 local s = rawget(self,"_RealService")
104 if s then s[k]=v 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 rawget(self,s) or _rg:GetService(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 RunService = FakeService({
123 _btrs = {},
124 RenderStepped = _rg:GetService("RunService").Heartbeat,
125 BindToRenderStep = function(self,name,_,fun)
126 self._btrs[name] = self.Heartbeat:Connect(fun)
127 end,
128 UnbindFromRenderStep = function(self,name)
129 self._btrs[name]:Disconnect()
130 end,
131 },"RunService")
132 }
133 rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
134 g.service = g.GetService
135 FakeService(g,game)
136 --Changing owner to fake player object to support owner:GetMouse()
137 game,owner = g,g.Players.LocalPlayer
138end
139
140local p = game.Players.LocalPlayer--300899323
141local char = p.Character
142local mouse = p:GetMouse()
143local larm = char["Left Arm"]
144local rarm = char["Right Arm"]
145local lleg = char["Left Leg"]
146local rleg = char["Right Leg"]
147local hed = char.Head
148local torso = char.Torso
149local hum = char.Humanoid
150local cam = game.Workspace.CurrentCamera
151local root = char.HumanoidRootPart
152local rj = root.RootJoint
153local deb = false
154local shot = 0
155local stanceToggle = "Idle1"
156local l = game:GetService("Lighting")
157local rs = game:GetService("RunService").RenderStepped
158local hb = game:GetService("RunService").Heartbeat
159local Stepped = game:GetService("RunService").Stepped
160math.randomseed(os.time())
161hum.JumpPower = 100
162hed.face:Remove()
163----------------------------------------------------
164fat = Instance.new("BindableEvent",script)
165fat.Name = "Heartbeat"
166
167script:WaitForChild("Heartbeat")
168
169frame = 1/30
170tf = 0
171allowframeloss = 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.
172tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
173lastframe = tick()
174script.Heartbeat:Fire() --ayy lmao
175
176game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
177 tf = tf + s
178 if tf >= frame then
179 if allowframeloss then
180 script.Heartbeat:Fire()
181 lastframe=tick()
182 else
183 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
184 for i=1, math.floor(tf/frame) do
185 script.Heartbeat:Fire()
186 end
187 lastframe=tick()
188 end
189 if tossremainder then
190 tf = 0
191 else
192 tf = tf - frame * math.floor(tf/frame)
193 end
194 end
195end)
196----------------------------------------------------
197for i,v in pairs(char:children()) do
198 if v:IsA("Hat") then
199 v:Destroy()
200 end
201end
202for i,v in pairs (hed:GetChildren()) do
203 if v:IsA("Sound") then
204 v:Destroy()
205 end
206end
207----------------------------------------------------
208Debounces = {
209CanAttack = true;
210CanJoke = true;
211NoIdl = false;
212Slashing = false;
213Slashed = false;
214ks = false;
215}
216----------------------------------------------------
217function weld5(part0, part1, c0, c1)
218 weeld=Instance.new("Weld", part0)
219 weeld.Part0=part0
220 weeld.Part1=part1
221 weeld.C0=c0
222 weeld.C1=c1
223 return weeld
224end
225----------------------------------------------------
226function NewPart(prnt,siz,cf,trans,anc,mat,col)
227 local prt=Instance.new("Part")
228 prt.Parent=prnt
229 prt.Name="Part"
230 prt.Size=siz
231 prt.CanCollide=false
232 prt.Anchored=anc
233 prt.Locked=true
234 prt.Transparency = trans
235 prt.TopSurface=10
236 prt.BottomSurface=10
237 prt.FrontSurface=10
238 prt.BackSurface=10
239 prt.LeftSurface=10
240 prt.RightSurface=10
241 prt:BreakJoints()
242 prt.CFrame=cf or CFrame.new(30,10,30)
243 prt.Material=mat
244 prt.BrickColor=BrickColor.new(col)
245 m=Instance.new("SpecialMesh",prt)
246 m.MeshType=6
247 return prt
248end
249----------------------------------------------------
250function lerp(a, b, t) -- Linear interpolation
251 return a + (b - a)*t
252end
253
254function slerp(a, b, t) --Spherical interpolation
255 dot = a:Dot(b)
256 if dot > 0.99999 or dot < -0.99999 then
257 return t <= 0.5 and a or b
258 else
259 r = math.acos(dot)
260 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
261 end
262end
263
264function matrixInterpolate(a, b, t)
265 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
266 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
267 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
268 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
269 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
270 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
271 local t = v1:Dot(v2)
272 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
273 return CFrame.new()
274 end
275 return CFrame.new(
276 v0.x, v0.y, v0.z,
277 v1.x, v1.y, v1.z,
278 v2.x, v2.y, v2.z,
279 v3.x, v3.y, v3.z)
280end
281----------------------------------------------------
282function genWeld(a,b)
283 local w = Instance.new("Weld",a)
284 w.Part0 = a
285 w.Part1 = b
286 return w
287end
288function weld(a, b)
289 local weld = Instance.new("Weld")
290 weld.Name = "W"
291 weld.Part0 = a
292 weld.Part1 = b
293 weld.C0 = a.CFrame:inverse() * b.CFrame
294 weld.Parent = a
295 return weld;
296end
297----------------------------------------------------
298function Lerp(c1,c2,al)
299 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
300 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
301 for i,v in pairs(com1) do
302 com1[i] = v+(com2[i]-v)*al
303 end
304 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
305end
306----------------------------------------------------
307newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
308 local wld = Instance.new("Weld", wp1)
309 wld.Part0 = wp0
310 wld.Part1 = wp1
311 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
312end
313----------------------------------------------------
314newWeld(torso, larm, -1.5, 0.5, 0)
315larm.Weld.C1 = CFrame.new(0, 0.5, 0)
316newWeld(torso, rarm, 1.5, 0.5, 0)
317rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
318newWeld(torso, hed, 0, 1.5, 0)
319newWeld(torso, lleg, -0.5, -1, 0)
320lleg.Weld.C1 = CFrame.new(0, 1, 0)
321newWeld(torso, rleg, 0.5, -1, 0)
322rleg.Weld.C1 = CFrame.new(0, 1, 0)
323newWeld(root, torso, 0, -1, 0)
324torso.Weld.C1 = CFrame.new(0, -1, 0)
325----------------------------------------------------
326z = Instance.new("Sound",char) --Smile: print("☺")
327z.SoundId = "rbxassetid://403445112"--410761150, 411368002
328z.Looped = true
329z.Pitch = 0.72
330z.Volume = 1
331wait(0.1)
332z:Play()
333----------------------------------------------------
334New = function(Object, Parent, Name, Data)
335 local Object = Instance.new(Object)
336 for Index, Value in pairs(Data or {}) do
337 Object[Index] = Value
338 end
339 Object.Parent = Parent
340 Object.Name = Name
341 return Object
342end
343----------------------------------------------------
344pr = Instance.new("Part",hed)
345pr.BrickColor = BrickColor.new("Black")
346pr.Material = "Metal"
347pr.Reflectance = 0.04
348pr.Anchored = false
349pr.CanCollide = false
350pr.Archivable = false
351pr.Locked = true
352pr.Size = Vector3.new(2,0.8,1)
353prm = Instance.new("SpecialMesh",pr)
354prm.MeshType = "FileMesh"
355prm.MeshId = "rbxassetid://16952952"
356prm.Scale = Vector3.new(1,1,1)
357newWeld(hed, pr, 0, 0.35, 0)
358pr.Weld.C1 = CFrame.new(0,0,0)
359--Left Arm
360m = Instance.new("Model")
361m.Name = "LeftArm"
362p1 = Instance.new("Part", m)
363p1.BrickColor = BrickColor.new("Lime green")
364p1.Material = Enum.Material.Granite
365p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
366p1.Size = Vector3.new(1, 0.200000048, 1)
367p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
368p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
369p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
370p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
371p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
372p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
373b1 = Instance.new("SpecialMesh", p1)
374b1.MeshType = Enum.MeshType.Brick
375b1.Name = "Mesh"
376b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
377p2 = Instance.new("Part", m)
378p2.BrickColor = BrickColor.new("Lime green")
379p2.Material = Enum.Material.Granite
380p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
381p2.Size = Vector3.new(1, 0.200000048, 1)
382p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
383p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
384p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
385p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
386p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
387p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
388b2 = Instance.new("SpecialMesh", p2)
389b2.MeshType = Enum.MeshType.Brick
390b2.Name = "Mesh"
391b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
392p3 = Instance.new("Part", m)
393p3.BrickColor = BrickColor.new("Lime green")
394p3.Material = Enum.Material.Granite
395p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
396p3.Size = Vector3.new(1, 0.200000048, 1)
397p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
398p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
399p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
400p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
401p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
402p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
403b3 = Instance.new("SpecialMesh", p3)
404b3.MeshType = Enum.MeshType.Brick
405b3.Name = "Mesh"
406b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
407p4 = Instance.new("Part", m)
408p4.BrickColor = BrickColor.new("Black")
409p4.Material = Enum.Material.SmoothPlastic
410p4.Name = "LeftArmPlate"
411p4.Size = Vector3.new(1, 2, 1)
412p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
413p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
414p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
415p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
416p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
417p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
418b4 = Instance.new("SpecialMesh", p4)
419b4.MeshType = Enum.MeshType.Brick
420b4.Name = "Mesh"
421b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
422p5 = Instance.new("Part", m)
423p5.BrickColor = BrickColor.new("Lime green")
424p5.Material = Enum.Material.Granite
425p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
426p5.Size = Vector3.new(1, 0.200000048, 1)
427p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
428p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
429p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
430p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
431p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
432p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
433b5 = Instance.new("SpecialMesh", p5)
434b5.MeshType = Enum.MeshType.Brick
435b5.Name = "Mesh"
436b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
437p6 = Instance.new("Part", m)
438p6.BrickColor = BrickColor.new("Lime green")
439p6.Material = Enum.Material.Granite
440p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
441p6.Size = Vector3.new(1, 0.200000048, 1)
442p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
443p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
444p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
445p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
446p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
447p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
448b6 = Instance.new("SpecialMesh", p6)
449b6.MeshType = Enum.MeshType.Brick
450b6.Name = "Mesh"
451b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
452p7 = Instance.new("Part", m)
453p7.BrickColor = BrickColor.new("Lime green")
454p7.Material = Enum.Material.Granite
455p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
456p7.FormFactor = Enum.FormFactor.Custom
457p7.Size = Vector3.new(1, 0.200000048, 1)
458p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
459p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
460p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
461p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
462p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
463p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
464b7 = Instance.new("SpecialMesh", p7)
465b7.MeshType = Enum.MeshType.Brick
466b7.Name = "Mesh"
467b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
468p8 = Instance.new("Part", m)
469p8.BrickColor = BrickColor.new("Lime green")
470p8.Material = Enum.Material.Granite
471p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
472p8.FormFactor = Enum.FormFactor.Custom
473p8.Size = Vector3.new(1, 0.200000048, 1)
474p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
475p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
476p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
477p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
478p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
479p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
480b8 = Instance.new("SpecialMesh", p8)
481b8.MeshType = Enum.MeshType.Brick
482b8.Name = "Mesh"
483b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
484p9 = Instance.new("Part", m)
485p9.BrickColor = BrickColor.new("Lime green")
486p9.Material = Enum.Material.Granite
487p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
488p9.FormFactor = Enum.FormFactor.Custom
489p9.Size = Vector3.new(1, 0.200000048, 1)
490p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
491p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
492p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
493p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
494p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
495p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
496b9 = Instance.new("SpecialMesh", p9)
497b9.MeshType = Enum.MeshType.Brick
498b9.Name = "Mesh"
499b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
500p10 = Instance.new("Part", m)
501p10.BrickColor = BrickColor.new("Black")
502p10.Material = Enum.Material.SmoothPlastic
503p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
504p10.FormFactor = Enum.FormFactor.Custom
505p10.Size = Vector3.new(1, 0.349999994, 1)
506p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
507p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
508p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
509p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
510p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
511p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
512b10 = Instance.new("SpecialMesh", p10)
513b10.MeshType = Enum.MeshType.Brick
514b10.Name = "Mesh"
515b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
516p11 = Instance.new("Part", m)
517p11.BrickColor = BrickColor.new("Black")
518p11.Material = Enum.Material.Metal
519p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
520p11.FormFactor = Enum.FormFactor.Custom
521p11.Size = Vector3.new(1, 0.25, 1)
522p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
523p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
524p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
525p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
526p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
527p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
528b11 = Instance.new("SpecialMesh", p11)
529b11.MeshType = Enum.MeshType.Brick
530b11.Name = "Mesh"
531b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
532p12 = Instance.new("Part", m)
533p12.BrickColor = BrickColor.new("Black")
534p12.Material = Enum.Material.Metal
535p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
536p12.FormFactor = Enum.FormFactor.Custom
537p12.Size = Vector3.new(1, 0.25, 1)
538p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
539p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
540p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
541p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
542p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
543p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
544b12 = Instance.new("SpecialMesh", p12)
545b12.MeshType = Enum.MeshType.Brick
546b12.Name = "Mesh"
547b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
548p13 = Instance.new("Part", m)
549p13.BrickColor = BrickColor.new("Black")
550p13.Material = Enum.Material.Metal
551p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
552p13.FormFactor = Enum.FormFactor.Custom
553p13.Size = Vector3.new(1, 0.25, 1)
554p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
555p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
556p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
557p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
558p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
559p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
560b13 = Instance.new("SpecialMesh", p13)
561b13.MeshType = Enum.MeshType.Brick
562b13.Name = "Mesh"
563b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
564p14 = Instance.new("Part", m)
565p14.BrickColor = BrickColor.new("Black")
566p14.Material = Enum.Material.Metal
567p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
568p14.FormFactor = Enum.FormFactor.Custom
569p14.Size = Vector3.new(1, 0.25, 1)
570p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
571p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
572p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
573p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
574p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
575p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
576b14 = Instance.new("SpecialMesh", p14)
577b14.MeshType = Enum.MeshType.Brick
578b14.Name = "Mesh"
579b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
580p15 = Instance.new("Part", m)
581p15.BrickColor = BrickColor.new("Lime green")
582p15.Material = Enum.Material.Granite
583p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
584p15.FormFactor = Enum.FormFactor.Custom
585p15.Size = Vector3.new(1, 1, 1)
586p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
587p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
588p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
589p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
590p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
591p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
592b15 = Instance.new("SpecialMesh", p15)
593b15.MeshType = Enum.MeshType.Sphere
594b15.Name = "Mesh"
595p16 = Instance.new("Part", m)
596p16.BrickColor = BrickColor.new("Black")
597p16.Material = Enum.Material.Metal
598p16.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)
599p16.FormFactor = Enum.FormFactor.Custom
600p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
601p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
602p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
603p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
604p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
605p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
606p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
607b16 = Instance.new("SpecialMesh", p16)
608b16.MeshType = Enum.MeshType.Brick
609b16.Name = "Mesh"
610b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
611p17 = Instance.new("Part", m)
612p17.BrickColor = BrickColor.new("Black")
613p17.Material = Enum.Material.SmoothPlastic
614p17.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)
615p17.FormFactor = Enum.FormFactor.Custom
616p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
617p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
618p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
619p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
620p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
621p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
622p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
623b17 = Instance.new("SpecialMesh", p17)
624b17.MeshType = Enum.MeshType.Brick
625b17.Name = "Mesh"
626b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
627p18 = Instance.new("Part", m)
628p18.BrickColor = BrickColor.new("Black")
629p18.Material = Enum.Material.SmoothPlastic
630p18.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)
631p18.FormFactor = Enum.FormFactor.Custom
632p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
633p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
634p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
635p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
636p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
637p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
638p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
639b18 = Instance.new("SpecialMesh", p18)
640b18.MeshType = Enum.MeshType.Brick
641b18.Name = "Mesh"
642b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
643p19 = Instance.new("Part", m)
644p19.BrickColor = BrickColor.new("Black")
645p19.Material = Enum.Material.SmoothPlastic
646p19.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)
647p19.FormFactor = Enum.FormFactor.Custom
648p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
649p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
650p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
651p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
652p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
653p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
654p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
655b19 = Instance.new("SpecialMesh", p19)
656b19.MeshType = Enum.MeshType.Brick
657b19.Name = "Mesh"
658b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
659p20 = Instance.new("Part", m)
660p20.BrickColor = BrickColor.new("Really black")
661p20.Material = Enum.Material.SmoothPlastic
662p20.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)
663p20.FormFactor = Enum.FormFactor.Custom
664p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
665p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
666p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
667p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
668p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
669p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
670p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
671b20 = Instance.new("SpecialMesh", p20)
672b20.MeshType = Enum.MeshType.Brick
673b20.Name = "Mesh"
674b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
675p21 = Instance.new("Part", m)
676p21.BrickColor = BrickColor.new("Black")
677p21.Material = Enum.Material.Metal
678p21.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)
679p21.FormFactor = Enum.FormFactor.Custom
680p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
681p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
682p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
683p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
684p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
685p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
686p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
687b21 = Instance.new("SpecialMesh", p21)
688b21.MeshType = Enum.MeshType.Wedge
689b21.Name = "Mesh"
690b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
691p22 = Instance.new("Part", m)
692p22.BrickColor = BrickColor.new("Black")
693p22.Material = Enum.Material.Metal
694p22.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)
695p22.FormFactor = Enum.FormFactor.Custom
696p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
697p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
698p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
699p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
700p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
701p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
702p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
703b22 = Instance.new("SpecialMesh", p22)
704b22.MeshType = Enum.MeshType.Brick
705b22.Name = "Mesh"
706b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
707p23 = Instance.new("Part", m)
708p23.BrickColor = BrickColor.new("Black")
709p23.Material = Enum.Material.Metal
710p23.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)
711p23.FormFactor = Enum.FormFactor.Custom
712p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
713p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
714p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
715p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
716p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
717p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
718p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
719b23 = Instance.new("SpecialMesh", p23)
720b23.MeshType = Enum.MeshType.Brick
721b23.Name = "Mesh"
722b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
723p24 = Instance.new("Part", m)
724p24.BrickColor = BrickColor.new("Black")
725p24.Material = Enum.Material.Metal
726p24.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)
727p24.FormFactor = Enum.FormFactor.Custom
728p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
729p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
730p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
731p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
732p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
733p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
734p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
735b24 = Instance.new("SpecialMesh", p24)
736b24.MeshType = Enum.MeshType.Brick
737b24.Name = "Mesh"
738b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
739p25 = Instance.new("Part", m)
740p25.BrickColor = BrickColor.new("Black")
741p25.Material = Enum.Material.Metal
742p25.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)
743p25.FormFactor = Enum.FormFactor.Custom
744p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
745p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
746p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
747p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
748p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
749p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
750p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
751b25 = Instance.new("SpecialMesh", p25)
752b25.MeshType = Enum.MeshType.Brick
753b25.Name = "Mesh"
754b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
755p26 = Instance.new("Part", m)
756p26.BrickColor = BrickColor.new("Black")
757p26.Material = Enum.Material.Metal
758p26.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)
759p26.FormFactor = Enum.FormFactor.Custom
760p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
761p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
762p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
763p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
764p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
765p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
766p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
767b26 = Instance.new("SpecialMesh", p26)
768b26.MeshType = Enum.MeshType.Brick
769b26.Name = "Mesh"
770b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
771p27 = Instance.new("Part", m)
772p27.BrickColor = BrickColor.new("Black")
773p27.Material = Enum.Material.Metal
774p27.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)
775p27.FormFactor = Enum.FormFactor.Custom
776p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
777p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
778p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
779p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
780p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
781p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
782p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
783b27 = Instance.new("SpecialMesh", p27)
784b27.MeshType = Enum.MeshType.Brick
785b27.Name = "Mesh"
786b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
787p28 = Instance.new("Part", m)
788p28.BrickColor = BrickColor.new("Black")
789p28.Material = Enum.Material.Metal
790p28.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)
791p28.FormFactor = Enum.FormFactor.Custom
792p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
793p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
794p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
795p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
796p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
797p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
798p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
799b28 = Instance.new("SpecialMesh", p28)
800b28.MeshType = Enum.MeshType.Brick
801b28.Name = "Mesh"
802b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
803p29 = Instance.new("Part", m)
804p29.BrickColor = BrickColor.new("Black")
805p29.Material = Enum.Material.Metal
806p29.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)
807p29.FormFactor = Enum.FormFactor.Custom
808p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
809p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
810p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
811p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
812p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
813p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
814p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
815b29 = Instance.new("SpecialMesh", p29)
816b29.MeshType = Enum.MeshType.Brick
817b29.Name = "Mesh"
818b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
819p30 = Instance.new("Part", m)
820p30.BrickColor = BrickColor.new("Black")
821p30.Material = Enum.Material.Metal
822p30.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)
823p30.FormFactor = Enum.FormFactor.Custom
824p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
825p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
826p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
827p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
828p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
829p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
830p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
831b30 = Instance.new("SpecialMesh", p30)
832b30.MeshType = Enum.MeshType.Wedge
833b30.Name = "Mesh"
834b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
835p31 = Instance.new("Part", m)
836p31.BrickColor = BrickColor.new("Black")
837p31.Material = Enum.Material.Metal
838p31.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)
839p31.FormFactor = Enum.FormFactor.Custom
840p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
841p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
842p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
843p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
844p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
845p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
846p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
847b31 = Instance.new("SpecialMesh", p31)
848b31.MeshType = Enum.MeshType.Brick
849b31.Name = "Mesh"
850b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
851p32 = Instance.new("Part", m)
852p32.BrickColor = BrickColor.new("Black")
853p32.Material = Enum.Material.Metal
854p32.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)
855p32.FormFactor = Enum.FormFactor.Custom
856p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
857p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
858p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
859p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
860p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
861p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
862p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
863b32 = Instance.new("SpecialMesh", p32)
864b32.MeshType = Enum.MeshType.Wedge
865b32.Name = "Mesh"
866b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
867p33 = Instance.new("Part", m)
868p33.BrickColor = BrickColor.new("Black")
869p33.Material = Enum.Material.Metal
870p33.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)
871p33.FormFactor = Enum.FormFactor.Custom
872p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
873p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
874p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
875p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
876p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
877p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
878p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
879b33 = Instance.new("SpecialMesh", p33)
880b33.MeshType = Enum.MeshType.Brick
881b33.Name = "Mesh"
882b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
883p34 = Instance.new("Part", m)
884p34.BrickColor = BrickColor.new("Black")
885p34.Material = Enum.Material.Metal
886p34.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)
887p34.FormFactor = Enum.FormFactor.Custom
888p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
889p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
890p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
891p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
892p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
893p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
894p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
895b34 = Instance.new("SpecialMesh", p34)
896b34.MeshType = Enum.MeshType.Brick
897b34.Name = "Mesh"
898b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
899w1 = Instance.new("Weld", p1)
900w1.Name = "Part_Weld"
901w1.Part0 = p1
902w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
903w1.Part1 = p2
904w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
905w2 = Instance.new("Weld", p2)
906w2.Name = "Part_Weld"
907w2.Part0 = p2
908w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
909w2.Part1 = p3
910w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
911w3 = Instance.new("Weld", p3)
912w3.Name = "LeftArmPlate_Weld"
913w3.Part0 = p3
914w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
915w3.Part1 = p4
916w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
917w4 = Instance.new("Weld", p4)
918w4.Name = "Part_Weld"
919w4.Part0 = p4
920w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
921w4.Part1 = p5
922w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
923w5 = Instance.new("Weld", p5)
924w5.Name = "Part_Weld"
925w5.Part0 = p5
926w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
927w5.Part1 = p6
928w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
929w6 = Instance.new("Weld", p6)
930w6.Name = "Part_Weld"
931w6.Part0 = p6
932w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
933w6.Part1 = p7
934w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
935w7 = Instance.new("Weld", p7)
936w7.Name = "Part_Weld"
937w7.Part0 = p7
938w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
939w7.Part1 = p8
940w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
941w8 = Instance.new("Weld", p8)
942w8.Name = "Part_Weld"
943w8.Part0 = p8
944w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
945w8.Part1 = p9
946w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
947w9 = Instance.new("Weld", p9)
948w9.Name = "Part_Weld"
949w9.Part0 = p9
950w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
951w9.Part1 = p10
952w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
953w10 = Instance.new("Weld", p10)
954w10.Name = "Part_Weld"
955w10.Part0 = p10
956w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
957w10.Part1 = p11
958w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
959w11 = Instance.new("Weld", p11)
960w11.Name = "Part_Weld"
961w11.Part0 = p11
962w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
963w11.Part1 = p12
964w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
965w12 = Instance.new("Weld", p12)
966w12.Name = "Part_Weld"
967w12.Part0 = p12
968w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
969w12.Part1 = p13
970w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
971w13 = Instance.new("Weld", p13)
972w13.Name = "Part_Weld"
973w13.Part0 = p13
974w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
975w13.Part1 = p14
976w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
977w14 = Instance.new("Weld", p14)
978w14.Name = "Part_Weld"
979w14.Part0 = p14
980w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
981w14.Part1 = p15
982w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
983w15 = Instance.new("Weld", p15)
984w15.Name = "Part_Weld"
985w15.Part0 = p15
986w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
987w15.Part1 = p16
988w15.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)
989w16 = Instance.new("Weld", p16)
990w16.Name = "Part_Weld"
991w16.Part0 = p16
992w16.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)
993w16.Part1 = p17
994w16.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)
995w17 = Instance.new("Weld", p17)
996w17.Name = "Part_Weld"
997w17.Part0 = p17
998w17.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)
999w17.Part1 = p18
1000w17.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)
1001w18 = Instance.new("Weld", p18)
1002w18.Name = "Part_Weld"
1003w18.Part0 = p18
1004w18.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)
1005w18.Part1 = p19
1006w18.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)
1007w19 = Instance.new("Weld", p19)
1008w19.Name = "Part_Weld"
1009w19.Part0 = p19
1010w19.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)
1011w19.Part1 = p20
1012w19.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)
1013w20 = Instance.new("Weld", p20)
1014w20.Name = "Part_Weld"
1015w20.Part0 = p20
1016w20.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)
1017w20.Part1 = p21
1018w20.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)
1019w21 = Instance.new("Weld", p21)
1020w21.Name = "Part_Weld"
1021w21.Part0 = p21
1022w21.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)
1023w21.Part1 = p22
1024w21.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)
1025w22 = Instance.new("Weld", p22)
1026w22.Name = "Part_Weld"
1027w22.Part0 = p22
1028w22.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)
1029w22.Part1 = p23
1030w22.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)
1031w23 = Instance.new("Weld", p23)
1032w23.Name = "Part_Weld"
1033w23.Part0 = p23
1034w23.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)
1035w23.Part1 = p24
1036w23.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)
1037w24 = Instance.new("Weld", p24)
1038w24.Name = "Part_Weld"
1039w24.Part0 = p24
1040w24.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)
1041w24.Part1 = p25
1042w24.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)
1043w25 = Instance.new("Weld", p25)
1044w25.Name = "Part_Weld"
1045w25.Part0 = p25
1046w25.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)
1047w25.Part1 = p26
1048w25.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)
1049w26 = Instance.new("Weld", p26)
1050w26.Name = "Part_Weld"
1051w26.Part0 = p26
1052w26.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)
1053w26.Part1 = p27
1054w26.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)
1055w27 = Instance.new("Weld", p27)
1056w27.Name = "Part_Weld"
1057w27.Part0 = p27
1058w27.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)
1059w27.Part1 = p28
1060w27.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)
1061w28 = Instance.new("Weld", p28)
1062w28.Name = "Part_Weld"
1063w28.Part0 = p28
1064w28.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)
1065w28.Part1 = p29
1066w28.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)
1067w29 = Instance.new("Weld", p29)
1068w29.Name = "Part_Weld"
1069w29.Part0 = p29
1070w29.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)
1071w29.Part1 = p30
1072w29.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)
1073w30 = Instance.new("Weld", p30)
1074w30.Name = "Part_Weld"
1075w30.Part0 = p30
1076w30.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)
1077w30.Part1 = p31
1078w30.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)
1079w31 = Instance.new("Weld", p31)
1080w31.Name = "Part_Weld"
1081w31.Part0 = p31
1082w31.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)
1083w31.Part1 = p32
1084w31.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)
1085w32 = Instance.new("Weld", p32)
1086w32.Name = "Part_Weld"
1087w32.Part0 = p32
1088w32.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)
1089w32.Part1 = p33
1090w32.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)
1091w33 = Instance.new("Weld", p33)
1092w33.Name = "Part_Weld"
1093w33.Part0 = p33
1094w33.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)
1095w33.Part1 = p34
1096w33.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)
1097m.Parent = larm
1098m:MakeJoints()
1099----------------------------------------------------
1100local cor = Instance.new("Part", larm.LeftArm)
1101cor.Name = "Thingy"
1102cor.Locked = true
1103cor.BottomSurface = 0
1104cor.CanCollide = false
1105cor.Size = Vector3.new(1, 1, 1)
1106cor.Transparency = 1
1107cor.TopSurface = 0
1108corw = Instance.new("Weld", cor)
1109corw.Part0 = larm
1110corw.Part1 = cor
1111corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1112corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1113weld1 = Instance.new("Weld", larm.LeftArm)
1114weld1.Part0 = cor
1115weld1.Part1 = larm.LeftArm.LeftArmPlate
1116weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1117--Right Arm
1118m2 = Instance.new("Model")
1119m2.Name = "RightArm"
1120p1 = Instance.new("Part", m2)
1121p1.BrickColor = BrickColor.new("Lime green")
1122p1.Material = Enum.Material.Granite
1123p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1124p1.FormFactor = Enum.FormFactor.Custom
1125p1.Size = Vector3.new(1, 0.200000048, 1)
1126p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1127p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1128p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1129p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1130p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1131p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1132b1 = Instance.new("SpecialMesh", p1)
1133b1.MeshType = Enum.MeshType.Brick
1134b1.Name = "Mesh"
1135b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1136p2 = Instance.new("Part", m2)
1137p2.BrickColor = BrickColor.new("Lime green")
1138p2.Material = Enum.Material.Granite
1139p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1140p2.FormFactor = Enum.FormFactor.Custom
1141p2.Size = Vector3.new(1, 0.200000048, 1)
1142p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1143p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1144p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1145p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1146p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1147p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1148b2 = Instance.new("SpecialMesh", p2)
1149b2.MeshType = Enum.MeshType.Brick
1150b2.Name = "Mesh"
1151b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1152p3 = Instance.new("Part", m2)
1153p3.BrickColor = BrickColor.new("Lime green")
1154p3.Material = Enum.Material.Granite
1155p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1156p3.FormFactor = Enum.FormFactor.Custom
1157p3.Size = Vector3.new(1, 0.200000048, 1)
1158p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1159p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1160p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1161p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1162p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1163p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1164b3 = Instance.new("SpecialMesh", p3)
1165b3.MeshType = Enum.MeshType.Brick
1166b3.Name = "Mesh"
1167b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1168p4 = Instance.new("Part", m2)
1169p4.BrickColor = BrickColor.new("Lime green")
1170p4.Material = Enum.Material.Granite
1171p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1172p4.FormFactor = Enum.FormFactor.Custom
1173p4.Size = Vector3.new(1, 0.200000048, 1)
1174p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1175p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1176p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1177p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1178p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1179p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1180b4 = Instance.new("SpecialMesh", p4)
1181b4.MeshType = Enum.MeshType.Brick
1182b4.Name = "Mesh"
1183b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1184p5 = Instance.new("Part", m2)
1185p5.BrickColor = BrickColor.new("Lime green")
1186p5.Material = Enum.Material.Granite
1187p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1188p5.FormFactor = Enum.FormFactor.Custom
1189p5.Size = Vector3.new(1, 0.200000048, 1)
1190p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1191p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1192p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1193p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1194p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1195p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1196b5 = Instance.new("SpecialMesh", p5)
1197b5.MeshType = Enum.MeshType.Brick
1198b5.Name = "Mesh"
1199b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1200p6 = Instance.new("Part", m2)
1201p6.BrickColor = BrickColor.new("Lime green")
1202p6.Material = Enum.Material.Granite
1203p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1204p6.FormFactor = Enum.FormFactor.Custom
1205p6.Size = Vector3.new(1, 1, 1)
1206p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1207p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1208p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1209p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1210p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1211p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1212b6 = Instance.new("SpecialMesh", p6)
1213b6.MeshType = Enum.MeshType.Sphere
1214b6.Name = "Mesh"
1215p7 = Instance.new("Part", m2)
1216p7.BrickColor = BrickColor.new("Black")
1217p7.Material = Enum.Material.SmoothPlastic
1218p7.Name = "RightArmPlate"
1219p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1220p7.FormFactor = Enum.FormFactor.Symmetric
1221p7.Size = Vector3.new(1, 2, 1)
1222p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1223p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1224p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1225p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1226p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1227p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1228b7 = Instance.new("SpecialMesh", p7)
1229b7.MeshType = Enum.MeshType.Brick
1230b7.Name = "Mesh"
1231b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1232p8 = Instance.new("Part", m2)
1233p8.BrickColor = BrickColor.new("Lime green")
1234p8.Material = Enum.Material.Granite
1235p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1236p8.FormFactor = Enum.FormFactor.Custom
1237p8.Size = Vector3.new(1, 0.200000048, 1)
1238p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1239p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1240p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1241p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1242p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1243p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1244b8 = Instance.new("SpecialMesh", p8)
1245b8.MeshType = Enum.MeshType.Brick
1246b8.Name = "Mesh"
1247b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1248p9 = Instance.new("Part", m2)
1249p9.BrickColor = BrickColor.new("Black")
1250p9.Material = Enum.Material.SmoothPlastic
1251p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1252p9.FormFactor = Enum.FormFactor.Custom
1253p9.Size = Vector3.new(1, 0.349999994, 1)
1254p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1255p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1256p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1257p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1258p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1259p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1260b9 = Instance.new("SpecialMesh", p9)
1261b9.MeshType = Enum.MeshType.Brick
1262b9.Name = "Mesh"
1263b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1264p10 = Instance.new("Part", m2)
1265p10.BrickColor = BrickColor.new("Black")
1266p10.Material = Enum.Material.Metal
1267p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1268p10.FormFactor = Enum.FormFactor.Custom
1269p10.Size = Vector3.new(1, 0.25, 1)
1270p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1271p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1272p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1273p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1274p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1275p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1276b10 = Instance.new("SpecialMesh", p10)
1277b10.MeshType = Enum.MeshType.Brick
1278b10.Name = "Mesh"
1279b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1280p11 = Instance.new("Part", m2)
1281p11.BrickColor = BrickColor.new("Black")
1282p11.Material = Enum.Material.Metal
1283p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1284p11.FormFactor = Enum.FormFactor.Custom
1285p11.Size = Vector3.new(1, 0.25, 1)
1286p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1287p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1288p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1289p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1290p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1291p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1292b11 = Instance.new("SpecialMesh", p11)
1293b11.MeshType = Enum.MeshType.Brick
1294b11.Name = "Mesh"
1295b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1296p12 = Instance.new("Part", m2)
1297p12.BrickColor = BrickColor.new("Black")
1298p12.Material = Enum.Material.Metal
1299p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1300p12.FormFactor = Enum.FormFactor.Custom
1301p12.Size = Vector3.new(1, 0.25, 1)
1302p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1303p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1304p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1305p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1306p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1307p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1308b12 = Instance.new("SpecialMesh", p12)
1309b12.MeshType = Enum.MeshType.Brick
1310b12.Name = "Mesh"
1311b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1312p13 = Instance.new("Part", m2)
1313p13.BrickColor = BrickColor.new("Lime green")
1314p13.Material = Enum.Material.Granite
1315p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1316p13.FormFactor = Enum.FormFactor.Custom
1317p13.Size = Vector3.new(1, 0.200000048, 1)
1318p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1319p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1320p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1321p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1322p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1323p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1324b13 = Instance.new("SpecialMesh", p13)
1325b13.MeshType = Enum.MeshType.Brick
1326b13.Name = "Mesh"
1327b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1328p14 = Instance.new("Part", m2)
1329p14.BrickColor = BrickColor.new("Black")
1330p14.Material = Enum.Material.Metal
1331p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1332p14.FormFactor = Enum.FormFactor.Custom
1333p14.Size = Vector3.new(1, 0.25, 1)
1334p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1335p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1336p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1337p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1338p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1339p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1340b14 = Instance.new("SpecialMesh", p14)
1341b14.MeshType = Enum.MeshType.Brick
1342b14.Name = "Mesh"
1343b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1344p15 = Instance.new("Part", m2)
1345p15.BrickColor = BrickColor.new("Lime green")
1346p15.Material = Enum.Material.Granite
1347p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1348p15.FormFactor = Enum.FormFactor.Custom
1349p15.Size = Vector3.new(1, 0.200000048, 1)
1350p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1351p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1352p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1353p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1354p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1355p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1356b15 = Instance.new("SpecialMesh", p15)
1357b15.MeshType = Enum.MeshType.Brick
1358b15.Name = "Mesh"
1359b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1360p16 = Instance.new("Part", m2)
1361p16.BrickColor = BrickColor.new("Black")
1362p16.Material = Enum.Material.SmoothPlastic
1363p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1364p16.FormFactor = Enum.FormFactor.Custom
1365p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1366p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1367p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1368p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1369p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1370p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1371p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1372b16 = Instance.new("SpecialMesh", p16)
1373b16.MeshType = Enum.MeshType.Brick
1374b16.Name = "Mesh"
1375b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1376p17 = Instance.new("Part", m2)
1377p17.BrickColor = BrickColor.new("Black")
1378p17.Material = Enum.Material.SmoothPlastic
1379p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1380p17.FormFactor = Enum.FormFactor.Custom
1381p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1382p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1383p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1384p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1385p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1386p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1387p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1388b17 = Instance.new("SpecialMesh", p17)
1389b17.MeshType = Enum.MeshType.Brick
1390b17.Name = "Mesh"
1391b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1392p18 = Instance.new("Part", m2)
1393p18.BrickColor = BrickColor.new("Really black")
1394p18.Material = Enum.Material.SmoothPlastic
1395p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1396p18.FormFactor = Enum.FormFactor.Custom
1397p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1398p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1399p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1400p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1401p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1402p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1403p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1404b18 = Instance.new("SpecialMesh", p18)
1405b18.MeshType = Enum.MeshType.Brick
1406b18.Name = "Mesh"
1407b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1408p19 = Instance.new("Part", m2)
1409p19.BrickColor = BrickColor.new("Black")
1410p19.Material = Enum.Material.SmoothPlastic
1411p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1412p19.FormFactor = Enum.FormFactor.Custom
1413p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1414p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1415p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1416p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1417p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1418p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1419p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1420b19 = Instance.new("SpecialMesh", p19)
1421b19.MeshType = Enum.MeshType.Brick
1422b19.Name = "Mesh"
1423b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1424w1 = Instance.new("Weld", p1)
1425w1.Name = "Part_Weld"
1426w1.Part0 = p1
1427w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1428w1.Part1 = p2
1429w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1430w2 = Instance.new("Weld", p2)
1431w2.Name = "Part_Weld"
1432w2.Part0 = p2
1433w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1434w2.Part1 = p3
1435w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1436w3 = Instance.new("Weld", p3)
1437w3.Name = "Part_Weld"
1438w3.Part0 = p3
1439w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1440w3.Part1 = p4
1441w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1442w4 = Instance.new("Weld", p4)
1443w4.Name = "Part_Weld"
1444w4.Part0 = p4
1445w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1446w4.Part1 = p5
1447w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1448w5 = Instance.new("Weld", p5)
1449w5.Name = "Part_Weld"
1450w5.Part0 = p5
1451w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1452w5.Part1 = p6
1453w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1454w6 = Instance.new("Weld", p6)
1455w6.Name = "RightArmPlate_Weld"
1456w6.Part0 = p6
1457w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1458w6.Part1 = p7
1459w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1460w7 = Instance.new("Weld", p7)
1461w7.Name = "Part_Weld"
1462w7.Part0 = p7
1463w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1464w7.Part1 = p8
1465w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1466w8 = Instance.new("Weld", p8)
1467w8.Name = "Part_Weld"
1468w8.Part0 = p8
1469w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1470w8.Part1 = p9
1471w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1472w9 = Instance.new("Weld", p9)
1473w9.Name = "Part_Weld"
1474w9.Part0 = p9
1475w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1476w9.Part1 = p10
1477w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1478w10 = Instance.new("Weld", p10)
1479w10.Name = "Part_Weld"
1480w10.Part0 = p10
1481w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1482w10.Part1 = p11
1483w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1484w11 = Instance.new("Weld", p11)
1485w11.Name = "Part_Weld"
1486w11.Part0 = p11
1487w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1488w11.Part1 = p12
1489w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1490w12 = Instance.new("Weld", p12)
1491w12.Name = "Part_Weld"
1492w12.Part0 = p12
1493w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1494w12.Part1 = p13
1495w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1496w13 = Instance.new("Weld", p13)
1497w13.Name = "Part_Weld"
1498w13.Part0 = p13
1499w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1500w13.Part1 = p14
1501w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1502w14 = Instance.new("Weld", p14)
1503w14.Name = "Part_Weld"
1504w14.Part0 = p14
1505w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1506w14.Part1 = p15
1507w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1508w15 = Instance.new("Weld", p15)
1509w15.Name = "Part_Weld"
1510w15.Part0 = p15
1511w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1512w15.Part1 = p16
1513w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1514w16 = Instance.new("Weld", p16)
1515w16.Name = "Part_Weld"
1516w16.Part0 = p16
1517w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1518w16.Part1 = p17
1519w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1520w17 = Instance.new("Weld", p17)
1521w17.Name = "Part_Weld"
1522w17.Part0 = p17
1523w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1524w17.Part1 = p18
1525w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1526w18 = Instance.new("Weld", p18)
1527w18.Name = "Part_Weld"
1528w18.Part0 = p18
1529w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1530w18.Part1 = p19
1531w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1532m2.Parent = rarm
1533m2:MakeJoints()
1534----------------------------------------------------
1535local cor2 = Instance.new("Part", rarm.RightArm)
1536cor2.Name = "Thingy"
1537cor2.Locked = true
1538cor2.BottomSurface = 0
1539cor2.CanCollide = false
1540cor2.Size = Vector3.new(1, 1, 1)
1541cor2.Transparency = 1
1542cor2.TopSurface = 0
1543corw2 = Instance.new("Weld", cor2)
1544corw2.Part0 = rarm
1545corw2.Part1 = cor2
1546corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1547corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1548weld2 = Instance.new("Weld", rarm.RightArm)
1549weld2.Part0 = cor2
1550weld2.Part1 = rarm.RightArm.RightArmPlate
1551weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1552--Torso
1553m3 = Instance.new("Model")
1554m3.Name = "Torso"
1555p1 = Instance.new("Part", m3)
1556p1.BrickColor = BrickColor.new("Really black")
1557p1.Material = Enum.Material.Metal
1558p1.Name = "TorsoPlate"
1559p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1560p1.CanCollide = false
1561p1.Locked = true
1562p1.FormFactor = Enum.FormFactor.Custom
1563p1.Size = Vector3.new(2, 2, 1)
1564p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1565p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1566p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1567p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1568p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1569p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1570b1 = Instance.new("SpecialMesh", p1)
1571b1.MeshType = Enum.MeshType.Brick
1572b1.Name = "Mesh"
1573b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1574p2 = Instance.new("Part", m3)
1575p2.BrickColor = BrickColor.new("Really black")
1576p2.Material = Enum.Material.Metal
1577p2.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)
1578p2.CanCollide = false
1579p2.Locked = true
1580p2.FormFactor = Enum.FormFactor.Custom
1581p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1582b2 = Instance.new("SpecialMesh", p2)
1583b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1584b2.TextureId = ""
1585b2.MeshType = Enum.MeshType.FileMesh
1586b2.Name = "Mesh"
1587b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1588p3 = Instance.new("Part", m3)
1589p3.BrickColor = BrickColor.new("Black")
1590p3.Material = Enum.Material.Metal
1591p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1592p3.CanCollide = false
1593p3.Locked = true
1594p3.FormFactor = Enum.FormFactor.Custom
1595p3.Size = Vector3.new(2, 2, 0.200000018)
1596p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1597p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1598p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1599p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1600p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1601p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1602b3 = Instance.new("SpecialMesh", p3)
1603b3.MeshType = Enum.MeshType.Brick
1604b3.Name = "Mesh"
1605b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1606p4 = Instance.new("Part", m3)
1607p4.BrickColor = BrickColor.new("Black")
1608p4.Material = Enum.Material.Metal
1609p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1610p4.CanCollide = false
1611p4.Locked = true
1612p4.FormFactor = Enum.FormFactor.Custom
1613p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1614p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1615p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1616p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1617p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1618p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1619p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1620b4 = Instance.new("SpecialMesh", p4)
1621b4.MeshType = Enum.MeshType.Brick
1622b4.Name = "Mesh"
1623b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1624p5 = Instance.new("Part", m3)
1625p5.BrickColor = BrickColor.new("Black")
1626p5.Material = Enum.Material.Metal
1627p5.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)
1628p5.CanCollide = false
1629p5.Locked = true
1630p5.FormFactor = Enum.FormFactor.Custom
1631p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1632p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1633p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1634p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1635p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1636p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1637p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1638b5 = Instance.new("SpecialMesh", p5)
1639b5.MeshType = Enum.MeshType.Wedge
1640b5.Name = "Mesh"
1641b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1642p6 = Instance.new("Part", m3)
1643p6.BrickColor = BrickColor.new("Black")
1644p6.Material = Enum.Material.Metal
1645p6.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)
1646p6.CanCollide = false
1647p6.Locked = true
1648p6.FormFactor = Enum.FormFactor.Custom
1649p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1650p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1651p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1652p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1653p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1654p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1655p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1656b6 = Instance.new("SpecialMesh", p6)
1657b6.MeshType = Enum.MeshType.Wedge
1658b6.Name = "Mesh"
1659b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1660p7 = Instance.new("Part", m3)
1661p7.BrickColor = BrickColor.new("Black")
1662p7.Material = Enum.Material.Metal
1663p7.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)
1664p7.CanCollide = false
1665p7.Locked = true
1666p7.FormFactor = Enum.FormFactor.Custom
1667p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1668p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1669p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1670p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1671p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1672p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1673p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1674b7 = Instance.new("SpecialMesh", p7)
1675b7.MeshType = Enum.MeshType.Wedge
1676b7.Name = "Mesh"
1677p8 = Instance.new("Part", m3)
1678p8.BrickColor = BrickColor.new("Black")
1679p8.Material = Enum.Material.Metal
1680p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1681p8.CanCollide = false
1682p8.Locked = true
1683p8.FormFactor = Enum.FormFactor.Custom
1684p8.Size = Vector3.new(1, 2, 0.200000018)
1685p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1686p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1687p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1688p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1689p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1690p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1691b8 = Instance.new("SpecialMesh", p8)
1692b8.MeshType = Enum.MeshType.Brick
1693b8.Name = "Mesh"
1694b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1695p9 = Instance.new("Part", m3)
1696p9.BrickColor = BrickColor.new("Black")
1697p9.Material = Enum.Material.Metal
1698p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1699p9.CanCollide = false
1700p9.Locked = true
1701p9.FormFactor = Enum.FormFactor.Custom
1702p9.Size = Vector3.new(1, 2, 0.200000018)
1703p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1704p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1705p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1706p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1707p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1708p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1709b9 = Instance.new("SpecialMesh", p9)
1710b9.MeshType = Enum.MeshType.Brick
1711b9.Name = "Mesh"
1712b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1713p10 = Instance.new("Part", m3)
1714p10.BrickColor = BrickColor.new("Black")
1715p10.Material = Enum.Material.Metal
1716p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1717p10.CanCollide = false
1718p10.Locked = true
1719p10.FormFactor = Enum.FormFactor.Custom
1720p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
1721p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1722p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1723p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1724p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1725p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1726p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1727b10 = Instance.new("SpecialMesh", p10)
1728b10.MeshType = Enum.MeshType.Brick
1729b10.Name = "Mesh"
1730b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1731p11 = Instance.new("Part", m3)
1732p11.BrickColor = BrickColor.new("Really black")
1733p11.Material = Enum.Material.Metal
1734p11.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)
1735p11.CanCollide = false
1736p11.Locked = true
1737p11.FormFactor = Enum.FormFactor.Custom
1738p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1739b11 = Instance.new("SpecialMesh", p11)
1740b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
1741b11.TextureId = ""
1742b11.MeshType = Enum.MeshType.FileMesh
1743b11.Name = "Mesh"
1744b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1745p12 = Instance.new("Part", m3)
1746p12.BrickColor = BrickColor.new("Really black")
1747p12.Material = Enum.Material.Metal
1748p12.Transparency = 1
1749p12.Name = "Chain2Torso"
1750p12.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)
1751p12.CanCollide = false
1752p12.Locked = true
1753p12.FormFactor = Enum.FormFactor.Custom
1754p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
1755b12 = Instance.new("SpecialMesh", p12)
1756b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
1757b12.TextureId = ""
1758b12.MeshType = Enum.MeshType.FileMesh
1759b12.Name = "Mesh"
1760b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1761p13 = Instance.new("Part", m3)
1762p13.BrickColor = BrickColor.new("Really black")
1763p13.Material = Enum.Material.Metal
1764p13.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)
1765p13.CanCollide = false
1766p13.Locked = true
1767p13.FormFactor = Enum.FormFactor.Custom
1768p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1769b13 = Instance.new("SpecialMesh", p13)
1770b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
1771b13.TextureId = ""
1772b13.MeshType = Enum.MeshType.FileMesh
1773b13.Name = "Mesh"
1774b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1775p14 = Instance.new("Part", m3)
1776p14.BrickColor = BrickColor.new("Really black")
1777p14.Material = Enum.Material.Metal
1778p14.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)
1779p14.CanCollide = false
1780p14.Locked = true
1781p14.FormFactor = Enum.FormFactor.Custom
1782p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1783b14 = Instance.new("SpecialMesh", p14)
1784b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
1785b14.TextureId = ""
1786b14.MeshType = Enum.MeshType.FileMesh
1787b14.Name = "Mesh"
1788b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1789p15 = Instance.new("Part", m3)
1790p15.BrickColor = BrickColor.new("Really black")
1791p15.Material = Enum.Material.Metal
1792p15.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)
1793p15.CanCollide = false
1794p15.Locked = true
1795p15.FormFactor = Enum.FormFactor.Custom
1796p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1797b15 = Instance.new("SpecialMesh", p15)
1798b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
1799b15.TextureId = ""
1800b15.MeshType = Enum.MeshType.FileMesh
1801b15.Name = "Mesh"
1802b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1803p16 = Instance.new("Part", m3)
1804p16.BrickColor = BrickColor.new("Really black")
1805p16.Material = Enum.Material.Metal
1806p16.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)
1807p16.CanCollide = false
1808p16.Locked = true
1809p16.FormFactor = Enum.FormFactor.Custom
1810p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1811b16 = Instance.new("SpecialMesh", p16)
1812b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
1813b16.TextureId = ""
1814b16.MeshType = Enum.MeshType.FileMesh
1815b16.Name = "Mesh"
1816b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1817p17 = Instance.new("Part", m3)
1818p17.BrickColor = BrickColor.new("Really black")
1819p17.Material = Enum.Material.Metal
1820p17.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)
1821p17.CanCollide = false
1822p17.Locked = true
1823p17.FormFactor = Enum.FormFactor.Custom
1824p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1825b17 = Instance.new("SpecialMesh", p17)
1826b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
1827b17.TextureId = ""
1828b17.MeshType = Enum.MeshType.FileMesh
1829b17.Name = "Mesh"
1830b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1831p18 = Instance.new("Part", m3)
1832p18.BrickColor = BrickColor.new("Really black")
1833p18.Material = Enum.Material.Metal
1834p18.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)
1835p18.CanCollide = false
1836p18.Locked = true
1837p18.FormFactor = Enum.FormFactor.Custom
1838p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1839b18 = Instance.new("SpecialMesh", p18)
1840b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
1841b18.TextureId = ""
1842b18.MeshType = Enum.MeshType.FileMesh
1843b18.Name = "Mesh"
1844b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1845p19 = Instance.new("Part", m3)
1846p19.BrickColor = BrickColor.new("Really black")
1847p19.Material = Enum.Material.Metal
1848p19.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)
1849p19.CanCollide = false
1850p19.Locked = true
1851p19.FormFactor = Enum.FormFactor.Custom
1852p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1853b19 = Instance.new("SpecialMesh", p19)
1854b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
1855b19.TextureId = ""
1856b19.MeshType = Enum.MeshType.FileMesh
1857b19.Name = "Mesh"
1858b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1859p20 = Instance.new("Part", m3)
1860p20.BrickColor = BrickColor.new("Really black")
1861p20.Material = Enum.Material.Metal
1862p20.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)
1863p20.CanCollide = false
1864p20.Locked = true
1865p20.FormFactor = Enum.FormFactor.Custom
1866p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1867b20 = Instance.new("SpecialMesh", p20)
1868b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
1869b20.TextureId = ""
1870b20.MeshType = Enum.MeshType.FileMesh
1871b20.Name = "Mesh"
1872b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1873p21 = Instance.new("Part", m3)
1874p21.BrickColor = BrickColor.new("Really black")
1875p21.Material = Enum.Material.Metal
1876p21.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)
1877p21.CanCollide = false
1878p21.Locked = true
1879p21.FormFactor = Enum.FormFactor.Custom
1880p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1881b21 = Instance.new("SpecialMesh", p21)
1882b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
1883b21.TextureId = ""
1884b21.MeshType = Enum.MeshType.FileMesh
1885b21.Name = "Mesh"
1886b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1887p22 = Instance.new("Part", m3)
1888p22.BrickColor = BrickColor.new("Really black")
1889p22.Material = Enum.Material.Metal
1890p22.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)
1891p22.CanCollide = false
1892p22.Locked = true
1893p22.FormFactor = Enum.FormFactor.Custom
1894p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1895b22 = Instance.new("SpecialMesh", p22)
1896b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
1897b22.TextureId = ""
1898b22.MeshType = Enum.MeshType.FileMesh
1899b22.Name = "Mesh"
1900b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1901p23 = Instance.new("Part", m3)
1902p23.BrickColor = BrickColor.new("Really black")
1903p23.Material = Enum.Material.Metal
1904p23.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)
1905p23.CanCollide = false
1906p23.Locked = true
1907p23.FormFactor = Enum.FormFactor.Custom
1908p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1909b23 = Instance.new("SpecialMesh", p23)
1910b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
1911b23.TextureId = ""
1912b23.MeshType = Enum.MeshType.FileMesh
1913b23.Name = "Mesh"
1914b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1915p24 = Instance.new("Part", m3)
1916p24.BrickColor = BrickColor.new("Really black")
1917p24.Material = Enum.Material.Metal
1918p24.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)
1919p24.CanCollide = false
1920p24.Locked = true
1921p24.FormFactor = Enum.FormFactor.Custom
1922p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1923b24 = Instance.new("SpecialMesh", p24)
1924b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
1925b24.TextureId = ""
1926b24.MeshType = Enum.MeshType.FileMesh
1927b24.Name = "Mesh"
1928b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1929p25 = Instance.new("Part", m3)
1930p25.BrickColor = BrickColor.new("Really black")
1931p25.Material = Enum.Material.Metal
1932p25.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)
1933p25.CanCollide = false
1934p25.Locked = true
1935p25.FormFactor = Enum.FormFactor.Custom
1936p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1937b25 = Instance.new("SpecialMesh", p25)
1938b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
1939b25.TextureId = ""
1940b25.MeshType = Enum.MeshType.FileMesh
1941b25.Name = "Mesh"
1942b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1943p26 = Instance.new("Part", m3)
1944p26.BrickColor = BrickColor.new("Really black")
1945p26.Material = Enum.Material.Metal
1946p26.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)
1947p26.CanCollide = false
1948p26.Locked = true
1949p26.FormFactor = Enum.FormFactor.Custom
1950p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1951b26 = Instance.new("SpecialMesh", p26)
1952b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
1953b26.TextureId = ""
1954b26.MeshType = Enum.MeshType.FileMesh
1955b26.Name = "Mesh"
1956b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1957p27 = Instance.new("Part", m3)
1958p27.BrickColor = BrickColor.new("Really black")
1959p27.Material = Enum.Material.Metal
1960p27.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)
1961p27.CanCollide = false
1962p27.Locked = true
1963p27.FormFactor = Enum.FormFactor.Custom
1964p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1965b27 = Instance.new("SpecialMesh", p27)
1966b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
1967b27.TextureId = ""
1968b27.MeshType = Enum.MeshType.FileMesh
1969b27.Name = "Mesh"
1970b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1971p28 = Instance.new("Part", m3)
1972p28.BrickColor = BrickColor.new("Really black")
1973p28.Material = Enum.Material.Metal
1974p28.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)
1975p28.CanCollide = false
1976p28.Locked = true
1977p28.FormFactor = Enum.FormFactor.Custom
1978p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1979b28 = Instance.new("SpecialMesh", p28)
1980b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
1981b28.TextureId = ""
1982b28.MeshType = Enum.MeshType.FileMesh
1983b28.Name = "Mesh"
1984b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1985p29 = Instance.new("Part", m3)
1986p29.BrickColor = BrickColor.new("Really black")
1987p29.Material = Enum.Material.Metal
1988p29.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)
1989p29.CanCollide = false
1990p29.Locked = true
1991p29.FormFactor = Enum.FormFactor.Custom
1992p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1993b29 = Instance.new("SpecialMesh", p29)
1994b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
1995b29.TextureId = ""
1996b29.MeshType = Enum.MeshType.FileMesh
1997b29.Name = "Mesh"
1998b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1999p30 = Instance.new("Part", m3)
2000p30.BrickColor = BrickColor.new("Really black")
2001p30.Material = Enum.Material.Metal
2002p30.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)
2003p30.CanCollide = false
2004p30.Locked = true
2005p30.FormFactor = Enum.FormFactor.Custom
2006p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2007b30 = Instance.new("SpecialMesh", p30)
2008b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2009b30.TextureId = ""
2010b30.MeshType = Enum.MeshType.FileMesh
2011b30.Name = "Mesh"
2012b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2013p31 = Instance.new("Part", m3)
2014p31.BrickColor = BrickColor.new("Really black")
2015p31.Material = Enum.Material.Metal
2016p31.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)
2017p31.CanCollide = false
2018p31.Locked = true
2019p31.FormFactor = Enum.FormFactor.Custom
2020p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2021b31 = Instance.new("SpecialMesh", p31)
2022b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2023b31.TextureId = ""
2024b31.MeshType = Enum.MeshType.FileMesh
2025b31.Name = "Mesh"
2026b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2027p32 = Instance.new("Part", m3)
2028p32.BrickColor = BrickColor.new("Really black")
2029p32.Material = Enum.Material.Metal
2030p32.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)
2031p32.CanCollide = false
2032p32.Locked = true
2033p32.FormFactor = Enum.FormFactor.Custom
2034p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2035b32 = Instance.new("SpecialMesh", p32)
2036b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2037b32.TextureId = ""
2038b32.MeshType = Enum.MeshType.FileMesh
2039b32.Name = "Mesh"
2040b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2041p33 = Instance.new("Part", m3)
2042p33.BrickColor = BrickColor.new("Really black")
2043p33.Material = Enum.Material.Metal
2044p33.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)
2045p33.CanCollide = false
2046p33.Locked = true
2047p33.FormFactor = Enum.FormFactor.Custom
2048p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2049b33 = Instance.new("SpecialMesh", p33)
2050b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2051b33.TextureId = ""
2052b33.MeshType = Enum.MeshType.FileMesh
2053b33.Name = "Mesh"
2054b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2055p34 = Instance.new("Part", m3)
2056p34.BrickColor = BrickColor.new("Really black")
2057p34.Material = Enum.Material.Metal
2058p34.Name = "Connection"
2059p34.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)
2060p34.CanCollide = false
2061p34.Locked = true
2062p34.FormFactor = Enum.FormFactor.Custom
2063p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2064b34 = Instance.new("SpecialMesh", p34)
2065b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2066b34.TextureId = ""
2067b34.MeshType = Enum.MeshType.FileMesh
2068b34.Name = "Mesh"
2069b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2070p35 = Instance.new("Part", m3)
2071p35.BrickColor = BrickColor.new("Really black")
2072p35.Material = Enum.Material.Metal
2073p35.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)
2074p35.CanCollide = false
2075p35.Locked = true
2076p35.FormFactor = Enum.FormFactor.Custom
2077p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2078b35 = Instance.new("SpecialMesh", p35)
2079b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2080b35.TextureId = ""
2081b35.MeshType = Enum.MeshType.FileMesh
2082b35.Name = "Mesh"
2083b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2084p36 = Instance.new("Part", m3)
2085p36.BrickColor = BrickColor.new("Really black")
2086p36.Material = Enum.Material.Metal
2087p36.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)
2088p36.CanCollide = false
2089p36.Locked = true
2090p36.FormFactor = Enum.FormFactor.Custom
2091p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2092b36 = Instance.new("SpecialMesh", p36)
2093b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2094b36.TextureId = ""
2095b36.MeshType = Enum.MeshType.FileMesh
2096b36.Name = "Mesh"
2097b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2098w1 = Instance.new("Weld", p2)
2099w1.Name = "Joint"
2100w1.Part0 = p2
2101w1.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)
2102w1.Part1 = p18
2103w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2104w2 = Instance.new("Weld", p3)
2105w2.Name = "Joint"
2106w2.Part0 = p3
2107w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2108w2.Part1 = p1
2109w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2110w3 = Instance.new("Weld", p4)
2111w3.Name = "Joint"
2112w3.Part0 = p4
2113w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2114w3.Part1 = p1
2115w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2116w4 = Instance.new("Weld", p5)
2117w4.Name = "Joint"
2118w4.Part0 = p5
2119w4.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)
2120w4.Part1 = p7
2121w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2122w5 = Instance.new("Weld", p6)
2123w5.Name = "Joint"
2124w5.Part0 = p6
2125w5.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)
2126w5.Part1 = p7
2127w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2128w6 = Instance.new("Weld", p7)
2129w6.Name = "Joint"
2130w6.Part0 = p7
2131w6.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)
2132w6.Part1 = p1
2133w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2134w7 = Instance.new("Weld", p8)
2135w7.Name = "Joint"
2136w7.Part0 = p8
2137w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2138w7.Part1 = p1
2139w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2140w8 = Instance.new("Weld", p9)
2141w8.Name = "Joint"
2142w8.Part0 = p9
2143w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2144w8.Part1 = p1
2145w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2146w9 = Instance.new("Weld", p10)
2147w9.Name = "Joint"
2148w9.Part0 = p10
2149w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2150w9.Part1 = p1
2151w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2152w10 = Instance.new("Weld", p11)
2153w10.Name = "Joint"
2154w10.Part0 = p11
2155w10.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)
2156w10.Part1 = p19
2157w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2158w11 = Instance.new("Weld", p12)
2159w11.Name = "Joint"
2160w11.Part0 = p12
2161w11.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)
2162w11.Part1 = p1
2163w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2164w12 = Instance.new("Weld", p13)
2165w12.Name = "Joint"
2166w12.Part0 = p13
2167w12.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)
2168w12.Part1 = p35
2169w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2170w13 = Instance.new("Weld", p14)
2171w13.Name = "Joint"
2172w13.Part0 = p14
2173w13.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)
2174w13.Part1 = p34
2175w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2176w14 = Instance.new("Weld", p15)
2177w14.Name = "Joint"
2178w14.Part0 = p15
2179w14.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)
2180w14.Part1 = p16
2181w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2182w15 = Instance.new("Weld", p16)
2183w15.Name = "Joint"
2184w15.Part0 = p16
2185w15.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)
2186w15.Part1 = p20
2187w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2188w16 = Instance.new("Weld", p17)
2189w16.Name = "Joint"
2190w16.Part0 = p17
2191w16.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)
2192w16.Part1 = p14
2193w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2194w17 = Instance.new("Weld", p18)
2195w17.Name = "Joint"
2196w17.Part0 = p18
2197w17.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)
2198w17.Part1 = p17
2199w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2200w18 = Instance.new("Weld", p19)
2201w18.Name = "Joint"
2202w18.Part0 = p19
2203w18.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)
2204w18.Part1 = p21
2205w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2206w19 = Instance.new("Weld", p20)
2207w19.Name = "Joint"
2208w19.Part0 = p20
2209w19.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)
2210w19.Part1 = p11
2211w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2212w20 = Instance.new("Weld", p21)
2213w20.Name = "Joint"
2214w20.Part0 = p21
2215w20.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)
2216w20.Part1 = p22
2217w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2218w21 = Instance.new("Weld", p22)
2219w21.Name = "Joint"
2220w21.Part0 = p22
2221w21.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)
2222w21.Part1 = p23
2223w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2224w22 = Instance.new("Weld", p23)
2225w22.Name = "Joint"
2226w22.Part0 = p23
2227w22.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)
2228w22.Part1 = p24
2229w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2230w23 = Instance.new("Weld", p24)
2231w23.Name = "Joint"
2232w23.Part0 = p24
2233w23.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)
2234w23.Part1 = p25
2235w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2236w24 = Instance.new("Weld", p25)
2237w24.Name = "Joint"
2238w24.Part0 = p25
2239w24.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)
2240w24.Part1 = p26
2241w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2242w25 = Instance.new("Weld", p26)
2243w25.Name = "Joint"
2244w25.Part0 = p26
2245w25.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)
2246w25.Part1 = p27
2247w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2248w26 = Instance.new("Weld", p27)
2249w26.Name = "Joint"
2250w26.Part0 = p27
2251w26.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)
2252w26.Part1 = p28
2253w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2254w27 = Instance.new("Weld", p28)
2255w27.Name = "Joint"
2256w27.Part0 = p28
2257w27.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)
2258w27.Part1 = p29
2259w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2260w28 = Instance.new("Weld", p29)
2261w28.Name = "Joint"
2262w28.Part0 = p29
2263w28.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)
2264w28.Part1 = p30
2265w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2266w29 = Instance.new("Weld", p30)
2267w29.Name = "Joint"
2268w29.Part0 = p30
2269w29.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)
2270w29.Part1 = p31
2271w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2272w30 = Instance.new("Weld", p31)
2273w30.Name = "Joint"
2274w30.Part0 = p31
2275w30.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)
2276w30.Part1 = p32
2277w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2278w31 = Instance.new("Weld", p32)
2279w31.Name = "Joint"
2280w31.Part0 = p32
2281w31.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)
2282w31.Part1 = p33
2283w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2284w32 = Instance.new("Weld", p33)
2285w32.Name = "Joint"
2286w32.Part0 = p33
2287w32.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)
2288w32.Part1 = p13
2289w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2290w33 = Instance.new("Weld", p34)
2291w33.Name = "Joint"
2292w33.Part0 = p34
2293w33.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)
2294w33.Part1 = p12
2295w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2296w34 = Instance.new("Weld", p35)
2297w34.Name = "Joint"
2298w34.Part0 = p35
2299w34.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)
2300w34.Part1 = p36
2301w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2302w35 = Instance.new("Weld", p36)
2303w35.Name = "Joint"
2304w35.Part0 = p36
2305w35.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)
2306w35.Part1 = p2
2307w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2308m3.Parent = torso
2309m3:MakeJoints()
2310----------------------------------------------------
2311local cor3 = Instance.new("Part", torso.Torso)
2312cor3.Name = "Thingy"
2313cor3.Locked = true
2314cor3.BottomSurface = 0
2315cor3.CanCollide = false
2316cor3.Size = Vector3.new(1, 1, 1)
2317cor3.Transparency = 1
2318cor3.TopSurface = 0
2319corw3 = Instance.new("Weld", cor3)
2320corw3.Part0 = torso
2321corw3.Part1 = cor3
2322corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2323corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2324weld3 = Instance.new("Weld", torso.Torso)
2325weld3.Part0 = cor3
2326weld3.Part1 = torso.Torso.TorsoPlate
2327weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2328--Left Leg
2329m4 = Instance.new("Model")
2330m4.Name = "LeftLeg"
2331p1 = Instance.new("Part", m4)
2332p1.BrickColor = BrickColor.new("Really black")
2333p1.Material = Enum.Material.Metal
2334p1.Name = "LeftLegPlate"
2335p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2336p1.Anchored = false
2337p1.CanCollide = false
2338p1.FormFactor = Enum.FormFactor.Custom
2339p1.Size = Vector3.new(1, 2, 1)
2340p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2341p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2342p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2343p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2344p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2345p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2346b1 = Instance.new("SpecialMesh", p1)
2347b1.MeshType = Enum.MeshType.Brick
2348b1.Name = "Mesh"
2349b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2350p2 = Instance.new("Part", m4)
2351p2.BrickColor = BrickColor.new("Really black")
2352p2.Material = Enum.Material.Metal
2353p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2354p2.Anchored = false
2355p2.CanCollide = false
2356p2.FormFactor = Enum.FormFactor.Custom
2357p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2358p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2359p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2360p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2361p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2362p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2363p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2364b2 = Instance.new("SpecialMesh", p2)
2365b2.MeshType = Enum.MeshType.Brick
2366b2.Name = "Mesh"
2367b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2368p3 = Instance.new("Part", m4)
2369p3.BrickColor = BrickColor.new("Really black")
2370p3.Material = Enum.Material.Metal
2371p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2372p3.Anchored = false
2373p3.CanCollide = false
2374p3.FormFactor = Enum.FormFactor.Custom
2375p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2376p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2377p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2378p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2379p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2380p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2381p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2382b3 = Instance.new("SpecialMesh", p3)
2383b3.MeshType = Enum.MeshType.Brick
2384b3.Name = "Mesh"
2385b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2386p4 = Instance.new("Part", m4)
2387p4.BrickColor = BrickColor.new("Black")
2388p4.Material = Enum.Material.Metal
2389p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2390p4.Anchored = false
2391p4.CanCollide = false
2392p4.FormFactor = Enum.FormFactor.Custom
2393p4.Size = Vector3.new(1, 2, 0.200000018)
2394p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2395p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2396p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2397p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2398p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2399p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2400b4 = Instance.new("SpecialMesh", p4)
2401b4.MeshType = Enum.MeshType.Brick
2402b4.Name = "Mesh"
2403b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2404p5 = Instance.new("Part", m4)
2405p5.BrickColor = BrickColor.new("Black")
2406p5.Material = Enum.Material.Metal
2407p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2408p5.Anchored = false
2409p5.CanCollide = false
2410p5.FormFactor = Enum.FormFactor.Custom
2411p5.Size = Vector3.new(1, 2, 0.200000018)
2412p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2413p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2414p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2415p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2416p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2417p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2418b5 = Instance.new("SpecialMesh", p5)
2419b5.MeshType = Enum.MeshType.Brick
2420b5.Name = "Mesh"
2421b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2422p6 = Instance.new("Part", m4)
2423p6.BrickColor = BrickColor.new("Black")
2424p6.Material = Enum.Material.Metal
2425p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2426p6.Anchored = false
2427p6.CanCollide = false
2428p6.FormFactor = Enum.FormFactor.Custom
2429p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2430p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2431p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2432p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2433p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2434p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2435p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2436b6 = Instance.new("SpecialMesh", p6)
2437b6.MeshType = Enum.MeshType.Brick
2438b6.Name = "Mesh"
2439b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2440p7 = Instance.new("Part", m4)
2441p7.BrickColor = BrickColor.new("Black")
2442p7.Material = Enum.Material.Metal
2443p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2444p7.Anchored = false
2445p7.CanCollide = false
2446p7.FormFactor = Enum.FormFactor.Custom
2447p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2448p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2449p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2450p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2451p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2452p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2453p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2454b7 = Instance.new("SpecialMesh", p7)
2455b7.MeshType = Enum.MeshType.Brick
2456b7.Name = "Mesh"
2457b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2458w1 = Instance.new("Weld", p2)
2459w1.Name = "Joint"
2460w1.Part0 = p2
2461w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2462w1.Part1 = p3
2463w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2464w2 = Instance.new("Weld", p3)
2465w2.Name = "Joint"
2466w2.Part0 = p3
2467w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2468w2.Part1 = p5
2469w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2470w3 = Instance.new("Weld", p4)
2471w3.Name = "Joint"
2472w3.Part0 = p4
2473w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2474w3.Part1 = p1
2475w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2476w4 = Instance.new("Weld", p5)
2477w4.Name = "Joint"
2478w4.Part0 = p5
2479w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2480w4.Part1 = p1
2481w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2482w5 = Instance.new("Weld", p6)
2483w5.Name = "Joint"
2484w5.Part0 = p6
2485w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2486w5.Part1 = p1
2487w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2488w6 = Instance.new("Weld", p7)
2489w6.Name = "Joint"
2490w6.Part0 = p7
2491w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2492w6.Part1 = p1
2493w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2494m4.Parent = lleg
2495m4:MakeJoints()
2496----------------------------------------------------
2497local cor4 = Instance.new("Part", lleg.LeftLeg)
2498cor4.Name = "Thingy"
2499cor4.Locked = true
2500cor4.BottomSurface = 0
2501cor4.CanCollide = false
2502cor4.Size = Vector3.new(1, 1, 1)
2503cor4.Transparency = 1
2504cor4.TopSurface = 0
2505corw4 = Instance.new("Weld", cor4)
2506corw4.Part0 = lleg
2507corw4.Part1 = cor4
2508corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2509corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2510weld4 = Instance.new("Weld", lleg.LeftLeg)
2511weld4.Part0 = cor4
2512weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2513weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2514--Right Leg
2515m5 = Instance.new("Model")
2516m5.Name = "RightLeg"
2517p1 = Instance.new("Part", m5)
2518p1.BrickColor = BrickColor.new("Really black")
2519p1.Material = Enum.Material.Metal
2520p1.Name = "RightLegPlate"
2521p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2522p1.Anchored = false
2523p1.CanCollide = false
2524p1.FormFactor = Enum.FormFactor.Custom
2525p1.Size = Vector3.new(1, 2, 1)
2526p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2527p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2528p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2529p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2530p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2531p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2532b1 = Instance.new("SpecialMesh", p1)
2533b1.MeshType = Enum.MeshType.Brick
2534b1.Name = "Mesh"
2535b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2536p2 = Instance.new("Part", m5)
2537p2.BrickColor = BrickColor.new("Really black")
2538p2.Material = Enum.Material.Metal
2539p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2540p2.Anchored = false
2541p2.CanCollide = false
2542p2.FormFactor = Enum.FormFactor.Custom
2543p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2544p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2545p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2546p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2547p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2548p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2549p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2550b2 = Instance.new("SpecialMesh", p2)
2551b2.MeshType = Enum.MeshType.Brick
2552b2.Name = "Mesh"
2553b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2554p3 = Instance.new("Part", m5)
2555p3.BrickColor = BrickColor.new("Really black")
2556p3.Material = Enum.Material.Metal
2557p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2558p3.Anchored = false
2559p3.CanCollide = false
2560p3.FormFactor = Enum.FormFactor.Custom
2561p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2562p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2563p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2564p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2565p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2566p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2567p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2568b3 = Instance.new("SpecialMesh", p3)
2569b3.MeshType = Enum.MeshType.Brick
2570b3.Name = "Mesh"
2571b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2572p4 = Instance.new("Part", m5)
2573p4.BrickColor = BrickColor.new("Black")
2574p4.Material = Enum.Material.Metal
2575p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2576p4.Anchored = false
2577p4.CanCollide = false
2578p4.FormFactor = Enum.FormFactor.Custom
2579p4.Size = Vector3.new(1, 2, 0.200000018)
2580p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2581p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2582p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2583p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2584p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2585p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2586b4 = Instance.new("SpecialMesh", p4)
2587b4.MeshType = Enum.MeshType.Brick
2588b4.Name = "Mesh"
2589b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2590p5 = Instance.new("Part", m5)
2591p5.BrickColor = BrickColor.new("Black")
2592p5.Material = Enum.Material.Metal
2593p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2594p5.Anchored = false
2595p5.CanCollide = false
2596p5.FormFactor = Enum.FormFactor.Custom
2597p5.Size = Vector3.new(1, 2, 0.200000018)
2598p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2599p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2600p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2601p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2602p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2603p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2604b5 = Instance.new("SpecialMesh", p5)
2605b5.MeshType = Enum.MeshType.Brick
2606b5.Name = "Mesh"
2607b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2608p6 = Instance.new("Part", m5)
2609p6.BrickColor = BrickColor.new("Black")
2610p6.Material = Enum.Material.Metal
2611p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2612p6.Anchored = false
2613p6.CanCollide = false
2614p6.FormFactor = Enum.FormFactor.Custom
2615p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2616p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2617p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2618p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2619p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2620p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2621p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2622b6 = Instance.new("SpecialMesh", p6)
2623b6.MeshType = Enum.MeshType.Brick
2624b6.Name = "Mesh"
2625b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2626p7 = Instance.new("Part", m5)
2627p7.BrickColor = BrickColor.new("Black")
2628p7.Material = Enum.Material.Metal
2629p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2630p7.Anchored = false
2631p7.CanCollide = false
2632p7.FormFactor = Enum.FormFactor.Custom
2633p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2634p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2635p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2636p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2637p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2638p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2639p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2640b7 = Instance.new("SpecialMesh", p7)
2641b7.MeshType = Enum.MeshType.Brick
2642b7.Name = "Mesh"
2643b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2644w1 = Instance.new("Weld", p2)
2645w1.Name = "Joint"
2646w1.Part0 = p2
2647w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2648w1.Part1 = p3
2649w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2650w2 = Instance.new("Weld", p3)
2651w2.Name = "Joint"
2652w2.Part0 = p3
2653w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2654w2.Part1 = p5
2655w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2656w3 = Instance.new("Weld", p4)
2657w3.Name = "Joint"
2658w3.Part0 = p4
2659w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2660w3.Part1 = p1
2661w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2662w4 = Instance.new("Weld", p5)
2663w4.Name = "Joint"
2664w4.Part0 = p5
2665w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2666w4.Part1 = p1
2667w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2668w5 = Instance.new("Weld", p6)
2669w5.Name = "Joint"
2670w5.Part0 = p6
2671w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2672w5.Part1 = p1
2673w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2674w6 = Instance.new("Weld", p7)
2675w6.Name = "Joint"
2676w6.Part0 = p7
2677w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2678w6.Part1 = p1
2679w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2680m5.Parent = rleg
2681m5:MakeJoints()
2682----------------------------------------------------
2683local cor5 = Instance.new("Part", rleg.RightLeg)
2684cor5.Name = "Thingy"
2685cor5.Locked = true
2686cor5.BottomSurface = 0
2687cor5.CanCollide = false
2688cor5.Size = Vector3.new(1, 1, 1)
2689cor5.Transparency = 1
2690cor5.TopSurface = 0
2691corw5 = Instance.new("Weld", cor5)
2692corw5.Part0 = rleg
2693corw5.Part1 = cor5
2694corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2695corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2696wld5 = Instance.new("Weld", rleg.RightLeg)
2697wld5.Part0 = cor5
2698wld5.Part1 = rleg.RightLeg.RightLegPlate
2699wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2700--Cape
2701m6 = Instance.new("Model")
2702m6.Name = "Cloak"
2703p1 = Instance.new("WedgePart", m6)
2704p1.BrickColor = BrickColor.new("Lime green")
2705p1.Material = Enum.Material.SmoothPlastic
2706p1.Name = "Wedge"
2707p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2708p1.CanCollide = false
2709p1.Locked = true
2710p1.FormFactor = Enum.FormFactor.Custom
2711p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
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.Wedge
2720b1.Name = "Mesh"
2721b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2722p2 = Instance.new("WedgePart", m6)
2723p2.BrickColor = BrickColor.new("Black")
2724p2.Material = Enum.Material.SmoothPlastic
2725p2.Name = "Wedge"
2726p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
2727p2.CanCollide = false
2728p2.Locked = true
2729p2.FormFactor = Enum.FormFactor.Custom
2730p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2731p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2732p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2733p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2734p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2735p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2736p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2737b2 = Instance.new("SpecialMesh", p2)
2738b2.MeshType = Enum.MeshType.Wedge
2739b2.Name = "Mesh"
2740b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2741p3 = Instance.new("Part", m6)
2742p3.BrickColor = BrickColor.new("Black")
2743p3.Material = Enum.Material.SmoothPlastic
2744p3.Name = "CapeLevel2"
2745p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2746p3.CanCollide = false
2747p3.Locked = true
2748p3.FormFactor = Enum.FormFactor.Custom
2749p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
2750p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2751p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2752p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2753p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2754p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2755p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2756b3 = Instance.new("BlockMesh", p3)
2757b3.Name = "Mesh"
2758b3.Scale = Vector3.new(1, 1, 0.602178097)
2759p4 = Instance.new("Part", m6)
2760p4.BrickColor = BrickColor.new("Black")
2761p4.Material = Enum.Material.SmoothPlastic
2762p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2763p4.CanCollide = false
2764p4.Locked = true
2765p4.FormFactor = Enum.FormFactor.Custom
2766p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2767p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2768p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2769p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2770p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2771p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2772p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2773b4 = Instance.new("BlockMesh", p4)
2774b4.Name = "Mesh"
2775b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2776p5 = Instance.new("Part", m6)
2777p5.BrickColor = BrickColor.new("Black")
2778p5.Material = Enum.Material.SmoothPlastic
2779p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2780p5.CanCollide = false
2781p5.Locked = true
2782p5.FormFactor = Enum.FormFactor.Custom
2783p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
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("BlockMesh", p5)
2791b5.Name = "Mesh"
2792b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2793p6 = Instance.new("Part", m6)
2794p6.BrickColor = BrickColor.new("Black")
2795p6.Material = Enum.Material.SmoothPlastic
2796p6.Name = "CapeLevel1"
2797p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2798p6.CanCollide = false
2799p6.Locked = true
2800p6.FormFactor = Enum.FormFactor.Custom
2801p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
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("BlockMesh", p6)
2809b6.Name = "Mesh"
2810b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
2811p7 = Instance.new("Part", m6)
2812p7.BrickColor = BrickColor.new("Black")
2813p7.Material = Enum.Material.SmoothPlastic
2814p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2815p7.CanCollide = false
2816p7.Locked = true
2817p7.FormFactor = Enum.FormFactor.Custom
2818p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2819p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2820p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2821p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2822p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2823p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2824p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2825b7 = Instance.new("BlockMesh", p7)
2826b7.Name = "Mesh"
2827b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2828p8 = Instance.new("Part", m6)
2829p8.BrickColor = BrickColor.new("Black")
2830p8.Material = Enum.Material.SmoothPlastic
2831p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2832p8.CanCollide = false
2833p8.Locked = true
2834p8.FormFactor = Enum.FormFactor.Custom
2835p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2836p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2837p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2838p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2839p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2840p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2841p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2842b8 = Instance.new("BlockMesh", p8)
2843b8.Name = "Mesh"
2844b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2845p9 = Instance.new("Part", m6)
2846p9.BrickColor = BrickColor.new("Black")
2847p9.Material = Enum.Material.SmoothPlastic
2848p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2849p9.CanCollide = false
2850p9.Locked = true
2851p9.FormFactor = Enum.FormFactor.Custom
2852p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
2853p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2854p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2855p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2856p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2857p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2858p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2859b9 = Instance.new("BlockMesh", p9)
2860b9.Name = "Mesh"
2861b9.Scale = Vector3.new(1, 1, 0.602178097)
2862p10 = Instance.new("Part", m6)
2863p10.BrickColor = BrickColor.new("Black")
2864p10.Material = Enum.Material.SmoothPlastic
2865p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2866p10.CanCollide = false
2867p10.Locked = true
2868p10.FormFactor = Enum.FormFactor.Custom
2869p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2870p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2871p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2872p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2873p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2874p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2875p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2876b10 = Instance.new("BlockMesh", p10)
2877b10.Name = "Mesh"
2878b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2879p11 = Instance.new("Part", m6)
2880p11.BrickColor = BrickColor.new("Black")
2881p11.Material = Enum.Material.SmoothPlastic
2882p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2883p11.CanCollide = false
2884p11.Locked = true
2885p11.FormFactor = Enum.FormFactor.Custom
2886p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2887p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2888p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2889p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2890p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2891p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2892p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2893b11 = Instance.new("BlockMesh", p11)
2894b11.Name = "Mesh"
2895b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2896p12 = Instance.new("Part", m6)
2897p12.BrickColor = BrickColor.new("Black")
2898p12.Material = Enum.Material.SmoothPlastic
2899p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2900p12.CanCollide = false
2901p12.Locked = true
2902p12.FormFactor = Enum.FormFactor.Custom
2903p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2904p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2905p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2906p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2907p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2908p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2909p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2910b12 = Instance.new("BlockMesh", p12)
2911b12.Name = "Mesh"
2912b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2913p13 = Instance.new("Part", m6)
2914p13.BrickColor = BrickColor.new("Black")
2915p13.Material = Enum.Material.SmoothPlastic
2916p13.Name = "BottomLeftFlap"
2917p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2918p13.CanCollide = false
2919p13.Locked = true
2920p13.FormFactor = Enum.FormFactor.Custom
2921p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
2922p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2923p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2924p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2925p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2926p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2927p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2928b13 = Instance.new("BlockMesh", p13)
2929b13.Name = "Mesh"
2930b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
2931p14 = Instance.new("Part", m6)
2932p14.BrickColor = BrickColor.new("Black")
2933p14.Material = Enum.Material.SmoothPlastic
2934p14.Transparency = 1
2935p14.Name = "Rotater"
2936p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2937p14.CanCollide = false
2938p14.Locked = true
2939p14.FormFactor = Enum.FormFactor.Custom
2940p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
2941p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2942p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2943p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2944p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2945p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2946p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2947b14 = Instance.new("BlockMesh", p14)
2948b14.Name = "Mesh"
2949b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
2950p15 = Instance.new("Part", m6)
2951p15.BrickColor = BrickColor.new("Black")
2952p15.Material = Enum.Material.SmoothPlastic
2953p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2954p15.CanCollide = false
2955p15.Locked = true
2956p15.FormFactor = Enum.FormFactor.Custom
2957p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2958p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2959p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2960p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2961p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2962p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2963p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2964b15 = Instance.new("BlockMesh", p15)
2965b15.Name = "Mesh"
2966b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2967p16 = Instance.new("Part", m6)
2968p16.BrickColor = BrickColor.new("Black")
2969p16.Material = Enum.Material.SmoothPlastic
2970p16.Name = "BottomCenterFlap"
2971p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2972p16.CanCollide = false
2973p16.Locked = true
2974p16.FormFactor = Enum.FormFactor.Custom
2975p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
2976p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2977p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2978p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2979p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2980p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2981p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2982b16 = Instance.new("BlockMesh", p16)
2983b16.Name = "Mesh"
2984b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
2985p17 = Instance.new("Part", m6)
2986p17.BrickColor = BrickColor.new("Black")
2987p17.Material = Enum.Material.SmoothPlastic
2988p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2989p17.CanCollide = false
2990p17.Locked = true
2991p17.FormFactor = Enum.FormFactor.Custom
2992p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
2993p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2994p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2995p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2996p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2997p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2998p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2999b17 = Instance.new("BlockMesh", p17)
3000b17.Name = "Mesh"
3001b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3002p18 = Instance.new("Part", m6)
3003p18.BrickColor = BrickColor.new("Black")
3004p18.Material = Enum.Material.SmoothPlastic
3005p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3006p18.CanCollide = false
3007p18.Locked = true
3008p18.FormFactor = Enum.FormFactor.Custom
3009p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3010p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3011p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3012p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3013p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3014p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3015p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3016b18 = Instance.new("BlockMesh", p18)
3017b18.Name = "Mesh"
3018b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3019p19 = Instance.new("WedgePart", m6)
3020p19.BrickColor = BrickColor.new("Lime green")
3021p19.Name = "Wedge"
3022p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3023p19.CanCollide = false
3024p19.Locked = true
3025p19.FormFactor = Enum.FormFactor.Custom
3026p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3027p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3028p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3029p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3030p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3031p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3032p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3033b19 = Instance.new("SpecialMesh", p19)
3034b19.MeshType = Enum.MeshType.Wedge
3035b19.Name = "Mesh"
3036b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3037p20 = Instance.new("Part", m6)
3038p20.BrickColor = BrickColor.new("Black")
3039p20.Material = Enum.Material.SmoothPlastic
3040p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3041p20.CanCollide = false
3042p20.Locked = true
3043p20.FormFactor = Enum.FormFactor.Custom
3044p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3045p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3046p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3047p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3048p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3049p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3050p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3051b20 = Instance.new("BlockMesh", p20)
3052b20.Name = "Mesh"
3053b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3054p21 = Instance.new("Part", m6)
3055p21.BrickColor = BrickColor.new("Black")
3056p21.Material = Enum.Material.SmoothPlastic
3057p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3058p21.CanCollide = false
3059p21.Locked = true
3060p21.FormFactor = Enum.FormFactor.Custom
3061p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3062p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3063p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3064p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3065p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3066p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3067p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3068b21 = Instance.new("BlockMesh", p21)
3069b21.Name = "Mesh"
3070b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3071p22 = Instance.new("WedgePart", m6)
3072p22.BrickColor = BrickColor.new("Lime green")
3073p22.Name = "Wedge"
3074p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3075p22.CanCollide = false
3076p22.Locked = true
3077p22.FormFactor = Enum.FormFactor.Custom
3078p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3079p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3080p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3081p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3082p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3083p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3084p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3085b22 = Instance.new("SpecialMesh", p22)
3086b22.MeshType = Enum.MeshType.Wedge
3087b22.Name = "Mesh"
3088b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3089p23 = Instance.new("WedgePart", m6)
3090p23.BrickColor = BrickColor.new("Lime green")
3091p23.Material = Enum.Material.SmoothPlastic
3092p23.Name = "Wedge"
3093p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3094p23.CanCollide = false
3095p23.Locked = true
3096p23.FormFactor = Enum.FormFactor.Custom
3097p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3098p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3099p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3100p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3101p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3102p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3103p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3104b23 = Instance.new("SpecialMesh", p23)
3105b23.MeshType = Enum.MeshType.Wedge
3106b23.Name = "Mesh"
3107b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3108p24 = Instance.new("WedgePart", m6)
3109p24.BrickColor = BrickColor.new("Black")
3110p24.Material = Enum.Material.SmoothPlastic
3111p24.Name = "Wedge"
3112p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3113p24.CanCollide = false
3114p24.Locked = true
3115p24.FormFactor = Enum.FormFactor.Custom
3116p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3117p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3118p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3119p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3120p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3121p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3122p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3123b24 = Instance.new("SpecialMesh", p24)
3124b24.MeshType = Enum.MeshType.Wedge
3125b24.Name = "Mesh"
3126b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3127p25 = Instance.new("WedgePart", m6)
3128p25.BrickColor = BrickColor.new("Lime green")
3129p25.Name = "Wedge"
3130p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3131p25.CanCollide = false
3132p25.Locked = true
3133p25.FormFactor = Enum.FormFactor.Custom
3134p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3135p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3136p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3137p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3138p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3139p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3140p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3141b25 = Instance.new("SpecialMesh", p25)
3142b25.MeshType = Enum.MeshType.Wedge
3143b25.Name = "Mesh"
3144b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3145p26 = Instance.new("WedgePart", m6)
3146p26.BrickColor = BrickColor.new("Black")
3147p26.Material = Enum.Material.SmoothPlastic
3148p26.Name = "Wedge"
3149p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3150p26.CanCollide = false
3151p26.Locked = true
3152p26.FormFactor = Enum.FormFactor.Custom
3153p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3154p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3155p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3156p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3157p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3158p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3159p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3160b26 = Instance.new("SpecialMesh", p26)
3161b26.MeshType = Enum.MeshType.Wedge
3162b26.Name = "Mesh"
3163b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3164p27 = Instance.new("Part", m6)
3165p27.BrickColor = BrickColor.new("Black")
3166p27.Material = Enum.Material.SmoothPlastic
3167p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3168p27.CanCollide = false
3169p27.Locked = true
3170p27.FormFactor = Enum.FormFactor.Custom
3171p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3172p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3173p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3174p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3175p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3176p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3177p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3178b27 = Instance.new("BlockMesh", p27)
3179b27.Name = "Mesh"
3180b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3181p28 = Instance.new("WedgePart", m6)
3182p28.BrickColor = BrickColor.new("Black")
3183p28.Material = Enum.Material.SmoothPlastic
3184p28.Name = "Wedge"
3185p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3186p28.CanCollide = false
3187p28.Locked = true
3188p28.FormFactor = Enum.FormFactor.Custom
3189p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3190p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3191p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3192p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3193p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3194p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3195p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3196b28 = Instance.new("SpecialMesh", p28)
3197b28.MeshType = Enum.MeshType.Wedge
3198b28.Name = "Mesh"
3199b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3200p29 = Instance.new("Part", m6)
3201p29.BrickColor = BrickColor.new("Black")
3202p29.Material = Enum.Material.SmoothPlastic
3203p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3204p29.CanCollide = false
3205p29.Locked = true
3206p29.FormFactor = Enum.FormFactor.Custom
3207p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3208p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3209p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3210p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3211p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3212p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3213p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3214b29 = Instance.new("BlockMesh", p29)
3215b29.Name = "Mesh"
3216b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3217p30 = Instance.new("WedgePart", m6)
3218p30.BrickColor = BrickColor.new("Black")
3219p30.Material = Enum.Material.SmoothPlastic
3220p30.Name = "Wedge"
3221p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3222p30.CanCollide = false
3223p30.Locked = true
3224p30.FormFactor = Enum.FormFactor.Custom
3225p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3226p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3227p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3228p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3229p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3230p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3231p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3232b30 = Instance.new("SpecialMesh", p30)
3233b30.MeshType = Enum.MeshType.Wedge
3234b30.Name = "Mesh"
3235b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3236p31 = Instance.new("WedgePart", m6)
3237p31.BrickColor = BrickColor.new("Black")
3238p31.Material = Enum.Material.SmoothPlastic
3239p31.Name = "Wedge"
3240p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3241p31.CanCollide = false
3242p31.Locked = true
3243p31.FormFactor = Enum.FormFactor.Custom
3244p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3245p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3246p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3247p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3248p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3249p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3250p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3251b31 = Instance.new("SpecialMesh", p31)
3252b31.MeshType = Enum.MeshType.Wedge
3253b31.Name = "Mesh"
3254b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3255p32 = Instance.new("Part", m6)
3256p32.BrickColor = BrickColor.new("Black")
3257p32.Material = Enum.Material.SmoothPlastic
3258p32.Name = "BottomRightFlap"
3259p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3260p32.CanCollide = false
3261p32.Locked = true
3262p32.FormFactor = Enum.FormFactor.Custom
3263p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3264p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3265p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3266p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3267p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3268p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3269p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3270b32 = Instance.new("BlockMesh", p32)
3271b32.Name = "Mesh"
3272b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3273p33 = Instance.new("WedgePart", m6)
3274p33.BrickColor = BrickColor.new("Black")
3275p33.Material = Enum.Material.SmoothPlastic
3276p33.Name = "Wedge"
3277p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3278p33.CanCollide = false
3279p33.Locked = true
3280p33.FormFactor = Enum.FormFactor.Custom
3281p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3282p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3283p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3284p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3285p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3286p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3287p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3288b33 = Instance.new("SpecialMesh", p33)
3289b33.MeshType = Enum.MeshType.Wedge
3290b33.Name = "Mesh"
3291b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3292p34 = Instance.new("WedgePart", m6)
3293p34.BrickColor = BrickColor.new("Black")
3294p34.Material = Enum.Material.SmoothPlastic
3295p34.Name = "Wedge"
3296p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3297p34.CanCollide = false
3298p34.Locked = true
3299p34.FormFactor = Enum.FormFactor.Custom
3300p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3301p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3302p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3303p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3304p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3305p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3306p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3307b34 = Instance.new("SpecialMesh", p34)
3308b34.MeshType = Enum.MeshType.Wedge
3309b34.Name = "Mesh"
3310b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3311p35 = Instance.new("Part", m6)
3312p35.BrickColor = BrickColor.new("Black")
3313p35.Material = Enum.Material.SmoothPlastic
3314p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3315p35.CanCollide = false
3316p35.Locked = true
3317p35.FormFactor = Enum.FormFactor.Custom
3318p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3319p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3320p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3321p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3322p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3323p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3324p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3325b35 = Instance.new("BlockMesh", p35)
3326b35.Name = "Mesh"
3327b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3328p36 = Instance.new("WedgePart", m6)
3329p36.BrickColor = BrickColor.new("Black")
3330p36.Material = Enum.Material.SmoothPlastic
3331p36.Name = "Wedge"
3332p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3333p36.CanCollide = false
3334p36.Locked = true
3335p36.FormFactor = Enum.FormFactor.Custom
3336p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3337p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3338p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3339p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3340p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3341p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3342p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3343b36 = Instance.new("SpecialMesh", p36)
3344b36.MeshType = Enum.MeshType.Wedge
3345b36.Name = "Mesh"
3346b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3347p37 = Instance.new("Part", m6)
3348p37.BrickColor = BrickColor.new("Black")
3349p37.Material = Enum.Material.SmoothPlastic
3350p37.Name = "CapeLevel3"
3351p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3352p37.CanCollide = false
3353p37.Locked = true
3354p37.FormFactor = Enum.FormFactor.Custom
3355p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3356p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3357p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3358p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3359p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3360p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3361p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3362b37 = Instance.new("BlockMesh", p37)
3363b37.Name = "Mesh"
3364b37.Scale = Vector3.new(1, 1, 0.602178097)
3365p38 = Instance.new("WedgePart", m6)
3366p38.BrickColor = BrickColor.new("Lime green")
3367p38.Material = Enum.Material.SmoothPlastic
3368p38.Name = "Wedge"
3369p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3370p38.CanCollide = false
3371p38.Locked = true
3372p38.FormFactor = Enum.FormFactor.Custom
3373p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3374p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3375p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3376p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3377p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3378p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3379p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3380b38 = Instance.new("SpecialMesh", p38)
3381b38.MeshType = Enum.MeshType.Wedge
3382b38.Name = "Mesh"
3383b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3384p39 = Instance.new("WedgePart", m6)
3385p39.BrickColor = BrickColor.new("Lime green")
3386p39.Material = Enum.Material.SmoothPlastic
3387p39.Name = "Wedge"
3388p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3389p39.CanCollide = false
3390p39.Locked = true
3391p39.FormFactor = Enum.FormFactor.Custom
3392p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3393p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3394p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3395p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3396p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3397p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3398p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3399b39 = Instance.new("SpecialMesh", p39)
3400b39.MeshType = Enum.MeshType.Wedge
3401b39.Name = "Mesh"
3402b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3403p40 = Instance.new("WedgePart", m6)
3404p40.BrickColor = BrickColor.new("Black")
3405p40.Material = Enum.Material.SmoothPlastic
3406p40.Name = "Wedge"
3407p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3408p40.CanCollide = false
3409p40.Locked = true
3410p40.FormFactor = Enum.FormFactor.Custom
3411p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3412p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3413p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3414p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3415p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3416p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3417p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3418b40 = Instance.new("SpecialMesh", p40)
3419b40.MeshType = Enum.MeshType.Wedge
3420b40.Name = "Mesh"
3421b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3422p41 = Instance.new("WedgePart", m6)
3423p41.BrickColor = BrickColor.new("Black")
3424p41.Material = Enum.Material.SmoothPlastic
3425p41.Name = "Wedge"
3426p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3427p41.CanCollide = false
3428p41.Locked = true
3429p41.FormFactor = Enum.FormFactor.Custom
3430p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3431p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3432p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3433p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3434p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3435p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3436p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3437b41 = Instance.new("SpecialMesh", p41)
3438b41.MeshType = Enum.MeshType.Wedge
3439b41.Name = "Mesh"
3440b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3441p42 = Instance.new("WedgePart", m6)
3442p42.BrickColor = BrickColor.new("Black")
3443p42.Material = Enum.Material.SmoothPlastic
3444p42.Name = "Wedge"
3445p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3446p42.CanCollide = false
3447p42.Locked = true
3448p42.FormFactor = Enum.FormFactor.Custom
3449p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3450p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3451p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3452p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3453p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3454p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3455p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3456b42 = Instance.new("SpecialMesh", p42)
3457b42.MeshType = Enum.MeshType.Wedge
3458b42.Name = "Mesh"
3459b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3460p43 = Instance.new("WedgePart", m6)
3461p43.BrickColor = BrickColor.new("Black")
3462p43.Material = Enum.Material.SmoothPlastic
3463p43.Name = "Wedge"
3464p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3465p43.CanCollide = false
3466p43.Locked = true
3467p43.FormFactor = Enum.FormFactor.Custom
3468p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3469p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3470p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3471p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3472p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3473p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3474p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3475b43 = Instance.new("SpecialMesh", p43)
3476b43.MeshType = Enum.MeshType.Wedge
3477b43.Name = "Mesh"
3478b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3479p44 = Instance.new("WedgePart", m6)
3480p44.BrickColor = BrickColor.new("Black")
3481p44.Material = Enum.Material.SmoothPlastic
3482p44.Name = "Wedge"
3483p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3484p44.CanCollide = false
3485p44.Locked = true
3486p44.FormFactor = Enum.FormFactor.Custom
3487p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3488p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3489p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3490p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3491p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3492p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3493p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3494b44 = Instance.new("SpecialMesh", p44)
3495b44.MeshType = Enum.MeshType.Wedge
3496b44.Name = "Mesh"
3497b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3498p45 = Instance.new("WedgePart", m6)
3499p45.BrickColor = BrickColor.new("Black")
3500p45.Material = Enum.Material.SmoothPlastic
3501p45.Name = "Wedge"
3502p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3503p45.CanCollide = false
3504p45.Locked = true
3505p45.FormFactor = Enum.FormFactor.Custom
3506p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3507p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3508p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3509p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3510p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3511p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3512p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3513b45 = Instance.new("SpecialMesh", p45)
3514b45.MeshType = Enum.MeshType.Wedge
3515b45.Name = "Mesh"
3516b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3517p46 = Instance.new("WedgePart", m6)
3518p46.BrickColor = BrickColor.new("Black")
3519p46.Material = Enum.Material.SmoothPlastic
3520p46.Name = "Wedge"
3521p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3522p46.CanCollide = false
3523p46.Locked = true
3524p46.FormFactor = Enum.FormFactor.Custom
3525p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3526p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3527p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3528p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3529p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3530p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3531p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3532b46 = Instance.new("SpecialMesh", p46)
3533b46.MeshType = Enum.MeshType.Wedge
3534b46.Name = "Mesh"
3535b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3536p47 = Instance.new("Part", m6)
3537p47.BrickColor = BrickColor.new("Black")
3538p47.Material = Enum.Material.SmoothPlastic
3539p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3540p47.CanCollide = false
3541p47.Locked = true
3542p47.FormFactor = Enum.FormFactor.Custom
3543p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3544p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3545p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3546p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3547p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3548p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3549p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3550b47 = Instance.new("BlockMesh", p47)
3551b47.Name = "Mesh"
3552b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3553p48 = Instance.new("Part", m6)
3554p48.BrickColor = BrickColor.new("Black")
3555p48.Material = Enum.Material.SmoothPlastic
3556p48.Name = "CapeLevel4"
3557p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3558p48.CanCollide = false
3559p48.Locked = true
3560p48.FormFactor = Enum.FormFactor.Custom
3561p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3562p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3563p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3564p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3565p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3566p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3567p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3568b48 = Instance.new("BlockMesh", p48)
3569b48.Name = "Mesh"
3570b48.Scale = Vector3.new(1, 1, 0.602178097)
3571p49 = Instance.new("WedgePart", m6)
3572p49.BrickColor = BrickColor.new("Black")
3573p49.Material = Enum.Material.SmoothPlastic
3574p49.Name = "Wedge"
3575p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3576p49.CanCollide = false
3577p49.Locked = true
3578p49.FormFactor = Enum.FormFactor.Custom
3579p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3580p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3581p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3582p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3583p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3584p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3585p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3586b49 = Instance.new("SpecialMesh", p49)
3587b49.MeshType = Enum.MeshType.Wedge
3588b49.Name = "Mesh"
3589b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3590p50 = Instance.new("Part", m6)
3591p50.BrickColor = BrickColor.new("Black")
3592p50.Material = Enum.Material.SmoothPlastic
3593p50.Name = "CapeLevel1SubPart"
3594p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3595p50.CanCollide = false
3596p50.Locked = true
3597p50.FormFactor = Enum.FormFactor.Custom
3598p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3599p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3600p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3601p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3602p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3603p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3604p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3605b50 = Instance.new("BlockMesh", p50)
3606b50.Name = "Mesh"
3607b50.Scale = Vector3.new(1, 1, 0.602178097)
3608p51 = Instance.new("Part", m6)
3609p51.BrickColor = BrickColor.new("Black")
3610p51.Material = Enum.Material.SmoothPlastic
3611p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3612p51.CanCollide = false
3613p51.Locked = true
3614p51.FormFactor = Enum.FormFactor.Custom
3615p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3616p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3617p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3618p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3619p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3620p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3621p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3622b51 = Instance.new("BlockMesh", p51)
3623b51.Name = "Mesh"
3624b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3625p52 = Instance.new("Part", m6)
3626p52.BrickColor = BrickColor.new("Black")
3627p52.Material = Enum.Material.SmoothPlastic
3628p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3629p52.CanCollide = false
3630p52.Locked = true
3631p52.FormFactor = Enum.FormFactor.Custom
3632p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3633p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3634p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3635p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3636p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3637p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3638p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3639b52 = Instance.new("BlockMesh", p52)
3640b52.Name = "Mesh"
3641b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3642p53 = Instance.new("WedgePart", m6)
3643p53.BrickColor = BrickColor.new("Black")
3644p53.Material = Enum.Material.SmoothPlastic
3645p53.Name = "Wedge"
3646p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3647p53.CanCollide = false
3648p53.Locked = true
3649p53.FormFactor = Enum.FormFactor.Custom
3650p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3651p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3652p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3653p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3654p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3655p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3656p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3657b53 = Instance.new("SpecialMesh", p53)
3658b53.MeshType = Enum.MeshType.Wedge
3659b53.Name = "Mesh"
3660b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3661p54 = Instance.new("Part", m6)
3662p54.BrickColor = BrickColor.new("Black")
3663p54.Material = Enum.Material.SmoothPlastic
3664p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3665p54.CanCollide = false
3666p54.Locked = true
3667p54.FormFactor = Enum.FormFactor.Custom
3668p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3669p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3670p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3671p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3672p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3673p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3674p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3675b54 = Instance.new("BlockMesh", p54)
3676b54.Name = "Mesh"
3677b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
3678p55 = Instance.new("WedgePart", m6)
3679p55.BrickColor = BrickColor.new("Black")
3680p55.Material = Enum.Material.SmoothPlastic
3681p55.Name = "Wedge"
3682p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3683p55.CanCollide = false
3684p55.Locked = true
3685p55.FormFactor = Enum.FormFactor.Custom
3686p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3687p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3688p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3689p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3690p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3691p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3692p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3693b55 = Instance.new("SpecialMesh", p55)
3694b55.MeshType = Enum.MeshType.Wedge
3695b55.Name = "Mesh"
3696b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3697p56 = Instance.new("WedgePart", m6)
3698p56.BrickColor = BrickColor.new("Lime green")
3699p56.Material = Enum.Material.SmoothPlastic
3700p56.Name = "Wedge"
3701p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3702p56.CanCollide = false
3703p56.Locked = true
3704p56.FormFactor = Enum.FormFactor.Custom
3705p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3706p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3707p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3708p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3709p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3710p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3711p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3712b56 = Instance.new("SpecialMesh", p56)
3713b56.MeshType = Enum.MeshType.Wedge
3714b56.Name = "Mesh"
3715b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3716p57 = Instance.new("WedgePart", m6)
3717p57.BrickColor = BrickColor.new("Black")
3718p57.Material = Enum.Material.SmoothPlastic
3719p57.Name = "Wedge"
3720p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3721p57.CanCollide = false
3722p57.Locked = true
3723p57.FormFactor = Enum.FormFactor.Custom
3724p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3725p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3726p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3727p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3728p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3729p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3730p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3731b57 = Instance.new("SpecialMesh", p57)
3732b57.MeshType = Enum.MeshType.Wedge
3733b57.Name = "Mesh"
3734b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3735p58 = Instance.new("Part", m6)
3736p58.BrickColor = BrickColor.new("Black")
3737p58.Material = Enum.Material.SmoothPlastic
3738p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3739p58.CanCollide = false
3740p58.Locked = true
3741p58.FormFactor = Enum.FormFactor.Custom
3742p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3743p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3744p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3745p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3746p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3747p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3748p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3749b58 = Instance.new("BlockMesh", p58)
3750b58.Name = "Mesh"
3751b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3752p59 = Instance.new("WedgePart", m6)
3753p59.BrickColor = BrickColor.new("Black")
3754p59.Material = Enum.Material.SmoothPlastic
3755p59.Name = "Wedge"
3756p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3757p59.CanCollide = false
3758p59.Locked = true
3759p59.FormFactor = Enum.FormFactor.Custom
3760p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3761p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3762p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3763p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3764p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3765p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3766p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3767b59 = Instance.new("SpecialMesh", p59)
3768b59.MeshType = Enum.MeshType.Wedge
3769b59.Name = "Mesh"
3770b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3771p60 = Instance.new("Part", m6)
3772p60.BrickColor = BrickColor.new("Black")
3773p60.Material = Enum.Material.SmoothPlastic
3774p60.Name = "NeckPart"
3775p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3776p60.CanCollide = false
3777p60.Locked = true
3778p60.FormFactor = Enum.FormFactor.Custom
3779p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
3780p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3781p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3782p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3783p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3784p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3785p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3786b60 = Instance.new("BlockMesh", p60)
3787b60.Name = "Mesh"
3788b60.Scale = Vector3.new(1, 0.602178097, 1)
3789p61 = Instance.new("Part", m6)
3790p61.BrickColor = BrickColor.new("Black")
3791p61.Material = Enum.Material.SmoothPlastic
3792p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3793p61.CanCollide = false
3794p61.Locked = true
3795p61.FormFactor = Enum.FormFactor.Custom
3796p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3797p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3798p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3799p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3800p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3801p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3802p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3803b61 = Instance.new("BlockMesh", p61)
3804b61.Name = "Mesh"
3805b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3806p62 = Instance.new("WedgePart", m6)
3807p62.BrickColor = BrickColor.new("Black")
3808p62.Material = Enum.Material.SmoothPlastic
3809p62.Name = "Wedge"
3810p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3811p62.CanCollide = false
3812p62.Locked = true
3813p62.FormFactor = Enum.FormFactor.Custom
3814p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3815p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3816p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3817p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3818p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3819p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3820p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3821b62 = Instance.new("SpecialMesh", p62)
3822b62.MeshType = Enum.MeshType.Wedge
3823b62.Name = "Mesh"
3824b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3825p63 = Instance.new("WedgePart", m6)
3826p63.BrickColor = BrickColor.new("Lime green")
3827p63.Material = Enum.Material.SmoothPlastic
3828p63.Name = "Wedge"
3829p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3830p63.CanCollide = false
3831p63.Locked = true
3832p63.FormFactor = Enum.FormFactor.Custom
3833p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3834p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3835p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3836p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3837p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3838p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3839p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3840b63 = Instance.new("SpecialMesh", p63)
3841b63.MeshType = Enum.MeshType.Wedge
3842b63.Name = "Mesh"
3843b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3844p64 = Instance.new("WedgePart", m6)
3845p64.BrickColor = BrickColor.new("Black")
3846p64.Material = Enum.Material.SmoothPlastic
3847p64.Name = "Wedge"
3848p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3849p64.CanCollide = false
3850p64.Locked = true
3851p64.FormFactor = Enum.FormFactor.Custom
3852p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3853p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3854p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3855p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3856p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3857p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3858p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3859b64 = Instance.new("SpecialMesh", p64)
3860b64.MeshType = Enum.MeshType.Wedge
3861b64.Name = "Mesh"
3862b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3863p65 = Instance.new("WedgePart", m6)
3864p65.BrickColor = BrickColor.new("Black")
3865p65.Material = Enum.Material.SmoothPlastic
3866p65.Name = "Wedge"
3867p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3868p65.CanCollide = false
3869p65.Locked = true
3870p65.FormFactor = Enum.FormFactor.Custom
3871p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3872p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3873p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3874p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3875p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3876p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3877p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3878b65 = Instance.new("SpecialMesh", p65)
3879b65.MeshType = Enum.MeshType.Wedge
3880b65.Name = "Mesh"
3881b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3882p66 = Instance.new("WedgePart", m6)
3883p66.BrickColor = BrickColor.new("Black")
3884p66.Material = Enum.Material.SmoothPlastic
3885p66.Name = "Wedge"
3886p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3887p66.CanCollide = false
3888p66.Locked = true
3889p66.FormFactor = Enum.FormFactor.Custom
3890p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3891p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3892p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3893p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3894p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3895p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3896p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3897b66 = Instance.new("SpecialMesh", p66)
3898b66.MeshType = Enum.MeshType.Wedge
3899b66.Name = "Mesh"
3900b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3901p67 = Instance.new("WedgePart", m6)
3902p67.BrickColor = BrickColor.new("Black")
3903p67.Material = Enum.Material.SmoothPlastic
3904p67.Name = "Wedge"
3905p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3906p67.CanCollide = false
3907p67.Locked = true
3908p67.FormFactor = Enum.FormFactor.Custom
3909p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3910p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3911p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3912p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3913p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3914p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3915p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3916b67 = Instance.new("SpecialMesh", p67)
3917b67.MeshType = Enum.MeshType.Wedge
3918b67.Name = "Mesh"
3919b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3920p68 = Instance.new("WedgePart", m6)
3921p68.BrickColor = BrickColor.new("Lime green")
3922p68.Name = "Wedge"
3923p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3924p68.CanCollide = false
3925p68.Locked = true
3926p68.FormFactor = Enum.FormFactor.Custom
3927p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3928p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3929p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3930p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3931p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3932p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3933p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3934b68 = Instance.new("SpecialMesh", p68)
3935b68.MeshType = Enum.MeshType.Wedge
3936b68.Name = "Mesh"
3937b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3938p69 = Instance.new("WedgePart", m6)
3939p69.BrickColor = BrickColor.new("Lime green")
3940p69.Name = "Wedge"
3941p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3942p69.CanCollide = false
3943p69.Locked = true
3944p69.FormFactor = Enum.FormFactor.Custom
3945p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3946p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3947p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3948p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3949p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3950p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3951p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3952b69 = Instance.new("SpecialMesh", p69)
3953b69.MeshType = Enum.MeshType.Wedge
3954b69.Name = "Mesh"
3955b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3956p70 = Instance.new("WedgePart", m6)
3957p70.BrickColor = BrickColor.new("Black")
3958p70.Material = Enum.Material.SmoothPlastic
3959p70.Name = "Wedge"
3960p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3961p70.CanCollide = false
3962p70.Locked = true
3963p70.FormFactor = Enum.FormFactor.Custom
3964p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3965p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3966p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3967p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3968p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3969p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3970p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3971b70 = Instance.new("SpecialMesh", p70)
3972b70.MeshType = Enum.MeshType.Wedge
3973b70.Name = "Mesh"
3974b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3975p71 = Instance.new("WedgePart", m6)
3976p71.BrickColor = BrickColor.new("Lime green")
3977p71.Name = "Wedge"
3978p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3979p71.CanCollide = false
3980p71.Locked = true
3981p71.FormFactor = Enum.FormFactor.Custom
3982p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3983p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3984p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3985p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3986p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3987p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3988p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3989b71 = Instance.new("SpecialMesh", p71)
3990b71.MeshType = Enum.MeshType.Wedge
3991b71.Name = "Mesh"
3992b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3993p72 = Instance.new("WedgePart", m6)
3994p72.BrickColor = BrickColor.new("Black")
3995p72.Material = Enum.Material.SmoothPlastic
3996p72.Name = "Wedge"
3997p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3998p72.CanCollide = false
3999p72.Locked = true
4000p72.FormFactor = Enum.FormFactor.Custom
4001p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4002p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4003p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4004p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4005p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4006p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4007p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4008b72 = Instance.new("SpecialMesh", p72)
4009b72.MeshType = Enum.MeshType.Wedge
4010b72.Name = "Mesh"
4011b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4012p73 = Instance.new("WedgePart", m6)
4013p73.BrickColor = BrickColor.new("Black")
4014p73.Material = Enum.Material.SmoothPlastic
4015p73.Name = "Wedge"
4016p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4017p73.CanCollide = false
4018p73.Locked = true
4019p73.FormFactor = Enum.FormFactor.Custom
4020p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4021p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4022p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4023p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4024p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4025p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4026p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4027b73 = Instance.new("SpecialMesh", p73)
4028b73.MeshType = Enum.MeshType.Wedge
4029b73.Name = "Mesh"
4030b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4031p74 = Instance.new("WedgePart", m6)
4032p74.BrickColor = BrickColor.new("Black")
4033p74.Material = Enum.Material.SmoothPlastic
4034p74.Name = "Wedge"
4035p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4036p74.CanCollide = false
4037p74.Locked = true
4038p74.FormFactor = Enum.FormFactor.Custom
4039p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4040p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4041p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4042p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4043p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4044p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4045p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4046b74 = Instance.new("SpecialMesh", p74)
4047b74.MeshType = Enum.MeshType.Wedge
4048b74.Name = "Mesh"
4049b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4050p75 = Instance.new("WedgePart", m6)
4051p75.BrickColor = BrickColor.new("Black")
4052p75.Material = Enum.Material.SmoothPlastic
4053p75.Name = "Wedge"
4054p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4055p75.CanCollide = false
4056p75.Locked = true
4057p75.FormFactor = Enum.FormFactor.Custom
4058p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4059p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4060p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4061p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4062p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4063p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4064p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4065b75 = Instance.new("SpecialMesh", p75)
4066b75.MeshType = Enum.MeshType.Wedge
4067b75.Name = "Mesh"
4068b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4069p76 = Instance.new("WedgePart", m6)
4070p76.BrickColor = BrickColor.new("Black")
4071p76.Material = Enum.Material.SmoothPlastic
4072p76.Name = "Wedge"
4073p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4074p76.CanCollide = false
4075p76.Locked = true
4076p76.FormFactor = Enum.FormFactor.Custom
4077p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4078p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4079p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4080p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4081p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4082p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4083p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4084b76 = Instance.new("SpecialMesh", p76)
4085b76.MeshType = Enum.MeshType.Wedge
4086b76.Name = "Mesh"
4087b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4088p77 = Instance.new("WedgePart", m6)
4089p77.BrickColor = BrickColor.new("Lime green")
4090p77.Material = Enum.Material.SmoothPlastic
4091p77.Name = "Wedge"
4092p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4093p77.CanCollide = false
4094p77.Locked = true
4095p77.FormFactor = Enum.FormFactor.Custom
4096p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4097p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4098p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4099p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4100p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4101p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4102p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4103b77 = Instance.new("SpecialMesh", p77)
4104b77.MeshType = Enum.MeshType.Wedge
4105b77.Name = "Mesh"
4106b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4107p78 = Instance.new("WedgePart", m6)
4108p78.BrickColor = BrickColor.new("Black")
4109p78.Material = Enum.Material.SmoothPlastic
4110p78.Name = "Wedge"
4111p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4112p78.CanCollide = false
4113p78.Locked = true
4114p78.FormFactor = Enum.FormFactor.Custom
4115p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4116p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4117p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4118p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4119p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4120p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4121p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4122b78 = Instance.new("SpecialMesh", p78)
4123b78.MeshType = Enum.MeshType.Wedge
4124b78.Name = "Mesh"
4125b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4126p79 = Instance.new("WedgePart", m6)
4127p79.BrickColor = BrickColor.new("Lime green")
4128p79.Material = Enum.Material.SmoothPlastic
4129p79.Name = "Wedge"
4130p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4131p79.CanCollide = false
4132p79.Locked = true
4133p79.FormFactor = Enum.FormFactor.Custom
4134p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4135p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4136p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4137p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4138p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4139p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4140p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4141b79 = Instance.new("SpecialMesh", p79)
4142b79.MeshType = Enum.MeshType.Wedge
4143b79.Name = "Mesh"
4144b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4145p80 = Instance.new("WedgePart", m6)
4146p80.BrickColor = BrickColor.new("Black")
4147p80.Material = Enum.Material.SmoothPlastic
4148p80.Name = "Wedge"
4149p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4150p80.CanCollide = false
4151p80.Locked = true
4152p80.FormFactor = Enum.FormFactor.Custom
4153p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4154p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4155p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4156p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4157p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4158p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4159p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4160b80 = Instance.new("SpecialMesh", p80)
4161b80.MeshType = Enum.MeshType.Wedge
4162b80.Name = "Mesh"
4163b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4164w1 = Instance.new("Weld", p1)
4165w1.Name = "Joint"
4166w1.Part0 = p1
4167w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4168w1.Part1 = p47
4169w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4170w2 = Instance.new("Weld", p2)
4171w2.Name = "Joint"
4172w2.Part0 = p2
4173w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4174w2.Part1 = p11
4175w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4176w3 = Instance.new("Weld", p3)
4177w3.Name = "Joint"
4178w3.Part0 = p3
4179w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4180w3.Part1 = p50
4181w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4182w4 = Instance.new("Weld", p4)
4183w4.Name = "Joint"
4184w4.Part0 = p4
4185w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4186w4.Part1 = p5
4187w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4188w5 = Instance.new("Weld", p5)
4189w5.Name = "Joint"
4190w5.Part0 = p5
4191w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4192w5.Part1 = p27
4193w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4194w6 = Instance.new("Weld", p6)
4195w6.Name = "Joint"
4196w6.Part0 = p6
4197w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4198w6.Part1 = p14
4199w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4200w7 = Instance.new("Weld", p7)
4201w7.Name = "Joint"
4202w7.Part0 = p7
4203w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4204w7.Part1 = p10
4205w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4206w8 = Instance.new("Weld", p8)
4207w8.Name = "Joint"
4208w8.Part0 = p8
4209w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4210w8.Part1 = p32
4211w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4212w9 = Instance.new("Weld", p9)
4213w9.Name = "Joint"
4214w9.Part0 = p9
4215w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4216w9.Part1 = p16
4217w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4218w10 = Instance.new("Weld", p10)
4219w10.Name = "Joint"
4220w10.Part0 = p10
4221w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4222w10.Part1 = p61
4223w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4224w11 = Instance.new("Weld", p11)
4225w11.Name = "Joint"
4226w11.Part0 = p11
4227w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4228w11.Part1 = p13
4229w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4230w12 = Instance.new("Weld", p12)
4231w12.Name = "Joint"
4232w12.Part0 = p12
4233w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4234w12.Part1 = p29
4235w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4236w13 = Instance.new("Weld", p13)
4237w13.Name = "Joint"
4238w13.Part0 = p13
4239w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4240w13.Part1 = p48
4241w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4242w14 = Instance.new("Weld", p14)
4243w14.Name = "Joint"
4244w14.Part0 = p14
4245w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4246w14.Part1 = p60
4247w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4248w15 = Instance.new("Weld", p15)
4249w15.Name = "Joint"
4250w15.Part0 = p15
4251w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4252w15.Part1 = p17
4253w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4254w16 = Instance.new("Weld", p16)
4255w16.Name = "Joint"
4256w16.Part0 = p16
4257w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4258w16.Part1 = p48
4259w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4260w17 = Instance.new("Weld", p17)
4261w17.Name = "Joint"
4262w17.Part0 = p17
4263w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4264w17.Part1 = p50
4265w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4266w18 = Instance.new("Weld", p18)
4267w18.Name = "Joint"
4268w18.Part0 = p18
4269w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4270w18.Part1 = p50
4271w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4272w19 = Instance.new("Weld", p19)
4273w19.Name = "Joint"
4274w19.Part0 = p19
4275w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4276w19.Part1 = p54
4277w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4278w20 = Instance.new("Weld", p20)
4279w20.Name = "Joint"
4280w20.Part0 = p20
4281w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4282w20.Part1 = p21
4283w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4284w21 = Instance.new("Weld", p21)
4285w21.Name = "Joint"
4286w21.Part0 = p21
4287w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4288w21.Part1 = p37
4289w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4290w22 = Instance.new("Weld", p22)
4291w22.Name = "Joint"
4292w22.Part0 = p22
4293w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4294w22.Part1 = p8
4295w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4296w23 = Instance.new("Weld", p23)
4297w23.Name = "Joint"
4298w23.Part0 = p23
4299w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4300w23.Part1 = p35
4301w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4302w24 = Instance.new("Weld", p24)
4303w24.Name = "Joint"
4304w24.Part0 = p24
4305w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4306w24.Part1 = p48
4307w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4308w25 = Instance.new("Weld", p25)
4309w25.Name = "Joint"
4310w25.Part0 = p25
4311w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4312w25.Part1 = p8
4313w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4314w26 = Instance.new("Weld", p26)
4315w26.Name = "Joint"
4316w26.Part0 = p26
4317w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4318w26.Part1 = p6
4319w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4320w27 = Instance.new("Weld", p27)
4321w27.Name = "Joint"
4322w27.Part0 = p27
4323w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4324w27.Part1 = p48
4325w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4326w28 = Instance.new("Weld", p28)
4327w28.Name = "Joint"
4328w28.Part0 = p28
4329w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4330w28.Part1 = p35
4331w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4332w29 = Instance.new("Weld", p29)
4333w29.Name = "Joint"
4334w29.Part0 = p29
4335w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4336w29.Part1 = p37
4337w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4338w30 = Instance.new("Weld", p30)
4339w30.Name = "Joint"
4340w30.Part0 = p30
4341w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4342w30.Part1 = p20
4343w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4344w31 = Instance.new("Weld", p31)
4345w31.Name = "Joint"
4346w31.Part0 = p31
4347w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4348w31.Part1 = p16
4349w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4350w32 = Instance.new("Weld", p32)
4351w32.Name = "Joint"
4352w32.Part0 = p32
4353w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4354w32.Part1 = p48
4355w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4356w33 = Instance.new("Weld", p33)
4357w33.Name = "Joint"
4358w33.Part0 = p33
4359w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4360w33.Part1 = p21
4361w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4362w34 = Instance.new("Weld", p34)
4363w34.Name = "Joint"
4364w34.Part0 = p34
4365w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4366w34.Part1 = p27
4367w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4368w35 = Instance.new("Weld", p35)
4369w35.Name = "Joint"
4370w35.Part0 = p35
4371w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4372w35.Part1 = p58
4373w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4374w36 = Instance.new("Weld", p36)
4375w36.Name = "Joint"
4376w36.Part0 = p36
4377w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4378w36.Part1 = p29
4379w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4380w37 = Instance.new("Weld", p37)
4381w37.Name = "Joint"
4382w37.Part0 = p37
4383w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4384w37.Part1 = p3
4385w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4386w38 = Instance.new("Weld", p38)
4387w38.Name = "Joint"
4388w38.Part0 = p38
4389w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4390w38.Part1 = p4
4391w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4392w39 = Instance.new("Weld", p39)
4393w39.Name = "Joint"
4394w39.Part0 = p39
4395w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4396w39.Part1 = p12
4397w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4398w40 = Instance.new("Weld", p40)
4399w40.Name = "Joint"
4400w40.Part0 = p40
4401w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4402w40.Part1 = p52
4403w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4404w41 = Instance.new("Weld", p41)
4405w41.Name = "Joint"
4406w41.Part0 = p41
4407w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4408w41.Part1 = p5
4409w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4410w42 = Instance.new("Weld", p42)
4411w42.Name = "Joint"
4412w42.Part0 = p42
4413w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4414w42.Part1 = p8
4415w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4416w43 = Instance.new("Weld", p43)
4417w43.Name = "Joint"
4418w43.Part0 = p43
4419w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4420w43.Part1 = p5
4421w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4422w44 = Instance.new("Weld", p44)
4423w44.Name = "Joint"
4424w44.Part0 = p44
4425w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4426w44.Part1 = p15
4427w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4428w45 = Instance.new("Weld", p45)
4429w45.Name = "Joint"
4430w45.Part0 = p45
4431w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4432w45.Part1 = p11
4433w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4434w46 = Instance.new("Weld", p46)
4435w46.Name = "Joint"
4436w46.Part0 = p46
4437w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4438w46.Part1 = p6
4439w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4440w47 = Instance.new("Weld", p47)
4441w47.Name = "Joint"
4442w47.Part0 = p47
4443w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4444w47.Part1 = p18
4445w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4446w48 = Instance.new("Weld", p48)
4447w48.Name = "Joint"
4448w48.Part0 = p48
4449w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4450w48.Part1 = p37
4451w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4452w49 = Instance.new("Weld", p49)
4453w49.Name = "Joint"
4454w49.Part0 = p49
4455w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4456w49.Part1 = p47
4457w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4458w50 = Instance.new("Weld", p50)
4459w50.Name = "Joint"
4460w50.Part0 = p50
4461w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4462w50.Part1 = p6
4463w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4464w51 = Instance.new("Weld", p51)
4465w51.Name = "Joint"
4466w51.Part0 = p51
4467w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4468w51.Part1 = p52
4469w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4470w52 = Instance.new("Weld", p52)
4471w52.Name = "Joint"
4472w52.Part0 = p52
4473w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4474w52.Part1 = p3
4475w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4476w53 = Instance.new("Weld", p53)
4477w53.Name = "Joint"
4478w53.Part0 = p53
4479w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4480w53.Part1 = p9
4481w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4482w54 = Instance.new("Weld", p54)
4483w54.Name = "Joint"
4484w54.Part0 = p54
4485w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4486w54.Part1 = p9
4487w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4488w55 = Instance.new("Weld", p55)
4489w55.Name = "Joint"
4490w55.Part0 = p55
4491w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4492w55.Part1 = p8
4493w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4494w56 = Instance.new("Weld", p56)
4495w56.Name = "Joint"
4496w56.Part0 = p56
4497w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4498w56.Part1 = p20
4499w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4500w57 = Instance.new("Weld", p57)
4501w57.Name = "Joint"
4502w57.Part0 = p57
4503w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4504w57.Part1 = p47
4505w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4506w58 = Instance.new("Weld", p58)
4507w58.Name = "Joint"
4508w58.Part0 = p58
4509w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4510w58.Part1 = p3
4511w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4512w59 = Instance.new("Weld", p59)
4513w59.Name = "Joint"
4514w59.Part0 = p59
4515w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4516w59.Part1 = p32
4517w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4518w60 = Instance.new("Weld", p61)
4519w60.Name = "Joint"
4520w60.Part0 = p61
4521w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4522w60.Part1 = p48
4523w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4524w61 = Instance.new("Weld", p62)
4525w61.Name = "Joint"
4526w61.Part0 = p62
4527w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4528w61.Part1 = p10
4529w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4530w62 = Instance.new("Weld", p63)
4531w62.Name = "Joint"
4532w62.Part0 = p63
4533w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4534w62.Part1 = p7
4535w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4536w63 = Instance.new("Weld", p64)
4537w63.Name = "Joint"
4538w63.Part0 = p64
4539w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4540w63.Part1 = p54
4541w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4542w64 = Instance.new("Weld", p65)
4543w64.Name = "Joint"
4544w64.Part0 = p65
4545w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4546w64.Part1 = p13
4547w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4548w65 = Instance.new("Weld", p66)
4549w65.Name = "Joint"
4550w65.Part0 = p66
4551w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4552w65.Part1 = p52
4553w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4554w66 = Instance.new("Weld", p67)
4555w66.Name = "Joint"
4556w66.Part0 = p67
4557w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4558w66.Part1 = p16
4559w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4560w67 = Instance.new("Weld", p68)
4561w67.Name = "Joint"
4562w67.Part0 = p68
4563w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4564w67.Part1 = p11
4565w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4566w68 = Instance.new("Weld", p69)
4567w68.Name = "Joint"
4568w68.Part0 = p69
4569w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4570w68.Part1 = p11
4571w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4572w69 = Instance.new("Weld", p70)
4573w69.Name = "Joint"
4574w69.Part0 = p70
4575w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4576w69.Part1 = p58
4577w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4578w70 = Instance.new("Weld", p71)
4579w70.Name = "Joint"
4580w70.Part0 = p71
4581w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4582w70.Part1 = p54
4583w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4584w71 = Instance.new("Weld", p72)
4585w71.Name = "Joint"
4586w71.Part0 = p72
4587w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4588w71.Part1 = p9
4589w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4590w72 = Instance.new("Weld", p73)
4591w72.Name = "Joint"
4592w72.Part0 = p73
4593w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4594w72.Part1 = p13
4595w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4596w73 = Instance.new("Weld", p74)
4597w73.Name = "Joint"
4598w73.Part0 = p74
4599w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4600w73.Part1 = p10
4601w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4602w74 = Instance.new("Weld", p75)
4603w74.Name = "Joint"
4604w74.Part0 = p75
4605w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4606w74.Part1 = p54
4607w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4608w75 = Instance.new("Weld", p76)
4609w75.Name = "Joint"
4610w75.Part0 = p76
4611w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4612w75.Part1 = p32
4613w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4614w76 = Instance.new("Weld", p77)
4615w76.Name = "Joint"
4616w76.Part0 = p77
4617w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4618w76.Part1 = p15
4619w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4620w77 = Instance.new("Weld", p78)
4621w77.Name = "Joint"
4622w77.Part0 = p78
4623w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4624w77.Part1 = p15
4625w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4626w78 = Instance.new("Weld", p79)
4627w78.Name = "Joint"
4628w78.Part0 = p79
4629w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4630w78.Part1 = p51
4631w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4632w79 = Instance.new("Weld", p80)
4633w79.Name = "Joint"
4634w79.Part0 = p80
4635w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4636w79.Part1 = p12
4637w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4638m6.Parent = torso
4639m6:MakeJoints()
4640----------------------------------------------------
4641local cor6 = Instance.new("Part", torso.Cloak)
4642cor6.Name = "Thingy"
4643cor6.Locked = true
4644cor6.BottomSurface = 0
4645cor6.CanCollide = false
4646cor6.Size = Vector3.new(1,1,1)
4647cor6.Transparency = 1
4648cor6.TopSurface = 0
4649corw6 = Instance.new("Weld", cor6)
4650corw6.Part0 = torso
4651corw6.Part1 = cor6
4652corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4653corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4654weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4655weld6.Part0 = cor6
4656weld6.Part1 = torso.Cloak.NeckPart
4657weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4658--Amulet
4659m7 = Instance.new("Model")
4660m7.Name = "Amulet"
4661p1 = Instance.new("Part", m7)
4662p1.BrickColor = BrickColor.new("Lime green")
4663p1.Material = Enum.Material.Neon
4664p1.Name = "Center"
4665p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4666p1.CanCollide = false
4667p1.Locked = true
4668p1.FormFactor = Enum.FormFactor.Custom
4669p1.Shape = Enum.PartType.Cylinder
4670p1.Size = Vector3.new(0.5, 0.5, 0.5)
4671p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4672p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4673p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4674p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4675p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4676p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4677p2 = Instance.new("Part", m7)
4678p2.BrickColor = BrickColor.new("Really black")
4679p2.Material = Enum.Material.Metal
4680p2.Name = "Bottom"
4681p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4682p2.CanCollide = false
4683p2.Locked = true
4684p2.FormFactor = Enum.FormFactor.Custom
4685p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
4686p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4687p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4688p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4689p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4690p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4691p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4692b1 = Instance.new("SpecialMesh", p2)
4693b1.MeshType = Enum.MeshType.Cylinder
4694b1.Name = "Mesh"
4695p3 = Instance.new("Part", m7)
4696p3.BrickColor = BrickColor.new("Really black")
4697p3.Material = Enum.Material.Metal
4698p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4699p3.CanCollide = false
4700p3.Locked = true
4701p3.FormFactor = Enum.FormFactor.Custom
4702p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4703p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4704p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4705p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4706p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4707p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4708p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4709b2 = Instance.new("SpecialMesh", p3)
4710b2.MeshType = Enum.MeshType.Brick
4711b2.Name = "Mesh"
4712b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4713p4 = Instance.new("Part", m7)
4714p4.BrickColor = BrickColor.new("Really black")
4715p4.Material = Enum.Material.Metal
4716p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4717p4.CanCollide = false
4718p4.Locked = true
4719p4.FormFactor = Enum.FormFactor.Custom
4720p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4721p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4722p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4723p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4724p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4725p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4726p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4727b3 = Instance.new("SpecialMesh", p4)
4728b3.MeshType = Enum.MeshType.Brick
4729b3.Name = "Mesh"
4730b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4731p5 = Instance.new("Part", m7)
4732p5.BrickColor = BrickColor.new("Really black")
4733p5.Material = Enum.Material.Metal
4734p5.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)
4735p5.CanCollide = false
4736p5.Locked = true
4737p5.FormFactor = Enum.FormFactor.Custom
4738p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4739p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4740p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4741p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4742p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4743p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4744p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4745b4 = Instance.new("SpecialMesh", p5)
4746b4.MeshType = Enum.MeshType.Brick
4747b4.Name = "Mesh"
4748b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4749p6 = Instance.new("Part", m7)
4750p6.BrickColor = BrickColor.new("Really black")
4751p6.Material = Enum.Material.Metal
4752p6.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)
4753p6.CanCollide = false
4754p6.Locked = true
4755p6.FormFactor = Enum.FormFactor.Custom
4756p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4757p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4758p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4759p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4760p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4761p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4762p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4763b5 = Instance.new("SpecialMesh", p6)
4764b5.MeshType = Enum.MeshType.Brick
4765b5.Name = "Mesh"
4766b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4767p7 = Instance.new("Part", m7)
4768p7.BrickColor = BrickColor.new("Really black")
4769p7.Material = Enum.Material.Metal
4770p7.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)
4771p7.CanCollide = false
4772p7.Locked = true
4773p7.FormFactor = Enum.FormFactor.Custom
4774p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4775p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4776p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4777p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4778p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4779p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4780p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4781b6 = Instance.new("SpecialMesh", p7)
4782b6.MeshType = Enum.MeshType.Brick
4783b6.Name = "Mesh"
4784b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4785p8 = Instance.new("Part", m7)
4786p8.BrickColor = BrickColor.new("Really black")
4787p8.Material = Enum.Material.Metal
4788p8.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)
4789p8.CanCollide = false
4790p8.Locked = true
4791p8.FormFactor = Enum.FormFactor.Custom
4792p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4793p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4794p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4795p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4796p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4797p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4798p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4799b7 = Instance.new("SpecialMesh", p8)
4800b7.MeshType = Enum.MeshType.Brick
4801b7.Name = "Mesh"
4802b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4803p9 = Instance.new("Part", m7)
4804p9.BrickColor = BrickColor.new("Really black")
4805p9.Material = Enum.Material.Metal
4806p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
4807p9.CanCollide = false
4808p9.Locked = true
4809p9.FormFactor = Enum.FormFactor.Custom
4810p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4811p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4812p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4813p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4814p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4815p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4816p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4817b8 = Instance.new("SpecialMesh", p9)
4818b8.MeshType = Enum.MeshType.Brick
4819b8.Name = "Mesh"
4820b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4821p10 = Instance.new("Part", m7)
4822p10.BrickColor = BrickColor.new("Really black")
4823p10.Material = Enum.Material.Metal
4824p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
4825p10.CanCollide = false
4826p10.Locked = true
4827p10.FormFactor = Enum.FormFactor.Custom
4828p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4829p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4830p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4831p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4832p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4833p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4834p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4835b9 = Instance.new("SpecialMesh", p10)
4836b9.MeshType = Enum.MeshType.Brick
4837b9.Name = "Mesh"
4838b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4839p11 = Instance.new("Part", m7)
4840p11.BrickColor = BrickColor.new("Really black")
4841p11.Material = Enum.Material.Metal
4842p11.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)
4843p11.CanCollide = false
4844p11.Locked = true
4845p11.FormFactor = Enum.FormFactor.Custom
4846p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4847p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4848p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4849p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4850p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4851p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4852p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4853b10 = Instance.new("SpecialMesh", p11)
4854b10.MeshType = Enum.MeshType.Brick
4855b10.Name = "Mesh"
4856b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4857p12 = Instance.new("Part", m7)
4858p12.BrickColor = BrickColor.new("Really black")
4859p12.Material = Enum.Material.Metal
4860p12.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)
4861p12.CanCollide = false
4862p12.Locked = true
4863p12.FormFactor = Enum.FormFactor.Custom
4864p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4865p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4866p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4867p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4868p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4869p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4870p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4871b11 = Instance.new("SpecialMesh", p12)
4872b11.MeshType = Enum.MeshType.Brick
4873b11.Name = "Mesh"
4874b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4875p13 = Instance.new("Part", m7)
4876p13.BrickColor = BrickColor.new("Really black")
4877p13.Material = Enum.Material.Metal
4878p13.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)
4879p13.CanCollide = false
4880p13.Locked = true
4881p13.FormFactor = Enum.FormFactor.Custom
4882p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4883p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4884p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4885p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4886p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4887p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4888p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4889b12 = Instance.new("SpecialMesh", p13)
4890b12.MeshType = Enum.MeshType.Brick
4891b12.Name = "Mesh"
4892b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4893p14 = Instance.new("Part", m7)
4894p14.BrickColor = BrickColor.new("Really black")
4895p14.Material = Enum.Material.Metal
4896p14.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)
4897p14.CanCollide = false
4898p14.Locked = true
4899p14.FormFactor = Enum.FormFactor.Custom
4900p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4901p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4902p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4903p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4904p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4905p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4906p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4907b13 = Instance.new("SpecialMesh", p14)
4908b13.MeshType = Enum.MeshType.Brick
4909b13.Name = "Mesh"
4910b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4911p15 = Instance.new("Part", m7)
4912p15.BrickColor = BrickColor.new("Really black")
4913p15.Material = Enum.Material.Metal
4914p15.Name = "Top"
4915p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4916p15.CanCollide = false
4917p15.Locked = true
4918p15.FormFactor = Enum.FormFactor.Custom
4919p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
4920p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4921p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4922p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4923p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4924p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4925p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4926b14 = Instance.new("SpecialMesh", p15)
4927b14.MeshType = Enum.MeshType.Cylinder
4928b14.Name = "Mesh"
4929w1 = Instance.new("Weld", p1)
4930w1.Name = "Joint"
4931w1.Part0 = p1
4932w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4933w1.Part1 = p15
4934w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4935w2 = Instance.new("Weld", p2)
4936w2.Name = "Joint"
4937w2.Part0 = p2
4938w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4939w2.Part1 = p1
4940w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4941w3 = Instance.new("Weld", p3)
4942w3.Name = "Joint"
4943w3.Part0 = p3
4944w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4945w3.Part1 = p1
4946w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4947w4 = Instance.new("Weld", p4)
4948w4.Name = "Joint"
4949w4.Part0 = p4
4950w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4951w4.Part1 = p1
4952w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4953w5 = Instance.new("Weld", p5)
4954w5.Name = "Joint"
4955w5.Part0 = p5
4956w5.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)
4957w5.Part1 = p1
4958w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4959w6 = Instance.new("Weld", p6)
4960w6.Name = "Joint"
4961w6.Part0 = p6
4962w6.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)
4963w6.Part1 = p1
4964w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4965w7 = Instance.new("Weld", p7)
4966w7.Name = "Joint"
4967w7.Part0 = p7
4968w7.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)
4969w7.Part1 = p1
4970w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4971w8 = Instance.new("Weld", p8)
4972w8.Name = "Joint"
4973w8.Part0 = p8
4974w8.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)
4975w8.Part1 = p1
4976w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4977w9 = Instance.new("Weld", p9)
4978w9.Name = "Joint"
4979w9.Part0 = p9
4980w9.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)
4981w9.Part1 = p1
4982w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4983w10 = Instance.new("Weld", p10)
4984w10.Name = "Joint"
4985w10.Part0 = p10
4986w10.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)
4987w10.Part1 = p1
4988w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4989w11 = Instance.new("Weld", p11)
4990w11.Name = "Joint"
4991w11.Part0 = p11
4992w11.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)
4993w11.Part1 = p1
4994w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4995w12 = Instance.new("Weld", p12)
4996w12.Name = "Joint"
4997w12.Part0 = p12
4998w12.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)
4999w12.Part1 = p1
5000w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5001w13 = Instance.new("Weld", p13)
5002w13.Name = "Joint"
5003w13.Part0 = p13
5004w13.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)
5005w13.Part1 = p1
5006w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5007w14 = Instance.new("Weld", p14)
5008w14.Name = "Joint"
5009w14.Part0 = p14
5010w14.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)
5011w14.Part1 = p1
5012w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5013m7.Parent = torso
5014m7:MakeJoints()
5015----------------------------------------------------
5016local cor7 = Instance.new("Part", torso.Amulet)
5017cor7.Name = "Thingy"
5018cor7.Locked = true
5019cor7.BottomSurface = 0
5020cor7.CanCollide = false
5021cor7.Size = Vector3.new(1, 1, 1)
5022cor7.Transparency = 1
5023cor7.TopSurface = 0
5024corw7 = Instance.new("Weld", cor7)
5025corw7.Part0 = torso.Torso.Connection
5026corw7.Part1 = cor7
5027corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5028corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5029weld7 = Instance.new("Weld", torso.Amulet)
5030weld7.Part0 = cor7
5031weld7.Part1 = torso.Amulet.Top
5032weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5033--Zyrodoxa
5034m8 = Instance.new("Model")
5035m8.Name = "Zyrodoxa"
5036p1 = Instance.new("Part", m8)
5037p1.BrickColor = BrickColor.new("Really black")
5038p1.Material = Enum.Material.Metal
5039p1.Reflectance = 0.40000000596046
5040p1.Name = "Block"
5041p1.CFrame = CFrame.new(2.70000019e-005, -11.6870832, 1.45529819, 1, -1.44446419e-008, -1.27813706e-008, -1.84925408e-008, -0.906311333, -0.422620147, -5.47969492e-009, 0.422620773, -0.906312048)
5042p1.CanCollide = false
5043p1.Locked = true
5044p1.FormFactor = Enum.FormFactor.Custom
5045p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5046p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5047p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5048p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5049p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5050p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5051p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5052b1 = Instance.new("BlockMesh", p1)
5053b1.Name = "Mesh"
5054b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5055p2 = Instance.new("Part", m8)
5056p2.BrickColor = BrickColor.new("Black")
5057p2.Material = Enum.Material.Metal
5058p2.Reflectance = 0.40000000596046
5059p2.Name = "Block"
5060p2.CFrame = CFrame.new(2.7e-005, -11.9090996, 0.428020298, 1, -1.85014493e-008, -5.47575318e-009, -1.85010585e-008, -1.00000393, -1.49011612e-007, -5.47616175e-009, 4.91738319e-007, -1.00000477)
5061p2.CanCollide = false
5062p2.Locked = true
5063p2.FormFactor = Enum.FormFactor.Custom
5064p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5065p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5066p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5067p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5068p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5069p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5070p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5071b2 = Instance.new("BlockMesh", p2)
5072b2.Name = "Mesh"
5073b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5074p3 = Instance.new("Part", m8)
5075p3.BrickColor = BrickColor.new("Black")
5076p3.Material = Enum.Material.Metal
5077p3.Reflectance = 0.40000000596046
5078p3.Name = "Block"
5079p3.CFrame = CFrame.new(2.7e-005, -11.9091024, 0.959298849, 1, -1.85014493e-008, -5.47575318e-009, -1.85010585e-008, -1.00000393, -1.49011612e-007, -5.47616175e-009, 4.91738319e-007, -1.00000477)
5080p3.CanCollide = false
5081p3.Locked = true
5082p3.FormFactor = Enum.FormFactor.Custom
5083p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5084p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5085p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5086p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5087p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5088p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5089p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5090b3 = Instance.new("BlockMesh", p3)
5091b3.Name = "Mesh"
5092b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5093p4 = Instance.new("Part", m8)
5094p4.BrickColor = BrickColor.new("Lime green")
5095p4.Material = Enum.Material.Metal
5096p4.Name = "Block"
5097p4.CFrame = CFrame.new(2.69999982e-005, -11.8500671, -1.24697566, 1, -4.30586944e-008, -5.26493444e-008, -5.9326311e-008, -0.173648626, -0.984811544, 3.32618768e-008, 0.984812438, -0.173648432)
5098p4.CanCollide = false
5099p4.Locked = true
5100p4.FormFactor = Enum.FormFactor.Custom
5101p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5102p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5103p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5104p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5105p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5106p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5107p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5108b4 = Instance.new("BlockMesh", p4)
5109b4.Name = "Mesh"
5110b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5111p5 = Instance.new("Part", m8)
5112p5.BrickColor = BrickColor.new("Lime green")
5113p5.Material = Enum.Material.Neon
5114p5.Reflectance = 0.40000000596046
5115p5.Name = "Block"
5116p5.CFrame = CFrame.new(2.69999982e-005, -11.9034386, -0.304960132, 1, -1.92584508e-008, 1.18294885e-009, -1.85012432e-008, -0.939696193, 0.342021227, -5.47556045e-009, -0.342021167, -0.939697087)
5117p5.CanCollide = false
5118p5.Locked = true
5119p5.FormFactor = Enum.FormFactor.Custom
5120p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5121p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5122p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5123p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5124p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5125p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5126p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5127b5 = Instance.new("BlockMesh", p5)
5128b5.Name = "Mesh"
5129b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5130p6 = Instance.new("Part", m8)
5131p6.BrickColor = BrickColor.new("Parsley green")
5132p6.Material = Enum.Material.Metal
5133p6.Name = "Block"
5134p6.CFrame = CFrame.new(2.69999982e-005, -11.8500729, -0.678800821, 1, -4.08902388e-008, -5.95267018e-008, -5.9526478e-008, 1.1920929e-007, -1.0000037, 4.08900789e-008, 1.00000453, 5.36441803e-007)
5135p6.CanCollide = false
5136p6.Locked = true
5137p6.FormFactor = Enum.FormFactor.Custom
5138p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5139p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5140p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5141p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5142p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5143p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5144p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5145b6 = Instance.new("BlockMesh", p6)
5146b6.Name = "Mesh"
5147b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5148p7 = Instance.new("Part", m8)
5149p7.BrickColor = BrickColor.new("Lime green")
5150p7.Material = Enum.Material.Neon
5151p7.Reflectance = 0.40000000596046
5152p7.Name = "Block"
5153p7.CFrame = CFrame.new(2.69999982e-005, -11.957509, 0.917527318, 1, -2.28536976e-008, 8.68393135e-010, -2.22993837e-008, -0.965929389, 0.258820087, -5.07656006e-009, -0.258819878, -0.965930223)
5154p7.CanCollide = false
5155p7.Locked = true
5156p7.FormFactor = Enum.FormFactor.Custom
5157p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5158p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5159p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5160p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5161p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5162p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5163p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5164b7 = Instance.new("BlockMesh", p7)
5165b7.Name = "Mesh"
5166b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5167p8 = Instance.new("Part", m8)
5168p8.BrickColor = BrickColor.new("Lime green")
5169p8.Material = Enum.Material.Neon
5170p8.Reflectance = 0.40000000596046
5171p8.Name = "Block"
5172p8.CFrame = CFrame.new(2.7e-005, -11.8956118, 0.105731606, 1, -1.92584473e-008, 1.1829453e-009, -1.85012521e-008, -0.939696133, 0.342021048, -5.47555823e-009, -0.342020899, -0.939696968)
5173p8.CanCollide = false
5174p8.Locked = true
5175p8.FormFactor = Enum.FormFactor.Custom
5176p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5177p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5178p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5179p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5180p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5181p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5182p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5183b8 = Instance.new("BlockMesh", p8)
5184b8.Name = "Mesh"
5185b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5186p9 = Instance.new("Part", m8)
5187p9.BrickColor = BrickColor.new("Really black")
5188p9.Material = Enum.Material.Metal
5189p9.Reflectance = 0.40000000596046
5190p9.Name = "Block"
5191p9.CFrame = CFrame.new(2.69999982e-005, -11.7615223, 0.959302187, 1, -1.85016091e-008, -5.47516965e-009, -1.85012485e-008, -1.00000358, -1.1920929e-007, -5.47556001e-009, 5.36441803e-007, -1.00000429)
5192p9.CanCollide = false
5193p9.Locked = true
5194p9.FormFactor = Enum.FormFactor.Custom
5195p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5196p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5197p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5198p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5199p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5200p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5201p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5202b9 = Instance.new("BlockMesh", p9)
5203b9.Name = "Mesh"
5204b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5205p10 = Instance.new("Part", m8)
5206p10.BrickColor = BrickColor.new("Really black")
5207p10.Material = Enum.Material.Metal
5208p10.Reflectance = 0.40000000596046
5209p10.Name = "Block"
5210p10.CFrame = CFrame.new(2.69999982e-005, -11.5473213, 1.65489614, 1, -9.20203203e-009, -1.69509313e-008, -1.84925799e-008, -0.707108974, -0.70710963, -5.47968293e-009, 0.707110405, -0.707109272)
5211p10.CanCollide = false
5212p10.Locked = true
5213p10.FormFactor = Enum.FormFactor.Custom
5214p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5215p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5216p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5217p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5218p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5219p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5220p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5221b10 = Instance.new("BlockMesh", p10)
5222b10.Name = "Mesh"
5223b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5224p11 = Instance.new("Part", m8)
5225p11.BrickColor = BrickColor.new("Black")
5226p11.Material = Enum.Material.Metal
5227p11.Name = "Circle"
5228p11.CFrame = CFrame.new(2.7e-005, -11.6729841, -0.582877517, 1, -3.82200724e-008, -1.58314464e-008, -1.58310698e-008, 1.78813934e-007, -1.00000358, 3.82198735e-008, 1.00000429, 4.17232513e-007)
5229p11.CanCollide = false
5230p11.Locked = true
5231p11.FormFactor = Enum.FormFactor.Custom
5232p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5233p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5234p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5235p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5236p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5237p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5238p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5239b11 = Instance.new("CylinderMesh", p11)
5240b11.Name = "Mesh"
5241b11.Scale = Vector3.new(1, 0.401569068, 1)
5242p12 = Instance.new("Part", m8)
5243p12.BrickColor = BrickColor.new("Lime green")
5244p12.Material = Enum.Material.Neon
5245p12.Reflectance = 0.40000000596046
5246p12.Name = "Block"
5247p12.CFrame = CFrame.new(2.7e-005, -11.8956079, 0.673061967, 1, -1.56491176e-008, -8.14766423e-008, -1.31608857e-008, 0.939695954, -0.342021048, 8.1915303e-008, 0.342021108, 0.939696789)
5248p12.CanCollide = false
5249p12.Locked = true
5250p12.FormFactor = Enum.FormFactor.Custom
5251p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5252p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5253p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5254p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5255p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5256p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5257p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5258b12 = Instance.new("BlockMesh", p12)
5259b12.Name = "Mesh"
5260b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5261p13 = Instance.new("Part", m8)
5262p13.BrickColor = BrickColor.new("Lime green")
5263p13.Material = Enum.Material.Metal
5264p13.Name = "Block"
5265p13.CFrame = CFrame.new(2.7e-005, -11.85007, -1.195328, 1, -4.3058666e-008, -5.26493267e-008, -5.93263003e-008, -0.173648536, -0.984811068, 3.32618555e-008, 0.984811902, -0.173648447)
5266p13.CanCollide = false
5267p13.Locked = true
5268p13.FormFactor = Enum.FormFactor.Custom
5269p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5270p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5271p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5272p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5273p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5274p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5275p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5276b13 = Instance.new("BlockMesh", p13)
5277b13.Name = "Mesh"
5278b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5279p14 = Instance.new("Part", m8)
5280p14.BrickColor = BrickColor.new("Black")
5281p14.Material = Enum.Material.Metal
5282p14.Reflectance = 0.40000000596046
5283p14.Name = "Block"
5284p14.CFrame = CFrame.new(2.7e-005, -11.6456089, 1.7017076, 1, -9.79658932e-009, -1.66229128e-008, -1.85012112e-008, -0.731357634, -0.681998909, -5.47637935e-009, 0.681999564, -0.731357992)
5285p14.CanCollide = false
5286p14.Locked = true
5287p14.FormFactor = Enum.FormFactor.Custom
5288p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5289p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5290p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5291p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5292p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5293p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5294p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5295b14 = Instance.new("BlockMesh", p14)
5296b14.Name = "Mesh"
5297b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5298p15 = Instance.new("Part", m8)
5299p15.BrickColor = BrickColor.new("Really black")
5300p15.Material = Enum.Material.Metal
5301p15.Reflectance = 0.40000000596046
5302p15.Name = "Block"
5303p15.CFrame = CFrame.new(2.7e-005, -11.761528, 0.162387252, 1, -1.85015949e-008, -5.47519008e-009, -1.85012503e-008, -1.00000322, -4.47054163e-008, -5.47555512e-009, 3.27827877e-007, -1.00000393)
5304p15.CanCollide = false
5305p15.Locked = true
5306p15.FormFactor = Enum.FormFactor.Custom
5307p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5308p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5309p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5310p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5311p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5312p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5313p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5314b15 = Instance.new("BlockMesh", p15)
5315b15.Name = "Mesh"
5316b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5317p16 = Instance.new("Part", m8)
5318p16.BrickColor = BrickColor.new("Really black")
5319p16.Material = Enum.Material.Metal
5320p16.Name = "Handle"
5321p16.CFrame = CFrame.new(2.7e-005, -11.8500671, -1.1215378, 1, -4.08902174e-008, -5.95266769e-008, -5.95264673e-008, 4.47054163e-008, -1.00000322, 4.08900469e-008, 1.00000393, 3.27827877e-007)
5322p16.CanCollide = false
5323p16.Locked = true
5324p16.FormFactor = Enum.FormFactor.Custom
5325p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5326p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5327p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5328p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5329p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5330p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5331p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5332b16 = Instance.new("BlockMesh", p16)
5333b16.Name = "Mesh"
5334b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5335p17 = Instance.new("Part", m8)
5336p17.BrickColor = BrickColor.new("Lime green")
5337p17.Material = Enum.Material.Neon
5338p17.Reflectance = 0.40000000596046
5339p17.Name = "Block"
5340p17.CFrame = CFrame.new(2.7e-005, -11.9214983, 1.1695174, 1, -3.32851862e-008, -1.92677874e-009, -3.32848948e-008, -1.00000322, 5.51342964e-007, -1.92714822e-009, -2.68220901e-007, -1.00000393)
5341p17.CanCollide = false
5342p17.Locked = true
5343p17.FormFactor = Enum.FormFactor.Custom
5344p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5345p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5346p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5347p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5348p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5349p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5350p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5351b17 = Instance.new("BlockMesh", p17)
5352b17.Name = "Mesh"
5353b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5354p18 = Instance.new("Part", m8)
5355p18.BrickColor = BrickColor.new("Really black")
5356p18.Material = Enum.Material.Metal
5357p18.Name = "Block"
5358p18.CFrame = CFrame.new(2.70000019e-005, -11.9708652, -1.76740301, 1, -9.71849161e-008, 2.00753263e-007, -1.30568921e-007, -0.984810889, 0.173648641, 1.80827797e-007, -0.173648477, -0.984811544)
5359p18.CanCollide = false
5360p18.Locked = true
5361p18.FormFactor = Enum.FormFactor.Custom
5362p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5363p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5364p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5365p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5366p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5367p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5368p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5369b18 = Instance.new("BlockMesh", p18)
5370b18.Name = "Mesh"
5371b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5372p19 = Instance.new("Part", m8)
5373p19.BrickColor = BrickColor.new("Black")
5374p19.Material = Enum.Material.Metal
5375p19.Reflectance = 0.40000000596046
5376p19.Name = "Block"
5377p19.CFrame = CFrame.new(2.7e-005, -11.9090967, -0.10325551, 1, -1.85013889e-008, -5.47580603e-009, -1.85010975e-008, -1.0000031, -5.21540642e-008, -5.47609691e-009, 3.20374966e-007, -1.0000037)
5378p19.CanCollide = false
5379p19.Locked = true
5380p19.FormFactor = Enum.FormFactor.Custom
5381p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5382p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5383p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5384p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5385p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5386p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5387p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5388b19 = Instance.new("BlockMesh", p19)
5389b19.Name = "Mesh"
5390b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5391p20 = Instance.new("Part", m8)
5392p20.BrickColor = BrickColor.new("Lime green")
5393p20.Material = Enum.Material.Metal
5394p20.Name = "Block"
5395p20.CFrame = CFrame.new(2.69999982e-005, -11.8500719, -0.937063575, 1, -4.21245474e-008, -5.61353133e-008, -5.9592935e-008, -0.0871559381, -0.996197701, 3.70716151e-008, 0.996198356, -0.0871557295)
5396p20.CanCollide = false
5397p20.Locked = true
5398p20.FormFactor = Enum.FormFactor.Custom
5399p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5400p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5401p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5402p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5403p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5404p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5405p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5406b20 = Instance.new("BlockMesh", p20)
5407b20.Name = "Mesh"
5408b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5409p21 = Instance.new("Part", m8)
5410p21.BrickColor = BrickColor.new("Really black")
5411p21.Material = Enum.Material.Metal
5412p21.Name = "Block"
5413p21.CFrame = CFrame.new(2.69999982e-005, -11.7520199, -1.68255222, 1, 1.93163316e-008, -6.95866973e-008, -5.9526478e-008, 0.766046822, -0.642789543, 4.08900966e-008, 0.642789721, 0.766047418)
5414p21.CanCollide = false
5415p21.Locked = true
5416p21.FormFactor = Enum.FormFactor.Custom
5417p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5418p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5419p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5420p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5421p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5422p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5423p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5424b21 = Instance.new("BlockMesh", p21)
5425b21.Name = "Mesh"
5426b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5427p22 = Instance.new("Part", m8)
5428p22.BrickColor = BrickColor.new("Really black")
5429p22.Material = Enum.Material.Metal
5430p22.Reflectance = 0.40000000596046
5431p22.Name = "Block"
5432p22.CFrame = CFrame.new(2.69999964e-005, -11.7615223, -0.368889451, 1, -1.85015665e-008, -5.4752185e-009, -1.85012787e-008, -1.0000031, -5.96046448e-008, -5.47550449e-009, 3.87430191e-007, -1.0000037)
5433p22.CanCollide = false
5434p22.Locked = true
5435p22.FormFactor = Enum.FormFactor.Custom
5436p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5437p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5438p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5439p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5440p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5441p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5442p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5443b22 = Instance.new("BlockMesh", p22)
5444b22.Name = "Mesh"
5445b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5446p23 = Instance.new("Part", m8)
5447p23.BrickColor = BrickColor.new("Lime green")
5448p23.Material = Enum.Material.Marble
5449p23.Name = "Block"
5450p23.CFrame = CFrame.new(2.69999964e-005, -11.85007, -0.641908407, 1, -4.0890189e-008, -5.95266485e-008, -5.95264922e-008, 5.96046448e-008, -1.0000031, 4.08900895e-008, 1.0000037, 3.87430191e-007)
5451p23.CanCollide = false
5452p23.Locked = true
5453p23.FormFactor = Enum.FormFactor.Custom
5454p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5455p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5456p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5457p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5458p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5459p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5460p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5461b23 = Instance.new("BlockMesh", p23)
5462b23.Name = "Mesh"
5463b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5464p24 = Instance.new("Part", m8)
5465p24.BrickColor = BrickColor.new("Really black")
5466p24.Material = Enum.Material.Metal
5467p24.Name = "Block"
5468p24.CFrame = CFrame.new(2.69999964e-005, -11.948123, -1.6825552, 1, -7.18838464e-008, -6.93700386e-009, -5.95250889e-008, -0.766046762, -0.642789662, 4.08918908e-008, 0.642790258, -0.766046941)
5469p24.CanCollide = false
5470p24.Locked = true
5471p24.FormFactor = Enum.FormFactor.Custom
5472p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5473p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5474p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5475p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5476p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5477p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5478p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5479b24 = Instance.new("BlockMesh", p24)
5480b24.Name = "Mesh"
5481b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5482p25 = Instance.new("Part", m8)
5483p25.BrickColor = BrickColor.new("Lime green")
5484p25.Material = Enum.Material.Marble
5485p25.Name = "Block"
5486p25.CFrame = CFrame.new(2.69999964e-005, -11.8500681, -1.59377992, 1, -4.08901926e-008, -5.95266414e-008, -5.95264957e-008, 5.96046448e-008, -1.0000031, 4.0890086e-008, 1.00000358, 3.57627869e-007)
5487p25.CanCollide = false
5488p25.Locked = true
5489p25.FormFactor = Enum.FormFactor.Custom
5490p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5491p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5492p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5493p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5494p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5495p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5496p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5497b25 = Instance.new("BlockMesh", p25)
5498b25.Name = "Mesh"
5499b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5500p26 = Instance.new("Part", m8)
5501p26.BrickColor = BrickColor.new("Really black")
5502p26.Material = Enum.Material.Metal
5503p26.Reflectance = 0.40000000596046
5504p26.Name = "Block"
5505p26.CFrame = CFrame.new(2.69999982e-005, -11.7615213, 0.428021312, 1, -1.85015523e-008, -5.47521495e-009, -1.85012912e-008, -1.0000031, -5.96046448e-008, -5.47550272e-009, 3.57627869e-007, -1.00000358)
5506p26.CanCollide = false
5507p26.Locked = true
5508p26.FormFactor = Enum.FormFactor.Custom
5509p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5510p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5511p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5512p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5513p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5514p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5515p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5516b26 = Instance.new("BlockMesh", p26)
5517b26.Name = "Mesh"
5518b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5519p27 = Instance.new("Part", m8)
5520p27.BrickColor = BrickColor.new("Lime green")
5521p27.Material = Enum.Material.Metal
5522p27.Name = "Block"
5523p27.CFrame = CFrame.new(2.69999982e-005, -11.850069, -0.782109976, 1, -4.36853398e-008, -4.90951173e-008, -5.8728709e-008, -0.258819818, -0.965928853, 2.94898914e-008, 0.965929329, -0.25881961)
5524p27.CanCollide = false
5525p27.Locked = true
5526p27.FormFactor = Enum.FormFactor.Custom
5527p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5528p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5529p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5530p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5531p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5532p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5533p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5534b27 = Instance.new("BlockMesh", p27)
5535b27.Name = "Mesh"
5536b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5537p28 = Instance.new("Part", m8)
5538p28.BrickColor = BrickColor.new("Really black")
5539p28.Material = Enum.Material.SmoothPlastic
5540p28.Reflectance = 0.0099999997764826
5541p28.Name = "Circle"
5542p28.CFrame = CFrame.new(2.69999964e-005, -11.7615204, -0.52384901, 1, -3.82200298e-008, -1.58313824e-008, -1.58311213e-008, 5.96046448e-008, -1.0000031, 3.82198913e-008, 1.00000346, 3.57627869e-007)
5543p28.CanCollide = false
5544p28.Locked = true
5545p28.FormFactor = Enum.FormFactor.Custom
5546p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5547p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5548p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5549p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5550p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5551p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5552p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5553b28 = Instance.new("CylinderMesh", p28)
5554b28.Name = "Mesh"
5555b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5556p29 = Instance.new("Part", m8)
5557p29.BrickColor = BrickColor.new("Black")
5558p29.Material = Enum.Material.Metal
5559p29.Reflectance = 0.40000000596046
5560p29.Name = "Block"
5561p29.CFrame = CFrame.new(2.69999964e-005, -11.8228655, 1.48447084, 1, -1.48910964e-008, -1.22697976e-008, -1.85012574e-008, -0.920508504, -0.390730202, -5.47632872e-009, 0.39073059, -0.920508862)
5562p29.CanCollide = false
5563p29.Locked = true
5564p29.FormFactor = Enum.FormFactor.Custom
5565p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5566p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5567p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5568p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5569p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5570p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5571p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5572b29 = Instance.new("BlockMesh", p29)
5573b29.Name = "Mesh"
5574b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5575p30 = Instance.new("Part", m8)
5576p30.BrickColor = BrickColor.new("Lime green")
5577p30.Material = Enum.Material.Metal
5578p30.Name = "Block"
5579p30.CFrame = CFrame.new(2.69999928e-005, -11.850069, -1.35027885, 1, -4.36853398e-008, -4.90951102e-008, -5.87287019e-008, -0.25881964, -0.965928614, 2.94898825e-008, 0.96592921, -0.258819699)
5580p30.CanCollide = false
5581p30.Locked = true
5582p30.FormFactor = Enum.FormFactor.Custom
5583p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5584p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5585p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5586p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5587p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5588p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5589p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5590b30 = Instance.new("BlockMesh", p30)
5591b30.Name = "Mesh"
5592b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5593p31 = Instance.new("Part", m8)
5594p31.BrickColor = BrickColor.new("Lime green")
5595p31.Material = Enum.Material.Neon
5596p31.Reflectance = 0.40000000596046
5597p31.Name = "Block"
5598p31.CFrame = CFrame.new(2.69999928e-005, -11.8927851, 0.869306803, -1, -7.71367752e-008, 3.05927976e-008, 7.41768247e-008, -0.996197402, -0.0871561319, 3.71997153e-008, -0.0871560946, 0.996197999)
5599p31.CanCollide = false
5600p31.Locked = true
5601p31.FormFactor = Enum.FormFactor.Custom
5602p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5603p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5604p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5605p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5606p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5607p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5608p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5609b31 = Instance.new("BlockMesh", p31)
5610b31.Name = "Mesh"
5611b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5612p32 = Instance.new("Part", m8)
5613p32.BrickColor = BrickColor.new("Lime green")
5614p32.Material = Enum.Material.Metal
5615p32.Name = "Block"
5616p32.CFrame = CFrame.new(2.6999991e-005, -11.850071, -1.29862738, 1, -3.936497e-008, -6.27974615e-008, -5.91275011e-008, 0.0871559605, -0.996197343, 4.46881891e-008, 0.996197939, 0.0871561021)
5617p32.CanCollide = false
5618p32.Locked = true
5619p32.FormFactor = Enum.FormFactor.Custom
5620p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5621p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5622p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5623p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5624p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5625p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5626p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5627b32 = Instance.new("BlockMesh", p32)
5628b32.Name = "Mesh"
5629b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5630p33 = Instance.new("Part", m8)
5631p33.BrickColor = BrickColor.new("Really black")
5632p33.Material = Enum.Material.Metal
5633p33.Reflectance = 0.40000000596046
5634p33.Name = "Block"
5635p33.CFrame = CFrame.new(2.69999928e-005, -11.7615213, 0.693662167, 1, -1.8501531e-008, -5.47520784e-009, -1.85013107e-008, -1.00000262, -1.49011612e-007, -5.47550894e-009, 2.38418579e-007, -1.00000322)
5636p33.CanCollide = false
5637p33.Locked = true
5638p33.FormFactor = Enum.FormFactor.Custom
5639p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5640p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5641p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5642p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5643p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5644p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5645p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5646b33 = Instance.new("BlockMesh", p33)
5647b33.Name = "Mesh"
5648b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5649p34 = Instance.new("Part", m8)
5650p34.BrickColor = BrickColor.new("Lime green")
5651p34.Material = Enum.Material.Metal
5652p34.Name = "Block"
5653p34.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.988716245, 1, -4.08901997e-008, -5.9526613e-008, -5.95264993e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5654p34.CanCollide = false
5655p34.Locked = true
5656p34.FormFactor = Enum.FormFactor.Custom
5657p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5658p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5659p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5660p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5661p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5662p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5663p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5664b34 = Instance.new("BlockMesh", p34)
5665b34.Name = "Mesh"
5666b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5667p35 = Instance.new("Part", m8)
5668p35.BrickColor = BrickColor.new("Lime green")
5669p35.Material = Enum.Material.Metal
5670p35.Name = "Block"
5671p35.CFrame = CFrame.new(2.69999928e-005, -11.8500662, -1.50523794, 1, -4.08901997e-008, -5.95266094e-008, -5.95265028e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5672p35.CanCollide = false
5673p35.Locked = true
5674p35.FormFactor = Enum.FormFactor.Custom
5675p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5676p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5677p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5678p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5679p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5680p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5681p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5682b35 = Instance.new("BlockMesh", p35)
5683b35.Name = "Mesh"
5684b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5685p36 = Instance.new("Part", m8)
5686p36.BrickColor = BrickColor.new("Lime green")
5687p36.Material = Enum.Material.Metal
5688p36.Name = "Block"
5689p36.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.86679816, 1, -1.85015203e-008, -5.47520784e-009, -1.85013214e-008, -1.00000262, -1.49011612e-007, -5.47550938e-009, 2.38418579e-007, -1.00000322)
5690p36.CanCollide = false
5691p36.Locked = true
5692p36.FormFactor = Enum.FormFactor.Custom
5693p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5694p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5695p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5696p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5697p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5698p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5699p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5700b36 = Instance.new("BlockMesh", p36)
5701b36.Name = "Mesh"
5702b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
5703p37 = Instance.new("Part", m8)
5704p37.BrickColor = BrickColor.new("Lime green")
5705p37.Material = Enum.Material.Marble
5706p37.Name = "Circle"
5707p37.CFrame = CFrame.new(2.6999991e-005, -11.7319965, -0.523848772, 1, -3.82200369e-008, -1.58313576e-008, -1.58311444e-008, 1.49011612e-007, -1.00000262, 3.8219877e-008, 1.00000322, 2.38418579e-007)
5708p37.CanCollide = false
5709p37.Locked = true
5710p37.FormFactor = Enum.FormFactor.Custom
5711p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5712p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5713p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5714p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5715p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5716p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5717p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5718b37 = Instance.new("CylinderMesh", p37)
5719b37.Name = "Mesh"
5720b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
5721p38 = Instance.new("Part", m8)
5722p38.BrickColor = BrickColor.new("Really black")
5723p38.Material = Enum.Material.Metal
5724p38.Name = "Block"
5725p38.CFrame = CFrame.new(2.69999928e-005, -11.8021069, -1.64543033, 1, -4.08901997e-008, -5.95266023e-008, -5.95265099e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5726p38.CanCollide = false
5727p38.Locked = true
5728p38.FormFactor = Enum.FormFactor.Custom
5729p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5730p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5731p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5732p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5733p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5734p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5735p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5736b38 = Instance.new("BlockMesh", p38)
5737b38.Name = "Mesh"
5738b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
5739p39 = Instance.new("Part", m8)
5740p39.BrickColor = BrickColor.new("Really black")
5741p39.Material = Enum.Material.Metal
5742p39.Name = "Block"
5743p39.CFrame = CFrame.new(2.6999991e-005, -11.8980207, -1.64543033, 1, -4.08901997e-008, -5.95265988e-008, -5.95265135e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5744p39.CanCollide = false
5745p39.Locked = true
5746p39.FormFactor = Enum.FormFactor.Custom
5747p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5748p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5749p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5750p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5751p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5752p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5753p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5754b39 = Instance.new("BlockMesh", p39)
5755b39.Name = "Mesh"
5756b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
5757p40 = Instance.new("Part", m8)
5758p40.BrickColor = BrickColor.new("Really black")
5759p40.Material = Enum.Material.Metal
5760p40.Name = "Block"
5761p40.CFrame = CFrame.new(2.6999991e-005, -11.9044991, -1.84857893, 1, 2.62652719e-007, 4.66475456e-007, -2.72653665e-007, -0.500001431, 0.866027534, 4.6070295e-007, -0.866027951, -0.500001788)
5762p40.CanCollide = false
5763p40.Locked = true
5764p40.FormFactor = Enum.FormFactor.Custom
5765p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5766p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5767p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5768p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5769p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5770p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5771p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5772b40 = Instance.new("BlockMesh", p40)
5773b40.Name = "Mesh"
5774b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5775p41 = Instance.new("Part", m8)
5776p41.BrickColor = BrickColor.new("Lime green")
5777p41.Material = Enum.Material.Neon
5778p41.Reflectance = 0.40000000596046
5779p41.Name = "Block"
5780p41.CFrame = CFrame.new(2.6999991e-005, -11.8956079, 0.422182083, 1, -1.56492277e-008, -8.1476486e-008, -1.31610101e-008, 0.939694941, -0.34202069, 8.19153172e-008, 0.34202072, 0.939695537)
5781p41.CanCollide = false
5782p41.Locked = true
5783p41.FormFactor = Enum.FormFactor.Custom
5784p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5785p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5786p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5787p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5788p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5789p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5790p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5791b41 = Instance.new("BlockMesh", p41)
5792b41.Name = "Mesh"
5793b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5794p42 = Instance.new("Part", m8)
5795p42.BrickColor = BrickColor.new("Earth green")
5796p42.Material = Enum.Material.Metal
5797p42.Name = "Block"
5798p42.CFrame = CFrame.new(2.69999928e-005, -11.85007, -0.664048076, 1, -4.0890118e-008, -5.95265348e-008, -5.95265384e-008, 1.49011612e-007, -1.00000226, 4.08901286e-008, 1.00000286, 3.42726707e-007)
5799p42.CanCollide = false
5800p42.Locked = true
5801p42.FormFactor = Enum.FormFactor.Custom
5802p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5803p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5804p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5805p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5806p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5807p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5808p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5809b42 = Instance.new("BlockMesh", p42)
5810b42.Name = "Mesh"
5811b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
5812p43 = Instance.new("Part", m8)
5813p43.BrickColor = BrickColor.new("Really black")
5814p43.Material = Enum.Material.Metal
5815p43.Name = "Block"
5816p43.CFrame = CFrame.new(2.69999964e-005, -11.7292862, -1.76739728, 1, 6.57225172e-008, -2.99325187e-008, -5.95263288e-008, 0.984809816, 0.173648655, 4.08903809e-008, -0.173648939, 0.984810352)
5817p43.CanCollide = false
5818p43.Locked = true
5819p43.FormFactor = Enum.FormFactor.Custom
5820p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5821p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5822p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5823p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5824p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5825p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5826p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5827b43 = Instance.new("BlockMesh", p43)
5828b43.Name = "Mesh"
5829b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5830p44 = Instance.new("Part", m8)
5831p44.BrickColor = BrickColor.new("Lime green")
5832p44.Material = Enum.Material.Marble
5833p44.Name = "Circle"
5834p44.CFrame = CFrame.new(2.69999946e-005, -11.968133, -0.641907811, 1, -3.82199516e-008, -1.58312723e-008, -1.58311995e-008, 1.49011612e-007, -1.00000203, 3.8219941e-008, 1.00000262, 3.27825546e-007)
5835p44.CanCollide = false
5836p44.Locked = true
5837p44.FormFactor = Enum.FormFactor.Custom
5838p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5839p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5840p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5841p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5842p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5843p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5844p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5845b44 = Instance.new("CylinderMesh", p44)
5846b44.Name = "Mesh"
5847b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
5848p45 = Instance.new("Part", m8)
5849p45.BrickColor = BrickColor.new("Lime green")
5850p45.Material = Enum.Material.Neon
5851p45.Reflectance = 0.40000000596046
5852p45.Name = "Block"
5853p45.CFrame = CFrame.new(2.69999964e-005, -11.8956099, -0.0648244023, 1, -1.56492419e-008, -8.14764718e-008, -1.31610207e-008, 0.939694583, -0.342020601, 8.19152959e-008, 0.342020601, 0.93969512)
5854p45.CanCollide = false
5855p45.Locked = true
5856p45.FormFactor = Enum.FormFactor.Custom
5857p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5858p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5859p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5860p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5861p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5862p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5863p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5864b45 = Instance.new("BlockMesh", p45)
5865b45.Name = "Mesh"
5866b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5867p46 = Instance.new("Part", m8)
5868p46.BrickColor = BrickColor.new("Black")
5869p46.Material = Enum.Material.Metal
5870p46.Name = "Block"
5871p46.CFrame = CFrame.new(2.69999946e-005, -11.8500729, -0.582874656, 1, -4.08901037e-008, -5.95265135e-008, -5.95265313e-008, 1.34110451e-007, -1.00000191, 4.08901215e-008, 1.00000238, 2.83122063e-007)
5872p46.CanCollide = false
5873p46.Locked = true
5874p46.FormFactor = Enum.FormFactor.Custom
5875p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
5876p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5877p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5878p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5879p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5880p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5881p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5882b46 = Instance.new("BlockMesh", p46)
5883b46.Name = "Mesh"
5884b46.Scale = Vector3.new(1, 0.401569068, 1)
5885p47 = Instance.new("Part", m8)
5886p47.BrickColor = BrickColor.new("Earth green")
5887p47.Material = Enum.Material.Metal
5888p47.Name = "Block"
5889p47.CFrame = CFrame.new(2.69999946e-005, -11.850071, -1.56426501, 1, -4.08901037e-008, -5.95265099e-008, -5.95265348e-008, 1.34110451e-007, -1.00000191, 4.08901215e-008, 1.00000238, 2.83122063e-007)
5890p47.CanCollide = false
5891p47.Locked = true
5892p47.FormFactor = Enum.FormFactor.Custom
5893p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5894p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5895p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5896p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5897p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5898p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5899p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5900b47 = Instance.new("BlockMesh", p47)
5901b47.Name = "Mesh"
5902b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
5903p48 = Instance.new("Part", m8)
5904p48.BrickColor = BrickColor.new("Lime green")
5905p48.Material = Enum.Material.Metal
5906p48.Name = "Block"
5907p48.CFrame = CFrame.new(2.69999964e-005, -11.8500748, -1.04036665, 1, -3.75603939e-008, -6.5922805e-008, -5.83990385e-008, 0.173648417, -0.984809697, 4.84371583e-008, 0.984810054, 0.173648626)
5908p48.CanCollide = false
5909p48.Locked = true
5910p48.FormFactor = Enum.FormFactor.Custom
5911p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5912p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5913p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5914p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5915p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5916p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5917p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5918b48 = Instance.new("BlockMesh", p48)
5919b48.Name = "Mesh"
5920b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5921p49 = Instance.new("Part", m8)
5922p49.BrickColor = BrickColor.new("Lime green")
5923p49.Material = Enum.Material.Metal
5924p49.Name = "Block"
5925p49.CFrame = CFrame.new(2.69999928e-005, -11.8500729, -0.730450988, 1, -3.7560401e-008, -6.59227979e-008, -5.83990456e-008, 0.173648179, -0.984809756, 4.84371476e-008, 0.984810114, 0.173648387)
5926p49.CanCollide = false
5927p49.Locked = true
5928p49.FormFactor = Enum.FormFactor.Custom
5929p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5930p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5931p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5932p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5933p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5934p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5935p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5936b49 = Instance.new("BlockMesh", p49)
5937b49.Name = "Mesh"
5938b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5939p50 = Instance.new("Part", m8)
5940p50.BrickColor = BrickColor.new("Black")
5941p50.Material = Enum.Material.Metal
5942p50.Reflectance = 0.40000000596046
5943p50.Name = "Block"
5944p50.CFrame = CFrame.new(2.69999928e-005, -11.9042749, 1.22774267, 1, -1.79535924e-008, -7.06764602e-009, -1.85012361e-008, -0.996196568, -0.0871560201, -5.47609824e-009, 0.0871561989, -0.996196926)
5945p50.CanCollide = false
5946p50.Locked = true
5947p50.FormFactor = Enum.FormFactor.Custom
5948p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
5949p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5950p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5951p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5952p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5953p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5954p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5955b50 = Instance.new("BlockMesh", p50)
5956b50.Name = "Mesh"
5957b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
5958p51 = Instance.new("Part", m8)
5959p51.BrickColor = BrickColor.new("Lime green")
5960p51.Material = Enum.Material.Metal
5961p51.Name = "Block"
5962p51.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.40193033, 1, -3.93648811e-008, -6.27973264e-008, -5.91275438e-008, 0.0871558785, -0.996196568, 4.46882424e-008, 0.996196926, 0.0871560574)
5963p51.CanCollide = false
5964p51.Locked = true
5965p51.FormFactor = Enum.FormFactor.Custom
5966p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5967p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5968p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5969p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5970p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5971p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5972p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5973b51 = Instance.new("BlockMesh", p51)
5974b51.Name = "Mesh"
5975b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5976p52 = Instance.new("Part", m8)
5977p52.BrickColor = BrickColor.new("Lime green")
5978p52.Material = Enum.Material.Metal
5979p52.Name = "Block"
5980p52.CFrame = CFrame.new(2.69999928e-005, -11.850071, -1.09201384, 1, -4.21244408e-008, -5.61351641e-008, -5.95929883e-008, -0.0871557593, -0.996196628, 3.70716471e-008, 0.996196985, -0.0871556401)
5981p52.CanCollide = false
5982p52.Locked = true
5983p52.FormFactor = Enum.FormFactor.Custom
5984p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5985p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5986p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5987p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5988p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5989p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5990p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5991b52 = Instance.new("BlockMesh", p52)
5992b52.Name = "Mesh"
5993b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5994p53 = Instance.new("Part", m8)
5995p53.BrickColor = BrickColor.new("Really black")
5996p53.Material = Enum.Material.Metal
5997p53.Name = "Block"
5998p53.CFrame = CFrame.new(2.69999928e-005, -11.7956429, -1.84857762, 1, 6.51748948e-008, 3.11061044e-008, -5.95261795e-008, 0.500001013, 0.866027117, 4.08900611e-008, -0.866027415, 0.500001013)
5999p53.CanCollide = false
6000p53.Locked = true
6001p53.FormFactor = Enum.FormFactor.Custom
6002p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6003p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6004p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6005p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6006p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6007p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6008p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6009b53 = Instance.new("BlockMesh", p53)
6010b53.Name = "Mesh"
6011b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6012p54 = Instance.new("Part", m8)
6013p54.BrickColor = BrickColor.new("Really black")
6014p54.Material = Enum.Material.SmoothPlastic
6015p54.Reflectance = 0.0099999997764826
6016p54.Name = "Circle"
6017p54.CFrame = CFrame.new(2.69999928e-005, -11.9386101, -0.523846626, 1, -3.82199445e-008, -1.58312456e-008, -1.58311995e-008, 1.04308441e-007, -1.00000203, 3.82199303e-008, 1.00000226, 2.75671823e-007)
6018p54.CanCollide = false
6019p54.Locked = true
6020p54.FormFactor = Enum.FormFactor.Custom
6021p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6022p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6023p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6024p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6025p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6026p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6027p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6028b54 = Instance.new("CylinderMesh", p54)
6029b54.Name = "Mesh"
6030b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6031p55 = Instance.new("Part", m8)
6032p55.BrickColor = BrickColor.new("Really black")
6033p55.Material = Enum.Material.Metal
6034p55.Reflectance = 0.40000000596046
6035p55.Name = "Block"
6036p55.CFrame = CFrame.new(2.69999928e-005, -11.7615232, -0.103249788, 1, -1.85014084e-008, -5.47530199e-009, -1.85013729e-008, -1.00000203, -1.04308441e-007, -5.47541257e-009, 2.75671823e-007, -1.00000226)
6037p55.CanCollide = false
6038p55.Locked = true
6039p55.FormFactor = Enum.FormFactor.Custom
6040p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6041p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6042p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6043p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6044p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6045p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6046p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6047b55 = Instance.new("BlockMesh", p55)
6048b55.Name = "Mesh"
6049b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6050p56 = Instance.new("Part", m8)
6051p56.BrickColor = BrickColor.new("Black")
6052p56.Material = Enum.Material.Metal
6053p56.Reflectance = 0.40000000596046
6054p56.Name = "Block"
6055p56.CFrame = CFrame.new(2.69999928e-005, -11.9091034, -0.368891358, 1, -1.8501229e-008, -5.47589352e-009, -1.85011935e-008, -1.00000203, -1.04308441e-007, -5.47600409e-009, 2.75671823e-007, -1.00000226)
6056p56.CanCollide = false
6057p56.Locked = true
6058p56.FormFactor = Enum.FormFactor.Custom
6059p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6060p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6061p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6062p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6063p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6064p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6065p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6066b56 = Instance.new("BlockMesh", p56)
6067b56.Name = "Mesh"
6068b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6069p57 = Instance.new("Part", m8)
6070p57.BrickColor = BrickColor.new("Black")
6071p57.Material = Enum.Material.Metal
6072p57.Reflectance = 0.40000000596046
6073p57.Name = "Block"
6074p57.CFrame = CFrame.new(2.69999928e-005, -11.9091005, 0.693658948, 1, -1.8501229e-008, -5.47589352e-009, -1.85011935e-008, -1.00000203, -1.04308441e-007, -5.47600409e-009, 2.75671823e-007, -1.00000226)
6075p57.CanCollide = false
6076p57.Locked = true
6077p57.FormFactor = Enum.FormFactor.Custom
6078p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6079p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6080p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6081p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6082p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6083p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6084p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6085b57 = Instance.new("BlockMesh", p57)
6086b57.Name = "Mesh"
6087b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6088p58 = Instance.new("Part", m8)
6089p58.BrickColor = BrickColor.new("Lime green")
6090p58.Material = Enum.Material.Marble
6091p58.Name = "Block"
6092p58.CFrame = CFrame.new(2.69999928e-005, -11.850071, -0.523846745, 1, -4.08901073e-008, -5.95264922e-008, -5.95265384e-008, 1.04308441e-007, -1.00000203, 4.08901144e-008, 1.00000226, 2.75671823e-007)
6093p58.CanCollide = false
6094p58.Locked = true
6095p58.FormFactor = Enum.FormFactor.Custom
6096p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6097p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6098p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6099p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6100p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6101p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6102p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6103b58 = Instance.new("BlockMesh", p58)
6104b58.Name = "Mesh"
6105b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6106p59 = Instance.new("Part", m8)
6107p59.BrickColor = BrickColor.new("Lime green")
6108p59.Material = Enum.Material.Metal
6109p59.Name = "Block"
6110p59.CFrame = CFrame.new(2.69999928e-005, -11.850071, -1.62329435, 1, -1.85014031e-008, -5.47530021e-009, -1.85013782e-008, -1.00000203, -1.04308441e-007, -5.47540946e-009, 2.75671823e-007, -1.00000226)
6111p59.CanCollide = false
6112p59.Locked = true
6113p59.FormFactor = Enum.FormFactor.Custom
6114p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6115p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6116p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6117p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6118p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6119p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6120p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6121b59 = Instance.new("BlockMesh", p59)
6122b59.Name = "Mesh"
6123b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6124p60 = Instance.new("Part", m8)
6125p60.BrickColor = BrickColor.new("Lime green")
6126p60.Material = Enum.Material.Marble
6127p60.Name = "Circle"
6128p60.CFrame = CFrame.new(2.69999928e-005, -11.9755096, -0.523859799, 1, -3.82199445e-008, -1.58312403e-008, -1.58312048e-008, 1.04308441e-007, -1.00000203, 3.82199339e-008, 1.00000226, 2.75671823e-007)
6129p60.CanCollide = false
6130p60.Locked = true
6131p60.FormFactor = Enum.FormFactor.Custom
6132p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6133p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6134p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6135p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6136p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6137p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6138p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6139b60 = Instance.new("CylinderMesh", p60)
6140b60.Name = "Mesh"
6141b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6142p61 = Instance.new("Part", m8)
6143p61.BrickColor = BrickColor.new("Black")
6144p61.Material = Enum.Material.Metal
6145p61.Name = "Circle"
6146p61.CFrame = CFrame.new(2.69999928e-005, -12.0271645, -0.582878888, 1, -3.82199445e-008, -1.58312403e-008, -1.58312048e-008, 1.04308441e-007, -1.00000203, 3.82199339e-008, 1.00000226, 2.75671823e-007)
6147p61.CanCollide = false
6148p61.Locked = true
6149p61.FormFactor = Enum.FormFactor.Custom
6150p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6151p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6152p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6153p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6154p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6155p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6156p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6157b61 = Instance.new("CylinderMesh", p61)
6158b61.Name = "Mesh"
6159b61.Scale = Vector3.new(1, 0.401569068, 1)
6160p62 = Instance.new("Part", m8)
6161p62.BrickColor = BrickColor.new("Lime green")
6162p62.Material = Enum.Material.Metal
6163p62.Name = "Block"
6164p62.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.833758533, 1, -4.08901002e-008, -5.95264851e-008, -5.95265455e-008, -4.47034836e-008, -1.00000203, 4.08901002e-008, 1.00000226, 1.2665987e-007)
6165p62.CanCollide = false
6166p62.Locked = true
6167p62.FormFactor = Enum.FormFactor.Custom
6168p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6169p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6170p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6171p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6172p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6173p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6174p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6175b62 = Instance.new("BlockMesh", p62)
6176b62.Name = "Mesh"
6177b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6178p63 = Instance.new("Part", m8)
6179p63.BrickColor = BrickColor.new("Lime green")
6180p63.Material = Enum.Material.Metal
6181p63.Name = "Block"
6182p63.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.14366531, 1, -3.93648811e-008, -6.27973264e-008, -5.91275438e-008, 0.0871558636, -0.996196747, 4.4688246e-008, 0.996196866, 0.0871560499)
6183p63.CanCollide = false
6184p63.Locked = true
6185p63.FormFactor = Enum.FormFactor.Custom
6186p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6187p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6188p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6189p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6190p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6191p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6192p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6193b63 = Instance.new("BlockMesh", p63)
6194b63.Name = "Mesh"
6195b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6196p64 = Instance.new("Part", m8)
6197p64.BrickColor = BrickColor.new("Really black")
6198p64.Material = Enum.Material.SmoothPlastic
6199p64.Reflectance = 0.0099999997764826
6200p64.Name = "Block"
6201p64.CFrame = CFrame.new(2.69999928e-005, -11.85007, -0.523846924, 1, -4.08901002e-008, -5.95264957e-008, -5.95265419e-008, 1.04308128e-007, -1.00000203, 4.0890118e-008, 1.00000215, 2.83122063e-007)
6202p64.CanCollide = false
6203p64.Locked = true
6204p64.FormFactor = Enum.FormFactor.Custom
6205p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6206p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6207p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6208p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6209p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6210p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6211p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6212b64 = Instance.new("BlockMesh", p64)
6213b64.Name = "Mesh"
6214b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6215p65 = Instance.new("Part", m8)
6216p65.BrickColor = BrickColor.new("Lime green")
6217p65.Material = Enum.Material.Metal
6218p65.Name = "Block"
6219p65.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.885411739, 1, -3.75603939e-008, -6.59227908e-008, -5.83990456e-008, 0.173648402, -0.984809816, 4.84371547e-008, 0.984809875, 0.173648596)
6220p65.CanCollide = false
6221p65.Locked = true
6222p65.FormFactor = Enum.FormFactor.Custom
6223p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6224p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6225p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6226p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6227p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6228p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6229p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6230b65 = Instance.new("BlockMesh", p65)
6231b65.Name = "Mesh"
6232b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6233p66 = Instance.new("Part", m8)
6234p66.BrickColor = BrickColor.new("Really black")
6235p66.Material = Enum.Material.Metal
6236p66.Reflectance = 0.40000000596046
6237p66.Name = "Block"
6238p66.CFrame = CFrame.new(2.69999946e-005, -11.7501383, 1.2199297, 1, -1.79537896e-008, -7.06697278e-009, -1.85013764e-008, -0.996196747, -0.0871560127, -5.47540502e-009, 0.0871562064, -0.996196806)
6239p66.CanCollide = false
6240p66.Locked = true
6241p66.FormFactor = Enum.FormFactor.Custom
6242p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6243p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6244p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6245p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6246p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6247p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6248p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6249b66 = Instance.new("BlockMesh", p66)
6250b66.Name = "Mesh"
6251b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6252p67 = Instance.new("Part", m8)
6253p67.BrickColor = BrickColor.new("Lime green")
6254p67.Material = Enum.Material.Metal
6255p67.Name = "Block"
6256p67.CFrame = CFrame.new(2.69999928e-005, -11.8500738, -1.45358396, 1, -4.36852119e-008, -4.90949965e-008, -5.87287552e-008, -0.258819461, -0.96592778, 2.94899358e-008, 0.965927899, -0.258819312)
6257p67.CanCollide = false
6258p67.Locked = true
6259p67.FormFactor = Enum.FormFactor.Custom
6260p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6261p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6262p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6263p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6264p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6265p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6266p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6267b67 = Instance.new("BlockMesh", p67)
6268b67.Name = "Mesh"
6269b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6270p68 = Instance.new("Part", m8)
6271p68.BrickColor = BrickColor.new("Black")
6272p68.Material = Enum.Material.Metal
6273p68.Reflectance = 0.40000000596046
6274p68.Name = "Block"
6275p68.CFrame = CFrame.new(2.69999946e-005, -11.9090977, 0.162382364, 1, -1.85012148e-008, -5.47590062e-009, -1.85012077e-008, -1.00000191, -1.1920929e-007, -5.47599832e-009, 2.98023224e-007, -1.00000203)
6276p68.CanCollide = false
6277p68.Locked = true
6278p68.FormFactor = Enum.FormFactor.Custom
6279p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6280p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6281p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6282p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6283p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6284p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6285p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6286b68 = Instance.new("BlockMesh", p68)
6287b68.Name = "Mesh"
6288b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6289p69 = Instance.new("Part", m8)
6290p69.BrickColor = BrickColor.new("Earth green")
6291p69.Material = Enum.Material.Metal
6292p69.Name = "Block"
6293p69.CFrame = CFrame.new(2.69999946e-005, -11.8500662, -1.6085372, 1, -4.08901002e-008, -5.9526478e-008, -5.95265455e-008, 1.1920929e-007, -1.00000191, 4.08901073e-008, 1.00000203, 2.98023224e-007)
6294p69.CanCollide = false
6295p69.Locked = true
6296p69.FormFactor = Enum.FormFactor.Custom
6297p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6298p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6299p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6300p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6301p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6302p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6303p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6304b69 = Instance.new("BlockMesh", p69)
6305b69.Name = "Mesh"
6306b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6307p70 = Instance.new("Part", m8)
6308p70.BrickColor = BrickColor.new("Lime green")
6309p70.Material = Enum.Material.Marble
6310p70.Name = "Circle"
6311p70.CFrame = CFrame.new(2.69999946e-005, -11.7320013, -0.641902268, 1, -3.82199374e-008, -1.58312261e-008, -1.5831219e-008, 1.1920929e-007, -1.00000191, 3.82199268e-008, 1.00000203, 2.98023224e-007)
6312p70.CanCollide = false
6313p70.Locked = true
6314p70.FormFactor = Enum.FormFactor.Custom
6315p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6316p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6317p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6318p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6319p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6320p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6321p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6322b70 = Instance.new("CylinderMesh", p70)
6323b70.Name = "Mesh"
6324b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6325p71 = Instance.new("WedgePart", m8)
6326p71.BrickColor = BrickColor.new("Lime green")
6327p71.Material = Enum.Material.Neon
6328p71.Reflectance = 0.40000000596046
6329p71.Name = "Wedge"
6330p71.CFrame = CFrame.new(2.69999946e-005, -11.8880224, 0.31500864, -1, 5.94633809e-009, -9.26972419e-008, -8.91409044e-008, -0.342020452, 0.939694583, -2.61165116e-008, 0.939694643, 0.342020303)
6331p71.CanCollide = false
6332p71.Locked = true
6333p71.FormFactor = Enum.FormFactor.Custom
6334p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6335p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6336p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6337p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6338p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6339p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6340p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6341b71 = Instance.new("SpecialMesh", p71)
6342b71.MeshType = Enum.MeshType.Wedge
6343b71.Name = "Mesh"
6344b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6345p72 = Instance.new("WedgePart", m8)
6346p72.BrickColor = BrickColor.new("Lime green")
6347p72.Material = Enum.Material.Neon
6348p72.Reflectance = 0.40000000596046
6349p72.Name = "Wedge"
6350p72.CFrame = CFrame.new(2.69999964e-005, -11.8783607, 0.789086521, 1, -5.68298901e-008, -8.86828389e-011, -5.04137887e-009, -0.0871561319, -0.996196628, 5.66059342e-008, 0.996196628, -0.0871559829)
6351p72.CanCollide = false
6352p72.Locked = true
6353p72.FormFactor = Enum.FormFactor.Custom
6354p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6355p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6356p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6357p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6358p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6359p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6360p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6361b72 = Instance.new("SpecialMesh", p72)
6362b72.MeshType = Enum.MeshType.Wedge
6363b72.Name = "Mesh"
6364b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6365p73 = Instance.new("WedgePart", m8)
6366p73.BrickColor = BrickColor.new("Lime green")
6367p73.Material = Enum.Material.Neon
6368p73.Reflectance = 0.40000000596046
6369p73.Name = "Wedge"
6370p73.CFrame = CFrame.new(2.69999946e-005, -11.9179726, -0.200317383, -1, 8.86055176e-008, -9.63062732e-008, 1.2080335e-007, 0.342020512, -0.939694524, -5.03233473e-008, -0.939694524, -0.342020392)
6371p73.CanCollide = false
6372p73.Locked = true
6373p73.FormFactor = Enum.FormFactor.Custom
6374p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6375p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6376p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6377p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6378p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6379p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6380p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6381b73 = Instance.new("SpecialMesh", p73)
6382b73.MeshType = Enum.MeshType.Wedge
6383b73.Name = "Mesh"
6384b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6385p74 = Instance.new("WedgePart", m8)
6386p74.BrickColor = BrickColor.new("Lime green")
6387p74.Material = Enum.Material.Neon
6388p74.Reflectance = 0.40000000596046
6389p74.Name = "Wedge"
6390p74.CFrame = CFrame.new(2.69999946e-005, -11.8857021, 0.788440466, 1, -3.05928971e-008, 8.75114523e-008, -8.45122159e-008, 0.087156117, 0.996196568, -3.81037424e-008, -0.996196568, 0.0871560276)
6391p74.CanCollide = false
6392p74.Locked = true
6393p74.FormFactor = Enum.FormFactor.Custom
6394p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6395p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6396p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6397p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6398p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6399p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6400p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6401b74 = Instance.new("SpecialMesh", p74)
6402b74.MeshType = Enum.MeshType.Wedge
6403b74.Name = "Mesh"
6404b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6405p75 = Instance.new("WedgePart", m8)
6406p75.BrickColor = BrickColor.new("Lime green")
6407p75.Material = Enum.Material.Neon
6408p75.Reflectance = 0.40000000596046
6409p75.Name = "Wedge"
6410p75.CFrame = CFrame.new(2.69999946e-005, -11.8681011, -0.402033836, 1, -8.62400213e-008, 8.8834895e-009, 2.11481392e-008, 0.342020482, 0.939694464, -8.40776622e-008, -0.939694464, 0.342020422)
6411p75.CanCollide = false
6412p75.Locked = true
6413p75.FormFactor = Enum.FormFactor.Custom
6414p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6415p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6416p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6417p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6418p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6419p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6420p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6421b75 = Instance.new("SpecialMesh", p75)
6422b75.MeshType = Enum.MeshType.Wedge
6423b75.Name = "Mesh"
6424b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6425p76 = Instance.new("WedgePart", m8)
6426p76.BrickColor = BrickColor.new("Lime green")
6427p76.Material = Enum.Material.Neon
6428p76.Reflectance = 0.40000000596046
6429p76.Name = "Wedge"
6430p76.CFrame = CFrame.new(2.69999946e-005, -11.8880215, -0.171991348, -1, 5.94633143e-009, -9.26972206e-008, -8.91408973e-008, -0.342020363, 0.939694405, -2.61165383e-008, 0.939694405, 0.342020303)
6431p76.CanCollide = false
6432p76.Locked = true
6433p76.FormFactor = Enum.FormFactor.Custom
6434p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6435p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6436p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6437p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6438p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6439p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6440p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6441b76 = Instance.new("SpecialMesh", p76)
6442b76.MeshType = Enum.MeshType.Wedge
6443b76.Name = "Mesh"
6444b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6445p77 = Instance.new("WedgePart", m8)
6446p77.BrickColor = BrickColor.new("Lime green")
6447p77.Material = Enum.Material.Neon
6448p77.Reflectance = 0.40000000596046
6449p77.Name = "Wedge"
6450p77.CFrame = CFrame.new(2.69999946e-005, -11.9557362, 1.02495766, -1, 8.82909745e-008, -9.99014986e-008, 1.1934894e-007, 0.258819342, -0.965927422, -5.94261955e-008, -0.965927422, -0.258819282)
6451p77.CanCollide = false
6452p77.Locked = true
6453p77.FormFactor = Enum.FormFactor.Custom
6454p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6455p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6456p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6457p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6458p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6459p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6460p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6461b77 = Instance.new("SpecialMesh", p77)
6462b77.MeshType = Enum.MeshType.Wedge
6463b77.Name = "Mesh"
6464b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6465p78 = Instance.new("WedgePart", m8)
6466p78.BrickColor = BrickColor.new("Lime green")
6467p78.Material = Enum.Material.Neon
6468p78.Reflectance = 0.40000000596046
6469p78.Name = "Wedge"
6470p78.CFrame = CFrame.new(2.69999946e-005, -11.8602781, -0.161903143, -1, 8.14764078e-008, 5.27443866e-009, 2.29101609e-008, 0.342020273, -0.939694166, -7.83668526e-008, -0.939694166, -0.342020243)
6471p78.CanCollide = false
6472p78.Locked = true
6473p78.FormFactor = Enum.FormFactor.Custom
6474p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6475p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6476p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6477p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6478p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6479p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6480p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6481b78 = Instance.new("SpecialMesh", p78)
6482b78.MeshType = Enum.MeshType.Wedge
6483b78.Name = "Mesh"
6484b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6485p79 = Instance.new("WedgePart", m8)
6486p79.BrickColor = BrickColor.new("Lime green")
6487p79.Material = Enum.Material.Neon
6488p79.Reflectance = 0.40000000596046
6489p79.Name = "Wedge"
6490p79.CFrame = CFrame.new(2.69999964e-005, -11.9133091, 0.0700842142, 1, -1.68899177e-007, 5.27444577e-009, -5.28105097e-008, -0.342020273, -0.939694166, 1.60517516e-007, 0.939694166, -0.342020243)
6491p79.CanCollide = false
6492p79.Locked = true
6493p79.FormFactor = Enum.FormFactor.Custom
6494p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6495p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6496p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6497p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6498p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6499p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6500p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6501b79 = Instance.new("SpecialMesh", p79)
6502b79.MeshType = Enum.MeshType.Wedge
6503b79.Name = "Mesh"
6504b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6505p80 = Instance.new("WedgePart", m8)
6506p80.BrickColor = BrickColor.new("Black")
6507p80.Material = Enum.Material.Metal
6508p80.Reflectance = 0.40000000596046
6509p80.Name = "Wedge"
6510p80.CFrame = CFrame.new(2.69999964e-005, -11.9147787, 1.51684833, -1, 1.58138e-008, 2.8589703e-008, 3.25942473e-008, 0.422618747, 0.906309128, 2.24968311e-009, 0.906309128, -0.422618806)
6511p80.CanCollide = false
6512p80.Locked = true
6513p80.FormFactor = Enum.FormFactor.Custom
6514p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6515p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6516p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6517p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6518p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6519p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6520p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6521b80 = Instance.new("SpecialMesh", p80)
6522b80.MeshType = Enum.MeshType.Wedge
6523b80.Name = "Mesh"
6524b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6525p81 = Instance.new("WedgePart", m8)
6526p81.BrickColor = BrickColor.new("Lime green")
6527p81.Material = Enum.Material.Neon
6528p81.Reflectance = 0.40000000596046
6529p81.Name = "Wedge"
6530p81.CFrame = CFrame.new(2.69999964e-005, -11.8880205, -0.00143384933, 1, -8.62400285e-008, 8.88349216e-009, 2.11481286e-008, 0.342020214, 0.939694047, -8.40776266e-008, -0.939694047, 0.342020124)
6531p81.CanCollide = false
6532p81.Locked = true
6533p81.FormFactor = Enum.FormFactor.Custom
6534p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6535p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6536p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6537p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6538p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6539p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6540p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6541b81 = Instance.new("SpecialMesh", p81)
6542b81.MeshType = Enum.MeshType.Wedge
6543b81.Name = "Mesh"
6544b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6545p82 = Instance.new("WedgePart", m8)
6546p82.BrickColor = BrickColor.new("Really black")
6547p82.Material = Enum.Material.Metal
6548p82.Reflectance = 0.40000000596046
6549p82.Name = "Wedge"
6550p82.CFrame = CFrame.new(2.69999964e-005, -11.1964474, 1.88168073, 1, -2.43563321e-008, -1.04780362e-007, -1.2949517e-008, 0.939693809, -0.342020929, 1.06791781e-007, 0.342020839, 0.939693809)
6551p82.CanCollide = false
6552p82.Locked = true
6553p82.FormFactor = Enum.FormFactor.Custom
6554p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6555p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6556p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6557p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6558p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6559p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6560p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6561b82 = Instance.new("SpecialMesh", p82)
6562b82.MeshType = Enum.MeshType.Wedge
6563b82.Name = "Mesh"
6564b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6565p83 = Instance.new("WedgePart", m8)
6566p83.BrickColor = BrickColor.new("Really black")
6567p83.Material = Enum.Material.Metal
6568p83.Reflectance = 0.40000000596046
6569p83.Name = "Wedge"
6570p83.CFrame = CFrame.new(2.69999982e-005, -11.1028252, 1.9750396, -1, -2.43563356e-008, 1.73575856e-008, -1.695091e-008, 0.939693809, 0.342020959, -2.46411389e-008, 0.34202081, -0.939693809)
6571p83.CanCollide = false
6572p83.Locked = true
6573p83.FormFactor = Enum.FormFactor.Custom
6574p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6575p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6576p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6577p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6578p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6579p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6580p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6581b83 = Instance.new("SpecialMesh", p83)
6582b83.MeshType = Enum.MeshType.Wedge
6583b83.Name = "Mesh"
6584b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6585p84 = Instance.new("WedgePart", m8)
6586p84.BrickColor = BrickColor.new("Lime green")
6587p84.Material = Enum.Material.Neon
6588p84.Reflectance = 0.40000000596046
6589p84.Name = "Wedge"
6590p84.CFrame = CFrame.new(2.69999964e-005, -11.9309464, 0.202805281, -1, -1.18273746e-009, 8.8834895e-009, 8.75221495e-009, -0.342020243, 0.939694047, 1.92697125e-009, 0.939694047, 0.342020094)
6591p84.CanCollide = false
6592p84.Locked = true
6593p84.FormFactor = Enum.FormFactor.Custom
6594p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6595p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6596p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6597p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6598p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6599p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6600p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6601b84 = Instance.new("SpecialMesh", p84)
6602b84.MeshType = Enum.MeshType.Wedge
6603b84.Name = "Mesh"
6604b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6605p85 = Instance.new("WedgePart", m8)
6606p85.BrickColor = BrickColor.new("Black")
6607p85.Material = Enum.Material.Metal
6608p85.Reflectance = 0.40000000596046
6609p85.Name = "Wedge"
6610p85.CFrame = CFrame.new(2.69999964e-005, -11.7129288, 1.75927424, -1, -2.76164442e-008, 9.79634507e-009, -1.16697887e-008, 0.681997418, 0.731356382, -2.68784923e-008, 0.731356263, -0.681997478)
6611p85.CanCollide = false
6612p85.Locked = true
6613p85.FormFactor = Enum.FormFactor.Custom
6614p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6615p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6616p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6617p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6618p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6619p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6620p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6621b85 = Instance.new("SpecialMesh", p85)
6622b85.MeshType = Enum.MeshType.Wedge
6623b85.Name = "Mesh"
6624b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6625p86 = Instance.new("WedgePart", m8)
6626p86.BrickColor = BrickColor.new("Lime green")
6627p86.Material = Enum.Material.Neon
6628p86.Reflectance = 0.40000000596046
6629p86.Name = "Wedge"
6630p86.CFrame = CFrame.new(2.7e-005, -11.9805536, 1.1176064, -1, -8.68188743e-010, 1.24787238e-008, 1.22781785e-008, -0.258819252, 0.965927005, 2.39117615e-009, 0.965927005, 0.258819193)
6631p86.CanCollide = false
6632p86.Locked = true
6633p86.FormFactor = Enum.FormFactor.Custom
6634p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6635p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6636p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6637p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6638p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6639p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6640p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6641b86 = Instance.new("SpecialMesh", p86)
6642b86.MeshType = Enum.MeshType.Wedge
6643b86.Name = "Mesh"
6644b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6645p87 = Instance.new("WedgePart", m8)
6646p87.BrickColor = BrickColor.new("Lime green")
6647p87.Material = Enum.Material.Neon
6648p87.Reflectance = 0.40000000596046
6649p87.Name = "Wedge"
6650p87.CFrame = CFrame.new(2.69999982e-005, -11.8886356, 0.251966357, -1, 8.14764007e-008, 5.27445554e-009, 2.29101431e-008, 0.342020154, -0.939693749, -7.83667886e-008, -0.939693749, -0.342020094)
6651p87.CanCollide = false
6652p87.Locked = true
6653p87.FormFactor = Enum.FormFactor.Custom
6654p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6655p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6656p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6657p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6658p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6659p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6660p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6661b87 = Instance.new("SpecialMesh", p87)
6662b87.MeshType = Enum.MeshType.Wedge
6663b87.Name = "Mesh"
6664b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6665p88 = Instance.new("WedgePart", m8)
6666p88.BrickColor = BrickColor.new("Lime green")
6667p88.Material = Enum.Material.Neon
6668p88.Reflectance = 0.40000000596046
6669p88.Name = "Wedge"
6670p88.CFrame = CFrame.new(2.7e-005, -11.869071, 0.470699608, -1, 8.14764007e-008, 5.27445554e-009, 2.29101431e-008, 0.342020154, -0.939693749, -7.83667886e-008, -0.939693749, -0.342020094)
6671p88.CanCollide = false
6672p88.Locked = true
6673p88.FormFactor = Enum.FormFactor.Custom
6674p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6675p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6676p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6677p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6678p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6679p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6680p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6681b88 = Instance.new("SpecialMesh", p88)
6682b88.MeshType = Enum.MeshType.Wedge
6683b88.Name = "Mesh"
6684b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
6685p89 = Instance.new("WedgePart", m8)
6686p89.BrickColor = BrickColor.new("Lime green")
6687p89.Material = Enum.Material.Neon
6688p89.Reflectance = 0.40000000596046
6689p89.Name = "Wedge"
6690p89.CFrame = CFrame.new(2.69999982e-005, -11.9583426, -0.0893729925, -1, -1.18272325e-009, 8.88348239e-009, 8.75221673e-009, -0.342020214, 0.93969357, 1.92696215e-009, 0.93969357, 0.342020154)
6691p89.CanCollide = false
6692p89.Locked = true
6693p89.FormFactor = Enum.FormFactor.Custom
6694p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6695p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6696p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6697p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6698p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6699p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6700p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6701b89 = Instance.new("SpecialMesh", p89)
6702b89.MeshType = Enum.MeshType.Wedge
6703b89.Name = "Mesh"
6704b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
6705p90 = Instance.new("WedgePart", m8)
6706p90.BrickColor = BrickColor.new("Lime green")
6707p90.Material = Enum.Material.Neon
6708p90.Reflectance = 0.40000000596046
6709p90.Name = "Wedge"
6710p90.CFrame = CFrame.new(2.69999982e-005, -11.8805695, 0.729635715, 1, -3.05929149e-008, 8.75114452e-008, -8.45121022e-008, 0.0871560574, 0.996195555, -3.81037033e-008, -0.996195555, 0.0871560574)
6711p90.CanCollide = false
6712p90.Locked = true
6713p90.FormFactor = Enum.FormFactor.Custom
6714p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6715p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6716p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6717p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6718p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6719p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6720p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6721b90 = Instance.new("SpecialMesh", p90)
6722b90.MeshType = Enum.MeshType.Wedge
6723b90.Name = "Mesh"
6724b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6725p91 = Instance.new("WedgePart", m8)
6726p91.BrickColor = BrickColor.new("Really black")
6727p91.Material = Enum.Material.Metal
6728p91.Reflectance = 0.40000000596046
6729p91.Name = "Wedge"
6730p91.CFrame = CFrame.new(2.69999982e-005, -11.2718382, 1.82602453, -1, 1.16832744e-007, -9.28606454e-008, -1.69508567e-008, -0.707107246, -0.707107663, -1.4827576e-007, -0.707107663, 0.707107246)
6731p91.CanCollide = false
6732p91.Locked = true
6733p91.FormFactor = Enum.FormFactor.Custom
6734p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
6735p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6736p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6737p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6738p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6739p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6740p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6741b91 = Instance.new("SpecialMesh", p91)
6742b91.MeshType = Enum.MeshType.Wedge
6743b91.Name = "Mesh"
6744b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
6745p92 = Instance.new("WedgePart", m8)
6746p92.BrickColor = BrickColor.new("Lime green")
6747p92.Material = Enum.Material.Neon
6748p92.Reflectance = 0.40000000596046
6749p92.Name = "Wedge"
6750p92.CFrame = CFrame.new(2.69999982e-005, -11.984252, 1.01731598, -1, -8.68163763e-010, 1.24787114e-008, 1.22781865e-008, -0.258819163, 0.965926766, 2.39115083e-009, 0.965926766, 0.258819163)
6751p92.CanCollide = false
6752p92.Locked = true
6753p92.FormFactor = Enum.FormFactor.Custom
6754p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6755p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6756p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6757p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6758p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6759p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6760p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6761b92 = Instance.new("SpecialMesh", p92)
6762b92.MeshType = Enum.MeshType.Wedge
6763b92.Name = "Mesh"
6764b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6765p93 = Instance.new("WedgePart", m8)
6766p93.BrickColor = BrickColor.new("Lime green")
6767p93.Material = Enum.Material.Neon
6768p93.Reflectance = 0.40000000596046
6769p93.Name = "Wedge"
6770p93.CFrame = CFrame.new(2.69999964e-005, -11.9214983, 0.99980092, 1, -8.93497187e-008, 2.29101715e-008, -2.29101325e-008, 2.98023224e-007, 1.00000083, -8.9349804e-008, -1.00000083, 2.98023224e-007)
6771p93.CanCollide = false
6772p93.Locked = true
6773p93.FormFactor = Enum.FormFactor.Custom
6774p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6775p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6776p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6777p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6778p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6779p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6780p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6781b93 = Instance.new("SpecialMesh", p93)
6782b93.MeshType = Enum.MeshType.Wedge
6783b93.Name = "Mesh"
6784b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
6785p94 = Instance.new("WedgePart", m8)
6786p94.BrickColor = BrickColor.new("Lime green")
6787p94.Material = Enum.Material.Neon
6788p94.Reflectance = 0.40000000596046
6789p94.Name = "Wedge"
6790p94.CFrame = CFrame.new(2.69999964e-005, -11.9032125, 0.212900162, -1, 8.8605475e-008, -9.63062732e-008, 1.20803207e-007, 0.342020005, -0.93969363, -5.03233366e-008, -0.93969363, -0.342020005)
6791p94.CanCollide = false
6792p94.Locked = true
6793p94.FormFactor = Enum.FormFactor.Custom
6794p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6795p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6796p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6797p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6798p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6799p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6800p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6801b94 = Instance.new("SpecialMesh", p94)
6802b94.MeshType = Enum.MeshType.Wedge
6803b94.Name = "Mesh"
6804b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6805p95 = Instance.new("WedgePart", m8)
6806p95.BrickColor = BrickColor.new("Black")
6807p95.Material = Enum.Material.Metal
6808p95.Reflectance = 0.40000000596046
6809p95.Name = "Wedge"
6810p95.CFrame = CFrame.new(2.69999964e-005, -11.361845, 1.9233377, -1, -2.94099678e-008, 5.43784395e-009, -1.69508834e-008, 0.707107186, 0.707107663, -2.46411602e-008, 0.707107663, -0.707107186)
6811p95.CanCollide = false
6812p95.Locked = true
6813p95.FormFactor = Enum.FormFactor.Custom
6814p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
6815p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6816p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6817p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6818p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6819p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6820p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6821b95 = Instance.new("SpecialMesh", p95)
6822b95.MeshType = Enum.MeshType.Wedge
6823b95.Name = "Mesh"
6824b95.Scale = Vector3.new(0.261019886, 1, 1)
6825p96 = Instance.new("WedgePart", m8)
6826p96.BrickColor = BrickColor.new("Lime green")
6827p96.Material = Enum.Material.Neon
6828p96.Reflectance = 0.40000000596046
6829p96.Name = "Wedge"
6830p96.CFrame = CFrame.new(2.69999982e-005, -11.9530287, 1.26521814, -1, -3.29206387e-008, 2.51881929e-008, 1.58094231e-008, 0.258819431, 0.965926588, -3.83181202e-008, 0.965926588, -0.258819431)
6831p96.CanCollide = false
6832p96.Locked = true
6833p96.FormFactor = Enum.FormFactor.Custom
6834p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6835p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6836p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6837p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6838p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6839p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6840p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6841b96 = Instance.new("SpecialMesh", p96)
6842b96.MeshType = Enum.MeshType.Wedge
6843b96.Name = "Mesh"
6844b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
6845p97 = Instance.new("WedgePart", m8)
6846p97.BrickColor = BrickColor.new("Lime green")
6847p97.Material = Enum.Material.Neon
6848p97.Reflectance = 0.40000000596046
6849p97.Name = "Wedge"
6850p97.CFrame = CFrame.new(2.69999964e-005, -11.9457083, -0.210409045, -1, -1.18269794e-009, 8.88346818e-009, 8.75222206e-009, -0.342020214, 0.939693332, 1.92694349e-009, 0.939693332, 0.342020214)
6851p97.CanCollide = false
6852p97.Locked = true
6853p97.FormFactor = Enum.FormFactor.Custom
6854p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6855p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6856p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6857p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6858p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6859p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6860p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6861b97 = Instance.new("SpecialMesh", p97)
6862b97.MeshType = Enum.MeshType.Wedge
6863b97.Name = "Mesh"
6864b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6865p98 = Instance.new("WedgePart", m8)
6866p98.BrickColor = BrickColor.new("Lime green")
6867p98.Material = Enum.Material.Neon
6868p98.Reflectance = 0.40000000596046
6869p98.Name = "Wedge"
6870p98.CFrame = CFrame.new(2.7e-005, -11.9322329, 0.816780686, 1, -1.68899135e-007, 5.27447064e-009, -5.2810492e-008, -0.342020094, -0.939693272, 1.60517359e-007, 0.939693272, -0.342020094)
6871p98.CanCollide = false
6872p98.Locked = true
6873p98.FormFactor = Enum.FormFactor.Custom
6874p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6875p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6876p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6877p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6878p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6879p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6880p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6881b98 = Instance.new("SpecialMesh", p98)
6882b98.MeshType = Enum.MeshType.Wedge
6883b98.Name = "Mesh"
6884b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
6885p99 = Instance.new("WedgePart", m8)
6886p99.BrickColor = BrickColor.new("Lime green")
6887p99.Material = Enum.Material.Neon
6888p99.Reflectance = 0.40000000596046
6889p99.Name = "Wedge"
6890p99.CFrame = CFrame.new(2.69999982e-005, -11.9055624, 1.3254329, -1, -3.49906557e-008, 2.22318874e-008, 1.58180669e-008, 0.173648253, 0.984808207, -3.83196053e-008, 0.984808207, -0.173648253)
6891p99.CanCollide = false
6892p99.Locked = true
6893p99.FormFactor = Enum.FormFactor.Custom
6894p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6895p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6896p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6897p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6898p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6899p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6900p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6901b99 = Instance.new("SpecialMesh", p99)
6902b99.MeshType = Enum.MeshType.Wedge
6903b99.Name = "Mesh"
6904b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
6905p100 = Instance.new("WedgePart", m8)
6906p100.BrickColor = BrickColor.new("Lime green")
6907p100.Material = Enum.Material.Neon
6908p100.Reflectance = 0.40000000596046
6909p100.Name = "Wedge"
6910p100.CFrame = CFrame.new(2.69999982e-005, -11.9114323, 1.08247674, -1, 1.18015713e-007, 8.75114381e-008, 7.68926611e-008, -0.0871561319, 0.996195078, 1.2519385e-007, 0.996195078, 0.0871561319)
6911p100.CanCollide = false
6912p100.Locked = true
6913p100.FormFactor = Enum.FormFactor.Custom
6914p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
6915p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6916p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6917p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6918p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6919p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6920p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6921b100 = Instance.new("SpecialMesh", p100)
6922b100.MeshType = Enum.MeshType.Wedge
6923b100.Name = "Mesh"
6924b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
6925p101 = Instance.new("WedgePart", m8)
6926p101.BrickColor = BrickColor.new("Lime green")
6927p101.Material = Enum.Material.Neon
6928p101.Reflectance = 0.40000000596046
6929p101.Name = "Wedge"
6930p101.CFrame = CFrame.new(2.69999982e-005, -11.8602819, 0.575987279, -1, 8.14763652e-008, 5.27446709e-009, 2.29101644e-008, 0.342020035, -0.939693093, -7.83667531e-008, -0.939693093, -0.342020035)
6931p101.CanCollide = false
6932p101.Locked = true
6933p101.FormFactor = Enum.FormFactor.Custom
6934p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6935p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6936p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6937p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6938p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6939p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6940p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6941b101 = Instance.new("SpecialMesh", p101)
6942b101.MeshType = Enum.MeshType.Wedge
6943b101.Name = "Mesh"
6944b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6945p102 = Instance.new("WedgePart", m8)
6946p102.BrickColor = BrickColor.new("Lime green")
6947p102.Material = Enum.Material.Neon
6948p102.Reflectance = 0.40000000596046
6949p102.Name = "Wedge"
6950p102.CFrame = CFrame.new(2.69999982e-005, -11.8709736, -0.283571124, -1, 8.14763652e-008, 5.27447064e-009, 2.29101609e-008, 0.342020035, -0.939693093, -7.83667531e-008, -0.939693093, -0.342020035)
6951p102.CanCollide = false
6952p102.Locked = true
6953p102.FormFactor = Enum.FormFactor.Custom
6954p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6955p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6956p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6957p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6958p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6959p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6960p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6961b102 = Instance.new("SpecialMesh", p102)
6962b102.MeshType = Enum.MeshType.Wedge
6963b102.Name = "Mesh"
6964b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
6965p103 = Instance.new("WedgePart", m8)
6966p103.BrickColor = BrickColor.new("Lime green")
6967p103.Material = Enum.Material.Neon
6968p103.Reflectance = 0.40000000596046
6969p103.Name = "Wedge"
6970p103.CFrame = CFrame.new(2.69999982e-005, -11.9097681, 0.739346266, 1, -8.65546141e-008, 1.24786919e-008, 1.03484972e-008, 0.258819103, 0.965926111, -8.68351009e-008, -0.965926111, 0.258819103)
6971p103.CanCollide = false
6972p103.Locked = true
6973p103.FormFactor = Enum.FormFactor.Custom
6974p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
6975p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6976p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6977p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6978p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6979p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6980p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6981b103 = Instance.new("SpecialMesh", p103)
6982b103.MeshType = Enum.MeshType.Wedge
6983b103.Name = "Mesh"
6984b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
6985p104 = Instance.new("WedgePart", m8)
6986p104.BrickColor = BrickColor.new("Lime green")
6987p104.Material = Enum.Material.Neon
6988p104.Reflectance = 0.40000000596046
6989p104.Name = "Wedge"
6990p104.CFrame = CFrame.new(2.69999964e-005, -11.9271755, 0.55203414, 1, -1.68899149e-007, 5.27447863e-009, -5.28104778e-008, -0.342019916, -0.939692855, 1.60517274e-007, 0.939692855, -0.342019916)
6991p104.CanCollide = false
6992p104.Locked = true
6993p104.FormFactor = Enum.FormFactor.Custom
6994p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6995p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6996p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6997p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6998p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6999p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7000p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7001b104 = Instance.new("SpecialMesh", p104)
7002b104.MeshType = Enum.MeshType.Wedge
7003b104.Name = "Mesh"
7004b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7005p105 = Instance.new("WedgePart", m8)
7006p105.BrickColor = BrickColor.new("Really black")
7007p105.Material = Enum.Material.Metal
7008p105.Reflectance = 0.40000000596046
7009p105.Name = "Wedge"
7010p105.CFrame = CFrame.new(2.69999982e-005, -11.3177481, 1.88445807, -1, -2.94099785e-008, 5.43784395e-009, -1.69508549e-008, 0.707106531, 0.707107127, -2.46411282e-008, 0.707107127, -0.707106531)
7011p105.CanCollide = false
7012p105.Locked = true
7013p105.FormFactor = Enum.FormFactor.Custom
7014p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7015p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7016p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7017p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7018p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7019p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7020p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7021b105 = Instance.new("SpecialMesh", p105)
7022b105.MeshType = Enum.MeshType.Wedge
7023b105.Name = "Mesh"
7024b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7025p106 = Instance.new("WedgePart", m8)
7026p106.BrickColor = BrickColor.new("Lime green")
7027p106.Material = Enum.Material.Neon
7028p106.Reflectance = 0.40000000596046
7029p106.Name = "Wedge"
7030p106.CFrame = CFrame.new(2.69999964e-005, -11.8602819, 0.325106204, -1, 8.14763723e-008, 5.27446709e-009, 2.29101538e-008, 0.342019886, -0.939692736, -7.83667247e-008, -0.939692736, -0.342019886)
7031p106.CanCollide = false
7032p106.Locked = true
7033p106.FormFactor = Enum.FormFactor.Custom
7034p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7035p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7036p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7037p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7038p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7039p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7040p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7041b106 = Instance.new("SpecialMesh", p106)
7042b106.MeshType = Enum.MeshType.Wedge
7043b106.Name = "Mesh"
7044b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7045p107 = Instance.new("WedgePart", m8)
7046p107.BrickColor = BrickColor.new("Lime green")
7047p107.Material = Enum.Material.Neon
7048p107.Reflectance = 0.40000000596046
7049p107.Name = "Wedge"
7050p107.CFrame = CFrame.new(2.69999982e-005, -11.9731445, 1.13999915, 1, -8.93497187e-008, 2.29101502e-008, -2.29101129e-008, 3.87430248e-007, 1, -8.93497258e-008, -1, 3.87430276e-007)
7051p107.CanCollide = false
7052p107.Locked = true
7053p107.FormFactor = Enum.FormFactor.Custom
7054p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7055p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7056p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7057p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7058p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7059p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7060p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7061b107 = Instance.new("SpecialMesh", p107)
7062b107.MeshType = Enum.MeshType.Wedge
7063b107.Name = "Mesh"
7064b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7065p108 = Instance.new("WedgePart", m8)
7066p108.BrickColor = BrickColor.new("Black")
7067p108.Material = Enum.Material.Metal
7068p108.Reflectance = 0.40000000596046
7069p108.Name = "Wedge"
7070p108.CFrame = CFrame.new(2.69999982e-005, -12.0124025, 1.01832807, 1, 3.82198948e-008, 2.11711555e-008, -2.11711537e-008, -2.98023224e-008, 1, 3.82198913e-008, -1, -2.98023224e-008)
7071p108.CanCollide = false
7072p108.Locked = true
7073p108.FormFactor = Enum.FormFactor.Custom
7074p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7075p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7076p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7077p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7078p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7079p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7080p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7081b108 = Instance.new("SpecialMesh", p108)
7082b108.MeshType = Enum.MeshType.Wedge
7083b108.Name = "Mesh"
7084b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7085p109 = Instance.new("WedgePart", m8)
7086p109.BrickColor = BrickColor.new("Lime green")
7087p109.Material = Enum.Material.Neon
7088p109.Reflectance = 0.40000000596046
7089p109.Name = "Wedge"
7090p109.CFrame = CFrame.new(2.7e-005, -11.9461164, 0.330772072, -1, -1.18270771e-009, 8.88346818e-009, 8.75223805e-009, -0.342019796, 0.939692795, 1.92694571e-009, 0.939692795, 0.342019796)
7091p109.CanCollide = false
7092p109.Locked = true
7093p109.FormFactor = Enum.FormFactor.Custom
7094p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7095p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7096p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7097p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7098p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7099p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7100p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7101b109 = Instance.new("SpecialMesh", p109)
7102b109.MeshType = Enum.MeshType.Wedge
7103b109.Name = "Mesh"
7104b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7105p110 = Instance.new("WedgePart", m8)
7106p110.BrickColor = BrickColor.new("Lime green")
7107p110.Material = Enum.Material.Neon
7108p110.Reflectance = 0.40000000596046
7109p110.Name = "Wedge"
7110p110.CFrame = CFrame.new(2.69999982e-005, -11.8880196, 0.565889001, -1, 5.94638294e-009, -9.26972632e-008, -8.91407268e-008, -0.342019916, 0.939692736, -2.61165312e-008, 0.939692736, 0.342019916)
7111p110.CanCollide = false
7112p110.Locked = true
7113p110.FormFactor = Enum.FormFactor.Custom
7114p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7115p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7116p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7117p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7118p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7119p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7120p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7121b110 = Instance.new("SpecialMesh", p110)
7122b110.MeshType = Enum.MeshType.Wedge
7123b110.Name = "Mesh"
7124b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7125p111 = Instance.new("Part", m8)
7126p111.BrickColor = BrickColor.new("Really black")
7127p111.Material = Enum.Material.Metal
7128p111.Transparency = 1
7129p111.Name = "Hitbox"
7130p111.CFrame = CFrame.new(2.7e-005, -11.550066, 0.678469002, 1, -4.08900576e-008, -5.9526446e-008, -5.9526446e-008, 0, -1, 4.08900576e-008, 1, -2.43403981e-015)
7131p111.CanCollide = false
7132p111.Locked = true
7133p111.FormFactor = Enum.FormFactor.Custom
7134p111.Size = Vector3.new(0.22, 2.57, 1.22)
7135p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7136p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7137p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7138p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7139p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7140p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7141b111 = Instance.new("BlockMesh", p111)
7142b111.Name = "Mesh"
7143w1 = Instance.new("Weld", p1)
7144w1.Name = "Block_Weld"
7145w1.Part0 = p1
7146w1.C0 = CFrame.new(-2.69832744e-005, -0.186136514, 1.51893806, 1, -1.84926652e-008, -5.47947643e-009, -1.44443195e-008, -0.906307817, 0.4226183, -1.2781431e-008, -0.42261833, -0.906307876)
7147w1.Part1 = p2
7148w1.C1 = CFrame.new(-2.69930079e-005, 0.251219004, 0.42801699, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7149w2 = Instance.new("Weld", p2)
7150w2.Name = "Block_Weld"
7151w2.Part0 = p2
7152w2.C0 = CFrame.new(-2.69930079e-005, 0.251219004, 0.42801699, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7153w2.Part1 = p3
7154w2.C1 = CFrame.new(-2.69900993e-005, 0.251215994, 0.959293008, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7155w3 = Instance.new("Weld", p3)
7156w3.Name = "Block_Weld"
7157w3.Part0 = p3
7158w3.C0 = CFrame.new(-2.69900993e-005, 0.251215994, 0.959293008, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7159w3.Part1 = p4
7160w3.C1 = CFrame.new(-2.69401171e-005, 1.28190136, 0.0890034437, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7161w4 = Instance.new("Weld", p4)
7162w4.Name = "Block_Weld"
7163w4.Part0 = p4
7164w4.C0 = CFrame.new(-2.69401171e-005, 1.28190136, 0.0890034437, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7165w4.Part1 = p5
7166w4.C1 = CFrame.new(-2.69969169e-005, 0.137085795, -0.374426812, 1, -1.85013622e-008, -5.47535173e-009, -1.92582732e-008, -0.939692676, -0.342020124, 1.18268995e-009, 0.342020094, -0.939692676)
7167w5 = Instance.new("Weld", p5)
7168w5.Name = "Block_Weld"
7169w5.Part0 = p5
7170w5.C0 = CFrame.new(-2.69969169e-005, 0.137085795, -0.374426812, 1, -1.85013622e-008, -5.47535173e-009, -1.92582732e-008, -0.939692676, -0.342020124, 1.18268995e-009, 0.342020094, -0.939692676)
7171w5.Part1 = p6
7172w5.C1 = CFrame.new(-2.69537759e-005, 0.678798974, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7173w6 = Instance.new("Weld", p6)
7174w6.Name = "Block_Weld"
7175w6.Part0 = p6
7176w6.C0 = CFrame.new(-2.69537759e-005, 0.678798974, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7177w6.Part1 = p7
7178w6.C1 = CFrame.new(-2.69908196e-005, 0.433371782, 0.833767056, 1, -2.22994831e-008, -5.07635534e-009, -2.28535058e-008, -0.965925813, -0.258819252, 8.68153105e-010, 0.258819252, -0.965925813)
7179w7 = Instance.new("Weld", p7)
7180w7.Name = "Block_Weld"
7181w7.Part0 = p7
7182w7.C0 = CFrame.new(-2.69908196e-005, 0.433371782, 0.833767056, 1, -2.22994831e-008, -5.07635534e-009, -2.28535058e-008, -0.965925813, -0.258819252, 8.68153105e-010, 0.258819252, -0.965925813)
7183w7.Part1 = p8
7184w7.C1 = CFrame.new(-2.69945249e-005, 0.284905016, 0.00881863385, 1, -1.85013658e-008, -5.47534995e-009, -1.92582768e-008, -0.939692736, -0.342019945, 1.1826895e-009, 0.342019945, -0.939692736)
7185w8 = Instance.new("Weld", p8)
7186w8.Name = "Block_Weld"
7187w8.Part0 = p8
7188w8.C0 = CFrame.new(-2.69945249e-005, 0.284905016, 0.00881863385, 1, -1.85013658e-008, -5.47534995e-009, -1.92582768e-008, -0.939692736, -0.342019945, 1.1826895e-009, 0.342019945, -0.939692736)
7189w8.Part1 = p9
7190w8.C1 = CFrame.new(-2.6987369e-005, 0.398795992, 0.959297001, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7191w9 = Instance.new("Weld", p9)
7192w9.Name = "Block_Weld"
7193w9.Part0 = p9
7194w9.C0 = CFrame.new(-2.6987369e-005, 0.398795992, 0.959297001, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7195w9.Part1 = p10
7196w9.C1 = CFrame.new(-2.69795964e-005, -0.736729562, 1.60363591, 1, -1.84926936e-008, -5.47947465e-009, -9.20173093e-009, -0.70710659, 0.707107067, -1.69508851e-008, -0.707107008, -0.707106531)
7197w10 = Instance.new("Weld", p10)
7198w10.Name = "Circle_Weld"
7199w10.Part0 = p10
7200w10.C0 = CFrame.new(-2.69795964e-005, -0.736729562, 1.60363591, 1, -1.84926936e-008, -5.47947465e-009, -9.20173093e-009, -0.70710659, 0.707107067, -1.69508851e-008, -0.707107008, -0.707106531)
7201w10.Part1 = p11
7202w10.C1 = CFrame.new(-2.69700085e-005, 0.582876027, 0.487334013, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7203w11 = Instance.new("Weld", p11)
7204w11.Name = "Block_Weld"
7205w11.Part0 = p11
7206w11.C0 = CFrame.new(-2.69700085e-005, 0.582876027, 0.487334013, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7207w11.Part1 = p12
7208w11.C1 = CFrame.new(-2.70516502e-005, -0.478946328, -0.541931212, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7209w12 = Instance.new("Weld", p12)
7210w12.Name = "Block_Weld"
7211w12.Part0 = p12
7212w12.C0 = CFrame.new(-2.70516502e-005, -0.478946328, -0.541931212, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7213w12.Part1 = p13
7214w12.C1 = CFrame.new(-2.69418342e-005, 1.23103857, 0.0979698896, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7215w13 = Instance.new("Weld", p13)
7216w13.Name = "Block_Weld"
7217w13.Part0 = p13
7218w13.C0 = CFrame.new(-2.69418342e-005, 1.23103857, 0.0979698896, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7219w13.Part1 = p14
7220w13.C1 = CFrame.new(-2.6981159e-005, -0.784118533, 1.59557724, 1, -1.85013231e-008, -5.47617596e-009, -9.79630865e-009, -0.731355369, 0.681996644, -1.6622872e-008, -0.681996644, -0.731355369)
7221w14 = Instance.new("Weld", p14)
7222w14.Name = "Block_Weld"
7223w14.Part0 = p14
7224w14.C0 = CFrame.new(-2.6981159e-005, -0.784118533, 1.59557724, 1, -1.85013231e-008, -5.47617596e-009, -9.79630865e-009, -0.731355369, 0.681996644, -1.6622872e-008, -0.681996644, -0.731355369)
7225w14.Part1 = p15
7226w14.C1 = CFrame.new(-2.69917327e-005, 0.398790002, 0.162386, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7227w15 = Instance.new("Weld", p15)
7228w15.Name = "Handle_Weld"
7229w15.Part0 = p15
7230w15.C0 = CFrame.new(-2.69917327e-005, 0.398790002, 0.162386, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7231w15.Part1 = p16
7232w15.C1 = CFrame.new(-2.69356715e-005, 1.12153399, 0.310250998, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7233w16 = Instance.new("Weld", p16)
7234w16.Name = "Block_Weld"
7235w16.Part0 = p16
7236w16.C0 = CFrame.new(-2.69356715e-005, 1.12153399, 0.310250998, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7237w16.Part1 = p17
7238w16.C1 = CFrame.new(-2.69897973e-005, 0.238820702, 1.16951191, 1, -3.32849588e-008, -1.92696081e-009, -3.32849588e-008, -1, -5.96046448e-007, -1.92694105e-009, 5.96046448e-007, -1)
7239w17 = Instance.new("Weld", p17)
7240w17.Name = "Block_Weld"
7241w17.Part0 = p17
7242w17.C0 = CFrame.new(-2.69897973e-005, 0.238820702, 1.16951191, 1, -3.32849588e-008, -1.92696081e-009, -3.32849588e-008, -1, -5.96046448e-007, -1.92694105e-009, 5.96046448e-007, -1)
7243w17.Part1 = p18
7244w17.C1 = CFrame.new(-2.66556708e-005, -0.120330438, -1.77344465, 1, -1.30568679e-007, 1.80827243e-007, -9.71847456e-008, -0.984807849, -0.173648149, 2.00753092e-007, 0.173648149, -0.984807849)
7245w18 = Instance.new("Weld", p18)
7246w18.Name = "Block_Weld"
7247w18.Part0 = p18
7248w18.C0 = CFrame.new(-2.66556708e-005, -0.120330438, -1.77344465, 1, -1.30568679e-007, 1.80827243e-007, -9.71847456e-008, -0.984807849, -0.173648149, 2.00753092e-007, 0.173648149, -0.984807849)
7249w18.Part1 = p19
7250w18.C1 = CFrame.new(-2.69959182e-005, 0.251221001, -0.103256002, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7251w19 = Instance.new("Weld", p19)
7252w19.Name = "Block_Weld"
7253w19.Part0 = p19
7254w19.C0 = CFrame.new(-2.69959182e-005, 0.251221001, -0.103256002, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7255w19.Part1 = p20
7256w19.C1 = CFrame.new(-2.69467728e-005, 0.96053493, 0.227395192, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7257w20 = Instance.new("Weld", p20)
7258w20.Name = "Block_Weld"
7259w20.Part0 = p20
7260w20.C0 = CFrame.new(-2.69467728e-005, 0.96053493, 0.227395192, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7261w20.Part1 = p21
7262w20.C1 = CFrame.new(-2.69068951e-005, 0.768746018, 1.55135453, 1, -5.95264353e-008, 4.08900647e-008, 1.93162606e-008, 0.766044378, 0.642787635, -6.95864628e-008, -0.642787635, 0.766044378)
7263w21 = Instance.new("Weld", p21)
7264w21.Name = "Block_Weld"
7265w21.Part0 = p21
7266w21.C0 = CFrame.new(-2.69068951e-005, 0.768746018, 1.55135453, 1, -5.95264353e-008, 4.08900647e-008, 1.93162606e-008, 0.766044378, 0.642787635, -6.95864628e-008, -0.642787635, 0.766044378)
7267w21.Part1 = p22
7268w21.C1 = CFrame.new(-2.69946413e-005, 0.398795009, -0.368889004, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7269w22 = Instance.new("Weld", p22)
7270w22.Name = "Block_Weld"
7271w22.Part0 = p22
7272w22.C0 = CFrame.new(-2.69946413e-005, 0.398795009, -0.368889004, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7273w22.Part1 = p23
7274w22.C1 = CFrame.new(-2.69552838e-005, 0.641906977, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7275w23 = Instance.new("Weld", p23)
7276w23.Name = "Block_Weld"
7277w23.Part0 = p23
7278w23.C0 = CFrame.new(-2.69552838e-005, 0.641906977, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7279w23.Part1 = p24
7280w23.C1 = CFrame.new(-2.69185657e-005, 1.24407315, -1.15251172, 1, -5.95250427e-008, 4.08918623e-008, -7.1883612e-008, -0.766044438, 0.642787635, -6.93698077e-009, -0.642787635, -0.766044438)
7281w24 = Instance.new("Weld", p24)
7282w24.Name = "Block_Weld"
7283w24.Part0 = p24
7284w24.C0 = CFrame.new(-2.69185657e-005, 1.24407315, -1.15251172, 1, -5.95250427e-008, 4.08918623e-008, -7.1883612e-008, -0.766044438, 0.642787635, -6.93698077e-009, -0.642787635, -0.766044438)
7285w24.Part1 = p25
7286w24.C1 = CFrame.new(-2.69163629e-005, 1.59377503, 0.310250014, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7287w25 = Instance.new("Weld", p25)
7288w25.Name = "Block_Weld"
7289w25.Part0 = p25
7290w25.C0 = CFrame.new(-2.69163629e-005, 1.59377503, 0.310250014, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7291w25.Part1 = p26
7292w25.C1 = CFrame.new(-2.69902794e-005, 0.398795992, 0.428018987, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7293w26 = Instance.new("Weld", p26)
7294w26.Name = "Block_Weld"
7295w26.Part0 = p26
7296w26.C0 = CFrame.new(-2.69902794e-005, 0.398795992, 0.428018987, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7297w26.Part1 = p27
7298w26.C1 = CFrame.new(-2.69587144e-005, 0.835756719, 0.0972530842, 1, -5.87286522e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949752e-008, -0.965925872, -0.258819073)
7299w27 = Instance.new("Weld", p27)
7300w27.Name = "Circle_Weld"
7301w27.Part0 = p27
7302w27.C0 = CFrame.new(-2.69587144e-005, 0.835756719, 0.0972530842, 1, -5.87286522e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949752e-008, -0.965925872, -0.258819073)
7303w27.Part1 = p28
7304w27.C1 = CFrame.new(-2.69736647e-005, 0.523847997, 0.398797005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7305w28 = Instance.new("Weld", p28)
7306w28.Name = "Block_Weld"
7307w28.Part0 = p28
7308w28.C0 = CFrame.new(-2.69736647e-005, 0.523847997, 0.398797005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7309w28.Part1 = p29
7310w28.C1 = CFrame.new(-2.69856282e-005, -0.269396931, 1.4983108, 1, -1.85013231e-008, -5.47617596e-009, -1.48908761e-008, -0.920505881, 0.39072898, -1.22698536e-008, -0.390728921, -0.920505762)
7311w29 = Instance.new("Weld", p29)
7312w29.Name = "Block_Weld"
7313w29.Part0 = p29
7314w29.C0 = CFrame.new(-2.69856282e-005, -0.269396931, 1.4983108, 1, -1.85013231e-008, -5.47617596e-009, -1.48908761e-008, -0.920505881, 0.39072898, -1.22698536e-008, -0.390728921, -0.920505762)
7315w29.Part1 = p30
7316w29.C1 = CFrame.new(-2.69419597e-005, 1.38456392, -0.0497993827, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7317w30 = Instance.new("Weld", p30)
7318w30.Name = "Block_Weld"
7319w30.Part0 = p30
7320w30.C0 = CFrame.new(-2.69419597e-005, 1.38456392, -0.0497993827, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7321w30.Part1 = p31
7322w30.C1 = CFrame.new(2.69478169e-005, 0.342279971, -0.842677951, -1, 7.41767252e-008, 3.71994631e-008, -7.71366189e-008, -0.99619472, -0.0871560574, 3.05929575e-008, -0.0871560574, 0.99619472)
7323w31 = Instance.new("Weld", p31)
7324w31.Name = "Block_Weld"
7325w31.Part0 = p31
7326w31.C0 = CFrame.new(2.69478169e-005, 0.342279971, -0.842677951, -1, 7.41767252e-008, 3.71994631e-008, -7.71366189e-008, -0.99619472, -0.0871560574, 3.05929575e-008, -0.0871560574, 0.99619472)
7327w31.Part1 = p32
7328w31.C1 = CFrame.new(-2.69236225e-005, 1.26664269, 0.422248751, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7329w32 = Instance.new("Weld", p32)
7330w32.Name = "Block_Weld"
7331w32.Part0 = p32
7332w32.C0 = CFrame.new(-2.69236225e-005, 1.26664269, 0.422248751, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7333w32.Part1 = p33
7334w32.C1 = CFrame.new(-2.69888242e-005, 0.398795992, 0.693659008, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7335w33 = Instance.new("Weld", p33)
7336w33.Name = "Block_Weld"
7337w33.Part0 = p33
7338w33.C0 = CFrame.new(-2.69888242e-005, 0.398795992, 0.693659008, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7339w33.Part1 = p34
7340w33.C1 = CFrame.new(-2.6941103e-005, 0.98871398, 0.310249001, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7341w34 = Instance.new("Weld", p34)
7342w34.Name = "Block_Weld"
7343w34.Part0 = p34
7344w34.C0 = CFrame.new(-2.6941103e-005, 0.98871398, 0.310249001, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7345w34.Part1 = p35
7346w34.C1 = CFrame.new(-2.69199827e-005, 1.505234, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7347w35 = Instance.new("Weld", p35)
7348w35.Name = "Block_Weld"
7349w35.Part0 = p35
7350w35.C0 = CFrame.new(-2.69199827e-005, 1.505234, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7351w35.Part1 = p36
7352w35.C1 = CFrame.new(-2.70044802e-005, 0.310245991, -1.86679304, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7353w36 = Instance.new("Weld", p36)
7354w36.Name = "Circle_Weld"
7355w36.Part0 = p36
7356w36.C0 = CFrame.new(-2.70044802e-005, 0.310245991, -1.86679304, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7357w36.Part1 = p37
7358w36.C1 = CFrame.new(-2.69731972e-005, 0.523847997, 0.428321004, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7359w37 = Instance.new("Weld", p37)
7360w37.Name = "Block_Weld"
7361w37.Part0 = p37
7362w37.C0 = CFrame.new(-2.69731972e-005, 0.523847997, 0.428321004, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7363w37.Part1 = p38
7364w37.C1 = CFrame.new(-2.69113971e-005, 1.64542603, 0.358211011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7365w38 = Instance.new("Weld", p38)
7366w38.Name = "Block_Weld"
7367w38.Part0 = p38
7368w38.C0 = CFrame.new(-2.69113971e-005, 1.64542603, 0.358211011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7369w38.Part1 = p39
7370w38.C1 = CFrame.new(-2.69171051e-005, 1.64542603, 0.262297004, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7371w39 = Instance.new("Weld", p39)
7372w39.Name = "Block_Weld"
7373w39.Part0 = p39
7374w39.C0 = CFrame.new(-2.69171051e-005, 1.64542603, 0.262297004, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7375w39.Part1 = p40
7376w39.C1 = CFrame.new(-2.60786092e-005, -1.47300267, -1.1458329, 1, -2.72653097e-007, 4.60701557e-007, 2.62652719e-007, -0.50000006, -0.866025448, 4.66475342e-007, 0.866025448, -0.50000006)
7377w40 = Instance.new("Weld", p40)
7378w40.Name = "Block_Weld"
7379w40.Part0 = p40
7380w40.C0 = CFrame.new(-2.60786092e-005, -1.47300267, -1.1458329, 1, -2.72653097e-007, 4.60701557e-007, 2.62652719e-007, -0.50000006, -0.866025448, 4.66475342e-007, 0.866025448, -0.50000006)
7381w40.Part1 = p41
7382w40.C1 = CFrame.new(-2.70310993e-005, -0.393140078, -0.306183338, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7383w41 = Instance.new("Weld", p41)
7384w41.Name = "Block_Weld"
7385w41.Part0 = p41
7386w41.C0 = CFrame.new(-2.70310993e-005, -0.393140078, -0.306183338, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7387w41.Part1 = p42
7388w41.C1 = CFrame.new(-2.69543798e-005, 0.664047003, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7389w42 = Instance.new("Weld", p42)
7390w42.Name = "Block_Weld"
7391w42.Part0 = p42
7392w42.C0 = CFrame.new(-2.69543798e-005, 0.664047003, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7393w42.Part1 = p43
7394w42.C1 = CFrame.new(-2.69020748e-005, -0.731388211, 1.66569459, 1, -5.95262364e-008, 4.08903134e-008, 6.57224319e-008, 0.984807849, -0.173648149, -2.99324796e-008, 0.173648149, 0.984807849)
7395w43 = Instance.new("Weld", p43)
7396w43.Name = "Circle_Weld"
7397w43.Part0 = p43
7398w43.C0 = CFrame.new(-2.69020748e-005, -0.731388211, 1.66569459, 1, -5.95262364e-008, 4.08903134e-008, 6.57224319e-008, 0.984807849, -0.173648149, -2.99324796e-008, 0.173648149, 0.984807849)
7399w43.Part1 = p44
7400w43.C1 = CFrame.new(-2.69724242e-005, 0.641906977, 0.192185998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7401w44 = Instance.new("Weld", p44)
7402w44.Name = "Block_Weld"
7403w44.Part0 = p44
7404w44.C0 = CFrame.new(-2.69724242e-005, 0.641906977, 0.192185998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7405w44.Part1 = p45
7406w44.C1 = CFrame.new(-2.69912071e-005, -0.226573661, 0.151451379, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7407w45 = Instance.new("Weld", p45)
7408w45.Name = "Block_Weld"
7409w45.Part0 = p45
7410w45.C0 = CFrame.new(-2.69912071e-005, -0.226573661, 0.151451379, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7411w45.Part1 = p46
7412w45.C1 = CFrame.new(-2.69576976e-005, 0.582874, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7413w46 = Instance.new("Weld", p46)
7414w46.Name = "Block_Weld"
7415w46.Part0 = p46
7416w46.C0 = CFrame.new(-2.69576976e-005, 0.582874, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7417w46.Part1 = p47
7418w46.C1 = CFrame.new(-2.69175689e-005, 1.56426203, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7419w47 = Instance.new("Weld", p47)
7420w47.Name = "Block_Weld"
7421w47.Part0 = p47
7422w47.C0 = CFrame.new(-2.69175689e-005, 1.56426203, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7423w47.Part1 = p48
7424w47.C1 = CFrame.new(-2.69314914e-005, 0.970686257, 0.486187935, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7425w48 = Instance.new("Weld", p48)
7426w48.Name = "Block_Weld"
7427w48.Part0 = p48
7428w48.C0 = CFrame.new(-2.69314914e-005, 0.970686257, 0.486187935, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7429w48.Part1 = p49
7430w48.C1 = CFrame.new(-2.69465017e-005, 0.665479422, 0.432373643, 1, -5.83989532e-008, 4.8437073e-008, -3.75603655e-008, 0.173647717, 0.984807909, -6.5922741e-008, -0.984807909, 0.173647717)
7431w49 = Instance.new("Weld", p49)
7432w49.Name = "Block_Weld"
7433w49.Part0 = p49
7434w49.C0 = CFrame.new(-2.69465017e-005, 0.665479422, 0.432373643, 1, -5.83989532e-008, 4.8437073e-008, -3.75603655e-008, 0.173647717, 0.984807909, -6.5922741e-008, -0.984807909, 0.173647717)
7435w49.Part1 = p50
7436w49.C1 = CFrame.new(-2.69885404e-005, 0.14806518, 1.24538279, 1, -1.85012112e-008, -5.4760374e-009, -1.79535409e-008, -0.99619472, 0.0871557295, -7.06768599e-009, -0.0871557295, -0.99619472)
7437w50 = Instance.new("Weld", p50)
7438w50.Name = "Block_Weld"
7439w50.Part0 = p50
7440w50.C0 = CFrame.new(-2.69885404e-005, 0.14806518, 1.24538279, 1, -1.85012112e-008, -5.4760374e-009, -1.79535409e-008, -0.99619472, 0.0871557295, -7.06768599e-009, -0.0871557295, -0.99619472)
7441w50.Part1 = p51
7442w50.C1 = CFrame.new(-2.69190059e-005, 1.36955345, 0.431252241, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7443w51 = Instance.new("Weld", p51)
7444w51.Name = "Block_Weld"
7445w51.Part0 = p51
7446w51.C0 = CFrame.new(-2.69190059e-005, 1.36955345, 0.431252241, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7447w51.Part1 = p52
7448w51.C1 = CFrame.new(-2.69410284e-005, 1.11489654, 0.213892281, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7449w52 = Instance.new("Weld", p52)
7450w52.Name = "Block_Weld"
7451w52.Part0 = p52
7452w52.C0 = CFrame.new(-2.69410284e-005, 1.11489654, 0.213892281, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7453w52.Part1 = p53
7454w52.C1 = CFrame.new(-2.69027041e-005, -1.78324997, 0.608468652, 1, -5.95260872e-008, 4.08900078e-008, 6.51748309e-008, 0.500000119, -0.866025329, 3.11060901e-008, 0.866025329, 0.500000119)
7455w53 = Instance.new("Weld", p53)
7456w53.Name = "Circle_Weld"
7457w53.Part0 = p53
7458w53.C0 = CFrame.new(-2.69027041e-005, -1.78324997, 0.608468652, 1, -5.95260872e-008, 4.08900078e-008, 6.51748309e-008, 0.500000119, -0.866025329, 3.11060901e-008, 0.866025329, 0.500000119)
7459w53.Part1 = p54
7460w53.C1 = CFrame.new(-2.69764678e-005, 0.523845971, 0.221708998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7461w54 = Instance.new("Weld", p54)
7462w54.Name = "Block_Weld"
7463w54.Part0 = p54
7464w54.C0 = CFrame.new(-2.69764678e-005, 0.523845971, 0.221708998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7465w54.Part1 = p55
7466w54.C1 = CFrame.new(-2.69931879e-005, 0.398795009, -0.103249997, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7467w55 = Instance.new("Weld", p55)
7468w55.Name = "Block_Weld"
7469w55.Part0 = p55
7470w55.C0 = CFrame.new(-2.69931879e-005, 0.398795009, -0.103249997, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7471w55.Part1 = p56
7472w55.C1 = CFrame.new(-2.69973734e-005, 0.251215011, -0.368891001, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7473w56 = Instance.new("Weld", p56)
7474w56.Name = "Block_Weld"
7475w56.Part0 = p56
7476w56.C0 = CFrame.new(-2.69973734e-005, 0.251215011, -0.368891001, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7477w56.Part1 = p57
7478w56.C1 = CFrame.new(-2.69915545e-005, 0.251217991, 0.693656981, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7479w57 = Instance.new("Weld", p57)
7480w57.Name = "Block_Weld"
7481w57.Part0 = p57
7482w57.C0 = CFrame.new(-2.69915545e-005, 0.251217991, 0.693656981, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7483w57.Part1 = p58
7484w57.C1 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7485w58 = Instance.new("Weld", p58)
7486w58.Name = "Block_Weld"
7487w58.Part0 = p58
7488w58.C0 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7489w58.Part1 = p59
7490w58.C1 = CFrame.new(-2.70031469e-005, 0.310247988, -1.62329102, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7491w59 = Instance.new("Weld", p59)
7492w59.Name = "Circle_Weld"
7493w59.Part0 = p59
7494w59.C0 = CFrame.new(-2.70031469e-005, 0.310247988, -1.62329102, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7495w59.Part1 = p60
7496w59.C1 = CFrame.new(-2.69770535e-005, 0.523859024, 0.184808999, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7497w60 = Instance.new("Weld", p60)
7498w60.Name = "Circle_Weld"
7499w60.Part0 = p60
7500w60.C0 = CFrame.new(-2.69770535e-005, 0.523859024, 0.184808999, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7501w60.Part1 = p61
7502w60.C1 = CFrame.new(-2.69756147e-005, 0.582877994, 0.133154005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7503w61 = Instance.new("Weld", p61)
7504w61.Name = "Block_Weld"
7505w61.Part0 = p61
7506w61.C0 = CFrame.new(-2.69756147e-005, 0.582877994, 0.133154005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7507w61.Part1 = p62
7508w61.C1 = CFrame.new(-2.69474403e-005, 0.833757043, 0.310248882, 1, -5.95264495e-008, 4.08900434e-008, -4.08900505e-008, -1.49011626e-007, 1, -5.95264424e-008, -1, -1.49011626e-007)
7509w62 = Instance.new("Weld", p62)
7510w62.Name = "Block_Weld"
7511w62.Part0 = p62
7512w62.C0 = CFrame.new(-2.69474403e-005, 0.833757043, 0.310248882, 1, -5.95264495e-008, 4.08900434e-008, -4.08900505e-008, -1.49011626e-007, 1, -5.95264424e-008, -1, -1.49011626e-007)
7513w62.Part1 = p63
7514w62.C1 = CFrame.new(-2.69305474e-005, 1.11227143, 0.40874204, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7515w63 = Instance.new("Weld", p63)
7516w63.Name = "Block_Weld"
7517w63.Part0 = p63
7518w63.C0 = CFrame.new(-2.69305474e-005, 1.11227143, 0.40874204, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7519w63.Part1 = p64
7520w63.C1 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7521w64 = Instance.new("Weld", p64)
7522w64.Name = "Block_Weld"
7523w64.Part0 = p64
7524w64.C0 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7525w64.Part1 = p65
7526w64.C1 = CFrame.new(-2.69389948e-005, 0.818084598, 0.459285259, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7527w65 = Instance.new("Weld", p65)
7528w65.Name = "Block_Weld"
7529w65.Part0 = p65
7530w65.C0 = CFrame.new(-2.69389948e-005, 0.818084598, 0.459285259, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7531w65.Part1 = p66
7532w65.C1 = CFrame.new(-2.69857319e-005, 0.302294523, 1.25103426, 1, -1.85013569e-008, -5.47535173e-009, -1.79537469e-008, -0.99619472, 0.0871557295, -7.06701586e-009, -0.0871557295, -0.99619472)
7533w66 = Instance.new("Weld", p66)
7534w66.Name = "Block_Weld"
7535w66.Part0 = p66
7536w66.C0 = CFrame.new(-2.69857319e-005, 0.302294523, 1.25103426, 1, -1.85013569e-008, -5.47535173e-009, -1.79537469e-008, -0.99619472, 0.0871557295, -7.06701586e-009, -0.0871557295, -0.99619472)
7537w66.Part1 = p67
7538w66.C1 = CFrame.new(-2.69389129e-005, 1.48434854, -0.0765417814, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7539w67 = Instance.new("Weld", p67)
7540w67.Name = "Block_Weld"
7541w67.Part0 = p67
7542w67.C0 = CFrame.new(-2.69389129e-005, 1.48434854, -0.0765417814, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7543w67.Part1 = p68
7544w67.C1 = CFrame.new(-2.6994463e-005, 0.251219988, 0.162382007, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7545w68 = Instance.new("Weld", p68)
7546w68.Name = "Block_Weld"
7547w68.Part0 = p68
7548w68.C0 = CFrame.new(-2.6994463e-005, 0.251219988, 0.162382007, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7549w68.Part1 = p69
7550w68.C1 = CFrame.new(-2.6915759e-005, 1.60853398, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7551w69 = Instance.new("Weld", p69)
7552w69.Name = "Circle_Weld"
7553w69.Part0 = p69
7554w69.C0 = CFrame.new(-2.6915759e-005, 1.60853398, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7555w69.Part1 = p70
7556w69.C1 = CFrame.new(-2.69686861e-005, 0.641901016, 0.42831701, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7557w70 = Instance.new("Weld", p70)
7558w70.Name = "Wedge_Weld"
7559w70.Part0 = p70
7560w70.C0 = CFrame.new(-2.69686861e-005, 0.641901016, 0.42831701, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7561w70.Part1 = p71
7562w70.C1 = CFrame.new(2.70324999e-005, -0.202880055, -0.363613576, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7563w71 = Instance.new("Weld", p71)
7564w71.Name = "Wedge_Weld"
7565w71.Part0 = p71
7566w71.C0 = CFrame.new(2.70324999e-005, -0.202880055, -0.363613576, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7567w71.Part1 = p72
7568w71.C1 = CFrame.new(-2.70432465e-005, -0.761507869, 0.349658668, 1, -5.04138598e-009, 5.66058631e-008, -5.68298475e-008, -0.087156117, 0.996194661, -8.86544171e-011, -0.996194661, -0.087156117)
7569w72 = Instance.new("Weld", p72)
7570w72.Name = "Wedge_Weld"
7571w72.Part0 = p72
7572w72.C0 = CFrame.new(-2.70432465e-005, -0.761507869, 0.349658668, 1, -5.04138598e-009, 5.66058631e-008, -5.68298475e-008, -0.087156117, 0.996194661, -8.86544171e-011, -0.996194661, -0.087156117)
7573w72.Part1 = p73
7574w72.C1 = CFrame.new(2.69606426e-005, -0.271123618, 0.159218371, -1, 1.20803122e-007, -5.03232513e-008, 8.86054821e-008, 0.342020035, -0.939692736, -9.6306259e-008, -0.939692736, -0.342020005)
7575w73 = Instance.new("Weld", p73)
7576w73.Name = "Wedge_Weld"
7577w73.Part0 = p73
7578w73.C0 = CFrame.new(2.69606426e-005, -0.271123618, 0.159218371, -1, 1.20803122e-007, -5.03232513e-008, 8.86054821e-008, 0.342020035, -0.939692736, -9.6306259e-008, -0.939692736, -0.342020005)
7579w73.Part1 = p74
7580w73.C1 = CFrame.new(-2.69467491e-005, 0.761504233, -0.342288256, 1, -8.45120525e-008, -3.81036713e-008, -3.05929326e-008, 0.087156117, -0.996194661, 8.75114239e-008, 0.996194661, 0.087156117)
7581w74 = Instance.new("Weld", p74)
7582w74.Name = "Wedge_Weld"
7583w74.Part0 = p74
7584w74.C0 = CFrame.new(-2.69467491e-005, 0.761504233, -0.342288256, 1, -8.45120525e-008, -3.81036713e-008, -3.05929326e-008, 0.087156117, -0.996194661, 8.75114239e-008, 0.996194661, 0.087156117)
7585w74.Part1 = p75
7586w74.C1 = CFrame.new(-2.70399814e-005, -0.477731556, -0.137090862, 1, 2.11481037e-008, -8.40774845e-008, -8.62400782e-008, 0.342020035, -0.939692736, 8.88346285e-009, 0.939692736, 0.342020005)
7587w75 = Instance.new("Weld", p75)
7588w75.Name = "Wedge_Weld"
7589w75.Part0 = p75
7590w75.C0 = CFrame.new(-2.70399814e-005, -0.477731556, -0.137090862, 1, 2.11481037e-008, -8.40774845e-008, -8.62400782e-008, 0.342020035, -0.939692736, 8.88346285e-009, 0.939692736, 0.342020005)
7591w75.Part1 = p76
7592w75.C1 = CFrame.new(2.70197816e-005, 0.254749686, -0.197051153, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7593w76 = Instance.new("Weld", p76)
7594w76.Name = "Wedge_Weld"
7595w76.Part0 = p76
7596w76.C0 = CFrame.new(2.70197816e-005, 0.254749686, -0.197051153, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7597w76.Part1 = p77
7598w76.C1 = CFrame.new(2.70364926e-005, 0.937081754, 0.462889194, -1, 1.19348783e-007, -5.94260889e-008, 8.8290939e-008, 0.258819073, -0.965925872, -9.99014702e-008, -0.965925872, -0.258819073)
7599w77 = Instance.new("Weld", p77)
7600w77.Name = "Wedge_Weld"
7601w77.Part0 = p77
7602w77.C0 = CFrame.new(2.70364926e-005, 0.937081754, 0.462889194, -1, 1.19348783e-007, -5.94260889e-008, 8.8290939e-008, 0.258819073, -0.965925872, -9.99014702e-008, -0.965925872, -0.258819073)
7603w77.Part1 = p78
7604w77.C1 = CFrame.new(2.69804386e-005, -0.254758716, 0.226571351, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7605w78 = Instance.new("Weld", p78)
7606w78.Name = "Wedge_Weld"
7607w78.Part0 = p78
7608w78.C0 = CFrame.new(2.69804386e-005, -0.254758716, 0.226571351, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7609w78.Part1 = p79
7610w78.C1 = CFrame.new(-2.69982065e-005, 0.0186245665, 0.256082684, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7611w79 = Instance.new("Weld", p79)
7612w79.Name = "Wedge_Weld"
7613w79.Part0 = p79
7614w79.C0 = CFrame.new(-2.69982065e-005, 0.0186245665, 0.256082684, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7615w79.Part1 = p80
7616w79.C1 = CFrame.new(2.69885841e-005, -1.4784987, 0.418512583, -1, 3.25942331e-008, 2.24966534e-009, 1.58138018e-008, 0.422618091, 0.906307936, 2.85896622e-008, 0.906307936, -0.422618091)
7617w80 = Instance.new("Weld", p80)
7618w80.Name = "Wedge_Weld"
7619w80.Part0 = p80
7620w80.C0 = CFrame.new(2.69885841e-005, -1.4784987, 0.418512583, -1, 3.25942331e-008, 2.24966534e-009, 1.58138018e-008, 0.422618091, 0.906307936, 2.85896622e-008, 0.906307936, -0.422618091)
7621w80.Part1 = p81
7622w80.C1 = CFrame.new(-2.7005879e-005, -0.0944784805, -0.255385041, 1, 2.11480753e-008, -8.40774845e-008, -8.6240064e-008, 0.342019796, -0.939692736, 8.88347085e-009, 0.939692736, 0.342019796)
7623w81 = Instance.new("Weld", p81)
7624w81.Name = "Wedge_Weld"
7625w81.Part0 = p81
7626w81.C0 = CFrame.new(-2.7005879e-005, -0.0944784805, -0.255385041, 1, 2.11480753e-008, -8.40774845e-008, -8.6240064e-008, 0.342019796, -0.939692736, 8.88347085e-009, 0.939692736, 0.342019796)
7627w81.Part1 = p82
7628w81.C1 = CFrame.new(-2.71884655e-005, -1.54931295, -1.43853581, 1, -1.29495401e-008, 1.0679166e-007, -2.43563569e-008, 0.939692497, 0.342020541, -1.04780334e-007, -0.342020512, 0.939692497)
7629w82 = Instance.new("Weld", p82)
7630w82.Name = "Wedge_Weld"
7631w82.Part0 = p82
7632w82.C0 = CFrame.new(-2.71884655e-005, -1.54931295, -1.43853581, 1, -1.29495401e-008, 1.0679166e-007, -2.43563569e-008, 0.939692497, 0.342020541, -1.04780334e-007, -0.342020512, 0.939692497)
7633w82.Part1 = p83
7634w82.C1 = CFrame.new(2.70665932e-005, -1.66921949, 1.49424386, -1, -1.69508478e-008, -2.46411371e-008, -2.43563605e-008, 0.939692497, 0.342020541, 1.73575518e-008, 0.342020512, -0.939692497)
7635w83 = Instance.new("Weld", p83)
7636w83.Name = "Wedge_Weld"
7637w83.Part0 = p83
7638w83.C0 = CFrame.new(2.70665932e-005, -1.66921949, 1.49424386, -1, -1.69508478e-008, -2.46411371e-008, -2.43563605e-008, 0.939692497, 0.342020541, 1.73575518e-008, 0.342020512, -0.939692497)
7639w83.Part1 = p84
7640w83.C1 = CFrame.new(2.69976008e-005, -0.112124957, -0.284901589, -1, 8.75223805e-009, 1.92694216e-009, -1.18270493e-009, -0.342019796, 0.939692736, 8.8834673e-009, 0.939692736, 0.342019796)
7641w84 = Instance.new("Weld", p84)
7642w84.Name = "Wedge_Weld"
7643w84.Part0 = p84
7644w84.C0 = CFrame.new(2.69976008e-005, -0.112124957, -0.284901589, -1, 8.75223805e-009, 1.92694216e-009, -1.18270493e-009, -0.342019796, 0.939692736, 8.8834673e-009, 0.939692736, 0.342019796)
7645w84.Part1 = p85
7646w84.C1 = CFrame.new(2.7052507e-005, -1.59177017, 0.872617722, -1, -1.1669739e-008, -2.68784888e-008, -2.76164496e-008, 0.681996524, 0.731355488, 9.79630865e-009, 0.731355488, -0.681996524)
7647w85 = Instance.new("Weld", p85)
7648w85.Name = "Wedge_Weld"
7649w85.Part0 = p85
7650w85.C0 = CFrame.new(2.7052507e-005, -1.59177017, 0.872617722, -1, -1.1669739e-008, -2.68784888e-008, -2.76164496e-008, 0.681996524, 0.731355488, 9.79630865e-009, 0.731355488, -0.681996524)
7651w85.Part1 = p86
7652w85.C1 = CFrame.new(2.69951215e-005, -1.03299725, -0.462896198, -1, 1.22781962e-008, 2.39114684e-009, -8.68160988e-010, -0.258819073, 0.965925872, 1.24787025e-008, 0.965925872, 0.258819073)
7653w86 = Instance.new("Weld", p86)
7654w86.Name = "Wedge_Weld"
7655w86.Part0 = p86
7656w86.C0 = CFrame.new(2.69951215e-005, -1.03299725, -0.462896198, -1, 1.22781962e-008, 2.39114684e-009, -8.68160988e-010, -0.258819073, 0.965925872, 1.24787025e-008, 0.965925872, 0.258819073)
7657w86.Part1 = p87
7658w86.C1 = CFrame.new(2.70135206e-005, 0.143849969, 0.34147498, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7659w87 = Instance.new("Weld", p87)
7660w87.Name = "Wedge_Weld"
7661w87.Part0 = p87
7662w87.C0 = CFrame.new(2.70135206e-005, 0.143849969, 0.34147498, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7663w87.Part1 = p88
7664w87.C1 = CFrame.new(2.70302153e-005, 0.342700183, 0.434671164, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7665w88 = Instance.new("Weld", p88)
7666w88.Name = "Wedge_Weld"
7667w88.Part0 = p88
7668w88.C0 = CFrame.new(2.70302153e-005, 0.342700183, 0.434671164, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7669w88.Part1 = p89
7670w88.C1 = CFrame.new(2.69984048e-005, 0.153062999, -0.159228027, -1, 8.75223449e-009, 1.92694394e-009, -1.18270438e-009, -0.342020035, 0.939692736, 8.88346463e-009, 0.939692736, 0.342020005)
7671w89 = Instance.new("Weld", p89)
7672w89.Name = "Wedge_Weld"
7673w89.Part0 = p89
7674w89.C0 = CFrame.new(2.69984048e-005, 0.153062999, -0.159228027, -1, 8.75223449e-009, 1.92694394e-009, -1.18270438e-009, -0.342020035, 0.939692736, 8.88346463e-009, 0.939692736, 0.342020005)
7675w89.Part1 = p90
7676w89.C1 = CFrame.new(-2.69485572e-005, 0.70247668, -0.342276633, 1, -8.45120454e-008, -3.81036642e-008, -3.05929255e-008, 0.087156117, -0.996194661, 8.75114168e-008, 0.996194661, 0.087156117)
7677w90 = Instance.new("Weld", p90)
7678w90.Name = "Wedge_Weld"
7679w90.Part0 = p90
7680w90.C0 = CFrame.new(-2.69485572e-005, 0.70247668, -0.342276633, 1, -8.45120454e-008, -3.81036642e-008, -3.05929255e-008, 0.087156117, -0.996194661, 8.75114168e-008, 0.996194661, 0.087156117)
7681w90.Part1 = p91
7682w90.C1 = CFrame.new(2.7285816e-005, 1.91944361, -0.662942171, -1, -1.69507981e-008, -1.48275618e-007, 1.16832759e-007, -0.707106471, -0.707107067, -9.28606312e-008, -0.707107067, 0.707106471)
7683w91 = Instance.new("Weld", p91)
7684w91.Name = "Wedge_Weld"
7685w91.Part0 = p91
7686w91.C0 = CFrame.new(2.7285816e-005, 1.91944361, -0.662942171, -1, -1.69507981e-008, -1.48275618e-007, 1.16832759e-007, -0.707106471, -0.707107067, -9.28606312e-008, -0.707107067, 0.707106471)
7687w91.Part1 = p92
7688w91.C1 = CFrame.new(2.69954071e-005, -0.937081456, -0.433368206, -1, 1.22781891e-008, 2.39114151e-009, -8.68164096e-010, -0.258819073, 0.965925872, 1.24786936e-008, 0.965925872, 0.258819073)
7689w92 = Instance.new("Weld", p92)
7690w92.Name = "Wedge_Weld"
7691w92.Part0 = p92
7692w92.C0 = CFrame.new(2.69954071e-005, -0.937081456, -0.433368206, -1, 1.22781891e-008, 2.39114151e-009, -8.68164096e-010, -0.258819073, 0.965925872, 1.24786936e-008, 0.965925872, 0.258819073)
7693w92.Part1 = p93
7694w92.C1 = CFrame.new(-2.69051961e-005, 0.999799907, -0.238821417, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
7695w93 = Instance.new("Weld", p93)
7696w93.Name = "Wedge_Weld"
7697w93.Part0 = p93
7698w93.C0 = CFrame.new(-2.69051961e-005, 0.999799907, -0.238821417, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
7699w93.Part1 = p94
7700w93.C1 = CFrame.new(2.69796546e-005, 0.112124898, 0.314417601, -1, 1.20803122e-007, -5.03232727e-008, 8.8605475e-008, 0.342019796, -0.939692736, -9.6306259e-008, -0.939692736, -0.342019796)
7701w94 = Instance.new("Weld", p94)
7702w94.Name = "Wedge_Weld"
7703w94.Part0 = p94
7704w94.C0 = CFrame.new(2.69796546e-005, 0.112124898, 0.314417601, -1, 1.20803122e-007, -5.03232727e-008, 8.8605475e-008, 0.342019796, -0.939692736, -9.6306259e-008, -0.939692736, -0.342019796)
7705w94.Part1 = p95
7706w94.C1 = CFrame.new(2.70609289e-005, -1.92461061, 0.795396745, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
7707w95 = Instance.new("Weld", p95)
7708w95.Name = "Wedge_Weld"
7709w95.Part0 = p95
7710w95.C0 = CFrame.new(2.70609289e-005, -1.92461061, 0.795396745, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
7711w95.Part1 = p96
7712w95.C1 = CFrame.new(2.70452038e-005, -1.2757566, 0.127234697, -1, 1.58094302e-008, -3.83180883e-008, -3.29206458e-008, 0.258819193, 0.965925872, 2.51881946e-008, 0.965925872, -0.258819193)
7713w96 = Instance.new("Weld", p96)
7714w96.Name = "Wedge_Weld"
7715w96.Part0 = p96
7716w96.C0 = CFrame.new(2.70452038e-005, -1.2757566, 0.127234697, -1, 1.58094302e-008, -3.83180883e-008, -3.29206458e-008, 0.258819193, 0.965925872, 2.51881946e-008, 0.965925872, -0.258819193)
7717w96.Part1 = p97
7718w96.C1 = CFrame.new(2.69985267e-005, 0.271121085, -0.129704311, -1, 8.75223449e-009, 1.92694216e-009, -1.18270604e-009, -0.342020035, 0.939692736, 8.88346374e-009, 0.939692736, 0.342020005)
7719w97 = Instance.new("Weld", p97)
7720w97.Name = "Wedge_Weld"
7721w97.Part0 = p97
7722w97.C0 = CFrame.new(2.69985267e-005, 0.271121085, -0.129704311, -1, 8.75223449e-009, 1.92694216e-009, -1.18270604e-009, -0.342020035, 0.939692736, 8.88346374e-009, 0.939692736, 0.342020005)
7723w97.Part1 = p98
7724w97.C1 = CFrame.new(-2.7119062e-005, -0.689512253, 0.493685782, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7725w98 = Instance.new("Weld", p98)
7726w98.Name = "Wedge_Weld"
7727w98.Part0 = p98
7728w98.C0 = CFrame.new(-2.7119062e-005, -0.689512253, 0.493685782, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7729w98.Part1 = p99
7730w98.C1 = CFrame.new(2.70467608e-005, -1.34953368, -0.0207269192, -1, 1.58180704e-008, -3.83196088e-008, -3.49906735e-008, 0.173648149, 0.984807849, 2.22318892e-008, 0.984807849, -0.173648149)
7731w99 = Instance.new("Weld", p99)
7732w99.Name = "Wedge_Weld"
7733w99.Part0 = p99
7734w99.C0 = CFrame.new(2.70467608e-005, -1.34953368, -0.0207269192, -1, 1.58180704e-008, -3.83196088e-008, -3.49906735e-008, 0.173648149, 0.984807849, 2.22318892e-008, 0.984807849, -0.173648149)
7735w99.Part1 = p100
7736w99.C1 = CFrame.new(2.68453441e-005, -1.05666494, -0.342283309, -1, 7.68926398e-008, 1.25193765e-007, 1.18015699e-007, -0.087156117, 0.996194661, 8.75114381e-008, 0.996194661, 0.087156117)
7737w100 = Instance.new("Weld", p100)
7738w100.Name = "Wedge_Weld"
7739w100.Part0 = p100
7740w100.C0 = CFrame.new(2.68453441e-005, -1.05666494, -0.342283309, -1, 7.68926398e-008, 1.25193765e-007, 1.18015699e-007, -0.087156117, 0.996194661, 8.75114381e-008, 0.996194661, 0.087156117)
7741w100.Part1 = p101
7742w100.C1 = CFrame.new(2.70382643e-005, 0.438632488, 0.478940666, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7743w101 = Instance.new("Weld", p101)
7744w101.Name = "Wedge_Weld"
7745w101.Part0 = p101
7746w101.C0 = CFrame.new(2.70382643e-005, 0.438632488, 0.478940666, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7747w101.Part1 = p102
7748w101.C1 = CFrame.new(2.69711491e-005, -0.365431041, 0.17490752, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7749w102 = Instance.new("Weld", p102)
7750w102.Name = "Wedge_Weld"
7751w102.Part0 = p102
7752w102.C0 = CFrame.new(2.69711491e-005, -0.365431041, 0.17490752, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7753w102.Part1 = p103
7754w102.C1 = CFrame.new(-2.69383909e-005, 0.649306595, -0.433368623, 1, 1.03484936e-008, -8.68350583e-008, -8.65546141e-008, 0.258819073, -0.965925872, 1.24786919e-008, 0.965925872, 0.258819073)
7755w103 = Instance.new("Weld", p103)
7756w103.Name = "Wedge_Weld"
7757w103.Part0 = p103
7758w103.C0 = CFrame.new(-2.69383909e-005, 0.649306595, -0.433368623, 1, 1.03484936e-008, -8.68350583e-008, -8.65546141e-008, 0.258819073, -0.965925872, 1.24786919e-008, 0.965925872, 0.258819073)
7759w103.Part1 = p104
7760w103.C1 = CFrame.new(-2.70762976e-005, -0.43900317, 0.407888472, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7761w104 = Instance.new("Weld", p104)
7762w104.Name = "Wedge_Weld"
7763w104.Part0 = p104
7764w104.C0 = CFrame.new(-2.70762976e-005, -0.43900317, 0.407888472, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7765w104.Part1 = p105
7766w104.C1 = CFrame.new(2.70607179e-005, -1.92829955, 0.736725867, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
7767w105 = Instance.new("Weld", p105)
7768w105.Name = "Wedge_Weld"
7769w105.Part0 = p105
7770w105.C0 = CFrame.new(2.70607179e-005, -1.92829955, 0.736725867, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
7771w105.Part1 = p106
7772w105.C1 = CFrame.new(2.70186029e-005, 0.202881783, 0.393133432, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7773w106 = Instance.new("Weld", p106)
7774w106.Name = "Wedge_Weld"
7775w106.Part0 = p106
7776w106.C0 = CFrame.new(2.70186029e-005, 0.202881783, 0.393133432, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7777w106.Part1 = p107
7778w106.C1 = CFrame.new(-2.68938547e-005, 1.13999891, -0.187172472, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
7779w107 = Instance.new("Weld", p107)
7780w107.Name = "Wedge_Weld"
7781w107.Part0 = p107
7782w107.C0 = CFrame.new(-2.68938547e-005, 1.13999891, -0.187172472, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
7783w107.Part1 = p108
7784w107.C1 = CFrame.new(-2.70357887e-005, 1.01832795, -0.147913992, 1, -2.1171159e-008, 3.82198948e-008, 3.82198948e-008, 7.52150727e-023, -1, 2.1171159e-008, 1, 8.09159563e-016)
7785w108 = Instance.new("Weld", p108)
7786w108.Name = "Wedge_Weld"
7787w108.Part0 = p108
7788w108.C0 = CFrame.new(-2.70357887e-005, 1.01832795, -0.147913992, 1, -2.1171159e-008, 3.82198948e-008, 3.82198948e-008, 7.52150727e-023, -1, 2.1171159e-008, 1, 8.09159563e-016)
7789w108.Part1 = p109
7790w108.C1 = CFrame.new(2.6997488e-005, -0.237563431, -0.314412773, -1, 8.75224337e-009, 1.92694216e-009, -1.18270693e-009, -0.342019796, 0.939692736, 8.88347174e-009, 0.939692736, 0.342019796)
7791w109 = Instance.new("Weld", p109)
7792w109.Name = "Wedge_Weld"
7793w109.Part0 = p109
7794w109.C0 = CFrame.new(2.6997488e-005, -0.237563431, -0.314412773, -1, 8.75224337e-009, 1.92694216e-009, -1.18270693e-009, -0.342019796, 0.939692736, 8.88347174e-009, 0.939692736, 0.342019796)
7795w109.Part1 = p110
7796w109.C1 = CFrame.new(2.70390519e-005, -0.43863076, -0.44942081, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7797w110 = Instance.new("Weld", p110)
7798w110.Name = "Hitbox_Weld"
7799w110.Part0 = p110
7800w110.C0 = CFrame.new(2.7, -0.44, -0.6, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7801w110.Part1 = p111
7802w110.C1 = CFrame.new(-2.7, -0.68, 0.61, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7803m8.Parent = rarm
7804m8:MakeJoints()
7805----------------------------------------------------
7806local cor8 = Instance.new("Part", rarm.Zyrodoxa)
7807cor8.Name = "Thingy"
7808cor8.Locked = true
7809cor8.BottomSurface = 0
7810cor8.CanCollide = false
7811cor8.Size = Vector3.new(1, 1, 1)
7812cor8.Transparency = 1
7813cor8.TopSurface = 0
7814corw8 = Instance.new("Weld", cor8)
7815corw8.Part0 = rarm
7816corw8.Part1 = cor8
7817corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
7818corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
7819weld8 = Instance.new("Weld", rarm.Zyrodoxa)
7820weld8.Part0 = cor8
7821weld8.Part1 = rarm.Zyrodoxa.Handle
7822weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
7823Amulite = Instance.new("PointLight",m7.Center)
7824Amulite.Brightness = 0
7825Amulite.Color = Color3.new(0,1,0)
7826----------------------------------------------------
7827models = {m,m2,m3,m4,m5,m6,m7,m8}
7828parts = {}
7829Stepped:connect(function()
7830 for i,v in pairs(models) do
7831 for _, a in pairs(v:GetChildren()) do
7832 if v:IsA("Part") and v.Name ~= "Thingy" then
7833 table.insert(parts, a)
7834 for i,v in pairs(parts) do
7835 v.CanCollide = false
7836 end
7837 end
7838 end
7839 end
7840end)
7841----------------------------------------------------
7842local animpose = "Idle1"
7843local lastanimpose = "Idle1"
7844local grab = false
7845local Smooth = 1
7846local sine = 0
7847local change = 1
7848local val = 0
7849local ffing = false
7850----------------------------------------------------
7851--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
7852
7853function FindHumanoids()
7854 local function c_region(Position, Size)
7855 local SizeOffset = Size/2
7856 local Point1 = Position - SizeOffset
7857 local Point2 = Position + SizeOffset
7858 local a = Instance.new("Part", workspace)
7859 a.Anchored = true
7860 a.Size = Size
7861 a.Position = Position
7862 print("Hey!, I'm making a part!")
7863 return Region3.new(Point1, Point2)
7864 end
7865
7866 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
7867 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
7868 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
7869 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
7870
7871 local regions = {a, b, c, d}
7872
7873 local found_humanoids = {}
7874 local already_found = {char.Name}
7875
7876 for _, region in pairs(regions) do
7877 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
7878 print(part, part.Parent, part.Name) ---nope
7879 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
7880 local humanoid = part.Parent:FindFirstChild("Humanoid")
7881 local name = humanoid.Parent.Name
7882 local exists = false
7883 for _, n in pairs(already_found) do
7884 if n == name then
7885 exists = true
7886 end
7887 end
7888 if not exists then
7889 table.insert(already_found, name)
7890 table.insert(found_humanoids, humanoid)
7891 end
7892 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
7893 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
7894 local name = humanoid.Parent.Parent.Name
7895 local exists = false
7896 for _, n in pairs(already_found) do
7897 if n == name then
7898 exists = true
7899 end
7900 end
7901 if not exists then
7902 table.insert(already_found, name)
7903 table.insert(found_humanoids, humanoid)
7904 end
7905 end
7906 end
7907 end
7908 return found_humanoids
7909end
7910
7911local humanoids = FindHumanoids()
7912if #humanoids == 0 then
7913 for i, v in pairs(humanoids) do
7914 print(v.Parent.Name)
7915 if Debounces.Slashing == true then
7916 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
7917 elseif Debounces.Slashing == false then
7918 wait()
7919 end
7920 end
7921 wait(0.3)
7922end]]--
7923----------------------------------------------------
7924--[[mouse.KeyDown:connect(function(key)
7925 if key == "f" then
7926 if Debounces.CanAttack == true then
7927 Debounces.CanAttack = false
7928 Debounces.NoIdl = true
7929 Debounces.on = true
7930 for i = 1, 20 do
7931 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7932 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7933 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
7934 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
7935 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
7936 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
7937 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
7938 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)
7939 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)
7940 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)
7941 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)
7942 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)
7943 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)
7944 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
7945 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
7946 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)
7947 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)
7948 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)
7949 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)
7950 if Debounces.on == false then
7951 break
7952 end
7953 fat.Event:wait()
7954 end
7955 end
7956 end
7957end)]]--
7958----------------------------------------------------
7959mod4 = Instance.new("Model",char)
7960
7961ptez = {0.7, 0.8, 0.9, 1}
7962
7963function FindNearestTorso(Position,Distance,SinglePlayer)
7964 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
7965 local List = {}
7966 for i,v in pairs(workspace:GetChildren())do
7967 if v:IsA("Model")then
7968 if v:findFirstChild("Torso")then
7969 if v ~= char then
7970 if(v.Torso.Position -Position).magnitude <= Distance then
7971 table.insert(List,v)
7972 end
7973 end
7974 end
7975 end
7976 end
7977 return List
7978end
7979
7980function Slam()
7981 local part=Instance.new('Part',mod4)
7982 part.Anchored=true
7983 part.CanCollide=false
7984 part.FormFactor='Custom'
7985 part.Size=Vector3.new(.2,.2,.2)
7986 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
7987 part.Transparency=.7
7988 part.BrickColor=BrickColor.new('Really black')
7989 mesh=Instance.new('SpecialMesh',part)
7990 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
7991 mesh.Scale=Vector3.new(3,3,3)
7992 local part2=Instance.new('Part',mod4)
7993 part2.Anchored=true
7994 part2.CanCollide=false
7995 part2.FormFactor='Custom'
7996 part2.Size=Vector3.new(.2,.2,.2)
7997 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
7998 part2.Transparency=.7
7999 part2.BrickColor=BrickColor.new('Lime green')
8000 mesh2=Instance.new('SpecialMesh',part2)
8001 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8002 mesh2.Scale=Vector3.new(3,1.5,3)
8003 x = Instance.new("Sound",larm)
8004 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8005 x.Pitch = ptez[math.random(1,#ptez)]
8006 x.Volume = 1
8007 wait(.1)
8008 x1 = Instance.new("Sound",larm)
8009 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8010 x1.Pitch = ptez[math.random(1,#ptez)]
8011 x1.Volume = 1
8012 wait(.1)
8013 x:Play()
8014 x1:Play()
8015 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8016 if v:FindFirstChild('Humanoid') then
8017 v.Humanoid:TakeDamage(math.random(30,45))
8018 end
8019 end
8020 coroutine.resume(coroutine.create(function()
8021 for i=0,0.62,0.13 do
8022 wait()
8023 part.CFrame=part.CFrame
8024 part.Transparency=i
8025 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8026 part2.CFrame=part2.CFrame
8027 part2.Transparency=i
8028 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8029 end
8030 part.Parent=nil
8031 part2.Parent=nil
8032 x:Destroy()
8033 end))
8034end
8035----------------------------------------------------
8036wPart = function(x,y,z,color,tr,cc,an,parent)
8037 local wp = Instance.new('WedgePart',parent or Weapon)
8038 wp.formFactor = 'Custom'
8039 wp.Size = Vector3.new(x,y,z)
8040 wp.BrickColor = BrickColor.new(color)
8041 wp.CanCollide = cc
8042 wp.Transparency = tr
8043 wp.Anchored = an
8044 wp.TopSurface,wp.BottomSurface = 0,0
8045 return wp
8046end
8047
8048Mesh = function(par,num,x,y,z)
8049 local msh = _
8050 if num == 1 then
8051 msh = Instance.new("CylinderMesh",par)
8052 elseif num == 2 then
8053 msh = Instance.new("SpecialMesh",par)
8054 msh.MeshType = 3
8055 elseif num == 3 then
8056 msh = Instance.new("BlockMesh",par)
8057 elseif num == 4 then
8058 msh = Instance.new("SpecialMesh",par)
8059 msh.MeshType = "Torso"
8060 elseif type(num) == 'string' then
8061 msh = Instance.new("SpecialMesh",par)
8062 msh.MeshId = num
8063 end
8064 msh.Scale = Vector3.new(x,y,z)
8065 return msh
8066end
8067
8068local function CFrameFromTopBack(at, top, back)
8069 local right = top:Cross(back)
8070 return CFrame.new(at.x, at.y, at.z,
8071 right.x, top.x, back.x,
8072 right.y, top.y, back.y,
8073 right.z, top.z, back.z)
8074end
8075
8076function Triangle(a, b, c)
8077 local edg1 = (c-a):Dot((b-a).unit)
8078 local edg2 = (a-b):Dot((c-b).unit)
8079 local edg3 = (b-c):Dot((a-c).unit)
8080 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8081 a, b, c = a, b, c
8082 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8083 a, b, c = b, c, a
8084 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8085 a, b, c = c, a, b
8086 else
8087 print("unreachable")
8088 end
8089 local len1 = (c-a):Dot((b-a).unit)
8090 local len2 = (b-a).magnitude - len1
8091 local width = (a + (b-a).unit*len1 - c).magnitude
8092 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8093 local list = {}
8094 if len1 > 0.01 then
8095 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8096 local sz = Vector3.new(0.2, width, len1)
8097 w1.Size = sz
8098 local sp = Mesh(w1,2,0,0,0)
8099 sp.MeshType='Wedge'
8100 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8101 w1:BreakJoints()
8102 w1.Anchored = true
8103 w1.Transparency = 0.7
8104 Spawn(function()
8105 for i=0,1,0.1 do
8106 fat.Event:wait()
8107 w1.Transparency=w1.Transparency+0.03
8108 end
8109 end)
8110 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8111 table.insert(list,w1)
8112 end
8113 if len2 > 0.01 then
8114 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8115 local sz = Vector3.new(0.2, width, len2)
8116 w2.Size = sz
8117 local sp = Mesh(w2,2,0,0,0)
8118 sp.MeshType='Wedge'
8119 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8120 w2:BreakJoints()
8121 w2.Anchored = true
8122 w2.Transparency = 0.7
8123 Spawn(function()
8124 for i=0,1,0.1 do
8125 fat.Event:wait()
8126 w2.Transparency=w2.Transparency+0.03
8127 end
8128 end)
8129 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8130 table.insert(list,w2)
8131 end
8132 return unpack(list)
8133end
8134
8135function trail(p,t,h)
8136 Spawn(function()
8137 local blcf = p.CFrame
8138 local scfr = blcf
8139 for i=1,t do
8140 local blcf = p.CFrame
8141 if scfr and (p.Position-scfr.p).magnitude > .1 then
8142 local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
8143 if a then game.Debris:AddItem(a,1) end
8144 if b then game.Debris:AddItem(b,1) end
8145 local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
8146 if a then game.Debris:AddItem(a,1) end
8147 if b then game.Debris:AddItem(b,1) end
8148 scfr = blcf
8149 elseif not scfr then
8150 scfr = blcf
8151 end
8152 fat.Event:wait()
8153 end
8154 scfr=nil
8155 end)
8156end
8157--trail(char.Sword.Blade,1e1000,5)
8158----------------------------------------------------
8159function Dmg()
8160 local partofdeath = rarm.Zyrodoxa.Hitbox
8161 local function CreateRegion3FromLocAndSize(Position, Size)
8162 local SizeOffset = Size/2
8163 local Point1 = Position - SizeOffset
8164 local Point2 = Position + SizeOffset
8165 return Region3.new(Point1, Point2)
8166 end
8167 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8168 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8169 Spawn(function()
8170 if Debounces.Slashing == true and Debounces.Slashed == false then
8171 Debounces.Slashed = true
8172 ypcall(function()
8173 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8174 humanoid:TakeDamage(math.random(10,18))
8175 end)
8176 wait(.4)
8177 Debounces.Slashed = false
8178 end
8179 end)
8180 end
8181end
8182----------------------------------------------------
8183pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8184ptz = {0.7, 0.8, 0.9, 1}
8185idz = {"161006212", "161006195"}
8186function attackone()
8187 for i = 1, 13 do
8188 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)
8189 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8190 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)
8191 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)
8192 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)
8193 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)
8194 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8195 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8196 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8197 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)
8198 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)
8199 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)
8200 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)
8201 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)
8202 if Debounces.on == false then
8203 break
8204 end
8205 fat.Event:wait()
8206 end
8207 trail(rarm.Zyrodoxa.Hitbox,20,2)
8208 Debounces.Slashing = true
8209 wait(0.2)
8210 --[[z = Instance.new("Sound", hed)
8211 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8212 z.Pitch = ptz[math.random(1,#ptz)]
8213 z.Volume = 1
8214 wait(.01)
8215 z:Play()]]--
8216 for i = 1, 14 do
8217 Dmg()
8218 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8219 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8220 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)
8221 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)
8222 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)
8223 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)
8224 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8225 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8226 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8227 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)
8228 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)
8229 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)
8230 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)
8231 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)
8232 if Debounces.on == false then break end
8233 rs:wait()
8234 end
8235 Debounces.Slashing = false
8236end
8237function attacktwo()
8238 Debounces.Slashing = true
8239 for i = 1, 14 do
8240 Dmg()
8241 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8242 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8243 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)
8244 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)
8245 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)
8246 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)
8247 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)
8248 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8249 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)
8250 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)
8251 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8252 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)
8253 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8254 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)
8255 if Debounces.on == false then
8256 break
8257 end
8258 rs:wait()
8259 end
8260end
8261----------------------------------------------------
8262ComboNum = 0
8263mouse.Button1Down:connect(function()
8264 if Debounces.CanAttack == true then
8265 Debounces.CanAttack = false
8266 Debounces.NoIdl = true
8267 Debounces.on = true
8268 if ComboNum == 0 then
8269 attackone()
8270 elseif ComboNum == 1 then
8271 attacktwo()
8272 --[[elseif ComboNum == 2 then
8273 attackthree()]]--
8274 end
8275 ComboNum = ComboNum + 1
8276 Debounces.CanAttack = true
8277 Debounces.on = false
8278 wait(.5)
8279 if Debounces.CanAttack == true then
8280 ComboNum = 0
8281 Debounces.NoIdl = false
8282 end
8283 end
8284end)
8285----------------------------------------------------
8286definition = 5
8287bc = {}
8288bezierparts = {}
8289function NoOutline(Part)
8290 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8291end
8292function draw(p,d)
8293 for i=1,d do
8294 local t = i/d
8295 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8296 end
8297 for i=1,d do
8298 local bcs = Instance.new("Part",char)
8299 NoOutline(bcs)
8300 bcs.Anchored = true
8301 bcs.CanCollide = false
8302 bcs.Material = "Neon"
8303 bcs.BrickColor = BrickColor.new("Lime green")
8304 bcs.Size = Vector3.new(1,1,1)
8305 bcs.Shape = Enum.PartType.Ball
8306 bcs.CFrame = CFrame.new(bc[i])
8307 local bcp = Instance.new("Part",char)
8308 NoOutline(bcp)
8309 bcp.Anchored = true
8310 bcp.CanCollide = false
8311 bcp.Material = "Neon"
8312 bcp.BrickColor = BrickColor.new("Lime green")
8313 local cm = Instance.new("CylinderMesh")
8314 cm.Parent = bcp
8315 if i ~= 1 then
8316 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8317 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8318 else
8319 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8320 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8321 end
8322 table.insert(bezierparts, bcs)
8323 table.insert(bezierparts, bcp)
8324 end
8325 Spawn(function() fat.Event:wait()
8326 for i,v in pairs(bezierparts) do
8327 v.Transparency = 1
8328 end
8329 end)
8330end
8331--local points = {larm.Position,rarn.Position,invisipart.Position}
8332--draw(points,definition)
8333mouse.KeyDown:connect(function(key)
8334 if key == "f" then
8335 if Debounces.CanAttack == true then
8336 Debounces.CanAttack = false
8337 Debounces.NoIdl = true
8338 Debounces.on = true
8339 for i = 1, 20 do
8340 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)
8341 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)
8342 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)
8343 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)
8344 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)
8345 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8346 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)
8347 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)
8348 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8349 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)
8350 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8351 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)
8352 if Debounces.on == false then
8353 break
8354 end
8355 fat.Event:wait()
8356 end
8357 rpart = Instance.new("Part",rarm)
8358 NoOutline(rpart)
8359 rpart.Anchored = false
8360 rpart.Size = Vector3.new(1,1,1)
8361 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8362 rpart.Transparency = 1
8363 newWeld(rarm, rpart, 0, 0, 0)
8364 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8365 lpart = Instance.new("Part",larm)
8366 NoOutline(lpart)
8367 lpart.Anchored = false
8368 lpart.Size = Vector3.new(1,1,1)
8369 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8370 lpart.Transparency = 1
8371 newWeld(larm, lpart, 0, 0, 0)
8372 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8373 invisipart = Instance.new("Part",torso)
8374 NoOutline(invisipart)
8375 invisipart.Anchored = false
8376 invisipart.Size = Vector3.new(1,1,1)
8377 invisipart.Transparency = 1
8378 invisipart.CFrame = torso.CFrame
8379 newWeld(torso, invisipart, 0, 0, 0)
8380 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8381 table.insert(bezierparts, rpart)
8382 table.insert(bezierparts, lpart)
8383 table.insert(bezierparts, invisipart)
8384 for i = 1, 40 do
8385 local points = {lpart.Position,invisipart.Position,rpart.Position}
8386 draw(points,definition)
8387 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8388 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)
8389 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)
8390 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)
8391 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)
8392 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)
8393 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8394 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)
8395 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)
8396 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8397 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)
8398 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8399 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)
8400 if Debounces.on == false then
8401 break
8402 end
8403 fat.Event:wait()
8404 end
8405 for i,v in pairs(bezierparts) do
8406 v:Destroy()
8407 end
8408 --draw(points,definition)
8409 if Debounces.CanAttack == false then
8410 Debounces.CanAttack = true
8411 Debounces.NoIdl = false
8412 Debounces.on = false
8413 end
8414 end
8415 end
8416end)
8417----------------------------------------------------
8418pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
8419IDs = {"415880409","415880478"}
8420mouse.KeyDown:connect(function(key)
8421 if key == "h" then
8422 if Debounces.CanJoke == true then
8423 Debounces.CanJoke = false
8424 z = Instance.new("Sound",hed)
8425 z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
8426 z.Pitch = 1
8427 z.Volume = 1
8428 z1 = Instance.new("Sound",hed)
8429 z1.SoundId = z.SoundId
8430 z1.Pitch = 1
8431 z1.Volume = 1
8432 wait()
8433 z:Play()
8434 z1:Play()
8435 wait(20)
8436 z:Destroy()
8437 z1:Destroy()
8438 if Debounces.CanJoke == false then
8439 Debounces.CanJoke = true
8440 end
8441 end
8442 end
8443end)
8444----------------------------------------------------
8445mouse.KeyDown:connect(function(key)
8446 if key == "j" then
8447 if Debounces.CanJoke == true then
8448 Debounces.CanJoke = false
8449 z = Instance.new("Sound",hed)
8450 z.SoundId = "rbxassetid://415859013"
8451 z.Pitch = pitches[math.random(1,#pitches)]
8452 z.Volume = 1
8453 wait()
8454 z:Play()
8455 wait(2)
8456 z:Destroy()
8457 if Debounces.CanJoke == false then
8458 Debounces.CanJoke = true
8459 end
8460 end
8461 end
8462end)
8463----------------------------------------------------
8464mouse.KeyDown:connect(function(key)
8465 if key == "k" then
8466 if Debounces.CanJoke == true then
8467 Debounces.CanJoke = false
8468 z = Instance.new("Sound",hed)
8469 z.SoundId = "rbxassetid://415859085"
8470 z.Pitch = pitches[math.random(1,#pitches)]
8471 z.Volume = 1
8472 wait()
8473 z:Play()
8474 wait(2)
8475 z:Destroy()
8476 if Debounces.CanJoke == false then
8477 Debounces.CanJoke = true
8478 end
8479 end
8480 end
8481end)
8482----------------------------------------------------
8483Grab = false
8484mouse.KeyDown:connect(function(key)
8485 if key == "z" then
8486 Debounces.on = true
8487 Debounces.NoIdl = true
8488 Debounces.ks = true
8489 if Grab == false then
8490 gp = nil
8491 for i = 1, 20 do
8492 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)
8493 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)
8494 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)
8495 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)
8496 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8497 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)
8498 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8499 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)
8500 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)
8501 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)
8502 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)
8503 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)
8504 if Debounces.on == false then break end
8505 fat.Event:wait()
8506 end
8507 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8508 ht = hit.Parent
8509 for i,v in pairs(ht:GetChildren()) do
8510 if v:IsA("Part") then
8511 v.CanCollide = false
8512 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8513 end
8514 end
8515 hum1=ht:FindFirstChild('Humanoid')
8516 if hum1 ~= nil then
8517 if Debounces.ks==true then
8518 z = Instance.new("Sound",hed)
8519 z.SoundId = "rbxassetid://169380525"
8520 z.Volume = 1
8521 z:Play()
8522 Debounces.ks=false
8523 end
8524 hum1.PlatformStand=true
8525 hum1:ChangeState'Physics'
8526 gp = ht
8527 Grab = true
8528 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
8529 asd.Parent = larm
8530 asd.Name = "asd"
8531 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
8532 stanceToggle = "Grabbed"
8533 --[[elseif hum1 == nil then
8534 con1:disconnect()
8535 wait() return]]--
8536 end
8537 end)
8538 for i = 1, 20 do
8539 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)
8540 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)
8541 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)
8542 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)
8543 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
8544 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)
8545 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
8546 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)
8547 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)
8548 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)
8549 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)
8550 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)
8551 if Debounces.on == false then break end
8552 fat.Event:wait()
8553 end
8554 con1:disconnect()
8555 Debounces.on = false
8556 Debounces.NoIdl = false
8557 elseif Grab == true then
8558 Grab = false
8559 --[[for i = 1, 16 do
8560 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)
8561 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)
8562 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
8563 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
8564 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)
8565 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)
8566 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
8567 if Debounces.on == false then end
8568 rs:wait()
8569 end]]--
8570 for i = 1, 16 do
8571 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)
8572 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)
8573 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)
8574 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)
8575 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
8576 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)
8577 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
8578 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)
8579 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)
8580 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)
8581 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)
8582 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)
8583 if Debounces.on == false then end
8584 rs:wait()
8585 end
8586 for i = 1, 12 do
8587 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)
8588 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)
8589 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)
8590 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)
8591 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)
8592 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)
8593 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)
8594 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)
8595 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
8596 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)
8597 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)
8598 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)
8599 if Debounces.on == false then end
8600 rs:wait()
8601 end
8602 Slam()
8603 if gp ~= nil then
8604 for i,v in pairs(larm:GetChildren()) do
8605 if v.Name == "asd" and v:IsA("Weld") then
8606 v:Remove()
8607 end
8608 if v:IsA("Part") then
8609 v.CanCollide = true
8610 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
8611 end
8612 end
8613 end
8614 stanceToggle = "Idle1"
8615 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
8616 bv.maxForce = Vector3.new(400000, 400000, 400000)
8617 bv.P = 125000
8618 bv.velocity = char.Head.CFrame.lookVector * 200]]--
8619 ht=nil
8620 Debounces.on = false
8621 Debounces.NoIdl = false
8622 elseif ht == nil then wait()
8623 Grab = false
8624 Debounces.on = false
8625 Debounces.NoIdl = false
8626 end
8627 end
8628end)
8629----------------------------------------------------
8630Change = false
8631mouse.KeyDown:connect(function(key)
8632 if key == "n" then
8633 if Change == false then
8634 Change = true
8635 stanceToggle = "Idle2"
8636 elseif Change == true then
8637 Change = false
8638 stanceToggle = "Idle1"
8639 end
8640 end
8641end)
8642----------------------------------------------------
8643mouse.KeyDown:connect(function(key)
8644 if string.byte(key) == 52 then
8645 Swing = 2
8646 char.Humanoid.WalkSpeed = 28
8647 end
8648end)
8649mouse.KeyUp:connect(function(key)
8650 if string.byte(key) == 52 then
8651 Swing = 1
8652 char.Humanoid.WalkSpeed = 16
8653 end
8654end)
8655----------------------------------------------------
8656CR = torso.Cloak.Rotater
8657CR2 = torso.Cloak.CapeLevel1
8658CR3 = torso.Cloak.CapeLevel2
8659CR4 = torso.Cloak.CapeLevel3
8660CR5 = torso.Cloak.CapeLevel4
8661jump = false
8662rs:connect(function()
8663 if char.Humanoid.Jump == true then
8664 jump = true
8665 else
8666 jump = false
8667 end
8668 char.Humanoid.FreeFalling:connect(function(f)
8669 if f then
8670 ffing = true
8671 else
8672 ffing = false
8673 end
8674 end)
8675 sine = sine + change
8676 if jump == true then
8677 animpose = "Jumping"
8678 elseif ffing == true then
8679 animpose = "Freefalling"
8680 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
8681 animpose = "Idle"
8682 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
8683 animpose = "Walking"
8684 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
8685 animpose = "Running"
8686 end
8687 RightLeg = CFrame.new(0.5,-1,0)
8688 LeftLeg = CFrame.new(-0.5,-1,0)
8689
8690 lefth = (torso.CFrame*LeftLeg)
8691 righth = (torso.CFrame*RightLeg)
8692
8693 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
8694
8695 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
8696
8697 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
8698 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
8699 if animpose ~= lastanimpose then
8700 sine = 0
8701 if Debounces.NoIdl == false then
8702 if stanceToggle == "Idle1" then
8703 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)
8704 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)
8705 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)
8706 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)
8707 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)
8708 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)
8709 elseif stanceToggle == "Idle2" then
8710 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)
8711 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)
8712 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)
8713 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)
8714 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)
8715 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)
8716 end
8717 fat.Event:wait()
8718 end
8719 else
8720 end
8721 lastanimpose = animpose
8722 if Debounces.NoIdl == false then
8723 if animpose == "Idle" then
8724 change = 0.5
8725 if stanceToggle == "Idle1" then
8726 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)
8727 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)
8728 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)
8729 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)
8730 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)
8731 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)
8732 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)
8733 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)
8734 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)
8735 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)
8736 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)
8737 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)
8738 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)
8739 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)
8740 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)
8741 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)
8742 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)
8743 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)
8744 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)
8745 elseif stanceToggle == "Idle2" then
8746 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
8747 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)
8748 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)
8749 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)
8750 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)
8751 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8752 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)
8753 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)
8754 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)
8755 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)
8756 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)
8757 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
8758 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
8759 --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)
8760 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)
8761 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)
8762 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)
8763 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)
8764 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)
8765 elseif stanceToggle == "Grabbed" then
8766 grab = true
8767 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8768 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8769 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)
8770 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)
8771 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)
8772 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)
8773 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)
8774 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)
8775 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
8776 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
8777 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)
8778 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)
8779 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)
8780 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)
8781 end
8782 elseif animpose == "Walking" then
8783 if stanceToggle == "Grabbed" then
8784 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8785 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8786 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)
8787 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)
8788 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)
8789 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)
8790 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)
8791 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)
8792 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)
8793 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
8794 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
8795 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)
8796 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)
8797 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)
8798 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)
8799 elseif stanceToggle ~= "Grabbed" then
8800 change = 1
8801 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8802 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8803 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)
8804 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)
8805 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)
8806 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)
8807 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)
8808 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)
8809 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)
8810 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)
8811 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)
8812 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)
8813 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)
8814 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)
8815 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
8816 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
8817 --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)
8818 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)
8819 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)
8820 --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)
8821 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)
8822 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)
8823 end
8824 elseif animpose == "Running" then
8825 change = 1
8826 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8827 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8828 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)
8829 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)
8830 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)
8831 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)
8832 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)
8833 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)
8834 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)
8835 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)
8836 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)
8837 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)
8838 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)
8839 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)
8840 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8841 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)
8842 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)
8843 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)
8844 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)
8845 elseif animpose == "Jumping" then
8846 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
8847 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)
8848 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)
8849 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)
8850 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)
8851 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8852 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8853 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)
8854 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)
8855 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)
8856 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)
8857 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
8858 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
8859 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8860 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)
8861 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)
8862 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)
8863 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)
8864 elseif animpose == "Freefalling" then
8865 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
8866 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)
8867 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)
8868 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)
8869 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)
8870 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8871 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8872 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)
8873 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)
8874 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)
8875 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)
8876 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
8877 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
8878 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8879 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)
8880 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)
8881 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)
8882 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)
8883 end
8884 end
8885end)
8886hum.MaxHealth = 5000
8887wait(3)
8888hum.Health = 5000
8889while wait() do
8890 wait(5)
8891 for i=1,100 do wait()
8892 Amulite.Brightness=Amulite.Brightness+0.02
8893 end
8894 for i=1,100 do wait()
8895 Amulite.Brightness=Amulite.Brightness-0.02
8896 end
8897end