View difference between Paste ID: ueewVVqp and 0UBvCK6g
SHOW: | | - or go back to the newest paste.
1-
			--[[User: TheDarkRevenant
1+
local p = game.Players.LocalPlayer--300899323
2-
			Script: Absalom (Armored).lua
2+
3-
			Pass: cUpnjTnT]]
3+
4
local larm = char["Left Arm"]
5-
local p = game.Players.LocalPlayer
5+
6
local lleg = char["Left Leg"]
7
local rleg = char["Right Leg"]
8
local hed = char.Head
9
local torso = char.Torso
10
local hum = char.Humanoid
11
local cam = game.Workspace.CurrentCamera
12
local root = char.HumanoidRootPart
13
local rj = root.RootJoint
14
local deb = false
15
local shot = 0
16
local stanceToggle = "Idle1"
17
local l = game:GetService("Lighting")
18
local rs = game:GetService("RunService").RenderStepped
19
local hb = game:GetService("RunService").Heartbeat
20
local Stepped = game:GetService("RunService").Stepped
21-
local debris=game:service"Debris"
21+
22-
local stanceToggle = "Normal"
22+
hum.JumpPower = 100
23
---------------------
24-
hum.WalkSpeed = 7
24+
25-
char.Health:Destroy()
25+
-------------
26-
hum.MaxHealth = 50000
26+
char["Body Colors"].HeadColor = BrickColor.new("Really black")
27-
wait(0.1)
27+
char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
28-
hum.Health = 50000
28+
char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
29
char["Body Colors"].RightArmColor = BrickColor.new("Really black")
30-
ypcall(function()
30+
---------------------------
31-
char.Shirt:Destroy()
31+
local Transforming = true
32-
char.Pants:Destroy()
32+
hum.WalkSpeed = 0
33-
shirt = Instance.new("Shirt", char)
33+
local fx = Instance.new("Part",torso)
34-
shirt.Name = "Shirt"
34+
wit = torso.BrickColor.Color
35-
pants = Instance.new("Pants", char)
35+
wit2 = Color3.new(0,0,0)
36-
pants.Name = "Pants"
36+
local glowz = Instance.new("ParticleEmitter",fx)
37-
char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=236410507"
37+
glowz.LightEmission = 1
38-
char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=236412261"
38+
glowz.Texture = "rbxassetid://284205403"
39
glowz.Color = ColorSequence.new(wit)
40
glowz.Size = NumberSequence.new(5)
41
glowz.Speed = NumberRange.new(25,50)
42-
on = false;
42+
glowz.LockedToPart = false
43
glowz.Transparency = NumberSequence.new(0.75)
44
glowz.RotSpeed = NumberRange.new(-2000,2000)
45
glowz.Lifetime = NumberRange.new(1)
46
glowz.Rate = 50000
47
glowz.VelocitySpread = 9001
48
fx.Anchored = true
49-
Grabbing = false;
49+
fx.Material = "Neon"
50-
Grabbed = false;
50+
fx.CanCollide = false
51
fx.Locked = true
52-
local Touche = {char.Name, }
52+
fx.Transparency = 1
53
fx.Material = "Neon"
54
fx.Size = Vector3.new(1,1,1)
55-
    return a + (b - a)*t
55+
fx.TopSurface = "SmoothNoOutlines"
56
fx.BottomSurface = "SmoothNoOutlines"
57
fx.BrickColor = BrickColor.new("Really black")
58
fxm = Instance.new("SpecialMesh",fx)
59-
    dot = a:Dot(b)
59+
fxm.MeshType = "Sphere"
60-
    if dot > 0.99999 or dot < -0.99999 then
60+
local sa2 = Instance.new("Sound",torso)
61-
        return t <= 0.5 and a or b
61+
sa2.SoundId = "rbxassetid://93724183"
62
sa2.Pitch = 0.5
63-
        r = math.acos(dot)
63+
sa2.Volume = 5
64-
        return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
64+
sa2.Looped = false
65
sa2:Play()
66
local value = 1
67
fxm.Scale = Vector3.new(1,1,1)
68
for i = 1, 20 do rs:wait()
69-
    local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
69+
        value = value - 0.05
70-
    local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
70+
        fx.Transparency = fx.Transparency - (1/20)
71-
    local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
71+
        fx.CFrame = torso.CFrame
72-
    local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
72+
        fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
73-
    local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
73+
        rs:wait()
74-
    local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
74+
75-
    local t = v1:Dot(v2)
75+
76-
    if not (t < 0 or t == 0 or t > 0) then     -- Failsafe
76+
GroundWave1 = function()
77-
        return CFrame.new()
77+
	local Transforming = true
78
hum.WalkSpeed = 0
79-
    return CFrame.new(
79+
local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
80-
    v0.x, v0.y, v0.z,
80+
	local Colors = {"White", "Really black"}
81-
    v1.x, v1.y, v1.z,
81+
		local wave = Instance.new("Part", torso)
82-
    v2.x, v2.y, v2.z,
82+
		wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
83-
    v3.x, v3.y, v3.z)
83+
		wave.Anchored = true
84
		wave.CanCollide = false
85
		wave.Locked = true
86
		wave.Size = Vector3.new(1, 1, 1)
87
		wave.TopSurface = "Smooth"
88
		wave.BottomSurface = "Smooth"
89
		wave.Transparency = 0.35
90
		wave.CFrame = HandCF
91
		wm = Instance.new("SpecialMesh", wave)
92
		wm.MeshId = "rbxassetid://3270017"
93
		coroutine.wrap(function()
94
		for i = 1, 30, 1 do
95
		wm.Scale = Vector3.new(50, 50, 1 + i*50)
96
		wave.Size = wm.Scale
97
		wave.CFrame = HandCF
98
		wave.Transparency = i/30
99
		wait()
100
		end
101
		wait()
102
		wave:Destroy()
103-
local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
103+
	end)()
104-
local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
104+
105-
for i,v in pairs(com1) do 
105+
106-
com1[i] = v+(com2[i]-v)*al
106+
GroundWave = function()
107
        if Transforming == true then
108-
return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
108+
                local value = 5
109
                local value2 = 10
110
                local value3 = 20
111
local sa2 = Instance.new("Sound",torso)
112-
local wld = Instance.new("Weld", wp1)
112+
sa2.SoundId = "rbxassetid://413682983"
113-
wld.Part0 = wp0
113+
sa2.Pitch = 1
114-
wld.Part1 = wp1
114+
sa2.Volume = 10
115-
wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
115+
sa2.Looped = false
116
sa2:Play()
117
                local wave = Instance.new("Part", torso)
118-
function Tween(a,b,c)
118+
local glowz = Instance.new("ParticleEmitter",wave)
119-
return a+(b-a)*c
119+
glowz.LightEmission = 1
120
glowz.Texture = "0"
121
glowz.Color = ColorSequence.new(wit)
122-
function nwPrt(prnt,siz,cf,col)
122+
glowz.Size = NumberSequence.new(30)
123-
local prt=Instance.new("Part")
123+
glowz.Speed = NumberRange.new(25,100)
124-
prt.Parent=prnt
124+
glowz.LockedToPart = false
125-
prt.FormFactor=3
125+
glowz.Transparency = NumberSequence.new(0.75)
126-
prt.Name="Part"
126+
glowz.RotSpeed = NumberRange.new(-2000,2000)
127-
prt.Size=siz
127+
glowz.Lifetime = NumberRange.new(1)
128-
prt.CanCollide=false
128+
glowz.Rate = 50000
129-
prt.Anchored=true
129+
glowz.VelocitySpread = 9001
130-
prt.Locked=true
130+
131-
prt.TopSurface=10
131+
                wave.BrickColor = BrickColor.new("Lime green")
132-
prt.BottomSurface=10
132+
                wave.Anchored = true
133-
prt.FrontSurface=10
133+
                wave.CanCollide = false
134-
prt.BackSurface=10
134+
                wave.Locked = true
135-
prt.LeftSurface=10
135+
                wave.Size = Vector3.new(1, 1, 1)
136-
prt.RightSurface=10
136+
                wave.TopSurface = "Smooth"
137-
prt:BreakJoints()
137+
                wave.BottomSurface = "Smooth"
138-
prt.CFrame=cf or CFrame.new(30,10,30)
138+
                wave.Transparency = 0.35
139-
prt.Material="Neon"
139+
                wave.CFrame = fx.CFrame
140-
prt.BrickColor=BrickColor.new(col)
140+
                wave.Material = "Neon"
141-
m=Instance.new("SpecialMesh",prt)
141+
                wm = Instance.new("SpecialMesh", wave)
142-
m.MeshType=6
142+
                wm.MeshType = "Sphere"
143-
return prt
143+
                wm.Scale = Vector3.new(1,1,1)
144
                local wave2 = Instance.new("Part", torso)
145
                wave2.BrickColor = BrickColor.new("Lime green")
146-
function nwSnd(prnt,pch,vol,id)
146+
                wave2.Anchored = true
147-
        local s=Instance.new("Sound",prnt)
147+
                wave2.CanCollide = false
148-
        s.Pitch=pch
148+
                wave2.Locked = true
149-
        s.Volume=vol
149+
                wave2.Size = Vector3.new(1, 1, 1)
150-
        s.SoundId="rbxassetid://"..id
150+
                wave2.TopSurface = "Smooth"
151-
        s.PlayOnRemove=true
151+
                wave2.BottomSurface = "Smooth"
152-
        return s
152+
                wave2.Transparency = 0.35
153
                wave2.CFrame = fx.CFrame
154
                wave2.Material = "Neon"
155-
function newRay(start,face,range,wat)
155+
                wm2 = Instance.new("SpecialMesh", wave2)
156-
        local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
156+
                wm2.MeshType = "FileMesh"
157-
        hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
157+
                wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
158-
        return rey,hit,pos
158+
                wm2.Scale = Vector3.new(1,1,1)
159
                local wave3 = Instance.new("Part", torso)
160
                wave3.BrickColor = BrickColor.new("Really black")
161
                wave3.Anchored = true
162
                wave3.CanCollide = false
163
                wave3.Locked = true
164
                wave3.Size = Vector3.new(1, 1, 1)
165
                wave3.TopSurface = "Smooth"
166-
for i,v in pairs(hed:children()) do
166+
                wave3.BottomSurface = "Smooth"
167-
    if v:IsA("Sound") then
167+
                wave3.Transparency = 0.35
168
                wave3.CFrame = fx.CFrame
169
                wave3.Material = "Neon"
170
                wm3 = Instance.new("SpecialMesh", wave3)
171
                wm3.MeshType = "FileMesh"
172-
function HasntTouched(plrname)
172+
                wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
173-
local ret = true
173+
                wm3.Scale = Vector3.new(1,1,1)
174-
for _, v in pairs(Touche) do
174+
175-
if v == plrname then
175+
                for i = 1, 18, 1 do
176-
ret = false
176+
                value = value - 0.5
177
                value2 = value2 - 0.75*1.5
178
                value3 = value3 - 0.475*1.5
179-
return ret
179+
                wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
180
                wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
181
                wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
182-
larm.Size = larm.Size * 2
182+
                --wave.Size = wm.Scale
183-
rarm.Size = rarm.Size * 2
183+
                wave.CFrame = fx.CFrame
184-
lleg.Size = lleg.Size * 2
184+
                wave.Transparency = i/14
185-
rleg.Size = rleg.Size * 2
185+
                --wave2.Size = wm2.Scale
186-
torso.Size = torso.Size * 2
186+
                wave2.CFrame = fx.CFrame
187-
hed.Size = hed.Size * 2
187+
                wave2.Rotation = Vector3.new(90, 0, 0)
188-
root.Size = root.Size * 2
188+
                wave2.Transparency = i/14
189
                --wave3.Size = wm3.Scale
190
                wave3.CFrame = fx.CFrame
191
                wave3.Rotation = Vector3.new(90, 0, 0)
192
                wave3.Transparency = i/14
193
                wait()
194
                glowz.Rate = 0
195
                
196
                end
197
                wait()
198
                wave:Destroy()
199
                wave2:Destroy()
200
                wave3:Destroy()
201
        end)()
202-
hed.face.Texture = "rbxassetid://272299908"
202+
        elseif Transforming == false then
203-
z=Instance.new('Decal',hed)
203+
204-
z.Face = 'Front'
204+
205-
z.Texture='rbxassetid://99174105'
205+
206-
z1=Instance.new('Decal',hed)
206+
207-
z1.Face = 'Right'
207+
for i = 1, 100 do rs:wait()
208-
hed.BrickColor = BrickColor.new("Really black")
208+
        fx.CFrame = torso.CFrame
209-
lite = Instance.new("PointLight", torso)
209+
210-
lite.Brightness = 14
210+
211-
lite.Range = 10
211+
Spawn(function()
212-
lite.Color = Color3.new(1, 0, 0)
212+
	while wait(1) do
213-
--[[local hed2 = hed:Clone()
213+
		GroundWave()
214-
hed2.CanCollide = false
214+
	end
215-
hed2.Parent = char
215+
216-
hed2:ClearAllChildren()
216+
217-
hed2.Transparency = 1
217+
wait(4)
218-
hed2.Name = "DARP"
218+
219-
local w = Instance.new("Weld",hed2)
219+
Transforming = false
220-
w.Part0 = hed
220+
221-
w.Part1 = hed2
221+
local value2 = 1
222-
w.C0 = CFrame.new(0,0,-0.175)
222+
for i = 1, 20 do rs:wait()
223-
z=Instance.new("SurfaceGui",hed2)
223+
        value2 = value2 - 0.05
224-
z.Enabled = true
224+
        glowz.Rate = 0
225-
z.Face = "Front"
225+
     
226-
z.Adornee = hed2
226+
        fx.Transparency = fx.Transparency + (1/20)
227-
z.CanvasSize = Vector2.new(100,100)
227+
        fx.CFrame = torso.CFrame
228-
local face = Instance.new("ImageLabel",z)
228+
        fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
229-
face.Size = UDim2.new(1,-30,1,0)
229+
        rs:wait()
230-
face.Position = UDim2.new(0,15,0,0)
230+
231-
face.BackgroundTransparency = 1
231+
glowz:Destroy()
232-
face.Image='rbxassetid://46282671']]--
232+
233
234
local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
235-
z.SoundId = "rbxassetid://303570180"--242463565
235+
        local valuer = 5
236
        local valuer2 = 10
237-
z.Pitch = .6
237+
        local valuer3 = 15
238-
z.Volume = 1
238+
local sa2 = Instance.new("Sound",torso)
239-
wait(.01)
239+
sa2.SoundId = "rbxassetid://130972023"
240
sa2.Pitch = 1
241
sa2.Volume = 5
242-
local l = game.Lighting
242+
sa2.Looped = false
243-
local sky = Instance.new("Sky",l)
243+
sa2:Play()
244-
sky.CelestialBodiesShown = false
244+
local sar2 = Instance.new("Sound",torso)
245-
sky.SkyboxBk = "http://www.roblox.com/asset/?id=156925041"
245+
sar2.SoundId = "rbxassetid://153274423"
246-
sky.SkyboxDn = "http://www.roblox.com/asset/?id=156925047"
246+
sar2.Pitch = 1
247-
sky.SkyboxFt = "http://www.roblox.com/asset/?id=156925045"
247+
sar2.Volume = 5
248-
sky.SkyboxLf = "http://www.roblox.com/asset/?id=156925043"
248+
sar2.Looped = false
249-
sky.SkyboxRt = "http://www.roblox.com/asset/?id=156925038"
249+
sar2:Play()
250-
sky.SkyboxUp = "http://www.roblox.com/asset/?id=156925055"
250+
        local wave = Instance.new("Part", torso)
251-
sky.StarCount = 0
251+
        wave.BrickColor = BrickColor.new("Lime green")
252-
sky.Name = "GreenSpace"
252+
        wave.Anchored = true
253
        wave.CanCollide = false
254-
local m = Instance.new("Model")
254+
        wave.Locked = true
255-
m.Name = "Absolution"
255+
        wave.Size = Vector3.new(1, 1, 1)
256
        wave.TopSurface = "Smooth"
257-
p1.BrickColor = BrickColor.new("Bright blue")
257+
        wave.BottomSurface = "Smooth"
258-
p1.Material = "Neon"
258+
        wave.Transparency = 0.35
259
        wave.CFrame = HandCF
260-
p1.Size = Vector3.new(1, 0.600000024, 1.5)
260+
        wm = Instance.new("SpecialMesh", wave)
261-
p1.CFrame = CFrame.new(67.4994888, 12.1560526, 73.0205841, 0.999972522, -3.59117985e-005, -8.00192356e-006, -1.39250187e-005, 0.358383715, -0.933530986, 5.28097153e-005, 0.933500648, 0.358406395)
261+
        wm.MeshId = "rbxassetid://3270017"
262
        local wave2 = Instance.new("Part", torso)
263
        wave2.BrickColor = BrickColor.new("Really black")
264-
p1.Elasticity = 0
264+
        wave2.Anchored = true
265-
p1.BottomSurface = Enum.SurfaceType.Smooth
265+
        wave2.CanCollide = false
266-
p1.TopSurface = Enum.SurfaceType.Smooth
266+
        wave2.Locked = true
267
        wave2.Size = Vector3.new(1, 1, 1)
268
        wave2.TopSurface = "Smooth"
269
        wave2.BottomSurface = "Smooth"
270-
b1.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
270+
        wave2.Transparency = 0.35
271
        wave2.CFrame = HandCF
272
        wm2 = Instance.new("SpecialMesh", wave2)
273
        wm2.MeshId = "rbxassetid://3270017"
274-
p2.Size = Vector3.new(1, 2.9000001, 1)
274+
        local wave3 = Instance.new("Part", torso)
275-
p2.CFrame = CFrame.new(67.4995728, 11.7633543, 74.2129135, -1.30959779e-005, 2.79811252e-006, 0.999972522, 0.961226642, 0.275612593, -7.50799518e-006, -0.275637805, 0.96119839, 1.01176247e-005)
275+
        wave3.BrickColor = BrickColor.new("Lime green")
276
        wave3.Anchored = true
277
        wave3.CanCollide = false
278-
p2.Elasticity = 0
278+
        wave3.Locked = true
279-
p2.BottomSurface = Enum.SurfaceType.Smooth
279+
        wave3.Size = Vector3.new(1, 1, 1)
280-
p2.TopSurface = Enum.SurfaceType.Smooth
280+
        wave3.TopSurface = "Smooth"
281
        wave3.BottomSurface = "Smooth"
282
        wave3.Transparency = 0.35
283-
b2.Scale = Vector3.new(0.400000006, 1, 0.400000006)
283+
        wave3.CFrame = HandCF
284
        wm3 = Instance.new("SpecialMesh", wave3)
285-
p3.BrickColor = BrickColor.new("Bright blue")
285+
        wm3.MeshId = "rbxassetid://3270017"
286-
p3.Material = "Neon"
286+
        coroutine.wrap(function()
287
        for i = 1, 14, 1 do
288-
p3.Size = Vector3.new(1, 1.20000005, 2.0999999)
288+
        valuer = valuer - 0.35
289-
p3.CFrame = CFrame.new(67.4994965, 12.6401453, 73.9670334, 0.999972522, -3.52207899e-005, -8.10639358e-006, -1.61500211e-005, 0.309035271, -0.951007903, 5.24176576e-005, 0.950978875, 0.309059501)
289+
        valuer2 = valuer - 0.45
290
        valuer3 = valuer3 - 0.475
291
        wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
292-
p3.Elasticity = 0
292+
        wave.Size = wm.Scale
293-
p3.BottomSurface = Enum.SurfaceType.Smooth
293+
        wave.CFrame = HandCF
294-
p3.TopSurface = Enum.SurfaceType.Smooth
294+
        wave.Transparency = i/14
295
        wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
296-
b3.MeshType = Enum.MeshType.Wedge
296+
        wave2.Size = wm2.Scale
297
        wave2.CFrame = HandCF
298-
b3.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
298+
        wave2.Transparency = i/14
299
        wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
300-
p4.BrickColor = BrickColor.new("Bright blue")
300+
        wave3.Size = wm2.Scale
301-
p4.Material = "Neon"
301+
        wave3.CFrame = HandCF
302
        wave3.Transparency = i/14
303-
p4.Size = Vector3.new(1, 1.43999994, 2.05000019)
303+
304-
p4.CFrame = CFrame.new(67.4995575, 11.8683414, 76.1565704, 0.999972522, -2.5085672e-005, -1.53700166e-005, -4.86194367e-005, -0.800831437, -0.598821938, 1.9131101e-005, 0.598835468, -0.800796151)
304+
305
        wait()
306
        wave:Destroy()
307-
p4.Elasticity = 0
307+
        wave2:Destroy()
308-
p4.BottomSurface = Enum.SurfaceType.Smooth
308+
309-
p4.TopSurface = Enum.SurfaceType.Smooth
309+
hum.WalkSpeed = 16
310
--------------------
311-
b4.MeshType = Enum.MeshType.Wedge
311+
312
------------
313-
b4.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
313+
fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
314
fire.Color = Color3.new(0,1,0)
315-
p5.BrickColor = BrickColor.new("Bright blue")
315+
fire.SecondaryColor = Color3.new(0,1,0)
316-
p5.Material = "Neon"
316+
fire.Enabled = true
317
--------------------------------------------------------------------------------------------------------
318-
p5.Size = Vector3.new(1, 1.20000005, 3.20000005)
318+
plr=game:service'Players'.LocalPlayer
319-
p5.CFrame = CFrame.new(67.4995193, 13.241991, 74.8357468, 0.999972522, -3.59118021e-005, -8.00191992e-006, -1.39250224e-005, 0.358383656, -0.933530807, 5.2809708e-005, 0.933500469, 0.358406246)
319+
chr=plr.Character
320
local ms = plr:GetMouse()
321
CV="Bright red"
322-
p5.Elasticity = 0
322+
323-
p5.BottomSurface = Enum.SurfaceType.Smooth
323+
local txt = Instance.new("BillboardGui", chr)
324-
p5.TopSurface = Enum.SurfaceType.Smooth
324+
txt.Adornee = chr.Head
325
txt.Name = "_status"
326
txt.Size = UDim2.new(4, 0, 2.5, 0)
327
txt.StudsOffset = Vector3.new(-4, 2, 0)
328-
b5.Scale = Vector3.new(0.400000006, 0.600000024, 0.699999928)
328+
local text = Instance.new("TextLabel", txt)
329
text.Size = UDim2.new(3, 0, 0.5, 0)
330-
p6.Name = "Handle"
330+
text.FontSize = "Size24"
331
text.TextScaled = true
332
text.TextTransparency = 0
333-
p6.Size = Vector3.new(1.5999999, 13.6000004, 1)
333+
text.BackgroundTransparency = 1
334-
p6.CFrame = CFrame.new(67.5017471, 11.2780685, 66.1421967, -1.18190947e-005, 6.28741009e-006, 0.999972522, 0.99995929, -1.39772892e-005, -7.50630716e-006, -1.79708004e-005, 0.999939024, 1.01296728e-005)
334+
text.TextTransparency = 0
335
text.TextStrokeTransparency = 0
336
text.Font = "Bodoni"
337-
p6.Elasticity = 0
337+
text.TextStrokeColor3 = Color3.new(0,1,0)
338-
p6.BottomSurface = Enum.SurfaceType.Smooth
338+
text.Text = "Pumpkin Overseer" 
339-
p6.TopSurface = Enum.SurfaceType.Smooth
339+
--------------------------------------------------------
340
char["Body Colors"].HeadColor = BrickColor.new("Really black")
341
char["Body Colors"].TorsoColor = BrickColor.new("Really black")
342-
b6.Scale = Vector3.new(0.400000006, 1, 0.400000006)
342+
char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
343
char["Body Colors"].RightArmColor = BrickColor.new("Really black")
344-
p7.BrickColor = BrickColor.new("Bright blue")
344+
--------------------------------------------------------------
345-
p7.Material = "Neon"
345+
fat = Instance.new("BindableEvent",script)
346
fat.Name = "Heartbeat"
347-
p7.Size = Vector3.new(1, 1.00999999, 1.05000019)
347+
348-
p7.CFrame = CFrame.new(67.5174179, 10.5228004, 76.3114471, 0.999972522, -2.76626724e-005, -6.72184569e-006, -4.7347472e-005, -0.91489929, -0.403581172, 2.14323372e-005, 0.403602213, -0.914867818)
348+
script:WaitForChild("Heartbeat")
349
350
frame = 1/30
351-
p7.Elasticity = 0
351+
tf = 0
352-
p7.BottomSurface = Enum.SurfaceType.Smooth
352+
allowframeloss = 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.
353-
p7.TopSurface = Enum.SurfaceType.Smooth
353+
tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
354
lastframe = tick()
355
script.Heartbeat:Fire() --ayy lmao
356
357-
b7.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
357+
game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
358
	tf = tf + s
359-
p8.BrickColor = BrickColor.new("Bright blue")
359+
	if tf >= frame then
360-
p8.Material = "Neon"
360+
		if allowframeloss then
361
			script.Heartbeat:Fire()
362-
p8.Size = Vector3.new(1, 1.00999999, 1.05000019)
362+
			lastframe=tick()
363-
p8.CFrame = CFrame.new(67.5074387, 8.51285458, 76.8714371, 0.999972522, -2.76626724e-005, -6.72184387e-006, -4.73474684e-005, -0.91489917, -0.403581113, 2.14323354e-005, 0.403602153, -0.914867699)
363+
		else
364
			--print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
365
			for i=1, math.floor(tf/frame) do
366-
p8.Elasticity = 0
366+
				script.Heartbeat:Fire()
367-
p8.BottomSurface = Enum.SurfaceType.Smooth
367+
			end
368-
p8.TopSurface = Enum.SurfaceType.Smooth
368+
			lastframe=tick()
369
		end
370-
b8.MeshType = Enum.MeshType.Wedge
370+
		if tossremainder then
371
			tf = 0
372-
b8.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
372+
		else
373
			tf = tf - frame * math.floor(tf/frame)
374
		end
375
	end
376-
p9.Size = Vector3.new(1, 1.07999957, 1)
376+
377-
p9.CFrame = CFrame.new(67.5095749, 7.1092, 74.5051422, -2.60536999e-005, -5.21559741e-006, 0.999972522, 0.35323599, -0.935490847, -1.50012565e-005, 0.935460567, 0.353258699, 4.2632455e-005)
377+
378
for i,v in pairs(char:children()) do
379
    if v:IsA("Hat") then
380-
p9.Elasticity = 0
380+
381-
p9.BottomSurface = Enum.SurfaceType.Smooth
381+
382-
p9.TopSurface = Enum.SurfaceType.Smooth
382+
383
for i,v in pairs (hed:GetChildren()) do
384
	if v:IsA("Sound") then
385-
b9.Scale = Vector3.new(0.550000012, 1, 0.550000012)
385+
		v:Destroy()
386
	end
387
end
388
----------------------------------------------------
389-
p10.Size = Vector3.new(1, 1.41999948, 1)
389+
390-
p10.CFrame = CFrame.new(67.489624, 8.67401791, 72.7929764, -9.47785156e-006, -9.42233055e-006, 0.999972522, 0.292371064, 0.956263304, -7.54374832e-006, -0.956253231, 0.292334616, 1.01081387e-005)
390+
391
CanJoke = true;
392
NoIdl = false;
393-
p10.Elasticity = 0
393+
394-
p10.BottomSurface = Enum.SurfaceType.Smooth
394+
395-
p10.TopSurface = Enum.SurfaceType.Smooth
395+
396
}
397
----------------------------------------------------
398-
b10.Scale = Vector3.new(0.400000006, 1, 0.400000006)
398+
399
    weeld=Instance.new("Weld", part0)
400
    weeld.Part0=part0
401
    weeld.Part1=part1
402-
p11.Size = Vector3.new(1, 1.50999951, 1)
402+
403-
p11.CFrame = CFrame.new(67.509552, 7.11887455, 70.3475952, -1.87569385e-005, 1.80455972e-005, 0.999972522, -0.36222899, -0.932047009, -9.30004444e-006, 0.932039678, -0.362191886, 4.04359016e-005)
403+
404
    return weeld
405
end
406-
p11.Elasticity = 0
406+
407-
p11.BottomSurface = Enum.SurfaceType.Smooth
407+
function NewPart(prnt,siz,cf,trans,anc,mat,col)
408-
p11.TopSurface = Enum.SurfaceType.Smooth
408+
	local prt=Instance.new("Part")
409
	prt.Parent=prnt
410
	prt.Name="Part"
411-
b11.Scale = Vector3.new(0.550000012, 1, 0.550000012)
411+
	prt.Size=siz
412
	prt.CanCollide=false
413-
p12.Name = "BladeCenter"
413+
	prt.Anchored=anc
414-
p12.BrickColor = BrickColor.new("Dark stone grey")
414+
	prt.Locked=true
415-
p12.Material = Enum.Material.Concrete
415+
	prt.Transparency = trans
416-
p12.FormFactor = Enum.FormFactor.Symmetric
416+
	prt.TopSurface=10
417-
p12.Size = Vector3.new(1, 2, 2)
417+
	prt.BottomSurface=10
418-
p12.CFrame = CFrame.new(67.4995346, 6.83217764, 72.2514038, -0.999972522, 2.42275873e-005, 0.000103325896, -8.39982677e-005, 4.44650614e-005, -0.999960959, -4.06451727e-005, -0.999940753, -1.25430051e-005)
418+
	prt.FrontSurface=10
419
	prt.BackSurface=10
420
	prt.LeftSurface=10
421-
p12.BottomSurface = Enum.SurfaceType.Smooth
421+
	prt.RightSurface=10
422-
p12.TopSurface = Enum.SurfaceType.Smooth
422+
	prt:BreakJoints()
423
	prt.CFrame=cf or CFrame.new(30,10,30)
424
	prt.Material=mat
425
	prt.BrickColor=BrickColor.new(col)
426-
b12.Scale = Vector3.new(0.499999911, 1, 0.699999928)
426+
	m=Instance.new("SpecialMesh",prt)
427
	m.MeshType=6
428
	return prt
429
end
430-
p13.Size = Vector3.new(2.91000009, 4.3300004, 1)
430+
431-
p13.CFrame = CFrame.new(67.5096359, 9.31026554, 73.9751816, 7.60371313e-006, 1.0943455e-005, 0.999972522, -0.119072244, -0.99284631, -7.55448127e-006, 0.992830038, -0.119038157, 1.01703836e-005)
431+
432
	return a + (b - a)*t
433
end
434-
p13.Elasticity = 0
434+
435-
p13.BottomSurface = Enum.SurfaceType.Smooth
435+
436-
p13.TopSurface = Enum.SurfaceType.Smooth
436+
	dot = a:Dot(b)
437
	if dot > 0.99999 or dot < -0.99999 then
438
		return t <= 0.5 and a or b
439-
b13.Scale = Vector3.new(1, 1, 0.400000006)
439+
	else
440
		r = math.acos(dot)
441
		return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
442
	end
443-
p14.Size = Vector3.new(2.5, 2.17999935, 1)
443+
444-
p14.CFrame = CFrame.new(67.4896011, 10.1621294, 72.6420059, -1.55498967e-007, -1.33476442e-005, 0.999972522, -0.462319613, 0.886669755, -7.56198779e-006, -0.886637092, -0.462338567, 1.01078904e-005)
444+
445
function matrixInterpolate(a, b, t)
446
	local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
447-
p14.Elasticity = 0
447+
	local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
448-
p14.BottomSurface = Enum.SurfaceType.Smooth
448+
	local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
449-
p14.TopSurface = Enum.SurfaceType.Smooth
449+
	local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
450
	local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
451
	local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
452-
b14.Scale = Vector3.new(0.400000006, 1, 0.400000006)
452+
	local t = v1:Dot(v2)
453
	if not (t < 0 or t == 0 or t > 0) then 	-- Failsafe
454
		return CFrame.new()
455
	end
456-
p15.Size = Vector3.new(1.16999996, 4.2699995, 1)
456+
	return CFrame.new(
457-
p15.CFrame = CFrame.new(67.5095901, 9.35303593, 70.6884613, -1.24399676e-005, -4.94209144e-006, 0.999972522, 0.645082474, 0.764063478, -7.52419282e-006, -0.764068604, 0.645045042, 1.0099785e-005)
457+
	v0.x, v0.y, v0.z,
458
	v1.x, v1.y, v1.z,
459
	v2.x, v2.y, v2.z,
460-
p15.Elasticity = 0
460+
	v3.x, v3.y, v3.z)
461-
p15.BottomSurface = Enum.SurfaceType.Smooth
461+
462-
p15.TopSurface = Enum.SurfaceType.Smooth
462+
463
function genWeld(a,b)
464
    local w = Instance.new("Weld",a)
465-
b15.Scale = Vector3.new(1, 1, 0.400000006)
465+
466
    w.Part1 = b
467
    return w
468
end
469-
p16.Size = Vector3.new(1.68999994, 4.76000023, 1)
469+
470-
p16.CFrame = CFrame.new(67.4996033, 9.63990211, 75.3800278, 2.98175655e-006, 1.30014914e-005, 0.999972522, 0.258795738, -0.965893507, -7.53869244e-006, 0.965865672, 0.258821338, 1.01718706e-005)
470+
471
    weld.Name = "W"
472
    weld.Part0 = a
473-
p16.Elasticity = 0
473+
474-
p16.BottomSurface = Enum.SurfaceType.Smooth
474+
475-
p16.TopSurface = Enum.SurfaceType.Smooth
475+
476
    return weld;
477
end
478-
b16.Scale = Vector3.new(1, 1, 0.400000006)
478+
479
function Lerp(c1,c2,al)
480
	local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
481
	local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
482-
p17.Size = Vector3.new(1.78999996, 4.21999979, 1)
482+
	for i,v in pairs(com1) do 
483-
p17.CFrame = CFrame.new(67.499588, 9.28996372, 69.8789978, -9.50601952e-006, -9.41252802e-006, 0.999972522, 0.293352425, 0.955965877, -7.53842551e-006, -0.955955863, 0.293315947, 1.00904235e-005)
483+
		com1[i] = v+(com2[i]-v)*al
484
	end
485
	return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
486-
p17.Elasticity = 0
486+
487-
p17.BottomSurface = Enum.SurfaceType.Smooth
487+
488-
p17.TopSurface = Enum.SurfaceType.Smooth
488+
489
	local wld = Instance.new("Weld", wp1)
490
	wld.Part0 = wp0
491-
b17.Scale = Vector3.new(1, 1, 0.400000006)
491+
	wld.Part1 = wp1
492-
p18 = Instance.new("WedgePart", m)
492+
	wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
493-
p18.BrickColor = BrickColor.new("Dark stone grey")
493+
494-
p18.Name = "BladePart1"
494+
495-
p18.Material = Enum.Material.Concrete
495+
496-
p18.Name = "Wedge"
496+
497-
p18.FormFactor = Enum.FormFactor.Symmetric
497+
498-
p18.Size = Vector3.new(1, 4, 2)
498+
499-
p18.CFrame = CFrame.new(67.499321, 6.83199787, 69.4816895, 0.999972522, -3.68033288e-005, -4.22928351e-005, 2.29664256e-005, -1.65102574e-005, 0.999963701, -2.03872096e-005, -0.999943435, -4.84290831e-005)
499+
500
newWeld(torso, lleg, -0.5, -1, 0)
501
lleg.Weld.C1 = CFrame.new(0, 1, 0)
502-
p18.BottomSurface = Enum.SurfaceType.Smooth
502+
503-
p18.TopSurface = Enum.SurfaceType.Smooth
503+
504
newWeld(root, torso, 0, -1, 0)
505-
b18.MeshType = Enum.MeshType.Wedge
505+
506
----------------------------------------------------
507-
b18.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
507+
508-
p19 = Instance.new("WedgePart", m)
508+
hed.face.Texture = "http://www.roblox.com/asset/?id=0"
509-
p19.BrickColor = BrickColor.new("Dark stone grey")
509+
hed.Transparency = 1
510-
p19.Name = "BladePart2"
510+
511-
p19.Material = Enum.Material.Concrete
511+
-----------------------
512
LittleWave = function()
513-
p19.FormFactor = Enum.FormFactor.Symmetric
513+
    local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
514-
p19.Size = Vector3.new(1, 4, 2)
514+
    local Colors = {"Lime green", "Black","Really black"} 
515-
p19.CFrame = CFrame.new(67.4994736, 6.83213568, 75.0314102, -0.999972522, 3.68059118e-005, -0.000103325001, -8.40002976e-005, -4.4521752e-005, 0.999963701, 2.03864402e-005, 0.999943435, 1.26029336e-005)
515+
        local wave = Instance.new("Part", torso)
516
        
517
518-
p19.BottomSurface = Enum.SurfaceType.Smooth
518+
        wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])    
519-
p19.TopSurface = Enum.SurfaceType.Smooth
519+
520
        
521
        wave.Anchored = true
522
        wave.CanCollide = false
523-
b19.Scale = Vector3.new(0.499999911, 0.899999976, 0.699999928)
523+
        wave.Material = "Neon"
524
        wave.Locked = true
525
        wave.Size = Vector3.new(1, 1, 1)
526
        wave.TopSurface = "Smooth"
527-
p20.Size = Vector3.new(2.53000021, 2.39999938, 1)
527+
        wave.BottomSurface = "Smooth"
528-
p20.CFrame = CFrame.new(67.4996414, 7.91898966, 71.4148178, -1.09432585e-005, 7.6432425e-006, 0.999972522, 0.992849231, -0.119072601, -7.55000656e-006, 0.119038492, 0.992832959, 1.01311334e-005)
528+
        wave.Transparency = 0.35
529
        wave.CFrame = HandCF
530
        wm = Instance.new("SpecialMesh", wave)
531-
p20.Elasticity = 0
531+
        wm.MeshId = "rbxassetid://3270017"
532-
p20.BottomSurface = Enum.SurfaceType.Smooth
532+
        coroutine.wrap(function()
533-
p20.TopSurface = Enum.SurfaceType.Smooth
533+
        for i = 1, 14, 1 do
534
        wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
535
        wave.Size = wm.Scale
536-
b20.Scale = Vector3.new(0.400000006, 1, 0.400000006)
536+
        wave.CFrame = HandCF
537
        wave.Transparency = i/14
538-
p21.BrickColor = BrickColor.new("Bright blue")
538+
539-
p21.Material = "Neon"
539+
540
        wait()
541-
p21.Size = Vector3.new(1, 1.43999994, 1.59000015)
541+
        wave:Destroy()
542-
p21.CFrame = CFrame.new(67.509613, 9.57073689, 76.6228256, 0.999972522, -2.50856156e-005, -1.53699839e-005, -4.86196222e-005, -0.800835371, -0.598824739, 1.91311228e-005, 0.59883821, -0.800800025)
542+
    end)()
543
end
544
 Spawn(function()
545-
p21.Elasticity = 0
545+
    while wait(.8) do
546-
p21.BottomSurface = Enum.SurfaceType.Smooth
546+
        LittleWave()    
547-
p21.TopSurface = Enum.SurfaceType.Smooth
547+
548
end)
549
550
-----------------------------
551-
b21.Scale = Vector3.new(0.300000012, 0.600000024, 0.699999988)
551+
552
------------------------
553
554
-------------------------
555-
w1.C0 = CFrame.new(-67.5030899, -72.5280457, -14.8209743, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
555+
556
557-
w1.C1 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
557+
558
z = Instance.new("Sound", char)
559
z.SoundId = "rbxassetid://435750418"
560
z.Looped = true
561-
w2.C0 = CFrame.new(9.14727688, -74.5847855, -67.5001221, -4.37113883e-008, 0.961261749, -0.27563718, 0, 0.27563718, 0.961261749, 1, 4.20180868e-008, -1.2048484e-008)
561+
562
z.Volume = 7
563-
w2.C1 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
563+
564
z:Play()
565
----------------------------------------------------
566
567-
w3.C0 = CFrame.new(-67.5030823, -74.2541809, -10.8368053, 1, -8.59976626e-006, 4.22903977e-005, -3.75621021e-005, 0.30906105, 0.951042175, -2.12490559e-005, -0.951042175, 0.30906105)
567+
568
---------------------
569-
w3.C1 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
569+
570
New = function(Object, Parent, Name, Data)
571
	local Object = Instance.new(Object)
572
	for Index, Value in pairs(Data or {}) do
573-
w4.C0 = CFrame.new(-67.5002975, -36.1002579, 68.1035233, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
573+
		Object[Index] = Value
574
	end
575-
w4.C1 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
575+
	Object.Parent = Parent
576
	Object.Name = Name
577
	return Object
578
end
579-
w5.C0 = CFrame.new(-67.5031891, -74.611969, -14.457736, 1, -6.37466928e-006, 4.26825172e-005, -3.75621021e-005, 0.358411252, 0.933563769, -2.12490559e-005, -0.933563769, 0.358411252)
579+
580
--reaper hat
581-
w5.C1 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
581+
for _,x in pairs(char:children()) do
582
if x:IsA('Hat') then x:remove() end
583
if x:IsA('Shirt') then x:remove() end
584
if x:IsA('Pants') then x:remove() end
585-
w6.C0 = CFrame.new(-11.2799978, -66.1456223, -67.5023346, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015)
585+
586
 
587-
w6.C1 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
587+
local h = Instance.new('Part',  char)
588
h.Name = 'DK Hood'
589
h.Size = Vector3.new(0.5,0.5,0.5)
590
h.CFrame = hed.CFrame
591-
w7.C0 = CFrame.new(-67.5183792, -21.1694489, 74.0717163, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
591+
h.CanCollide = false
592
--
593-
w7.C1 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
593+
newWeld(hed, h, 0, 0.35, 0)
594
--
595
local m = Instance.new('SpecialMesh', h)
596
m.Name = "Reaper's Cowl"
597-
w8.C0 = CFrame.new(-67.508461, -23.234499, 73.7728119, 1, -3.97989206e-005, 1.13026372e-005, -4.09751265e-005, -0.91493088, 0.403610349, -5.72212457e-006, -0.403610349, -0.91493088)
597+
m.MeshType = 'FileMesh'
598
m.Scale = Vector3.new(0.5,0.5,0.5)
599-
w8.C1 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
599+
m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
600
m.VertexColor = Vector3.new(1,1,1)
601
local shirt = Instance.new("Shirt",p.Character)
602
local pants = Instance.new("Pants",p.Character)
603-
w9.C0 = CFrame.new(-72.2151413, -19.6674671, -67.5124359, -2.77766703e-005, 0.353263557, 0.935524285, -1.84533783e-005, -0.935524285, 0.353263557, 1, -7.4510931e-006, 3.25046385e-005)
603+
shirt.ShirtTemplate = "rbxassetid://233027251"
604
pants.PantsTemplate = "rbxassetid://149639608"
605-
w9.C1 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
605+
--Left Arm
606
m = Instance.new("Model")
607
m.Name = "LeftArm"
608
p1 = Instance.new("Part", m)
609-
w10.C0 = CFrame.new(67.0792923, -29.5803547, -67.4901428, -2.24114753e-008, 0.292369425, -0.956305802, 3.04095332e-010, 0.956305802, 0.292369425, 1, 6.26159258e-009, -2.15211493e-008)
609+
p1.BrickColor = BrickColor.new("Lime green")
610
p1.Material = Enum.Material.Granite
611-
w10.C1 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
611+
p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
612
p1.Size = Vector3.new(1, 0.200000048, 1)
613
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
614
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
615-
w11.C0 = CFrame.new(-62.9921722, 32.1197624, -67.5121918, -2.88835581e-005, -0.362230271, 0.932088912, 9.3476192e-006, -0.932088912, -0.362230271, 1, -1.74967965e-006, 3.03080251e-005)
615+
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
616
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
617-
w11.C1 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
617+
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
618
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
619
b1 = Instance.new("SpecialMesh", p1)
620
b1.MeshType = Enum.MeshType.Brick
621-
w12.C0 = CFrame.new(67.5028763, 72.2527161, 6.8300252, -1, -9.15522687e-005, -3.05189751e-005, 3.05161811e-005, 3.05189751e-005, -1, 9.15532e-005, -1, -3.05161811e-005)
621+
622
b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
623-
w12.C1 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
623+
624
p2.BrickColor = BrickColor.new("Lime green")
625
p2.Material = Enum.Material.Granite
626
p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
627-
w13.C0 = CFrame.new(-72.3439255, 18.054121, -67.5101624, -4.09776035e-008, -0.11906305, 0.992886722, 4.05430745e-010, -0.992886722, -0.11906305, 1, -4.47637571e-009, 4.0734399e-008)
627+
p2.Size = Vector3.new(1, 0.200000048, 1)
628
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
629-
w13.C1 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
629+
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
630
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
631
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
632
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
633-
w14.C0 = CFrame.new(69.1140671, 24.5752277, -67.4901428, -2.4837334e-008, -0.462350011, -0.886697888, 5.64353009e-010, 0.886697888, -0.462350011, 1, -1.19839818e-008, -2.17623022e-008)
633+
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
634
b2 = Instance.new("SpecialMesh", p2)
635-
w14.C1 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
635+
b2.MeshType = Enum.MeshType.Brick
636
b2.Name = "Mesh"
637
b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
638
p3 = Instance.new("Part", m)
639-
w15.C0 = CFrame.new(47.9809418, -52.7511749, -67.5101318, -3.94735267e-008, 0.64509654, -0.764101744, -4.55740418e-010, 0.764101744, 0.64509654, 1, 2.58124242e-008, -2.98677882e-008)
639+
p3.BrickColor = BrickColor.new("Lime green")
640
p3.Material = Enum.Material.Granite
641-
w15.C1 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
641+
p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
642
p3.Size = Vector3.new(1, 0.200000048, 1)
643
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
644
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
645-
w16.C0 = CFrame.new(-75.3105469, -10.1974039, -67.5001221, -4.37113883e-008, 0.258818924, 0.965925872, 0, -0.965925872, 0.258818924, 1, 1.13133343e-008, 4.22219593e-008)
645+
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
646
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
647-
w16.C1 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
647+
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
648
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
649-
w17.Name = "Wedge_Weld"
649+
650
b3.MeshType = Enum.MeshType.Brick
651-
w17.C0 = CFrame.new(64.0820847, -29.3829937, -67.5001373, -4.09009289e-008, 0.293349952, -0.956005633, 4.38312497e-010, 0.956005633, 0.293349952, 1, 1.15792238e-008, -3.92300876e-008)
651+
652
b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
653-
w17.C1 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
653+
654
p4.BrickColor = BrickColor.new("Black")
655-
w18.Name = "Wedge_Weld"
655+
p4.Material = Enum.Material.SmoothPlastic
656
p4.Name = "LeftArmPlate"
657-
w18.C0 = CFrame.new(-67.4979324, 69.4871521, -6.82958078, 1, 3.05171125e-005, -3.05180438e-005, -3.05171125e-005, -3.05180438e-005, -1, -3.05180438e-005, 1, -3.05171125e-005)
657+
p4.Size = Vector3.new(1, 2, 1)
658
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
659-
w18.C1 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
659+
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
660
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
661
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
662
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
663-
w19.C0 = CFrame.new(67.4982986, -75.0367737, -6.83008671, -1, -9.15532e-005, 3.05161811e-005, 3.05189751e-005, -3.05161811e-005, 1, -9.15522687e-005, 1, 3.05189751e-005)
663+
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
664
b4 = Instance.new("SpecialMesh", p4)
665-
w19.C1 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
665+
b4.MeshType = Enum.MeshType.Brick
666
b4.Name = "Mesh"
667
b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
668
p5 = Instance.new("Part", m)
669-
w20.C0 = CFrame.new(-16.3677292, -69.9670334, -67.5001678, -1.77821063e-010, 0.992886961, 0.119063012, -1.46926671e-009, -0.119063012, 0.992886961, 1, 1.59595731e-012, 1.47997492e-009)
669+
p5.BrickColor = BrickColor.new("Lime green")
670
p5.Material = Enum.Material.Granite
671-
w20.C1 = CFrame.new(-67.5104218, -38.2193756, 67.100563, 1, -4.10709617e-005, 9.00123541e-006, -3.82823673e-005, -0.800855637, 0.598857403, -1.73869594e-005, -0.598857403, -0.800855637)
671+
p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
672-
m.Parent = char
672+
p5.Size = Vector3.new(1, 0.200000048, 1)
673
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
674
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
675-
local cor = Instance.new("Part", char.Absolution)
675+
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
676
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
677
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
678
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
679
b5 = Instance.new("SpecialMesh", p5)
680-
cor.Size = Vector3.new(1, 13, 1)
680+
b5.MeshType = Enum.MeshType.Brick
681
b5.Name = "Mesh"
682
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
683
p6 = Instance.new("Part", m)
684-
corw.Part0 = rarm
684+
p6.BrickColor = BrickColor.new("Lime green")
685
p6.Material = Enum.Material.Granite
686-
corw.C0 = CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
686+
p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
687-
corw.C1 = CFrame.new(0, 0, 0)
687+
p6.Size = Vector3.new(1, 0.200000048, 1)
688-
weld1 = Instance.new("Weld", char.Absolution)
688+
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
689
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
690-
weld1.Part1 = p6
690+
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
691-
weld1.C0 = CFrame.new(0, 0, 0)
691+
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
692
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
693-
hitb = Instance.new("Part", char.Absolution)
693+
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
694-
hitb.Name = "Thingy2"
694+
695-
hitb.Locked = true
695+
b6.MeshType = Enum.MeshType.Brick
696-
hitb.BottomSurface = 0
696+
697-
hitb.CanCollide = false
697+
b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
698-
hitb.Size = Vector3.new(0, 8, 6)
698+
699-
hitb.Transparency = 1
699+
p7.BrickColor = BrickColor.new("Lime green")
700-
hitb.TopSurface = 0
700+
p7.Material = Enum.Material.Granite
701-
weld2 = Instance.new("Weld", char.Absolution)
701+
p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
702-
weld2.Part0 = hitb
702+
703-
weld2.Part1 = p12
703+
p7.Size = Vector3.new(1, 0.200000048, 1)
704-
weld2.C0 = CFrame.new(0, .6, 1)
704+
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
705
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
706-
local m = Instance.new("Model")
706+
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
707-
m.Name = "Claw"
707+
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
708
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
709
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
710
b7 = Instance.new("SpecialMesh", p7)
711-
p1.Size = Vector3.new(1.5, 0.5, 0.5)
711+
b7.MeshType = Enum.MeshType.Brick
712-
p1.CFrame = CFrame.new(2.91120553, 6.79703379, -19.5339718, -0.205515206, -0.209888965, 0.955883741, 0.52527827, -0.847774804, -0.0732159689, 0.825741529, 0.487057745, 0.284480691)
712+
713
b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
714
p8 = Instance.new("Part", m)
715-
p1.BottomSurface = Enum.SurfaceType.Smooth
715+
p8.BrickColor = BrickColor.new("Lime green")
716-
p1.TopSurface = Enum.SurfaceType.Smooth
716+
p8.Material = Enum.Material.Granite
717
p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
718
p8.FormFactor = Enum.FormFactor.Custom
719-
p2 = Instance.new("WedgePart", m)
719+
p8.Size = Vector3.new(1, 0.200000048, 1)
720
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
721
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
722
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
723-
p2.Size = Vector3.new(3, 1, 0.5)
723+
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
724-
p2.CFrame = CFrame.new(2.94872427, 6.13246727, -16.5004997, -5.96046448e-008, -4.47034836e-008, -1.00000358, -1.3615936e-005, 0.99999994, 4.47034836e-008, 1.00000358, 1.41002238e-005, 0)
724+
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
725
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
726
b8 = Instance.new("SpecialMesh", p8)
727-
p2.BottomSurface = Enum.SurfaceType.Smooth
727+
b8.MeshType = Enum.MeshType.Brick
728-
p2.TopSurface = Enum.SurfaceType.Smooth
728+
729
b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
730
p9 = Instance.new("Part", m)
731
p9.BrickColor = BrickColor.new("Lime green")
732-
p3.Size = Vector3.new(1.5, 0.5, 0.5)
732+
p9.Material = Enum.Material.Granite
733-
p3.CFrame = CFrame.new(1.84869456, 6.79700661, -18.5422173, -5.06400113e-008, 1.07230136e-007, 1.00000715, -0.499905825, -0.866079628, -1.1125789e-007, 0.86608547, -0.499910295, -2.17476881e-008)
733+
p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
734
p9.FormFactor = Enum.FormFactor.Custom
735
p9.Size = Vector3.new(1, 0.200000048, 1)
736-
p3.BottomSurface = Enum.SurfaceType.Smooth
736+
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
737-
p3.TopSurface = Enum.SurfaceType.Smooth
737+
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
738-
b2 = Instance.new("BlockMesh", p3)
738+
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
739
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
740-
p4 = Instance.new("WedgePart", m)
740+
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
741
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
742-
p4.Name = "Wedge"
742+
743
b9.MeshType = Enum.MeshType.Brick
744-
p4.Size = Vector3.new(3, 1, 0.5)
744+
745-
p4.CFrame = CFrame.new(0.0487272739, 4.13279819, -16.5004959, -1.62921424e-007, 1.78814929e-007, 1.00001431, -1.2755394e-005, -0.999999762, -1.78813849e-007, 1.00001431, -1.46627426e-005, -7.54998553e-008)
745+
b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
746
p10 = Instance.new("Part", m)
747
p10.BrickColor = BrickColor.new("Black")
748-
p4.BottomSurface = Enum.SurfaceType.Smooth
748+
p10.Material = Enum.Material.SmoothPlastic
749-
p4.TopSurface = Enum.SurfaceType.Smooth
749+
p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
750
p10.FormFactor = Enum.FormFactor.Custom
751
p10.Size = Vector3.new(1, 0.349999994, 1)
752
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
753-
p5.Size = Vector3.new(1.5, 0.5, 0.5)
753+
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
754-
p5.CFrame = CFrame.new(1.84874606, 6.79701567, -19.6422844, -4.29027068e-007, 1.9046513e-007, 1.00001431, 0.500089467, -0.865973532, 2.18601315e-008, 0.865987122, 0.50009501, 3.78533827e-008)
754+
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
755
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
756
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
757-
p5.BottomSurface = Enum.SurfaceType.Smooth
757+
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
758-
p5.TopSurface = Enum.SurfaceType.Smooth
758+
b10 = Instance.new("SpecialMesh", p10)
759-
b3 = Instance.new("BlockMesh", p5)
759+
b10.MeshType = Enum.MeshType.Brick
760
b10.Name = "Mesh"
761
b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
762
p11 = Instance.new("Part", m)
763
p11.BrickColor = BrickColor.new("Black")
764-
p6.Size = Vector3.new(1.5, 0.5, 0.5)
764+
765-
p6.CFrame = CFrame.new(2.61122823, 6.79701757, -18.433939, -0.250001401, 0.0669622123, 0.965941966, -0.491382152, -0.868364573, -0.0669801831, 0.834303975, -0.491393685, 0.249996051)
765+
p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
766
p11.FormFactor = Enum.FormFactor.Custom
767
p11.Size = Vector3.new(1, 0.25, 1)
768-
p6.BottomSurface = Enum.SurfaceType.Smooth
768+
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
769-
p6.TopSurface = Enum.SurfaceType.Smooth
769+
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
770-
b4 = Instance.new("BlockMesh", p6)
770+
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
771
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
772
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
773
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
774
b11 = Instance.new("SpecialMesh", p11)
775-
p7.Size = Vector3.new(3, 1, 1.20000005)
775+
b11.MeshType = Enum.MeshType.Brick
776-
p7.CFrame = CFrame.new(2.59874034, 5.13276958, -16.5005379, -3.27825546e-007, -3.57627869e-007, -1.00001431, -0.000133868307, 0.99999994, 1.49011612e-008, 1.00001442, 0.000135900453, -5.96046448e-008)
776+
777
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
778
p12 = Instance.new("Part", m)
779-
p7.BottomSurface = Enum.SurfaceType.Smooth
779+
p12.BrickColor = BrickColor.new("Black")
780-
p7.TopSurface = Enum.SurfaceType.Smooth
780+
p12.Material = Enum.Material.Metal
781-
b5 = Instance.new("BlockMesh", p7)
781+
p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
782
p12.FormFactor = Enum.FormFactor.Custom
783
p12.Size = Vector3.new(1, 0.25, 1)
784-
p8.BrickColor = BrickColor.new("Bright blue")
784+
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
785-
p8.Material = "Neon"
785+
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
786-
p8.FormFactor = Enum.FormFactor.Symmetric
786+
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
787-
p8.Size = Vector3.new(1, 1, 1)
787+
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
788-
p8.CFrame = CFrame.new(1.84841466, 6.25537968, -20.3997307, -1.42129729e-005, 0.00428489037, -1.00000513, 0.965967655, 0.258660465, 0.00109496934, 0.258668512, -0.965972245, -0.00414247159)
788+
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
789
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
790
b12 = Instance.new("SpecialMesh", p12)
791-
b6 = Instance.new("SpecialMesh", p8)
791+
792-
b6.MeshId = "http://www.roblox.com/Asset/?id=9756362"
792+
793-
b6.TextureId = ""
793+
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
794-
b6.MeshType = Enum.MeshType.FileMesh
794+
795
p13.BrickColor = BrickColor.new("Black")
796-
b6.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
796+
p13.Material = Enum.Material.Metal
797
p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
798
p13.FormFactor = Enum.FormFactor.Custom
799
p13.Size = Vector3.new(1, 0.25, 1)
800-
p9.Size = Vector3.new(1.5, 0.5, 0.5)
800+
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
801-
p9.CFrame = CFrame.new(2.79691935, 3.68131566, -18.264101, -0.277095288, -0.561500967, -0.779720128, 0.631033003, 0.505603611, -0.58835566, 0.724593103, -0.655058563, 0.214224264)
801+
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
802
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
803
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
804-
p9.BottomSurface = Enum.SurfaceType.Smooth
804+
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
805-
p9.TopSurface = Enum.SurfaceType.Smooth
805+
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
806-
b7 = Instance.new("BlockMesh", p9)
806+
b13 = Instance.new("SpecialMesh", p13)
807
b13.MeshType = Enum.MeshType.Brick
808
b13.Name = "Mesh"
809-
p10.BrickColor = BrickColor.new("Bright blue")
809+
b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
810-
p10.Material = "Neon"
810+
811-
p10.FormFactor = Enum.FormFactor.Symmetric
811+
p14.BrickColor = BrickColor.new("Black")
812-
p10.Size = Vector3.new(1, 1, 1)
812+
813-
p10.CFrame = CFrame.new(3.09846497, 6.25236273, -20.2996788, -0.0669716895, 0.254178405, -0.964850724, 0.96595335, 0.258713901, 0.00110733509, 0.249903828, -0.93192625, -0.262850702)
813+
p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
814
p14.FormFactor = Enum.FormFactor.Custom
815
p14.Size = Vector3.new(1, 0.25, 1)
816-
b8 = Instance.new("SpecialMesh", p10)
816+
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
817-
b8.MeshId = "http://www.roblox.com/Asset/?id=9756362"
817+
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
818-
b8.TextureId = ""
818+
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
819-
b8.MeshType = Enum.MeshType.FileMesh
819+
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
820
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
821-
b8.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
821+
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
822
b14 = Instance.new("SpecialMesh", p14)
823
b14.MeshType = Enum.MeshType.Brick
824
b14.Name = "Mesh"
825-
p11.Size = Vector3.new(1.5, 0.5, 0.5)
825+
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
826-
p11.CFrame = CFrame.new(0.386122227, 6.79699421, -18.533905, 0.250022948, -0.0669473261, 0.965937555, -0.491377324, -0.868365645, 0.0670026764, 0.834300399, -0.491393894, -0.250007868)
826+
827
p15.BrickColor = BrickColor.new("Lime green")
828
p15.Material = Enum.Material.Granite
829-
p11.BottomSurface = Enum.SurfaceType.Smooth
829+
p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
830-
p11.TopSurface = Enum.SurfaceType.Smooth
830+
831-
b9 = Instance.new("BlockMesh", p11)
831+
p15.Size = Vector3.new(1, 1, 1)
832
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
833
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
834
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
835
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
836-
p12.Size = Vector3.new(1.5, 0.5, 0.5)
836+
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
837-
p12.CFrame = CFrame.new(1.14871967, 6.79700947, -19.6422291, -4.76837158e-007, 2.83122063e-007, 1.00001442, 0.500089884, -0.865973473, 4.47034836e-008, 0.865987122, 0.500095367, 1.49011612e-008)
837+
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
838
b15 = Instance.new("SpecialMesh", p15)
839
b15.MeshType = Enum.MeshType.Sphere
840-
p12.BottomSurface = Enum.SurfaceType.Smooth
840+
841-
p12.TopSurface = Enum.SurfaceType.Smooth
841+
842-
b10 = Instance.new("BlockMesh", p12)
842+
p16.BrickColor = BrickColor.new("Black")
843
p16.Material = Enum.Material.Metal
844
p16.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)
845
p16.FormFactor = Enum.FormFactor.Custom
846
p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
847-
p13.Size = Vector3.new(1.5, 0.5, 0.5)
847+
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
848-
p13.CFrame = CFrame.new(1.14870512, 6.79699612, -18.5421638, -4.63888163e-008, 5.08347114e-007, 1.00001442, -0.499899268, -0.866083562, -2.18518963e-008, 0.866095126, -0.499908328, 3.78581007e-008)
848+
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
849
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
850
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
851-
p13.BottomSurface = Enum.SurfaceType.Smooth
851+
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
852-
p13.TopSurface = Enum.SurfaceType.Smooth
852+
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
853-
b11 = Instance.new("BlockMesh", p13)
853+
b16 = Instance.new("SpecialMesh", p16)
854
b16.MeshType = Enum.MeshType.Brick
855
b16.Name = "Mesh"
856-
p14.BrickColor = BrickColor.new("Bright blue")
856+
b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
857-
p14.Material = "Neon"
857+
858-
p14.FormFactor = Enum.FormFactor.Symmetric
858+
p17.BrickColor = BrickColor.new("Black")
859-
p14.Size = Vector3.new(1, 1, 1)
859+
p17.Material = Enum.Material.SmoothPlastic
860-
p14.CFrame = CFrame.new(1.14845455, 6.25537348, -20.3996773, -1.42545232e-005, 0.00425684778, -1.00000536, 0.965958476, 0.258694947, 0.00108788908, 0.258703023, -0.965963125, -0.00411536777)
860+
p17.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)
861
p17.FormFactor = Enum.FormFactor.Custom
862
p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
863-
b12 = Instance.new("SpecialMesh", p14)
863+
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
864-
b12.MeshId = "http://www.roblox.com/Asset/?id=9756362"
864+
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
865
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
866
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
867
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
868-
b12.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
868+
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
869
b17 = Instance.new("SpecialMesh", p17)
870-
p15.BrickColor = BrickColor.new("Medium stone grey")
870+
b17.MeshType = Enum.MeshType.Brick
871-
p15.Transparency = 1
871+
872-
p15.Name = "ArmPart"
872+
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
873
p18 = Instance.new("Part", m)
874-
p15.Size = Vector3.new(2, 1, 1)
874+
p18.BrickColor = BrickColor.new("Black")
875-
p15.CFrame = CFrame.new(1.49875152, 5.13257265, -16.0004654, -2.99420208e-007, 4.39002179e-007, 1.00001442, 0.00011029192, -1, 0, 1.00001454, 0.000108176115, 4.42378223e-008)
875+
p18.Material = Enum.Material.SmoothPlastic
876
p18.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)
877
p18.FormFactor = Enum.FormFactor.Custom
878-
p15.BottomSurface = Enum.SurfaceType.Smooth
878+
p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
879-
p15.TopSurface = Enum.SurfaceType.Smooth
879+
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
880-
b13 = Instance.new("BlockMesh", p15)
880+
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
881
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
882
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
883
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
884
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
885-
p16.Size = Vector3.new(3, 1, 2.4000001)
885+
886-
p16.CFrame = CFrame.new(1.49872661, 6.13250732, -16.5007095, -2.98894406e-007, 4.39006953e-007, 1.00001442, 0.000110270419, -1, 4.71678729e-012, 1.00001454, 0.000108154614, 4.37120207e-008)
886+
b18.MeshType = Enum.MeshType.Brick
887
b18.Name = "Mesh"
888
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
889-
p16.BottomSurface = Enum.SurfaceType.Smooth
889+
890-
p16.TopSurface = Enum.SurfaceType.Smooth
890+
p19.BrickColor = BrickColor.new("Black")
891-
b14 = Instance.new("BlockMesh", p16)
891+
p19.Material = Enum.Material.SmoothPlastic
892
p19.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)
893
p19.FormFactor = Enum.FormFactor.Custom
894
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
895
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
896-
p17.Size = Vector3.new(1.5, 0.5, 0.5)
896+
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
897-
p17.CFrame = CFrame.new(2.77308726, 3.37837577, -19.2558823, 0.396035522, -0.497440547, -0.771840453, -0.207958207, 0.770127177, -0.603040278, 0.894391596, 0.399337679, 0.201549783)
897+
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
898
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
899
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
900-
p17.BottomSurface = Enum.SurfaceType.Smooth
900+
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
901-
p17.TopSurface = Enum.SurfaceType.Smooth
901+
902-
b15 = Instance.new("BlockMesh", p17)
902+
b19.MeshType = Enum.MeshType.Brick
903
b19.Name = "Mesh"
904
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
905-
p18.BrickColor = BrickColor.new("Bright blue")
905+
906-
p18.Material = "Neon"
906+
907-
p18.FormFactor = Enum.FormFactor.Symmetric
907+
p20.Material = Enum.Material.SmoothPlastic
908-
p18.Size = Vector3.new(1, 1, 1)
908+
p20.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)
909-
p18.CFrame = CFrame.new(-0.0516102314, 6.25535488, -20.1996384, 0.066943109, -0.245838761, -0.967011333, 0.965954781, 0.258709013, 0.00110003352, 0.249906152, -0.934162259, 0.254788101)
909+
910
p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
911
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
912-
b16 = Instance.new("SpecialMesh", p18)
912+
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
913-
b16.MeshId = "http://www.roblox.com/Asset/?id=9756362"
913+
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
914
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
915
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
916
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
917-
b16.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
917+
b20 = Instance.new("SpecialMesh", p20)
918
b20.MeshType = Enum.MeshType.Brick
919-
p19.BrickColor = BrickColor.new("Bright blue")
919+
920-
p19.Material = "Neon"
920+
b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
921-
p19.FormFactor = Enum.FormFactor.Symmetric
921+
922-
p19.Size = Vector3.new(1, 1, 1)
922+
p21.BrickColor = BrickColor.new("Black")
923-
p19.CFrame = CFrame.new(2.43177533, 3.59484506, -20.0301056, 0.559401393, 0.116905749, 0.820629179, -0.685213447, -0.491872638, 0.537163019, 0.466440916, -0.862796843, -0.195047855)
923+
p21.Material = Enum.Material.Metal
924
p21.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)
925
p21.FormFactor = Enum.FormFactor.Custom
926-
b17 = Instance.new("SpecialMesh", p19)
926+
p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
927-
b17.MeshId = "http://www.roblox.com/Asset/?id=9756362"
927+
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
928
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
929
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
930
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
931-
b17.Scale = Vector3.new(1.20000005, 0.449999988, 0.449999988)
931+
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
932
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
933
b21 = Instance.new("SpecialMesh", p21)
934
b21.MeshType = Enum.MeshType.Wedge
935-
p20.Size = Vector3.new(3, 1, 2.4000001)
935+
936-
p20.CFrame = CFrame.new(1.49873698, 4.13275099, -16.500618, -2.38418579e-007, -4.47034836e-007, -1.00001454, -0.000133797526, 1.00000024, -2.98023224e-008, 1.00001466, 0.000135831535, -5.96046448e-008)
936+
b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
937
p22 = Instance.new("Part", m)
938
p22.BrickColor = BrickColor.new("Black")
939-
p20.BottomSurface = Enum.SurfaceType.Smooth
939+
p22.Material = Enum.Material.Metal
940-
p20.TopSurface = Enum.SurfaceType.Smooth
940+
p22.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)
941-
b18 = Instance.new("BlockMesh", p20)
941+
942
p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
943
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
944
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
945
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
946-
p21.Size = Vector3.new(3, 1, 1.19999993)
946+
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
947-
p21.CFrame = CFrame.new(0.398718834, 5.13273239, -16.5005798, -2.22529991e-007, -4.17224015e-007, -1.00001454, -0.000133820766, 1.00000024, 5.9472427e-012, 1.00001466, 0.000135854774, -4.37120207e-008)
947+
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
948
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
949
b22 = Instance.new("SpecialMesh", p22)
950-
p21.BottomSurface = Enum.SurfaceType.Smooth
950+
951-
p21.TopSurface = Enum.SurfaceType.Smooth
951+
952-
b19 = Instance.new("BlockMesh", p21)
952+
b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
953
p23 = Instance.new("Part", m)
954-
p22 = Instance.new("WedgePart", m)
954+
p23.BrickColor = BrickColor.new("Black")
955
p23.Material = Enum.Material.Metal
956
p23.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)
957
p23.FormFactor = Enum.FormFactor.Custom
958-
p22.Size = Vector3.new(3, 1, 0.5)
958+
p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
959-
p22.CFrame = CFrame.new(2.94884443, 4.13282013, -16.5005474, 1.35156796e-007, 4.17202415e-007, -1.00001454, 1.19470278e-005, -1.00000024, -6.07483681e-013, -1.00001466, -1.39792755e-005, 4.37120278e-008)
959+
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
960
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
961
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
962-
p22.BottomSurface = Enum.SurfaceType.Smooth
962+
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
963-
p22.TopSurface = Enum.SurfaceType.Smooth
963+
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
964
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
965
b23 = Instance.new("SpecialMesh", p23)
966
b23.MeshType = Enum.MeshType.Brick
967-
p23.Size = Vector3.new(1.5, 0.5, 0.5)
967+
b23.Name = "Mesh"
968-
p23.CFrame = CFrame.new(0.111123323, 6.79699326, -19.53405, 0.167916089, 0.220654398, 0.960804224, 0.593452632, -0.800862908, 0.0802069977, 0.787171543, 0.556722164, -0.265425682)
968+
b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
969
p24 = Instance.new("Part", m)
970
p24.BrickColor = BrickColor.new("Black")
971-
p23.BottomSurface = Enum.SurfaceType.Smooth
971+
p24.Material = Enum.Material.Metal
972-
p23.TopSurface = Enum.SurfaceType.Smooth
972+
p24.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)
973-
b20 = Instance.new("BlockMesh", p23)
973+
974
p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
975-
p24 = Instance.new("WedgePart", m)
975+
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
976
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
977
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
978
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
979-
p24.Size = Vector3.new(3, 1, 0.5)
979+
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
980-
p24.CFrame = CFrame.new(0.0487362742, 6.13243389, -16.5004158, -0.000165194273, -0.00030361861, 1.00001442, 0.00304524973, 0.999995589, 0.000303655863, -1.00001013, 0.00304720178, -0.000164449215)
980+
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
981
b24 = Instance.new("SpecialMesh", p24)
982
b24.MeshType = Enum.MeshType.Brick
983-
p24.BottomSurface = Enum.SurfaceType.Smooth
983+
b24.Name = "Mesh"
984-
p24.TopSurface = Enum.SurfaceType.Smooth
984+
b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
985
p25 = Instance.new("Part", m)
986-
p25.BrickColor = BrickColor.new("Bright blue")
986+
p25.BrickColor = BrickColor.new("Black")
987-
p25.Material = "Neon"
987+
p25.Material = Enum.Material.Metal
988-
p25.FormFactor = Enum.FormFactor.Symmetric
988+
p25.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)
989-
p25.Size = Vector3.new(1, 1, 1)
989+
p25.FormFactor = Enum.FormFactor.Custom
990-
p25.CFrame = CFrame.new(1.49870086, 5.13261318, -18.0007782, 1.20991026e-005, -1.00001454, -4.94604174e-005, -1.00000024, -1.16155716e-005, -0.000471511274, 0.000469659513, 4.96469293e-005, -1.00001466)
990+
p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
991
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
992
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
993-
p25.BottomSurface = Enum.SurfaceType.Smooth
993+
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
994-
p25.TopSurface = Enum.SurfaceType.Smooth
994+
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
995-
b21 = Instance.new("SpecialMesh", p25)
995+
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
996
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
997
b25 = Instance.new("SpecialMesh", p25)
998
b25.MeshType = Enum.MeshType.Brick
999
b25.Name = "Mesh"
1000-
b21.Scale = Vector3.new(1.39999998, 1.39999998, 0.600000024)
1000+
b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1001
p26 = Instance.new("Part", m)
1002
p26.BrickColor = BrickColor.new("Black")
1003-
p26.FormFactor = Enum.FormFactor.Symmetric
1003+
p26.Material = Enum.Material.Metal
1004-
p26.Size = Vector3.new(1, 1, 1)
1004+
p26.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)
1005-
p26.CFrame = CFrame.new(1.49868095, 5.13287783, -17.5005093, 0.00030383491, 0.000164763711, -1.00001454, -0.999995768, -0.00302907336, -0.000303868263, -0.00303102471, 1.00001025, 0.000164022902)
1005+
p26.FormFactor = Enum.FormFactor.Custom
1006
p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1007
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1008-
p26.BottomSurface = Enum.SurfaceType.Smooth
1008+
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1009-
p26.TopSurface = Enum.SurfaceType.Smooth
1009+
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1010-
b22 = Instance.new("SpecialMesh", p26)
1010+
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1011
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1012
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1013
b26 = Instance.new("SpecialMesh", p26)
1014-
w1.Name = "Wedge_Weld"
1014+
b26.MeshType = Enum.MeshType.Brick
1015
b26.Name = "Mesh"
1016-
w1.C0 = CFrame.new(13.1579618, 15.8875484, 3.27191186, -0.205515206, 0.52527827, 0.825741529, -0.209888965, -0.847774804, 0.487057745, 0.955883741, -0.0732159689, 0.284480691)
1016+
b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1017
p27 = Instance.new("Part", m)
1018-
w1.C1 = CFrame.new(16.5005817, -6.13223743, 2.94872212, -4.37113883e-008, -1.38580826e-005, 1, 0, 1, 1.38580826e-005, -1, 6.05756005e-013, -4.37113883e-008)
1018+
p27.BrickColor = BrickColor.new("Black")
1019
p27.Material = Enum.Material.Metal
1020
p27.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)
1021
p27.FormFactor = Enum.FormFactor.Custom
1022-
w2.C0 = CFrame.new(16.5006275, -6.13223362, 2.94873357, -5.96046448e-008, -1.3615936e-005, 1.00000358, -4.47034836e-008, 0.99999994, 1.41002238e-005, -1.00000358, 4.47034836e-008, 0)
1022+
p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1023
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1024-
w2.C1 = CFrame.new(19.4568748, -3.38260746, -1.84870064, -4.37113883e-008, -0.499906301, 0.866079509, 0, -0.866079509, -0.499906301, 1, -2.18515979e-008, 3.78575393e-008)
1024+
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1025
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1026-
w3.Name = "Wedge_Weld"
1026+
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1027
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1028-
w3.C0 = CFrame.new(19.456995, -3.38268948, -1.84870648, -5.06400113e-008, -0.499905825, 0.86608547, 1.07230136e-007, -0.866079628, -0.499910295, 1.00000715, -1.1125789e-007, -2.17476881e-008)
1028+
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1029
b27 = Instance.new("SpecialMesh", p27)
1030-
w3.C1 = CFrame.new(16.5005646, 4.13256884, -0.0487511083, -4.37113883e-008, -1.37408551e-005, 1, 0, -1, -1.37408551e-005, 1, -6.00631849e-013, 4.37113883e-008)
1030+
b27.MeshType = Enum.MeshType.Brick
1031
b27.Name = "Mesh"
1032
b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1033
p28 = Instance.new("Part", m)
1034-
w4.C0 = CFrame.new(16.5007706, 4.13255453, -0.0487275235, -1.62921424e-007, -1.2755394e-005, 1.00001431, 1.78814929e-007, -0.999999762, -1.46627426e-005, 1.00001431, -1.78813849e-007, -7.54998553e-008)
1034+
p28.BrickColor = BrickColor.new("Black")
1035
p28.Material = Enum.Material.Metal
1036-
w4.C1 = CFrame.new(13.6104183, 15.7089605, -1.84869325, -4.37113883e-008, 0.500093758, 0.865971267, 0, -0.865971267, 0.500093758, 1, 2.18597922e-008, 3.78528071e-008)
1036+
p28.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)
1037
p28.FormFactor = Enum.FormFactor.Custom
1038
p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1039
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1040-
w5.C0 = CFrame.new(13.6108379, 15.7090359, -1.84877098, -4.29027068e-007, 0.500089467, 0.865987122, 1.9046513e-007, -0.865973532, 0.50009501, 1.00001431, 2.18601315e-008, 3.78533827e-008)
1040+
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1041
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1042-
w5.C1 = CFrame.new(19.3720245, -3.33087778, 2.54137325, -0.249996737, -0.491388977, 0.834289134, 0.0669635162, -0.868360817, -0.491391122, 0.965928316, -0.0669792444, 0.24999252)
1042+
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1043
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1044
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1045
b28 = Instance.new("SpecialMesh", p28)
1046-
w6.C0 = CFrame.new(19.3722382, -3.33087826, 2.54137945, -0.250001401, -0.491382152, 0.834303975, 0.0669622123, -0.868364573, -0.491393685, 0.965941966, -0.0669801831, 0.249996051)
1046+
b28.MeshType = Enum.MeshType.Brick
1047
b28.Name = "Mesh"
1048-
w6.C1 = CFrame.new(16.5012703, -5.1305232, 2.59873891, -4.37113883e-008, -0.000135861075, 1, 0, 1, 0.000135861075, -1, 5.9386762e-012, -4.37113883e-008)
1048+
b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1049
p29 = Instance.new("Part", m)
1050
p29.BrickColor = BrickColor.new("Black")
1051
p29.Material = Enum.Material.Metal
1052-
w7.C0 = CFrame.new(16.5014496, -5.13052464, 2.59877563, -3.27825546e-007, -0.000133868307, 1.00001442, -3.57627869e-007, 0.99999994, 0.000135900453, -1.00001431, 1.49011612e-008, -5.96046448e-008)
1052+
p29.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)
1053
p29.FormFactor = Enum.FormFactor.Custom
1054-
w7.C1 = CFrame.new(-0.765930653, -21.3311157, 1.75706458, -1.37833995e-005, 0.965968609, 0.258659452, 0.00428466033, 0.258657128, -0.965959728, -0.999990821, 0.00109495374, -0.00414241292)
1054+
p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1055
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1056
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1057
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1058-
w8.C0 = CFrame.new(-0.765703201, -21.3314991, 1.75706851, -1.42129729e-005, 0.965967655, 0.258668512, 0.00428489037, 0.258660465, -0.965972245, -1.00000513, 0.00109496934, -0.00414247159)
1058+
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1059
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1060-
w8.C1 = CFrame.new(11.6857395, -12.2548676, 8.25926208, -0.277089596, 0.631037474, 0.724577785, -0.561487973, 0.505604029, -0.655054033, -0.779713154, -0.588350415, 0.214222342)
1060+
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1061
b29 = Instance.new("SpecialMesh", p29)
1062
b29.MeshType = Enum.MeshType.Brick
1063
b29.Name = "Mesh"
1064-
w9.C0 = CFrame.new(11.6860123, -12.254859, 8.25934601, -0.277095288, 0.631033003, 0.724593103, -0.561500967, 0.505603611, -0.655058563, -0.779720128, -0.58835566, 0.214224264)
1064+
b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1065
p30 = Instance.new("Part", m)
1066-
w9.C1 = CFrame.new(-0.759226322, -21.3225994, -2.35311079, -0.0669693872, 0.965954244, 0.249894977, 0.254174918, 0.258710593, -0.931914091, -0.964836895, 0.00110732042, -0.262847036)
1066+
p30.BrickColor = BrickColor.new("Black")
1067
p30.Material = Enum.Material.Metal
1068
p30.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)
1069
p30.FormFactor = Enum.FormFactor.Custom
1070-
w10.C0 = CFrame.new(-0.759016514, -21.3229256, -2.3531487, -0.0669716895, 0.96595335, 0.249903828, 0.254178405, 0.258713901, -0.93192625, -0.964850724, 0.00110733509, -0.262850702)
1070+
p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1071
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1072-
w10.C1 = CFrame.new(18.7059784, -3.17931223, -5.46201515, 0.250018269, -0.49138394, 0.834285676, -0.0669495314, -0.86836195, -0.491391063, 0.965923727, 0.0670017004, -0.250004292)
1072+
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1073
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1074
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1075
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1076-
w11.C0 = CFrame.new(18.7061806, -3.17931461, -5.46200418, 0.250022948, -0.491377324, 0.834300399, -0.0669473261, -0.868365645, -0.491393894, 0.965937555, 0.0670026764, -0.250007868)
1076+
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1077
b30 = Instance.new("SpecialMesh", p30)
1078-
w11.C1 = CFrame.new(13.6104174, 15.708952, -1.1486963, -4.37113883e-008, 0.500093997, 0.865971148, 0, -0.865971148, 0.500093997, 1, 2.18598029e-008, 3.78528e-008)
1078+
b30.MeshType = Enum.MeshType.Wedge
1079
b30.Name = "Mesh"
1080
b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1081
p31 = Instance.new("Part", m)
1082-
w12.C0 = CFrame.new(13.6107903, 15.7090092, -1.1487354, -4.76837158e-007, 0.500089884, 0.865987122, 2.83122063e-007, -0.865973473, 0.500095367, 1.00001442, 4.47034836e-008, 1.49011612e-008)
1082+
p31.BrickColor = BrickColor.new("Black")
1083
p31.Material = Enum.Material.Metal
1084-
w12.C1 = CFrame.new(19.4568653, -3.38261366, -1.14870369, -4.37113883e-008, -0.499906093, 0.866079628, 0, -0.866079628, -0.499906093, 1, -2.1851589e-008, 3.78575429e-008)
1084+
p31.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)
1085
p31.FormFactor = Enum.FormFactor.Custom
1086
p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1087
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1088-
w13.C0 = CFrame.new(19.457077, -3.38260937, -1.14871991, -4.63888163e-008, -0.499899268, 0.866095126, 5.08347114e-007, -0.866083562, -0.499908328, 1.00001442, -2.18518963e-008, 3.78581007e-008)
1088+
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1089
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1090-
w13.C1 = CFrame.new(-0.765169621, -21.3281136, 1.05768669, -1.37638153e-005, 0.96595937, 0.258693874, 0.00425664661, 0.258691579, -0.965950608, -0.99999094, 0.00108787336, -0.00411530817)
1090+
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1091
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1092-
w14.Name = "ArmPart_Weld"
1092+
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1093
b31 = Instance.new("SpecialMesh", p31)
1094-
w14.C0 = CFrame.new(-0.764959335, -21.3284416, 1.05770254, -1.42545232e-005, 0.965958476, 0.258703023, 0.00425684778, 0.258694947, -0.965963125, -1.00000536, 0.00108788908, -0.00411536777)
1094+
b31.MeshType = Enum.MeshType.Brick
1095
b31.Name = "Mesh"
1096-
w14.C1 = CFrame.new(16.0000172, 5.13429213, -1.49874043, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
1096+
b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1097
p32 = Instance.new("Part", m)
1098
p32.BrickColor = BrickColor.new("Black")
1099
p32.Material = Enum.Material.Metal
1100-
w15.C0 = CFrame.new(16.0001163, 5.13430214, -1.49877143, -2.99420208e-007, 0.00011029192, 1.00001454, 4.39002179e-007, -1, 0.000108176115, 1.00001442, 0, 4.42378223e-008)
1100+
p32.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)
1101
p32.FormFactor = Enum.FormFactor.Custom
1102-
w15.C1 = CFrame.new(16.5000153, 6.13429213, -1.49872518, -4.37113883e-008, 0.000108154614, 1, 0, -1, 0.000108154614, 1, 4.72758855e-012, 4.37113883e-008)
1102+
p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1103
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1104
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1105
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1106-
w16.C0 = CFrame.new(16.5002594, 6.1342907, -1.49874651, -2.98894406e-007, 0.000110270419, 1.00001454, 4.39006953e-007, -1, 0.000108154614, 1.00001442, 4.71678729e-012, 4.37120207e-008)
1106+
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1107
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1108-
w16.C1 = CFrame.new(16.8263168, 6.46704865, 8.05857849, 0.396029502, -0.207962677, 0.894378066, -0.497426808, 0.770130157, 0.399332225, -0.771833658, -0.603034973, 0.201548025)
1108+
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1109
b32 = Instance.new("SpecialMesh", p32)
1110
b32.MeshType = Enum.MeshType.Wedge
1111
b32.Name = "Mesh"
1112-
w17.C0 = CFrame.new(16.8266068, 6.46726036, 8.05869198, 0.396035522, -0.207958207, 0.894391596, -0.497440547, 0.770127177, 0.399337679, -0.771840453, -0.603040278, 0.201549783)
1112+
b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1113
p33 = Instance.new("Part", m)
1114-
w17.C1 = CFrame.new(-0.991122723, -20.5004215, 5.08983374, 0.0669417754, 0.965955615, 0.249897182, -0.245835528, 0.258705586, -0.9341501, -0.966997266, 0.00110005983, 0.254784435)
1114+
p33.BrickColor = BrickColor.new("Black")
1115
p33.Material = Enum.Material.Metal
1116
p33.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)
1117
p33.FormFactor = Enum.FormFactor.Custom
1118-
w18.C0 = CFrame.new(-0.990923882, -20.5007305, 5.08983374, 0.066943109, 0.965954781, 0.249906152, -0.245838761, 0.258709013, -0.934162259, -0.967011333, 0.00110003352, 0.254788101)
1118+
p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1119
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1120-
w18.C1 = CFrame.new(10.4456682, -15.7977238, -7.8332901, 0.559388936, -0.68521893, 0.466432214, 0.116898462, -0.491870552, -0.862785101, 0.820620954, 0.537157655, -0.195045918)
1120+
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1121
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1122
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1123
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1124-
w19.C0 = CFrame.new(10.4457512, -15.7979813, -7.83342838, 0.559401393, -0.685213447, 0.466440916, 0.116905749, -0.491872638, -0.862796843, 0.820629179, 0.537163019, -0.195047855)
1124+
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1125
b33 = Instance.new("SpecialMesh", p33)
1126-
w19.C1 = CFrame.new(16.5012665, -4.13050127, 1.49876332, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
1126+
b33.MeshType = Enum.MeshType.Brick
1127
b33.Name = "Mesh"
1128
b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1129
p34 = Instance.new("Part", m)
1130-
w20.C0 = CFrame.new(16.5013981, -4.13050938, 1.498757, -2.38418579e-007, -0.000133797526, 1.00001466, -4.47034836e-007, 1.00000024, 0.000135831535, -1.00001454, -2.98023224e-008, -5.96046448e-008)
1130+
p34.BrickColor = BrickColor.new("Black")
1131
p34.Material = Enum.Material.Metal
1132-
w20.C1 = CFrame.new(16.5012627, -5.13048887, 0.39874959, -4.37113883e-008, -0.000135854745, 1, 0, 1, 0.000135854745, -1, 5.93839951e-012, -4.37113883e-008)
1132+
p34.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)
1133
p34.FormFactor = Enum.FormFactor.Custom
1134-
w21.Name = "Wedge_Weld"
1134+
p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1135
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1136-
w21.C0 = CFrame.new(16.5014935, -5.13049126, 0.398722976, -2.22529991e-007, -0.000133820766, 1.00001466, -4.17224015e-007, 1.00000024, 0.000135854774, -1.00001454, 5.9472427e-012, -4.37120207e-008)
1136+
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1137
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1138-
w21.C1 = CFrame.new(-16.5005875, 4.13259029, 2.94876933, -4.37113883e-008, 1.39792737e-005, -1, 0, -1, -1.39792737e-005, -1, -6.11053471e-013, 4.37113883e-008)
1138+
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1139
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1140
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1141
b34 = Instance.new("SpecialMesh", p34)
1142-
w22.C0 = CFrame.new(-16.500824, 4.13258791, 2.94888711, 1.35156796e-007, 1.19470278e-005, -1.00001466, 4.17202415e-007, -1.00000024, -1.39792755e-005, -1.00001454, -6.07483681e-013, 4.37120278e-008)
1142+
b34.MeshType = Enum.MeshType.Brick
1143
b34.Name = "Mesh"
1144-
w22.C1 = CFrame.new(11.3238592, 16.2938461, -5.83674097, 0.167913347, 0.593457043, 0.787155509, 0.220650926, -0.800859332, 0.556720257, 0.960790455, 0.0802058354, -0.265421808)
1144+
b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1145
w1 = Instance.new("Weld", p1)
1146-
w23.Name = "Wedge_Weld"
1146+
1147
w1.Part0 = p1
1148-
w23.C0 = CFrame.new(11.3242846, 16.2939701, -5.83676767, 0.167916089, 0.593452632, 0.787171543, 0.220654398, -0.800862908, 0.556722164, 0.960804224, 0.0802069977, -0.265425682)
1148+
w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1149
w1.Part1 = p2
1150-
w23.C1 = CFrame.new(-16.5190907, -6.08210278, -0.053311754, -0.000165350299, 0.00304719806, -0.999995351, -0.000303142268, 0.999995351, 0.00304725766, 0.99999994, 0.000303644716, -0.000164425801)
1150+
w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1151
w2 = Instance.new("Weld", p2)
1152
w2.Name = "Part_Weld"
1153
w2.Part0 = p2
1154-
w24.C0 = CFrame.new(-16.5192356, -6.08211088, -0.0533116534, -0.000165194273, 0.00304524973, -1.00001013, -0.00030361861, 0.999995589, 0.00304720178, 1.00001442, 0.000303655863, -0.000164449215)
1154+
w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1155
w2.Part1 = p3
1156-
w24.C1 = CFrame.new(5.14108515, 1.49960721, -17.9982204, 1.16387992e-005, -0.999999881, 0.000471503939, -1, -1.1615477e-005, 4.94651576e-005, -4.94596788e-005, -0.000471504522, -0.999999881)
1156+
w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1157
w3 = Instance.new("Weld", p3)
1158
w3.Name = "LeftArmPlate_Weld"
1159
w3.Part0 = p3
1160-
w25.C0 = CFrame.new(5.14104986, 1.49967504, -17.9985313, 1.20991026e-005, -1.00000024, 0.000469659513, -1.00001454, -1.16155716e-005, 4.96469293e-005, -4.94604174e-005, -0.000471511274, -1.00001466)
1160+
w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1161
w3.Part1 = p4
1162-
w25.C1 = CFrame.new(5.07938719, 17.5157299, 1.50311017, 0.00030336561, -0.99999541, -0.00302907825, 0.000164940167, -0.00302901864, 0.999995351, -0.99999994, -0.000303863839, 0.000164020501)
1162+
w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1163-
m.Parent = char
1163+
1164
w4.Name = "Part_Weld"
1165
w4.Part0 = p4
1166-
local cor2 = Instance.new("Part", char.Claw)
1166+
w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1167
w4.Part1 = p5
1168
w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1169
w5 = Instance.new("Weld", p5)
1170
w5.Name = "Part_Weld"
1171-
cor2.Size = Vector3.new(2, 1, 1)
1171+
1172
w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1173
w5.Part1 = p6
1174
w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1175-
corw2.Part0 = larm
1175+
1176
w6.Name = "Part_Weld"
1177-
corw2.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(90))
1177+
1178-
corw2.C1 = CFrame.new(0, 0, 0)
1178+
w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1179-
weld2 = Instance.new("Weld", char.Claw)
1179+
1180
w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1181-
weld2.Part1 = char.Claw.ArmPart
1181+
1182-
weld2.C0 = CFrame.new(0, 0, 0)
1182+
1183
w7.Part0 = p7
1184-
local m = Instance.new("Model")
1184+
w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1185
w7.Part1 = p8
1186-
p1 = Instance.new("WedgePart", m)
1186+
w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1187-
p1.BrickColor = BrickColor.new("Bright blue")
1187+
1188
w8.Name = "Part_Weld"
1189
w8.Part0 = p8
1190
w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1191-
p1.Size = Vector3.new(1, 1.19999981, 4)
1191+
1192-
p1.CFrame = CFrame.new(60.830101, 8.39941978, -13.7674818, 1.52359269e-006, -0.707334042, 0.707343757, -2.62521735e-006, 0.707093, 0.707071185, -1.00027835, 3.43534703e-006, 4.43342998e-007)
1192+
w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1193
w9 = Instance.new("Weld", p9)
1194
w9.Name = "Part_Weld"
1195-
p1.TopSurface = Enum.SurfaceType.Smooth
1195+
1196
w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1197
w9.Part1 = p10
1198
w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1199-
b1.Scale = Vector3.new(0.200000003, 1, 1)
1199+
1200-
p2 = Instance.new("WedgePart", m)
1200+
1201-
p2.BrickColor = BrickColor.new("Bright blue")
1201+
1202-
p2.Material = Enum.Material.Neon
1202+
w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1203
w10.Part1 = p11
1204
w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1205-
p2.Size = Vector3.new(1, 1.19999981, 4)
1205+
1206-
p2.CFrame = CFrame.new(60.8306694, 8.39941502, -12.5672398, 1.56085741e-006, -0.707337618, 0.707340181, -2.7146209e-006, 0.707089424, 0.707074761, -1.00027835, 3.34575839e-006, 4.06471969e-007)
1206+
1207
w11.Part0 = p11
1208
w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1209-
p2.TopSurface = Enum.SurfaceType.Smooth
1209+
1210
w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1211
w12 = Instance.new("Weld", p12)
1212
w12.Name = "Part_Weld"
1213-
b2.Scale = Vector3.new(0.200000003, 1, 1)
1213+
1214-
p3 = Instance.new("WedgePart", m)
1214+
w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1215-
p3.BrickColor = BrickColor.new("Bright blue")
1215+
1216-
p3.Material = Enum.Material.Neon
1216+
w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1217-
p3.Name = "Wedge"
1217+
1218
w13.Name = "Part_Weld"
1219-
p3.Size = Vector3.new(1, 1.19999981, 4)
1219+
1220-
p3.CFrame = CFrame.new(60.8312187, 8.39939976, -13.1675138, 1.66519976e-006, -0.707341254, 0.707336545, -2.72952207e-006, 0.707085788, 0.707078397, -1.00027835, 3.26143936e-006, 4.69727013e-007)
1220+
w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1221
w13.Part1 = p14
1222
w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1223-
p3.TopSurface = Enum.SurfaceType.Smooth
1223+
1224
w14.Name = "Part_Weld"
1225-
b3.MeshType = Enum.MeshType.Wedge
1225+
1226
w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1227-
b3.Scale = Vector3.new(0.200000003, 1, 1)
1227+
1228-
p4 = Instance.new("WedgePart", m)
1228+
w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1229-
p4.BrickColor = BrickColor.new("Bright blue")
1229+
1230-
p4.Material = Enum.Material.Neon
1230+
1231-
p4.Name = "Wedge"
1231+
1232
w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1233-
p4.Size = Vector3.new(1, 1.19999981, 4)
1233+
1234-
p4.CFrame = CFrame.new(60.8317757, 8.39937305, -13.1676111, 1.74718321e-006, -0.70734489, 0.707332909, -2.7742235e-006, 0.707082152, 0.707082033, -1.00027835, 3.17185027e-006, 4.96093037e-007)
1234+
w15.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)
1235
w16 = Instance.new("Weld", p16)
1236
w16.Name = "Part_Weld"
1237-
p4.TopSurface = Enum.SurfaceType.Smooth
1237+
1238
w16.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)
1239-
b4.MeshType = Enum.MeshType.Wedge
1239+
1240
w16.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)
1241-
b4.Scale = Vector3.new(0.200000003, 1, 1)
1241+
1242-
p5 = Instance.new("WedgePart", m)
1242+
1243-
p5.BrickColor = BrickColor.new("Bright blue")
1243+
1244
w17.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)
1245-
p5.Name = "Wedge"
1245+
1246
w17.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)
1247-
p5.Size = Vector3.new(1, 1.19999981, 3.30000019)
1247+
1248-
p5.CFrame = CFrame.new(60.4623528, 9.0813055, -13.1677084, -1.74365277e-006, 0.422768414, 0.90661031, 3.01146247e-006, -0.90627563, 0.422602654, 1.00028574, -3.16541991e-006, -6.48408104e-007)
1248+
1249
w18.Part0 = p18
1250
w18.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)
1251-
p5.TopSurface = Enum.SurfaceType.Smooth
1251+
1252
w18.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)
1253
w19 = Instance.new("Weld", p19)
1254
w19.Name = "Part_Weld"
1255-
b5.Scale = Vector3.new(0.200000003, 1, 1)
1255+
1256-
p6 = Instance.new("WedgePart", m)
1256+
w19.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)
1257-
p6.BrickColor = BrickColor.new("Bright blue")
1257+
1258-
p6.Material = Enum.Material.Neon
1258+
w19.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)
1259-
p6.Name = "Wedge"
1259+
1260
w20.Name = "Part_Weld"
1261-
p6.Size = Vector3.new(1, 1.19999981, 3.30000019)
1261+
1262-
p6.CFrame = CFrame.new(60.4629173, 9.08128643, -13.7679863, -1.75857326e-006, 0.422772557, 0.906618714, 3.13068858e-006, -0.906274974, 0.422602147, 1.00029314, -3.27979569e-006, -6.11540997e-007)
1262+
w20.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)
1263
w20.Part1 = p21
1264
w20.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)
1265-
p6.TopSurface = Enum.SurfaceType.Smooth
1265+
1266
w21.Name = "Part_Weld"
1267
w21.Part0 = p21
1268
w21.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)
1269-
b6.Scale = Vector3.new(0.200000003, 1, 1)
1269+
1270-
p7 = Instance.new("WedgePart", m)
1270+
w21.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)
1271-
p7.BrickColor = BrickColor.new("Bright blue")
1271+
1272
w22.Name = "Part_Weld"
1273-
p7.Name = "Wedge"
1273+
1274
w22.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)
1275-
p7.Size = Vector3.new(1, 1.19999981, 3.30000019)
1275+
1276-
p7.CFrame = CFrame.new(60.4634781, 9.0812645, -12.5677195, -1.77349398e-006, 0.422776699, 0.906627119, 3.24991538e-006, -0.906274319, 0.42260164, 1.00030053, -3.39417238e-006, -5.74673834e-007)
1276+
w22.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)
1277
w23 = Instance.new("Weld", p23)
1278
w23.Name = "Part_Weld"
1279-
p7.TopSurface = Enum.SurfaceType.Smooth
1279+
1280
w23.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)
1281
w23.Part1 = p24
1282
w23.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)
1283-
b7.Scale = Vector3.new(0.200000003, 1, 1)
1283+
1284
w24.Name = "Part_Weld"
1285
w24.Part0 = p24
1286
w24.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)
1287
w24.Part1 = p25
1288-
p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1288+
w24.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)
1289-
p8.CFrame = CFrame.new(62.1344833, 9.89923668, -14.2683573, 1.0003655, -9.00030136e-006, -1.6914961e-006, -8.34465027e-007, 0.999961495, 3.15914986e-006, -2.15653972e-006, 3.05826416e-006, 1.00030792)
1289+
1290
w25.Name = "Part_Weld"
1291
w25.Part0 = p25
1292-
p8.BottomSurface = Enum.SurfaceType.Smooth
1292+
w25.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)
1293-
p8.TopSurface = Enum.SurfaceType.Smooth
1293+
1294
w25.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)
1295-
b8.MeshType = Enum.MeshType.Sphere
1295+
w26 = Instance.new("Weld", p26)
1296
w26.Name = "Part_Weld"
1297
w26.Part0 = p26
1298
w26.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)
1299-
p9.Material = Enum.Material.Neon
1299+
w26.Part1 = p27
1300
w26.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)
1301-
p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1301+
w27 = Instance.new("Weld", p27)
1302-
p9.CFrame = CFrame.new(62.1350441, 7.19933271, -14.2684784, 1.00037432, -9.11423649e-006, -1.78677055e-006, -8.82557742e-007, 0.999960482, 3.17407398e-006, -2.19382355e-006, 3.14769591e-006, 1.00031543)
1302+
w27.Name = "Part_Weld"
1303
w27.Part0 = p27
1304
w27.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)
1305-
p9.BottomSurface = Enum.SurfaceType.Smooth
1305+
w27.Part1 = p28
1306-
p9.TopSurface = Enum.SurfaceType.Smooth
1306+
w27.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)
1307
w28 = Instance.new("Weld", p28)
1308-
b9.MeshType = Enum.MeshType.Sphere
1308+
w28.Name = "Part_Weld"
1309
w28.Part0 = p28
1310
w28.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)
1311-
p10.BrickColor = BrickColor.new("Bright blue")
1311+
w28.Part1 = p29
1312-
p10.Material = Enum.Material.Neon
1312+
w28.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)
1313
w29 = Instance.new("Weld", p29)
1314-
p10.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
1314+
w29.Name = "Part_Weld"
1315-
p10.CFrame = CFrame.new(62.4732666, 7.92819929, -14.2685785, -0.906659067, -0.422771662, -1.80169195e-006, 0.422602057, -0.906270981, 3.2933026e-006, 3.38190716e-006, -1.99476835e-006, 1.00032294)
1315+
w29.Part0 = p29
1316
w29.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)
1317
w29.Part1 = p30
1318-
p10.BottomSurface = Enum.SurfaceType.Smooth
1318+
w29.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)
1319-
p10.TopSurface = Enum.SurfaceType.Smooth
1319+
w30 = Instance.new("Weld", p30)
1320
w30.Name = "Part_Weld"
1321-
p11.BrickColor = BrickColor.new("Bright blue")
1321+
w30.Part0 = p30
1322-
p11.Material = Enum.Material.Neon
1322+
w30.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)
1323
w30.Part1 = p31
1324-
p11.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
1324+
w30.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)
1325-
p11.CFrame = CFrame.new(62.4794731, 9.45469475, -14.2686787, -0.819467902, 0.573809147, -1.81661335e-006, -0.573551893, -0.819118977, 3.41253167e-006, -9.27350783e-008, -4.03244348e-006, 1.00033033)
1325+
w31 = Instance.new("Weld", p31)
1326
w31.Name = "Part_Weld"
1327
w31.Part0 = p31
1328-
p11.BottomSurface = Enum.SurfaceType.Smooth
1328+
w31.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)
1329-
p11.TopSurface = Enum.SurfaceType.Smooth
1329+
w31.Part1 = p32
1330
w31.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)
1331
w32 = Instance.new("Weld", p32)
1332
w32.Name = "Part_Weld"
1333
w32.Part0 = p32
1334-
p12.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1334+
w32.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)
1335-
p12.CFrame = CFrame.new(62.7369499, 6.29933262, -14.2688055, 1.00040102, -9.53674316e-006, -1.84644205e-006, -1.25169754e-006, 0.999957919, 3.50196092e-006, -2.25187659e-006, 3.46763295e-006, 1.00033784)
1335+
w32.Part1 = p33
1336
w32.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)
1337
w33 = Instance.new("Weld", p33)
1338-
p12.BottomSurface = Enum.SurfaceType.Smooth
1338+
w33.Name = "Part_Weld"
1339-
p12.TopSurface = Enum.SurfaceType.Smooth
1339+
w33.Part0 = p33
1340-
b10 = Instance.new("SpecialMesh", p12)
1340+
w33.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)
1341-
b10.MeshType = Enum.MeshType.Sphere
1341+
w33.Part1 = p34
1342
w33.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)
1343
m.Parent = larm
1344-
p13.BrickColor = BrickColor.new("Bright blue")
1344+
1345-
p13.Material = Enum.Material.Neon
1345+
1346
local cor = Instance.new("Part", larm.LeftArm)
1347-
p13.Size = Vector3.new(1.5, 1.5, 1.5)
1347+
1348-
p13.CFrame = CFrame.new(62.8003883, 10.1991549, -13.2136488, 1.00040984, -9.59636054e-006, -1.88372474e-006, -1.43051466e-006, 0.999956846, 3.58340549e-006, -2.3487878e-006, 3.4825357e-006, 1.00034535)
1348+
1349
cor.BottomSurface = 0
1350
cor.CanCollide = false
1351-
p13.BottomSurface = Enum.SurfaceType.Smooth
1351+
cor.Size = Vector3.new(1, 1, 1)
1352-
p13.TopSurface = Enum.SurfaceType.Smooth
1352+
1353-
b11 = Instance.new("SpecialMesh", p13)
1353+
1354-
b11.MeshType = Enum.MeshType.Sphere
1354+
1355
corw.Part0 = larm
1356
corw.Part1 = cor
1357
corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1358-
p14.Material = Enum.Material.Neon
1358+
corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1359
weld1 = Instance.new("Weld", larm.LeftArm)
1360-
p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1360+
1361-
p14.CFrame = CFrame.new(62.7374802, 9.79915905, -14.2689018, 1.00041437, -9.80505502e-006, -1.96572228e-006, -1.37091877e-006, 0.999956131, 3.62812011e-006, -2.37115751e-006, 3.4527211e-006, 1.00034904)
1361+
weld1.Part1 = larm.LeftArm.LeftArmPlate
1362
weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1363
--Right Arm
1364-
p14.BottomSurface = Enum.SurfaceType.Smooth
1364+
m2 = Instance.new("Model")
1365-
p14.TopSurface = Enum.SurfaceType.Smooth
1365+
m2.Name = "RightArm"
1366-
b12 = Instance.new("SpecialMesh", p14)
1366+
p1 = Instance.new("Part", m2)
1367-
b12.MeshType = Enum.MeshType.Sphere
1367+
p1.BrickColor = BrickColor.new("Lime green")
1368
p1.Material = Enum.Material.Granite
1369
p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1370
p1.FormFactor = Enum.FormFactor.Custom
1371
p1.Size = Vector3.new(1, 0.200000048, 1)
1372-
p15.Name = "Main"
1372+
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1373
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1374-
p15.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
1374+
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1375-
p15.CFrame = CFrame.new(62.838131, 8.1992178, -13.1686192, 1.00041902, -9.80505047e-006, -1.96572933e-006, -1.54973122e-006, 0.999955654, 3.62813353e-006, -2.38607572e-006, 3.57197018e-006, 1.00035274)
1375+
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1376
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1377
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1378-
p15.BottomSurface = Enum.SurfaceType.Smooth
1378+
1379-
p15.TopSurface = Enum.SurfaceType.Smooth
1379+
b1.MeshType = Enum.MeshType.Brick
1380
b1.Name = "Mesh"
1381
b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1382-
p16.Material = Enum.Material.Neon
1382+
p2 = Instance.new("Part", m2)
1383
p2.BrickColor = BrickColor.new("Lime green")
1384-
p16.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1384+
p2.Material = Enum.Material.Granite
1385-
p16.CFrame = CFrame.new(62.9387741, 8.79918098, -14.2691231, 1.0004282, -9.95411301e-006, -2.00301338e-006, -1.66894927e-006, 0.999954581, 3.71756369e-006, -2.46808372e-006, 3.61668594e-006, 1.00036013)
1385+
p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1386
p2.FormFactor = Enum.FormFactor.Custom
1387
p2.Size = Vector3.new(1, 0.200000048, 1)
1388-
p16.BottomSurface = Enum.SurfaceType.Smooth
1388+
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1389-
p16.TopSurface = Enum.SurfaceType.Smooth
1389+
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1390-
b13 = Instance.new("SpecialMesh", p16)
1390+
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1391-
b13.MeshType = Enum.MeshType.Sphere
1391+
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1392
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1393
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1394-
p17.BrickColor = BrickColor.new("Bright blue")
1394+
1395
b2.MeshType = Enum.MeshType.Brick
1396
b2.Name = "Mesh"
1397-
p17.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
1397+
b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1398-
p17.CFrame = CFrame.new(63.0825539, 6.854743, -14.2692442, -0.866409063, -0.50020963, -2.099928e-006, 0.499978155, -0.86598444, 3.73249213e-006, 4.01878242e-006, -1.94999211e-006, 1.00036764)
1398+
p3 = Instance.new("Part", m2)
1399
p3.BrickColor = BrickColor.new("Lime green")
1400
p3.Material = Enum.Material.Granite
1401-
p17.BottomSurface = Enum.SurfaceType.Smooth
1401+
p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1402-
p17.TopSurface = Enum.SurfaceType.Smooth
1402+
1403
p3.Size = Vector3.new(1, 0.200000048, 1)
1404-
p18.BrickColor = BrickColor.new("Bright blue")
1404+
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1405-
p18.Material = Enum.Material.Neon
1405+
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1406
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1407-
p18.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
1407+
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1408-
p18.CFrame = CFrame.new(63.1831665, 8.15466595, -14.2693415, -0.906707585, 0.422816038, -2.11485258e-006, -0.422596663, -0.906265914, 3.8437388e-006, 6.9698217e-007, -4.50413063e-006, 1.00037515)
1408+
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1409
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1410
b3 = Instance.new("SpecialMesh", p3)
1411-
p18.BottomSurface = Enum.SurfaceType.Smooth
1411+
b3.MeshType = Enum.MeshType.Brick
1412-
p18.TopSurface = Enum.SurfaceType.Smooth
1412+
1413
b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1414-
p19.BrickColor = BrickColor.new("Bright blue")
1414+
p4 = Instance.new("Part", m2)
1415-
p19.Material = Enum.Material.Neon
1415+
p4.BrickColor = BrickColor.new("Lime green")
1416
p4.Material = Enum.Material.Granite
1417-
p19.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
1417+
p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1418-
p19.CFrame = CFrame.new(63.2069473, 8.53140068, -14.2694473, -0.707418501, 0.707425714, -2.09994369e-006, -0.707068563, -0.707078457, 3.72453474e-006, -9.59315798e-007, -4.56575162e-006, 1.00037515)
1418+
1419
p4.Size = Vector3.new(1, 0.200000048, 1)
1420
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1421-
p19.BottomSurface = Enum.SurfaceType.Smooth
1421+
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1422-
p19.TopSurface = Enum.SurfaceType.Smooth
1422+
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1423
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1424-
p20.BrickColor = BrickColor.new("Bright blue")
1424+
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1425-
p20.Material = Enum.Material.Neon
1425+
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1426
b4 = Instance.new("SpecialMesh", p4)
1427-
p20.Size = Vector3.new(0.200000048, 0.899999917, 0.200000048)
1427+
b4.MeshType = Enum.MeshType.Brick
1428-
p20.CFrame = CFrame.new(63.2280884, 9.68191624, -14.2694416, -0.342169315, 0.940117717, -2.11486008e-006, -0.93964541, -0.342010528, 3.84375198e-006, -2.7989995e-006, -3.73256239e-006, 1.00037885)
1428+
1429
b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1430
p5 = Instance.new("Part", m2)
1431-
p20.BottomSurface = Enum.SurfaceType.Smooth
1431+
p5.BrickColor = BrickColor.new("Lime green")
1432-
p20.TopSurface = Enum.SurfaceType.Smooth
1432+
p5.Material = Enum.Material.Granite
1433
p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1434-
p21.BrickColor = BrickColor.new("Bright blue")
1434+
1435-
p21.Material = Enum.Material.Neon
1435+
p5.Size = Vector3.new(1, 0.200000048, 1)
1436
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1437-
p21.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
1437+
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1438-
p21.CFrame = CFrame.new(63.3539009, 9.07959557, -14.2694454, 0.707428038, 0.707422554, -2.12876989e-006, -0.707079053, 0.707067132, 3.83015185e-006, -4.56554562e-006, 9.7875602e-007, 1.00037885)
1438+
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1439
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1440
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1441-
p21.BottomSurface = Enum.SurfaceType.Smooth
1441+
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1442-
p21.TopSurface = Enum.SurfaceType.Smooth
1442+
1443
b5.MeshType = Enum.MeshType.Brick
1444
b5.Name = "Mesh"
1445-
p22.Material = Enum.Material.Neon
1445+
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1446
p6 = Instance.new("Part", m2)
1447-
p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1447+
p6.BrickColor = BrickColor.new("Lime green")
1448-
p22.CFrame = CFrame.new(63.4412346, 7.49916172, -14.269558, 1.0004549, -5.30481339e-006, -2.11486781e-006, -7.24196434e-006, 0.999951959, 3.84376608e-006, -2.5650661e-006, 4.02606338e-006, 1.00038254)
1448+
p6.Material = Enum.Material.Granite
1449
p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1450
p6.FormFactor = Enum.FormFactor.Custom
1451-
p22.BottomSurface = Enum.SurfaceType.Smooth
1451+
p6.Size = Vector3.new(1, 1, 1)
1452-
p22.TopSurface = Enum.SurfaceType.Smooth
1452+
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1453-
b14 = Instance.new("SpecialMesh", p22)
1453+
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1454-
b14.MeshType = Enum.MeshType.Sphere
1454+
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1455
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1456
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1457
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1458-
p23.Material = Enum.Material.Neon
1458+
1459
b6.MeshType = Enum.MeshType.Sphere
1460-
p23.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1460+
1461-
p23.CFrame = CFrame.new(63.5412827, 8.29912186, -14.2695541, 1.00045943, -5.54520193e-006, -2.12978443e-006, -7.22709638e-006, 0.999951601, 3.96298356e-006, -2.56507747e-006, 4.02606247e-006, 1.00038624)
1461+
p7 = Instance.new("Part", m2)
1462
p7.BrickColor = BrickColor.new("Black")
1463
p7.Material = Enum.Material.SmoothPlastic
1464-
p23.BottomSurface = Enum.SurfaceType.Smooth
1464+
p7.Name = "RightArmPlate"
1465-
p23.TopSurface = Enum.SurfaceType.Smooth
1465+
p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1466-
b15 = Instance.new("SpecialMesh", p23)
1466+
p7.FormFactor = Enum.FormFactor.Symmetric
1467
p7.Size = Vector3.new(1, 2, 1)
1468
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1469
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1470
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1471-
p24.Material = Enum.Material.Neon
1471+
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1472
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1473-
p24.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1473+
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1474-
p24.CFrame = CFrame.new(63.7413521, 9.49905682, -14.2695513, 1.00045943, -5.51538596e-006, -2.12978443e-006, -7.25689733e-006, 0.999951601, 3.96298356e-006, -2.56507769e-006, 4.02606247e-006, 1.00038624)
1474+
1475
b7.MeshType = Enum.MeshType.Brick
1476
b7.Name = "Mesh"
1477-
p24.BottomSurface = Enum.SurfaceType.Smooth
1477+
b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1478-
p24.TopSurface = Enum.SurfaceType.Smooth
1478+
p8 = Instance.new("Part", m2)
1479-
b16 = Instance.new("SpecialMesh", p24)
1479+
p8.BrickColor = BrickColor.new("Lime green")
1480-
b16.MeshType = Enum.MeshType.Sphere
1480+
p8.Material = Enum.Material.Granite
1481
p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1482
p8.FormFactor = Enum.FormFactor.Custom
1483-
w1.Name = "Wedge_Weld"
1483+
p8.Size = Vector3.new(1, 0.200000048, 1)
1484
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1485-
w1.C0 = CFrame.new(-13.7623367, 38.4686089, -47.5196228, 1.82382877e-007, -1.21785519e-007, -1.0000037, -0.707109988, 0.707106709, -1.20249211e-007, 0.707110047, 0.707106352, 1.16605563e-007)
1485+
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1486
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1487-
w1.C1 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
1487+
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1488
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1489-
w2.Name = "Wedge_Weld"
1489+
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1490
b8 = Instance.new("SpecialMesh", p8)
1491-
w2.C0 = CFrame.new(-12.5623302, 38.4686165, -47.5196419, 2.04734633e-007, -9.19831891e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517531e-007, 0.707110047, 0.707106233, 1.65067799e-008)
1491+
b8.MeshType = Enum.MeshType.Brick
1492
b8.Name = "Mesh"
1493-
w2.C1 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
1493+
b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1494
p9 = Instance.new("Part", m2)
1495-
w3.Name = "Wedge_Weld"
1495+
p9.BrickColor = BrickColor.new("Black")
1496
p9.Material = Enum.Material.SmoothPlastic
1497-
w3.C0 = CFrame.new(-13.1623344, 38.4686127, -47.5196381, 2.04734619e-007, -9.1983182e-008, -1.0000037, -0.707109928, 0.707106471, -1.25517545e-007, 0.707110047, 0.707106233, 1.65067799e-008)
1497+
p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1498
p9.FormFactor = Enum.FormFactor.Custom
1499-
w3.C1 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
1499+
p9.Size = Vector3.new(1, 0.349999994, 1)
1500
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1501-
w4.Name = "Wedge_Weld"
1501+
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1502
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1503-
w4.C0 = CFrame.new(-13.1623335, 38.4686165, -47.5196266, 1.82382891e-007, -1.21785519e-007, -1.0000037, -0.707110047, 0.70710659, -1.20249197e-007, 0.707110107, 0.707106352, 1.16605577e-007)
1503+
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1504
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1505-
w4.C1 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
1505+
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1506
b9 = Instance.new("SpecialMesh", p9)
1507-
w5.Name = "Wedge_Weld"
1507+
b9.MeshType = Enum.MeshType.Brick
1508
b9.Name = "Mesh"
1509-
w5.C0 = CFrame.new(13.1623335, -19.1215992, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069863e-008)
1509+
b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1510
p10 = Instance.new("Part", m2)
1511-
w5.C1 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
1511+
p10.BrickColor = BrickColor.new("Black")
1512
p10.Material = Enum.Material.Metal
1513-
w6.Name = "Wedge_Weld"
1513+
p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1514
p10.FormFactor = Enum.FormFactor.Custom
1515-
w6.C0 = CFrame.new(13.7623377, -19.1215973, -57.7639008, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069792e-008)
1515+
p10.Size = Vector3.new(1, 0.25, 1)
1516
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1517-
w6.C1 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
1517+
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1518
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1519
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1520
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1521-
w7.C0 = CFrame.new(12.5623283, -19.121603, -57.7638969, -1.63937244e-007, 2.39803342e-007, 1.0000037, 0.422619939, -0.906307638, 1.72281261e-007, 0.906312168, 0.422617614, 8.41069721e-008)
1521+
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1522
b10 = Instance.new("SpecialMesh", p10)
1523-
w7.C1 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
1523+
b10.MeshType = Enum.MeshType.Brick
1524
b10.Name = "Mesh"
1525
b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1526
p11 = Instance.new("Part", m2)
1527-
w8.C0 = CFrame.new(-62.1028557, -7.90003395, 14.2623377, 1.00000453, -2.44006515e-007, -3.7252903e-008, 1.71363354e-007, 0.999999285, -1.49011612e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
1527+
p11.BrickColor = BrickColor.new("Black")
1528
p11.Material = Enum.Material.Metal
1529-
w8.C1 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
1529+
p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1530
p11.FormFactor = Enum.FormFactor.Custom
1531
p11.Size = Vector3.new(1, 0.25, 1)
1532
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1533-
w9.C0 = CFrame.new(-62.1028442, -5.2000351, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
1533+
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1534
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1535-
w9.C1 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1535+
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1536
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1537
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1538
b11 = Instance.new("SpecialMesh", p11)
1539-
w10.C0 = CFrame.new(54.0845451, 31.7618942, 14.2623348, -0.906311929, 0.422618181, -1.82007653e-009, -0.422620118, -0.906307399, -6.66151578e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1539+
b11.MeshType = Enum.MeshType.Brick
1540
b11.Name = "Mesh"
1541-
w10.C1 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
1541+
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1542
p12 = Instance.new("Part", m2)
1543
p12.BrickColor = BrickColor.new("Black")
1544
p12.Material = Enum.Material.Metal
1545-
w11.C0 = CFrame.new(55.4291229, -29.7103825, 14.2623348, -0.819155812, -0.573575914, -5.86004596e-008, 0.573578954, -0.8191517, -3.17313607e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
1545+
p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1546
p12.FormFactor = Enum.FormFactor.Custom
1547-
w11.C1 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
1547+
p12.Size = Vector3.new(1, 0.25, 1)
1548
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1549
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1550
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1551-
w12.C0 = CFrame.new(-62.7028465, -4.30003357, 14.2623425, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
1551+
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1552
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1553-
w12.C1 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
1553+
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1554
b12 = Instance.new("SpecialMesh", p12)
1555
b12.MeshType = Enum.MeshType.Brick
1556
b12.Name = "Mesh"
1557-
w13.C0 = CFrame.new(-62.7657433, -8.200037, 13.2074499, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
1557+
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1558
p13 = Instance.new("Part", m2)
1559-
w13.C1 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
1559+
p13.BrickColor = BrickColor.new("Lime green")
1560
p13.Material = Enum.Material.Granite
1561
p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1562
p13.FormFactor = Enum.FormFactor.Custom
1563-
w14.C0 = CFrame.new(-62.7025757, -7.80003023, 14.2622833, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
1563+
p13.Size = Vector3.new(1, 0.200000048, 1)
1564
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1565-
w14.C1 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
1565+
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1566
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1567
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1568
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1569-
w15.C0 = CFrame.new(-62.8028793, -6.2000289, 13.1623297, 1.00000465, -2.68220901e-007, 2.98023295e-008, 8.94069672e-008, 0.999999523, 5.9604659e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
1569+
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1570
b13 = Instance.new("SpecialMesh", p13)
1571-
w15.C1 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
1571+
b13.MeshType = Enum.MeshType.Brick
1572
b13.Name = "Mesh"
1573
b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1574
p14 = Instance.new("Part", m2)
1575-
w16.C0 = CFrame.new(-62.9029045, -6.80003929, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
1575+
p14.BrickColor = BrickColor.new("Black")
1576
p14.Material = Enum.Material.Metal
1577-
w16.C1 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
1577+
p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1578
p14.FormFactor = Enum.FormFactor.Custom
1579
p14.Size = Vector3.new(1, 0.25, 1)
1580
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1581-
w17.C0 = CFrame.new(52.1717262, 35.7280197, 14.2623415, -0.866029143, 0.499999821, 3.55271368e-015, -0.500002086, -0.86602509, -5.96046448e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
1581+
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1582
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1583-
w17.C1 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1583+
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1584
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1585
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1586
b14 = Instance.new("SpecialMesh", p14)
1587-
w18.C0 = CFrame.new(59.8312111, -21.1078911, 14.2623348, -0.906311929, -0.422617912, -5.22000931e-008, 0.422620177, -0.906307578, -4.1425146e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1587+
b14.MeshType = Enum.MeshType.Brick
1588
b14.Name = "Mesh"
1589-
w18.C1 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
1589+
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1590
p15 = Instance.new("Part", m2)
1591
p15.BrickColor = BrickColor.new("Lime green")
1592
p15.Material = Enum.Material.Granite
1593-
w19.C0 = CFrame.new(49.2864532, -40.0483932, 14.2623358, -0.707110107, -0.707106173, -6.32202841e-008, 0.707109928, -0.70710659, -2.1073431e-008, -4.47034836e-008, 5.9604659e-008, 1.0000037)
1593+
p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1594
p15.FormFactor = Enum.FormFactor.Custom
1595-
w19.C1 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
1595+
p15.Size = Vector3.new(1, 0.200000048, 1)
1596
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1597
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1598
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1599-
w20.C0 = CFrame.new(28.8318367, -56.7515907, 14.2622824, -0.342020333, -0.939692557, 4.07203444e-008, 0.939692557, -0.342020333, 6.23934611e-008, -4.47034836e-008, 5.96044387e-008, 1)
1599+
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1600
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1601-
w20.C1 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
1601+
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1602
b15 = Instance.new("SpecialMesh", p15)
1603
b15.MeshType = Enum.MeshType.Brick
1604
b15.Name = "Mesh"
1605-
w21.C0 = CFrame.new(-39.764328, -49.7778244, 14.2622843, 0.707105696, -0.707107842, 7.39707531e-008, 0.707107842, 0.707105696, 8.91225582e-009, -5.86070712e-008, 4.60033966e-008, 1)
1605+
b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1606
p16 = Instance.new("Part", m2)
1607-
w21.C1 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1607+
p16.BrickColor = BrickColor.new("Black")
1608
p16.Material = Enum.Material.SmoothPlastic
1609
p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1610
p16.FormFactor = Enum.FormFactor.Custom
1611-
w22.C0 = CFrame.new(-63.402874, -5.50003099, 14.2623358, 1.00000453, -2.99885869e-007, 2.98023224e-008, 7.4505806e-008, 0.999999642, 5.96046448e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1611+
p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1612
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1613-
w22.C1 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
1613+
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1614
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1615
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1616
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1617-
w23.C0 = CFrame.new(-63.502594, -6.30003357, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
1617+
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1618
b16 = Instance.new("SpecialMesh", p16)
1619-
w23.C1 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
1619+
b16.MeshType = Enum.MeshType.Brick
1620
b16.Name = "Mesh"
1621
b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1622
p17 = Instance.new("Part", m2)
1623-
w24.C0 = CFrame.new(-63.7025795, -7.50003004, 14.2622843, 1, -8.94065622e-008, 4.47034871e-008, 8.94065622e-008, 1, -5.96044352e-008, -4.47034836e-008, 5.96044387e-008, 1)
1623+
p17.BrickColor = BrickColor.new("Black")
1624
p17.Material = Enum.Material.SmoothPlastic
1625
p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1626
p17.FormFactor = Enum.FormFactor.Custom
1627-
local cor3 = Instance.new("Part", larm.LeftArm)
1627+
p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1628
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1629
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1630
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1631
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1632-
cor3.Size = Vector3.new(2, 1, 1)
1632+
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1633
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1634
b17 = Instance.new("SpecialMesh", p17)
1635-
corw2 = Instance.new("Weld", cor3)
1635+
b17.MeshType = Enum.MeshType.Brick
1636-
corw2.Part0 = larm
1636+
1637-
corw2.Part1 = cor3
1637+
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1638
p18 = Instance.new("Part", m2)
1639-
corw2.C1 = CFrame.new(0, 0, 0)
1639+
1640-
weld2 = Instance.new("Weld", larm.LeftArm)
1640+
p18.Material = Enum.Material.SmoothPlastic
1641-
weld2.Part0 = cor3
1641+
p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1642-
weld2.Part1 = p15
1642+
1643-
weld2.C0 = CFrame.new(0, 0, 0)
1643+
p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1644
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1645-
local m = Instance.new("Model")
1645+
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1646-
m.Name = "RightArm"
1646+
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1647-
p1 = Instance.new("WedgePart", m)
1647+
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1648-
p1.BrickColor = BrickColor.new("Bright blue")
1648+
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1649
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1650
b18 = Instance.new("SpecialMesh", p18)
1651
b18.MeshType = Enum.MeshType.Brick
1652-
p1.Size = Vector3.new(1, 1.19999981, 3.30000019)
1652+
1653-
p1.CFrame = CFrame.new(71.7528229, 9.08148766, -13.7657108, 2.20961255e-007, -0.422704399, -0.906498253, -1.70178805e-006, -0.906287491, 0.422612786, -1.00018191, -1.16194826e-006, 2.39246219e-006)
1653+
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1654
p19 = Instance.new("Part", m2)
1655
p19.BrickColor = BrickColor.new("Black")
1656-
p1.TopSurface = Enum.SurfaceType.Smooth
1656+
p19.Material = Enum.Material.SmoothPlastic
1657
p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1658
p19.FormFactor = Enum.FormFactor.Custom
1659
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1660-
b1.Scale = Vector3.new(0.200000003, 1, 1)
1660+
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1661-
p2 = Instance.new("WedgePart", m)
1661+
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1662-
p2.BrickColor = BrickColor.new("Bright blue")
1662+
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1663-
p2.Material = Enum.Material.Neon
1663+
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1664
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1665
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1666-
p2.Size = Vector3.new(1, 1.19999981, 3.30000019)
1666+
1667-
p2.CFrame = CFrame.new(71.7534714, 9.08147335, -12.5655851, 3.25293399e-007, -0.422708124, -0.906506479, -1.7167032e-006, -0.906286299, 0.422612339, -1.0001893, -1.13135729e-006, 2.49332743e-006)
1667+
b19.MeshType = Enum.MeshType.Brick
1668
b19.Name = "Mesh"
1669
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1670-
p2.TopSurface = Enum.SurfaceType.Smooth
1670+
1671
w1.Name = "Part_Weld"
1672
w1.Part0 = p1
1673
w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1674-
b2.Scale = Vector3.new(0.200000003, 1, 1)
1674+
1675-
p3 = Instance.new("WedgePart", m)
1675+
w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1676-
p3.BrickColor = BrickColor.new("Bright blue")
1676+
1677-
p3.Material = Enum.Material.Neon
1677+
1678-
p3.Name = "Wedge"
1678+
1679
w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1680-
p3.Size = Vector3.new(1, 1.19999981, 3.30000019)
1680+
1681-
p3.CFrame = CFrame.new(71.7541199, 9.08145237, -13.1658068, 4.29627249e-007, -0.422711849, -0.906514704, -1.73161834e-006, -0.906285107, 0.422611892, -1.0001967, -1.10076587e-006, 2.59419403e-006)
1681+
w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1682
w3 = Instance.new("Weld", p3)
1683
w3.Name = "Part_Weld"
1684-
p3.TopSurface = Enum.SurfaceType.Smooth
1684+
1685
w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1686-
b3.MeshType = Enum.MeshType.Wedge
1686+
1687
w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1688-
b3.Scale = Vector3.new(0.200000003, 1, 1)
1688+
1689-
p4 = Instance.new("WedgePart", m)
1689+
1690-
p4.BrickColor = BrickColor.new("Bright blue")
1690+
1691-
p4.Material = Enum.Material.Neon
1691+
w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1692-
p4.Name = "Wedge"
1692+
1693
w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1694-
p4.Size = Vector3.new(1, 1.19999981, 4)
1694+
1695-
p4.CFrame = CFrame.new(71.4245453, 8.39948177, -13.7660398, -5.32960883e-007, 0.70726943, -0.707265258, 1.90324067e-006, 0.707083881, 0.707096815, 1.0001967, 9.87842554e-008, 2.61978244e-006)
1695+
1696
w5.Part0 = p5
1697
w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1698-
p4.TopSurface = Enum.SurfaceType.Smooth
1698+
1699
w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1700-
b4.MeshType = Enum.MeshType.Wedge
1700+
1701
w6.Name = "RightArmPlate_Weld"
1702-
b4.Scale = Vector3.new(0.200000003, 1, 1)
1702+
1703-
p5 = Instance.new("WedgePart", m)
1703+
w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1704-
p5.BrickColor = BrickColor.new("Bright blue")
1704+
1705
w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1706-
p5.Name = "Wedge"
1706+
1707
w7.Name = "Part_Weld"
1708-
p5.Size = Vector3.new(1, 1.19999981, 4)
1708+
1709-
p5.CFrame = CFrame.new(71.4251862, 8.39946651, -13.1660223, -6.3729243e-007, 0.707273066, -0.707261622, 1.91814229e-006, 0.707080245, 0.707100451, 1.0001967, 1.62003985e-007, 2.53547341e-006)
1709+
w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1710
w7.Part1 = p8
1711
w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1712-
p5.TopSurface = Enum.SurfaceType.Smooth
1712+
1713
w8.Name = "Part_Weld"
1714
w8.Part0 = p8
1715
w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1716-
b5.Scale = Vector3.new(0.200000003, 1, 1)
1716+
1717-
p6 = Instance.new("WedgePart", m)
1717+
w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1718-
p6.BrickColor = BrickColor.new("Bright blue")
1718+
1719-
p6.Material = Enum.Material.Neon
1719+
1720-
p6.Name = "Wedge"
1720+
1721
w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1722-
p6.Size = Vector3.new(1, 1.19999981, 4)
1722+
1723-
p6.CFrame = CFrame.new(71.4258194, 8.39945126, -12.5660009, -7.41623865e-007, 0.707276702, -0.707257986, 1.93304436e-006, 0.707076609, 0.707104087, 1.0001967, 2.25224142e-007, 2.45116462e-006)
1723+
w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1724
w10 = Instance.new("Weld", p10)
1725
w10.Name = "Part_Weld"
1726-
p6.TopSurface = Enum.SurfaceType.Smooth
1726+
1727
w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1728
w10.Part1 = p11
1729
w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1730-
b6.Scale = Vector3.new(0.200000003, 1, 1)
1730+
1731
w11.Name = "Part_Weld"
1732
w11.Part0 = p11
1733
w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1734
w11.Part1 = p12
1735-
p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1735+
w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1736-
p7.CFrame = CFrame.new(70.3255081, 6.6994977, -14.2663507, 1.00023162, 1.31726265e-005, -7.92685455e-007, -1.94311142e-005, 0.999976158, 1.97985287e-006, -1.62725564e-006, 1.86058458e-006, 1.00020039)
1736+
1737
w12.Name = "Part_Weld"
1738
w12.Part0 = p12
1739-
p7.BottomSurface = Enum.SurfaceType.Smooth
1739+
w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1740-
p7.TopSurface = Enum.SurfaceType.Smooth
1740+
1741
w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1742-
b7.MeshType = Enum.MeshType.Sphere
1742+
1743
w13.Name = "Part_Weld"
1744
w13.Part0 = p13
1745-
p8.BrickColor = BrickColor.new("Bright blue")
1745+
w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1746
w13.Part1 = p14
1747
w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1748-
p8.Size = Vector3.new(0.200000048, 0.999999881, 0.200000048)
1748+
1749-
p8.CFrame = CFrame.new(70.0060196, 9.16293144, -14.2664633, 0.881308079, -0.429463804, -0.198316693, 0.401435703, 0.900625467, -0.166355878, 0.250050306, 0.0670034215, 0.966122985)
1749+
1750
w14.Part0 = p14
1751
w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1752-
p8.BottomSurface = Enum.SurfaceType.Smooth
1752+
1753-
p8.TopSurface = Enum.SurfaceType.Smooth
1753+
w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1754
w15 = Instance.new("Weld", p15)
1755
w15.Name = "Part_Weld"
1756-
p9.Material = Enum.Material.Neon
1756+
1757
w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1758-
p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1758+
1759-
p9.CFrame = CFrame.new(70.2268219, 8.59942532, -14.2665701, 1.00024557, 1.30422413e-005, -8.7916851e-007, -1.95577741e-005, 0.999974489, 1.9967556e-006, -1.75833702e-006, 2.01165676e-006, 1.00021148)
1759+
w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1760
w16 = Instance.new("Weld", p16)
1761
w16.Name = "Part_Weld"
1762-
p9.BottomSurface = Enum.SurfaceType.Smooth
1762+
1763-
p9.TopSurface = Enum.SurfaceType.Smooth
1763+
w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1764
w16.Part1 = p17
1765-
b8.MeshType = Enum.MeshType.Sphere
1765+
w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1766
w17 = Instance.new("Weld", p17)
1767
w17.Name = "Part_Weld"
1768
w17.Part0 = p17
1769-
p10.Material = Enum.Material.Neon
1769+
w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1770
w17.Part1 = p18
1771-
p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1771+
w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1772-
p10.CFrame = CFrame.new(69.8274002, 9.5993948, -14.266675, 1.00025487, 1.30049675e-005, -9.23888138e-007, -1.9595207e-005, 0.999973536, 2.11597762e-006, -1.80306665e-006, 2.13088947e-006, 1.00021887)
1772+
1773
w18.Name = "Part_Weld"
1774
w18.Part0 = p18
1775-
p10.BottomSurface = Enum.SurfaceType.Smooth
1775+
w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1776-
p10.TopSurface = Enum.SurfaceType.Smooth
1776+
1777
w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1778-
b9.MeshType = Enum.MeshType.Sphere
1778+
m2.Parent = rarm
1779
m2:MakeJoints()
1780
----------------------------------------------------
1781-
p11.BrickColor = BrickColor.new("Bright blue")
1781+
local cor2 = Instance.new("Part", rarm.RightArm)
1782-
p11.Material = Enum.Material.Neon
1782+
1783
cor2.Locked = true
1784-
p11.Size = Vector3.new(0.200000048, 1.79999983, 0.200000048)
1784+
1785-
p11.CFrame = CFrame.new(69.693718, 7.37976837, -14.2265854, 0.690841019, -0.711695194, -0.129447505, 0.678571701, 0.699464202, -0.224133074, 0.250056893, 0.0670053288, 0.966144204)
1785+
1786
cor2.Size = Vector3.new(1, 1, 1)
1787
cor2.Transparency = 1
1788-
p11.BottomSurface = Enum.SurfaceType.Smooth
1788+
1789-
p11.TopSurface = Enum.SurfaceType.Smooth
1789+
1790
corw2.Part0 = rarm
1791-
p12.BrickColor = BrickColor.new("Bright blue")
1791+
1792
corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1793
corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1794-
p12.Size = Vector3.new(0.200000048, 1.5999999, 0.200000048)
1794+
1795-
p12.CFrame = CFrame.new(69.47966, 8.73308277, -14.2467909, 0.176576898, -0.984305978, 0.022559464, 0.951990068, 0.164877579, -0.257825077, 0.25006038, 0.0670051575, 0.966151059)
1795+
1796
weld2.Part1 = rarm.RightArm.RightArmPlate
1797
weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1798-
p12.BottomSurface = Enum.SurfaceType.Smooth
1798+
--Torso
1799-
p12.TopSurface = Enum.SurfaceType.Smooth
1799+
m3 = Instance.new("Model")
1800
m3.Name = "Torso"
1801-
p13.BrickColor = BrickColor.new("Bright blue")
1801+
p1 = Instance.new("Part", m3)
1802-
p13.Material = Enum.Material.Neon
1802+
1803
p1.Material = Enum.Material.Metal
1804-
p13.Size = Vector3.new(1.5, 1.5, 1.5)
1804+
p1.Name = "TorsoPlate"
1805-
p13.CFrame = CFrame.new(69.3920746, 10.1993351, -13.2118578, 1.00028241, 1.27716921e-005, -1.06170774e-006, -1.99186616e-005, 0.999970496, 2.39908695e-006, -1.93528831e-006, 2.38418579e-006, 1.00024128)
1805+
p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1806
p1.CanCollide = false
1807
p1.Locked = true
1808-
p13.BottomSurface = Enum.SurfaceType.Smooth
1808+
1809-
p13.TopSurface = Enum.SurfaceType.Smooth
1809+
p1.Size = Vector3.new(2, 2, 1)
1810-
b10 = Instance.new("SpecialMesh", p13)
1810+
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1811-
b10.MeshType = Enum.MeshType.Sphere
1811+
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1812
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1813
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1814
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1815
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1816-
p14.Name = "Main"
1816+
1817
b1.MeshType = Enum.MeshType.Brick
1818-
p14.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
1818+
1819-
p14.CFrame = CFrame.new(69.4298401, 8.19937706, -13.1668339, 1.00029147, 1.25630004e-005, -1.16605349e-006, -2.0008245e-005, 0.999969125, 2.41400744e-006, -2.03963987e-006, 2.39908786e-006, 1.00024867)
1819+
b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1820
p2 = Instance.new("Part", m3)
1821
p2.BrickColor = BrickColor.new("Really black")
1822-
p14.BottomSurface = Enum.SurfaceType.Smooth
1822+
p2.Material = Enum.Material.Metal
1823-
p14.TopSurface = Enum.SurfaceType.Smooth
1823+
p2.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)
1824
p2.CanCollide = false
1825
p2.Locked = true
1826-
p15.Material = Enum.Material.Neon
1826+
1827
p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1828-
p15.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1828+
1829-
p15.CFrame = CFrame.new(69.1303406, 7.89936399, -14.2672224, 1.00030053, 1.24437429e-005, -1.24804228e-006, -2.02170359e-005, 0.999968052, 2.45872889e-006, -2.07692119e-006, 2.48851507e-006, 1.00025606)
1829+
b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1830
b2.TextureId = ""
1831
b2.MeshType = Enum.MeshType.FileMesh
1832-
p15.BottomSurface = Enum.SurfaceType.Smooth
1832+
1833-
p15.TopSurface = Enum.SurfaceType.Smooth
1833+
b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1834-
b11 = Instance.new("SpecialMesh", p15)
1834+
p3 = Instance.new("Part", m3)
1835-
b11.MeshType = Enum.MeshType.Sphere
1835+
p3.BrickColor = BrickColor.new("Black")
1836
p3.Material = Enum.Material.Metal
1837
p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1838-
p16.BrickColor = BrickColor.new("Bright blue")
1838+
1839-
p16.Material = Enum.Material.Neon
1839+
1840
p3.FormFactor = Enum.FormFactor.Custom
1841-
p16.Size = Vector3.new(0.200000048, 0.899999857, 0.200000048)
1841+
p3.Size = Vector3.new(2, 2, 0.200000018)
1842-
p16.CFrame = CFrame.new(68.9101486, 8.4345789, -14.2572756, 0.881372392, -0.429496199, -0.198331535, 0.401431859, 0.900618315, -0.166353673, 0.250065029, 0.0670081601, 0.966180325)
1842+
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1843
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1844
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1845-
p16.BottomSurface = Enum.SurfaceType.Smooth
1845+
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1846-
p16.TopSurface = Enum.SurfaceType.Smooth
1846+
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1847
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1848-
p17.BrickColor = BrickColor.new("Bright blue")
1848+
1849
b3.MeshType = Enum.MeshType.Brick
1850
b3.Name = "Mesh"
1851-
p17.Size = Vector3.new(0.200000048, 0.599999785, 0.200000048)
1851+
b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1852-
p17.CFrame = CFrame.new(68.8972092, 7.71862125, -14.2674294, -0.70732069, -0.707330942, -1.25169754e-006, 0.707094371, -0.707072854, 2.48849392e-006, 3.42912972e-006, -4.32133675e-007, 1.00026357)
1852+
p4 = Instance.new("Part", m3)
1853
p4.BrickColor = BrickColor.new("Black")
1854
p4.Material = Enum.Material.Metal
1855-
p17.BottomSurface = Enum.SurfaceType.Smooth
1855+
p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1856-
p17.TopSurface = Enum.SurfaceType.Smooth
1856+
1857
p4.Locked = true
1858
p4.FormFactor = Enum.FormFactor.Custom
1859-
p18.Material = Enum.Material.Neon
1859+
p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1860
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1861-
p18.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1861+
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1862-
p18.CFrame = CFrame.new(68.6320877, 8.89929676, -14.2675419, 1.000319, 7.09295273e-006, -1.29642399e-006, -1.53779984e-005, 0.999966145, 2.53321537e-006, -2.20864695e-006, 2.76013293e-006, 1.00027096)
1862+
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1863
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1864
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1865-
p18.BottomSurface = Enum.SurfaceType.Smooth
1865+
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1866-
p18.TopSurface = Enum.SurfaceType.Smooth
1866+
1867-
b12 = Instance.new("SpecialMesh", p18)
1867+
b4.MeshType = Enum.MeshType.Brick
1868-
b12.MeshType = Enum.MeshType.Sphere
1868+
1869
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1870
p5 = Instance.new("Part", m3)
1871
p5.BrickColor = BrickColor.new("Black")
1872-
p19.Material = Enum.Material.Neon
1872+
p5.Material = Enum.Material.Metal
1873
p5.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)
1874-
p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
1874+
1875-
p19.CFrame = CFrame.new(68.6320801, 7.49934578, -14.2675457, 1.00032365, 7.02587113e-006, -1.41567671e-006, -1.53780693e-005, 0.999965429, 2.48852461e-006, -2.20865695e-006, 2.76013111e-006, 1.00027466)
1875+
1876
p5.FormFactor = Enum.FormFactor.Custom
1877
p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1878-
p19.BottomSurface = Enum.SurfaceType.Smooth
1878+
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1879-
p19.TopSurface = Enum.SurfaceType.Smooth
1879+
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1880-
b13 = Instance.new("SpecialMesh", p19)
1880+
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1881-
b13.MeshType = Enum.MeshType.Sphere
1881+
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1882
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1883
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1884-
w1.Name = "Wedge_Weld"
1884+
1885
b5.MeshType = Enum.MeshType.Wedge
1886-
w1.C0 = CFrame.new(-13.7623348, 36.7341995, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.9372038e-008)
1886+
1887
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1888-
w1.C1 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
1888+
p6 = Instance.new("Part", m3)
1889
p6.BrickColor = BrickColor.new("Black")
1890-
w2.Name = "Wedge_Weld"
1890+
p6.Material = Enum.Material.Metal
1891
p6.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)
1892-
w2.C0 = CFrame.new(-12.5623264, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720344e-008)
1892+
1893
p6.Locked = true
1894-
w2.C1 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
1894+
1895
p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1896-
w3.Name = "Wedge_Weld"
1896+
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1897
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1898-
w3.C0 = CFrame.new(-13.1623297, 36.7342033, 62.0193214, 9.89621753e-008, 1.14119814e-007, -1.0000037, -0.422620028, -0.90630722, -1.14673988e-007, -0.906311929, 0.422617972, 5.93720415e-008)
1898+
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1899
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1900-
w3.C1 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
1900+
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1901
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1902-
w4.Name = "Wedge_Weld"
1902+
1903
b6.MeshType = Enum.MeshType.Wedge
1904-
w4.C0 = CFrame.new(13.7623348, -55.015049, 45.9640198, -9.79639907e-008, 4.26051052e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756872e-008, -0.707109869, 0.707106531, -1.51036286e-008)
1904+
1905
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1906-
w4.C1 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
1906+
p7 = Instance.new("Part", m3)
1907
p7.BrickColor = BrickColor.new("Black")
1908-
w5.Name = "Wedge_Weld"
1908+
1909
p7.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)
1910-
w5.C0 = CFrame.new(13.1623316, -55.0150452, 45.964016, -9.79639907e-008, 4.26051088e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756837e-008, -0.707109869, 0.707106531, -1.51036286e-008)
1910+
1911
p7.Locked = true
1912-
w5.C1 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
1912+
1913
p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1914
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1915
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1916-
w6.C0 = CFrame.new(12.5623283, -55.0150337, 45.9640045, -9.79639836e-008, 4.2605091e-008, 1.0000037, 0.707110107, 0.707106173, -2.40756819e-008, -0.707109869, 0.707106531, -1.51036659e-008)
1916+
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1917
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1918-
w6.C1 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
1918+
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1919
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1920
b7 = Instance.new("SpecialMesh", p7)
1921
b7.MeshType = Enum.MeshType.Wedge
1922-
w7.C0 = CFrame.new(-70.3026047, -4.700037, 14.2622862, 1, -1.41560378e-007, 4.47034942e-008, 1.41560378e-007, 1, -7.45055218e-008, -4.47034836e-008, 7.45055289e-008, 1)
1922+
1923
p8 = Instance.new("Part", m3)
1924-
w7.C1 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
1924+
p8.BrickColor = BrickColor.new("Black")
1925
p8.Material = Enum.Material.Metal
1926
p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1927
p8.CanCollide = false
1928-
w8.C0 = CFrame.new(-60.9718094, 24.5524559, 28.8434105, 0.881098926, 0.40146178, 0.250000894, -0.429376036, 0.900638521, 0.0669875294, -0.198267892, -0.166365504, 0.965929449)
1928+
1929
p8.FormFactor = Enum.FormFactor.Custom
1930-
w8.C1 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
1930+
p8.Size = Vector3.new(1, 2, 0.200000018)
1931
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1932
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1933
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1934-
w9.C0 = CFrame.new(-70.2029343, -6.60003233, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
1934+
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1935
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1936-
w9.C1 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
1936+
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1937
b8 = Instance.new("SpecialMesh", p8)
1938
b8.MeshType = Enum.MeshType.Brick
1939
b8.Name = "Mesh"
1940-
w10.C0 = CFrame.new(-69.8029404, -7.60003138, 14.2623386, 1.00000465, -1.78813934e-007, 0, 1.41561031e-007, 0.999999523, 4.47034836e-008, -4.47034836e-008, 7.4505806e-008, 1.0000037)
1940+
b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1941
p9 = Instance.new("Part", m3)
1942-
w10.C1 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
1942+
p9.BrickColor = BrickColor.new("Black")
1943
p9.Material = Enum.Material.Metal
1944
p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1945
p9.CanCollide = false
1946-
w11.C0 = CFrame.new(-48.2122765, 46.7597122, 23.9593029, 0.690653324, 0.678602815, 0.250001013, -0.711519539, 0.699469149, 0.0669875666, -0.129410163, -0.224143714, 0.965929449)
1946+
1947
p9.FormFactor = Enum.FormFactor.Custom
1948-
w11.C1 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
1948+
p9.Size = Vector3.new(1, 2, 0.200000018)
1949
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1950
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1951
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1952-
w12.C0 = CFrame.new(-15.1098747, 68.1893845, 13.9264202, 0.176517636, 0.952019334, 0.250000954, -0.984043717, 0.164862752, 0.0669875368, 0.0225575883, -0.257833987, 0.965929389)
1952+
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1953
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1954-
w12.C1 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
1954+
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1955
b9 = Instance.new("SpecialMesh", p9)
1956
b9.MeshType = Enum.MeshType.Brick
1957
b9.Name = "Mesh"
1958-
w13.C0 = CFrame.new(-69.3658066, -8.20003605, 13.2074509, 1.00000453, -2.98023224e-007, -3.72529421e-008, 1.49011612e-007, 0.999999285, -1.49011443e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
1958+
b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1959
p10 = Instance.new("Part", m3)
1960-
w13.C1 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
1960+
p10.BrickColor = BrickColor.new("Black")
1961
p10.Material = Enum.Material.Metal
1962
p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1963
p10.CanCollide = false
1964-
w14.C0 = CFrame.new(-69.4029617, -6.2000351, 13.1623278, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
1964+
1965
p10.FormFactor = Enum.FormFactor.Custom
1966-
w14.C1 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1966+
p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
1967
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1968
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1969
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1970-
w15.C0 = CFrame.new(-69.1029282, -5.90003109, 14.2623358, 1.00000453, -2.98023224e-007, 2.98023188e-008, 1.1920929e-007, 0.999999583, 5.96046412e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1970+
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1971
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1972-
w15.C1 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
1972+
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1973
b10 = Instance.new("SpecialMesh", p10)
1974
b10.MeshType = Enum.MeshType.Brick
1975
b10.Name = "Mesh"
1976-
w16.C0 = CFrame.new(-59.7121582, 24.7350845, 28.4943123, 0.881098986, 0.401461899, 0.250000954, -0.429376066, 0.90063864, 0.0669875517, -0.198267847, -0.166365474, 0.965929389)
1976+
b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1977
p11 = Instance.new("Part", m3)
1978-
w16.C1 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1978+
1979
p11.Material = Enum.Material.Metal
1980
p11.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)
1981
p11.CanCollide = false
1982-
w17.C0 = CFrame.new(44.6532936, 52.7416191, 14.2623348, -0.707109928, 0.707106709, 2.10734257e-008, -0.707110047, -0.707106292, -6.32202699e-008, -4.47034836e-008, 5.96046448e-008, 1.0000037)
1982+
1983
p11.FormFactor = Enum.FormFactor.Custom
1984-
w17.C1 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
1984+
p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1985
b11 = Instance.new("SpecialMesh", p11)
1986
b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
1987
b11.TextureId = ""
1988-
w18.C0 = CFrame.new(-68.6029282, -6.90003586, 14.2623405, 1.00000465, -2.30967999e-007, -4.47034836e-008, 1.63912773e-007, 0.999999285, -2.98023224e-008, -7.4505806e-008, -1.49011612e-008, 1.0000037)
1988+
b11.MeshType = Enum.MeshType.FileMesh
1989
b11.Name = "Mesh"
1990-
w18.C1 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
1990+
b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1991
p12 = Instance.new("Part", m3)
1992-
w19.Name = "Wedge_Weld"
1992+
1993
p12.Material = Enum.Material.Metal
1994-
w19.C0 = CFrame.new(-68.6026077, -5.50004053, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
1994+
p12.Transparency = 1
1995-
m.Parent = rarm
1995+
p12.Name = "Chain2Torso"
1996
p12.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)
1997
p12.CanCollide = false
1998-
local cor4 = Instance.new("Part", rarm.RightArm)
1998+
1999
p12.FormFactor = Enum.FormFactor.Custom
2000
p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2001
b12 = Instance.new("SpecialMesh", p12)
2002
b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2003-
cor4.Size = Vector3.new(2, 1, 1)
2003+
2004
b12.MeshType = Enum.MeshType.FileMesh
2005
b12.Name = "Mesh"
2006-
corw2 = Instance.new("Weld", cor4)
2006+
b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2007
p13 = Instance.new("Part", m3)
2008-
corw2.Part1 = cor4
2008+
2009
p13.Material = Enum.Material.Metal
2010-
corw2.C1 = CFrame.new(0, 0, 0)
2010+
p13.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)
2011
p13.CanCollide = false
2012-
weld2.Part0 = cor4
2012+
2013-
weld2.Part1 = p14
2013+
2014-
weld2.C0 = CFrame.new(0, 0, 0)
2014+
p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2015
b13 = Instance.new("SpecialMesh", p13)
2016-
local m = Instance.new("Model")
2016+
b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2017-
m.Name = "Torso"
2017+
b13.TextureId = ""
2018
b13.MeshType = Enum.MeshType.FileMesh
2019
b13.Name = "Mesh"
2020
b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2021
p14 = Instance.new("Part", m3)
2022-
p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2022+
2023-
p1.CFrame = CFrame.new(67.3119202, 9.5997963, -14.263937, 1.00006402, 1.86259939e-007, 2.23464554e-008, -1.44914884e-006, 0.999991, -1.49014099e-008, -1.51248571e-006, 5.96053269e-008, 1.00005186)
2023+
2024
p14.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)
2025
p14.CanCollide = false
2026-
p1.BottomSurface = Enum.SurfaceType.Smooth
2026+
2027-
p1.TopSurface = Enum.SurfaceType.Smooth
2027+
2028
p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2029-
b1.MeshType = Enum.MeshType.Sphere
2029+
b14 = Instance.new("SpecialMesh", p14)
2030
b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2031
b14.TextureId = ""
2032
b14.MeshType = Enum.MeshType.FileMesh
2033-
p2.Material = Enum.Material.Neon
2033+
2034
b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2035-
p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2035+
p15 = Instance.new("Part", m3)
2036-
p2.CFrame = CFrame.new(65.0111618, 9.59981537, -14.2638226, 1.00005496, 2.75671482e-007, 1.2665987e-007, -1.35973096e-006, 0.999992192, -2.98023224e-008, -1.40815973e-006, 4.47034836e-008, 1.00004447)
2036+
2037
p15.Material = Enum.Material.Metal
2038
p15.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)
2039-
p2.BottomSurface = Enum.SurfaceType.Smooth
2039+
2040-
p2.TopSurface = Enum.SurfaceType.Smooth
2040+
2041
p15.FormFactor = Enum.FormFactor.Custom
2042-
b2.MeshType = Enum.MeshType.Sphere
2042+
p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2043
b15 = Instance.new("SpecialMesh", p15)
2044
b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2045-
p3.BrickColor = BrickColor.new("Bright blue")
2045+
b15.TextureId = ""
2046-
p3.Material = Enum.Material.Neon
2046+
b15.MeshType = Enum.MeshType.FileMesh
2047
b15.Name = "Mesh"
2048-
p3.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
2048+
b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2049-
p3.CFrame = CFrame.new(67.6028595, 9.39744663, -14.2168236, 0.491504252, -0.868347466, -0.0669902489, 0.834227681, 0.491479307, -0.249998316, 0.250008702, 0.0669909269, 0.965961695)
2049+
p16 = Instance.new("Part", m3)
2050
p16.BrickColor = BrickColor.new("Really black")
2051
p16.Material = Enum.Material.Metal
2052-
p3.BottomSurface = Enum.SurfaceType.Smooth
2052+
p16.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)
2053-
p3.TopSurface = Enum.SurfaceType.Smooth
2053+
2054
p16.Locked = true
2055-
p4.BrickColor = BrickColor.new("Bright blue")
2055+
2056-
p4.Material = Enum.Material.Neon
2056+
p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2057
b16 = Instance.new("SpecialMesh", p16)
2058-
p4.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
2058+
b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2059-
p4.CFrame = CFrame.new(64.6849442, 9.10655022, -14.2635975, 0.866056859, 0.500018656, 3.35280106e-007, -0.49999845, 0.866020203, -2.98035943e-008, -1.06866298e-006, -5.48167122e-007, 1.00002968)
2059+
2060
b16.MeshType = Enum.MeshType.FileMesh
2061
b16.Name = "Mesh"
2062-
p4.BottomSurface = Enum.SurfaceType.Smooth
2062+
b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2063-
p4.TopSurface = Enum.SurfaceType.Smooth
2063+
p17 = Instance.new("Part", m3)
2064
p17.BrickColor = BrickColor.new("Really black")
2065-
p5.BrickColor = BrickColor.new("Bright blue")
2065+
p17.Material = Enum.Material.Metal
2066
p17.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)
2067
p17.CanCollide = false
2068-
p5.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
2068+
2069-
p5.CFrame = CFrame.new(66.9344177, 8.96636868, -14.2634897, -0.866048932, -0.500014246, 4.3958832e-007, 0.499999046, -0.866021395, -4.47044108e-008, 9.70867745e-007, 5.08911796e-007, 1.00002229)
2069+
2070
p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2071
b17 = Instance.new("SpecialMesh", p17)
2072-
p5.BottomSurface = Enum.SurfaceType.Smooth
2072+
b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2073-
p5.TopSurface = Enum.SurfaceType.Smooth
2073+
2074
b17.MeshType = Enum.MeshType.FileMesh
2075-
p6.BrickColor = BrickColor.new("Bright blue")
2075+
2076-
p6.Material = Enum.Material.Neon
2076+
b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2077
p18 = Instance.new("Part", m3)
2078-
p6.Size = Vector3.new(0.200000048, 1.29999983, 0.200000048)
2078+
2079-
p6.CFrame = CFrame.new(65.358757, 9.04366112, -14.2633762, -0.866041601, 0.500008702, 5.43894771e-007, -0.499997824, -0.8660236, -5.96051208e-008, 8.43271948e-007, -5.21275751e-007, 1.0000149)
2079+
p18.Material = Enum.Material.Metal
2080
p18.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)
2081
p18.CanCollide = false
2082-
p6.BottomSurface = Enum.SurfaceType.Smooth
2082+
2083-
p6.TopSurface = Enum.SurfaceType.Smooth
2083+
2084
p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2085
b18 = Instance.new("SpecialMesh", p18)
2086
b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2087
b18.TextureId = ""
2088-
p7.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2088+
b18.MeshType = Enum.MeshType.FileMesh
2089-
p7.CFrame = CFrame.new(68.0082169, 9.19989014, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308121e-007, -8.7916851e-007, 5.96046519e-008, 1.00001121)
2089+
2090
b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2091
p19 = Instance.new("Part", m3)
2092-
p7.BottomSurface = Enum.SurfaceType.Smooth
2092+
2093-
p7.TopSurface = Enum.SurfaceType.Smooth
2093+
p19.Material = Enum.Material.Metal
2094-
b3 = Instance.new("SpecialMesh", p7)
2094+
p19.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)
2095-
b3.MeshType = Enum.MeshType.Sphere
2095+
2096
p19.Locked = true
2097
p19.FormFactor = Enum.FormFactor.Custom
2098
p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2099
b19 = Instance.new("SpecialMesh", p19)
2100
b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2101-
p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2101+
b19.TextureId = ""
2102-
p8.CFrame = CFrame.new(64.4081497, 8.59989357, -14.2632627, 1.00001383, 5.32715489e-007, 5.6624458e-007, -8.4191629e-007, 0.999997973, -2.980277e-008, -9.08971174e-007, -1.4901623e-008, 1.00001121)
2102+
b19.MeshType = Enum.MeshType.FileMesh
2103
b19.Name = "Mesh"
2104
b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2105-
p8.BottomSurface = Enum.SurfaceType.Smooth
2105+
p20 = Instance.new("Part", m3)
2106-
p8.TopSurface = Enum.SurfaceType.Smooth
2106+
2107-
b4 = Instance.new("SpecialMesh", p8)
2107+
p20.Material = Enum.Material.Metal
2108-
b4.MeshType = Enum.MeshType.Sphere
2108+
p20.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)
2109
p20.CanCollide = false
2110
p20.Locked = true
2111
p20.FormFactor = Enum.FormFactor.Custom
2112-
p9.Material = Enum.Material.Neon
2112+
p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2113
b20 = Instance.new("SpecialMesh", p20)
2114-
p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2114+
b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2115-
p9.CFrame = CFrame.new(67.8082123, 8.49989128, -14.2632694, 1.00001383, 6.37024641e-007, 5.36441803e-007, -9.46223736e-007, 0.999997973, -1.04308128e-007, -8.7916851e-007, 5.96046448e-008, 1.00001121)
2115+
b20.TextureId = ""
2116
b20.MeshType = Enum.MeshType.FileMesh
2117
b20.Name = "Mesh"
2118-
p9.BottomSurface = Enum.SurfaceType.Smooth
2118+
b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2119-
p9.TopSurface = Enum.SurfaceType.Smooth
2119+
p21 = Instance.new("Part", m3)
2120-
b5 = Instance.new("SpecialMesh", p9)
2120+
2121-
b5.MeshType = Enum.MeshType.Sphere
2121+
p21.Material = Enum.Material.Metal
2122
p21.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)
2123
p21.CanCollide = false
2124-
p10.BrickColor = BrickColor.new("Bright blue")
2124+
2125-
p10.Material = Enum.Material.Neon
2125+
2126
p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2127-
p10.Size = Vector3.new(0.200000048, 0.999999821, 0.200000048)
2127+
2128-
p10.CFrame = CFrame.new(67.3000946, 8.34052181, -14.1962805, -0.323144197, -0.934642911, 0.148454338, 0.912730813, -0.349243045, -0.212012067, 0.250002205, 0.0669885725, 0.965932906)
2128+
2129
b21.TextureId = ""
2130
b21.MeshType = Enum.MeshType.FileMesh
2131-
p10.BottomSurface = Enum.SurfaceType.Smooth
2131+
2132-
p10.TopSurface = Enum.SurfaceType.Smooth
2132+
b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2133
p22 = Instance.new("Part", m3)
2134
p22.BrickColor = BrickColor.new("Really black")
2135
p22.Material = Enum.Material.Metal
2136-
p11.Name = "Main"
2136+
p22.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)
2137
p22.CanCollide = false
2138-
p11.Size = Vector3.new(4.4000001, 4.19999981, 2.20000005)
2138+
2139-
p11.CFrame = CFrame.new(66.1075974, 8.19991207, -13.1631384, 1, 7.67355459e-007, 7.5990539e-007, -7.67355459e-007, 1, -2.98022478e-008, -7.5990539e-007, 2.98016651e-008, 1)
2139+
2140
p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2141
b22 = Instance.new("SpecialMesh", p22)
2142-
p11.BottomSurface = Enum.SurfaceType.Smooth
2142+
b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2143-
p11.TopSurface = Enum.SurfaceType.Smooth
2143+
b22.TextureId = ""
2144
b22.MeshType = Enum.MeshType.FileMesh
2145
b22.Name = "Mesh"
2146
b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2147
p23 = Instance.new("Part", m3)
2148-
p12.Size = Vector3.new(3, 3, 2)
2148+
2149-
p12.CFrame = CFrame.new(66.1075974, 8.19991302, -13.5631437, 1.00000453, 6.48145658e-007, 6.55599706e-007, -7.97160624e-007, 0.999999344, -1.49012251e-008, -7.5990863e-007, 2.98017362e-008, 1.0000037)
2149+
p23.Material = Enum.Material.Metal
2150
p23.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)
2151
p23.CanCollide = false
2152-
p12.BottomSurface = Enum.SurfaceType.Smooth
2152+
2153-
p12.TopSurface = Enum.SurfaceType.Smooth
2153+
2154-
b6 = Instance.new("SpecialMesh", p12)
2154+
p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2155
b23 = Instance.new("SpecialMesh", p23)
2156
b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2157
b23.TextureId = ""
2158-
p13.BrickColor = BrickColor.new("Bright blue")
2158+
b23.MeshType = Enum.MeshType.FileMesh
2159-
p13.Material = Enum.Material.Neon
2159+
b23.Name = "Mesh"
2160
b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2161-
p13.Size = Vector3.new(0.200000048, 3.79999971, 0.200000048)
2161+
p24 = Instance.new("Part", m3)
2162-
p13.CFrame = CFrame.new(66.1331863, 7.82621098, -12.0632286, 6.04434092e-007, -1.00000906, 6.55602378e-007, 0.999998689, 8.72662156e-007, -1.49012802e-008, 4.47028583e-008, 8.64220965e-007, 1.00000739)
2162+
2163
p24.Material = Enum.Material.Metal
2164
p24.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)
2165-
p13.BottomSurface = Enum.SurfaceType.Smooth
2165+
2166-
p13.TopSurface = Enum.SurfaceType.Smooth
2166+
2167
p24.FormFactor = Enum.FormFactor.Custom
2168-
p14.BrickColor = BrickColor.new("Bright blue")
2168+
p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2169-
p14.Material = Enum.Material.Neon
2169+
b24 = Instance.new("SpecialMesh", p24)
2170
b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2171-
p14.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
2171+
b24.TextureId = ""
2172-
p14.CFrame = CFrame.new(65.0837555, 8.11279583, -12.0633221, 0.866040885, 0.500009477, 5.5129766e-007, -0.499999583, 0.866022587, -2.09610107e-013, -8.68580742e-007, -4.3265041e-007, 1.00001478)
2172+
b24.MeshType = Enum.MeshType.FileMesh
2173
b24.Name = "Mesh"
2174
b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2175-
p14.BottomSurface = Enum.SurfaceType.Smooth
2175+
p25 = Instance.new("Part", m3)
2176-
p14.TopSurface = Enum.SurfaceType.Smooth
2176+
p25.BrickColor = BrickColor.new("Really black")
2177
p25.Material = Enum.Material.Metal
2178-
p15.BrickColor = BrickColor.new("Bright blue")
2178+
p25.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)
2179-
p15.Material = Enum.Material.Neon
2179+
2180
p25.Locked = true
2181-
p15.Size = Vector3.new(0.200000048, 3.99999976, 0.200000048)
2181+
p25.FormFactor = Enum.FormFactor.Custom
2182-
p15.CFrame = CFrame.new(67.0844116, 8.11277008, -12.0634222, 0.866049111, -0.500013351, 4.46991237e-007, 0.49999693, 0.866022587, 1.49009658e-008, -8.91868751e-007, 6.00952262e-007, 1.00002217)
2182+
p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2183
b25 = Instance.new("SpecialMesh", p25)
2184
b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2185-
p15.BottomSurface = Enum.SurfaceType.Smooth
2185+
b25.TextureId = ""
2186-
p15.TopSurface = Enum.SurfaceType.Smooth
2186+
b25.MeshType = Enum.MeshType.FileMesh
2187
b25.Name = "Mesh"
2188-
p16.BrickColor = BrickColor.new("Bright blue")
2188+
b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2189-
p16.Material = Enum.Material.Neon
2189+
p26 = Instance.new("Part", m3)
2190
p26.BrickColor = BrickColor.new("Really black")
2191-
p16.Size = Vector3.new(0.200000048, 1.19999969, 0.200000048)
2191+
p26.Material = Enum.Material.Metal
2192-
p16.CFrame = CFrame.new(65.484314, 7.30655766, -14.2634888, 0.906336308, 0.422632158, 3.49386681e-007, -0.422617853, 0.906302929, 2.46360354e-008, -1.01209048e-006, -3.84037776e-007, 1.00002587)
2192+
p26.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)
2193
p26.CanCollide = false
2194
p26.Locked = true
2195-
p16.BottomSurface = Enum.SurfaceType.Smooth
2195+
p26.FormFactor = Enum.FormFactor.Custom
2196-
p16.TopSurface = Enum.SurfaceType.Smooth
2196+
p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2197
b26 = Instance.new("SpecialMesh", p26)
2198-
p17.BrickColor = BrickColor.new("Bright blue")
2198+
b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2199
b26.TextureId = ""
2200
b26.MeshType = Enum.MeshType.FileMesh
2201-
p17.Size = Vector3.new(0.200000048, 1.89999986, 0.200000048)
2201+
b26.Name = "Mesh"
2202-
p17.CFrame = CFrame.new(67.1100159, 7.10342312, -14.2635927, 0.866056919, -0.50001812, 3.65035532e-007, 0.499996245, 0.866021872, 5.96044032e-008, -8.79435504e-007, 6.97014912e-007, 1.00002956)
2202+
b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2203
p27 = Instance.new("Part", m3)
2204
p27.BrickColor = BrickColor.new("Really black")
2205-
p17.BottomSurface = Enum.SurfaceType.Smooth
2205+
p27.Material = Enum.Material.Metal
2206-
p17.TopSurface = Enum.SurfaceType.Smooth
2206+
p27.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)
2207
p27.CanCollide = false
2208-
p18.BrickColor = BrickColor.new("Bright blue")
2208+
p27.Locked = true
2209-
p18.Material = Enum.Material.Neon
2209+
p27.FormFactor = Enum.FormFactor.Custom
2210
p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2211-
p18.Size = Vector3.new(0.200000048, 1.19999981, 0.200000048)
2211+
b27 = Instance.new("SpecialMesh", p27)
2212-
p18.CFrame = CFrame.new(65.6104889, 7.05342484, -14.2637053, -0.707138717, -0.707138956, 3.36865924e-007, 0.707104087, -0.707101464, 1.4901164e-007, 9.95719802e-007, 5.95316749e-007, 1.00003707)
2212+
b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2213
b27.TextureId = ""
2214
b27.MeshType = Enum.MeshType.FileMesh
2215-
p18.BottomSurface = Enum.SurfaceType.Smooth
2215+
b27.Name = "Mesh"
2216-
p18.TopSurface = Enum.SurfaceType.Smooth
2216+
b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2217
p28 = Instance.new("Part", m3)
2218
p28.BrickColor = BrickColor.new("Really black")
2219-
p19.Material = Enum.Material.Neon
2219+
p28.Material = Enum.Material.Metal
2220
p28.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)
2221-
p19.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2221+
p28.CanCollide = false
2222-
p19.CFrame = CFrame.new(65.2110596, 6.69982004, -14.2638168, 1.00005388, -1.78813906e-007, 3.08695888e-007, -1.7285347e-006, 0.999993682, 2.38419489e-007, -1.15321473e-006, 3.72538381e-007, 1.0000447)
2222+
p28.Locked = true
2223
p28.FormFactor = Enum.FormFactor.Custom
2224
p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2225-
p19.BottomSurface = Enum.SurfaceType.Smooth
2225+
b28 = Instance.new("SpecialMesh", p28)
2226-
p19.TopSurface = Enum.SurfaceType.Smooth
2226+
b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2227-
b7 = Instance.new("SpecialMesh", p19)
2227+
b28.TextureId = ""
2228-
b7.MeshType = Enum.MeshType.Sphere
2228+
b28.MeshType = Enum.MeshType.FileMesh
2229
b28.Name = "Mesh"
2230
b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2231
p29 = Instance.new("Part", m3)
2232-
p20.Material = Enum.Material.Neon
2232+
p29.BrickColor = BrickColor.new("Really black")
2233
p29.Material = Enum.Material.Metal
2234-
p20.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2234+
p29.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)
2235-
p20.CFrame = CFrame.new(66.7116928, 6.49980783, -14.2639294, 1.00006235, -2.98028993e-007, 2.80525398e-007, -1.8477574e-006, 0.999992907, 3.27827962e-007, -1.18139712e-006, 4.61949412e-007, 1.00005233)
2235+
p29.CanCollide = false
2236
p29.Locked = true
2237
p29.FormFactor = Enum.FormFactor.Custom
2238-
p20.BottomSurface = Enum.SurfaceType.Smooth
2238+
p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2239-
p20.TopSurface = Enum.SurfaceType.Smooth
2239+
b29 = Instance.new("SpecialMesh", p29)
2240-
b8 = Instance.new("SpecialMesh", p20)
2240+
b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2241-
b8.MeshType = Enum.MeshType.Sphere
2241+
b29.TextureId = ""
2242
b29.MeshType = Enum.MeshType.FileMesh
2243
b29.Name = "Mesh"
2244-
p21.BrickColor = BrickColor.new("Bright blue")
2244+
b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2245-
p21.Material = Enum.Material.Neon
2245+
p30 = Instance.new("Part", m3)
2246
p30.BrickColor = BrickColor.new("Really black")
2247-
p21.Size = Vector3.new(0.200000048, 0.799999893, 0.200000048)
2247+
p30.Material = Enum.Material.Metal
2248-
p21.CFrame = CFrame.new(67.0623169, 6.40337944, -14.264039, 0.258836836, -0.965994418, 2.52354425e-007, 0.965917706, 0.258818805, 4.17237061e-007, 2.19511691e-007, 1.31106742e-006, 1.00005996)
2248+
p30.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)
2249
p30.CanCollide = false
2250
p30.Locked = true
2251-
p21.BottomSurface = Enum.SurfaceType.Smooth
2251+
p30.FormFactor = Enum.FormFactor.Custom
2252-
p21.TopSurface = Enum.SurfaceType.Smooth
2252+
p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2253
b30 = Instance.new("SpecialMesh", p30)
2254
b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2255-
p22.Material = Enum.Material.Neon
2255+
b30.TextureId = ""
2256
b30.MeshType = Enum.MeshType.FileMesh
2257-
p22.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2257+
b30.Name = "Mesh"
2258-
p22.CFrame = CFrame.new(67.5129166, 6.29977846, -14.2641516, 1.00007939, -5.96046448e-007, 2.24182997e-007, -2.14576721e-006, 0.999991298, 5.06646757e-007, -1.23776351e-006, 6.40773351e-007, 1.00006759)
2258+
b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2259
p31 = Instance.new("Part", m3)
2260
p31.BrickColor = BrickColor.new("Really black")
2261-
p22.BottomSurface = Enum.SurfaceType.Smooth
2261+
p31.Material = Enum.Material.Metal
2262-
p22.TopSurface = Enum.SurfaceType.Smooth
2262+
p31.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)
2263-
b9 = Instance.new("SpecialMesh", p22)
2263+
p31.CanCollide = false
2264-
b9.MeshType = Enum.MeshType.Sphere
2264+
p31.Locked = true
2265
p31.FormFactor = Enum.FormFactor.Custom
2266
p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2267
b31 = Instance.new("SpecialMesh", p31)
2268
b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2269-
w1.C0 = CFrame.new(-67.3029404, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
2269+
b31.TextureId = ""
2270
b31.MeshType = Enum.MeshType.FileMesh
2271-
w1.C1 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
2271+
b31.Name = "Mesh"
2272
b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2273
p32 = Instance.new("Part", m3)
2274
p32.BrickColor = BrickColor.new("Really black")
2275-
w2.C0 = CFrame.new(-65.0029221, -7.60003757, 14.2623367, 1.00000453, -2.08616257e-007, -3.72529385e-008, 1.1920929e-007, 0.999999404, -1.49011452e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
2275+
p32.Material = Enum.Material.Metal
2276
p32.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)
2277-
w2.C1 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
2277+
p32.CanCollide = false
2278
p32.Locked = true
2279
p32.FormFactor = Enum.FormFactor.Custom
2280
p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2281-
w3.C0 = CFrame.new(-35.8392487, 56.0098076, 20.1084957, 0.491483778, 0.834233105, 0.250000894, -0.868311942, 0.491481245, 0.0669875443, -0.0669877231, -0.249999821, 0.965929389)
2281+
b32 = Instance.new("SpecialMesh", p32)
2282
b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2283-
w3.C1 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
2283+
b32.TextureId = ""
2284
b32.MeshType = Enum.MeshType.FileMesh
2285
b32.Name = "Mesh"
2286
b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2287-
w4.C0 = CFrame.new(-52.459343, -38.4935722, 14.2623358, 0.866029263, -0.499999881, -2.48114169e-008, 0.500002384, 0.866024733, -3.15312398e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
2287+
p33 = Instance.new("Part", m3)
2288
p33.BrickColor = BrickColor.new("Really black")
2289-
w4.C1 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
2289+
p33.Material = Enum.Material.Metal
2290
p33.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)
2291
p33.CanCollide = false
2292
p33.Locked = true
2293-
w5.C0 = CFrame.new(54.4780006, 39.4971619, 14.2623367, -0.866029263, 0.49999994, 2.48113796e-008, -0.500002444, -0.866024733, 3.15312398e-008, -6.70552254e-008, 2.98023224e-008, 1.0000037)
2293+
p33.FormFactor = Enum.FormFactor.Custom
2294
p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2295-
w5.C1 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
2295+
b33 = Instance.new("SpecialMesh", p33)
2296
b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2297
b33.TextureId = ""
2298
b33.MeshType = Enum.MeshType.FileMesh
2299-
w6.C0 = CFrame.new(60.1191711, -26.5763226, 14.2623367, -0.866029382, -0.499999493, 3.9712539e-008, 0.500002205, -0.866024911, -5.72166936e-009, -6.70552254e-008, 2.98023224e-008, 1.0000037)
2299+
b33.Name = "Mesh"
2300
b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2301-
w6.C1 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
2301+
p34 = Instance.new("Part", m3)
2302
p34.BrickColor = BrickColor.new("Really black")
2303
p34.Material = Enum.Material.Metal
2304
p34.Name = "Connection"
2305-
w7.C0 = CFrame.new(-68.0026093, -7.20003986, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
2305+
p34.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)
2306
p34.CanCollide = false
2307-
w7.C1 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
2307+
p34.Locked = true
2308
p34.FormFactor = Enum.FormFactor.Custom
2309
p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2310
b34 = Instance.new("SpecialMesh", p34)
2311-
w8.C0 = CFrame.new(-64.4025955, -6.60003376, 14.2622824, 1, -5.96043641e-008, 4.47034836e-008, 5.96043677e-008, 1, -5.9604421e-008, -4.470348e-008, 5.96044245e-008, 1)
2311+
b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2312
b34.TextureId = ""
2313-
w8.C1 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
2313+
b34.MeshType = Enum.MeshType.FileMesh
2314
b34.Name = "Mesh"
2315
b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2316
p35 = Instance.new("Part", m3)
2317-
w9.C0 = CFrame.new(-67.8026123, -6.50004005, 14.2622881, 1, -1.63912006e-007, 7.4505806e-008, 1.63912006e-007, 1, 1.49011186e-008, -7.4505806e-008, -1.49011061e-008, 1)
2317+
p35.BrickColor = BrickColor.new("Really black")
2318
p35.Material = Enum.Material.Metal
2319-
w9.C1 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
2319+
p35.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)
2320
p35.CanCollide = false
2321-
w10.Name = "Main_Weld"
2321+
p35.Locked = true
2322
p35.FormFactor = Enum.FormFactor.Custom
2323-
w10.C0 = CFrame.new(19.5072937, 66.0613785, 5.0658741, -0.323143423, 0.912731171, 0.250000954, -0.93463856, -0.349243909, 0.0669875741, 0.148453087, -0.212012053, 0.965929449)
2323+
p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2324
b35 = Instance.new("SpecialMesh", p35)
2325-
w10.C1 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
2325+
b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2326
b35.TextureId = ""
2327
b35.MeshType = Enum.MeshType.FileMesh
2328
b35.Name = "Mesh"
2329-
w11.C0 = CFrame.new(-66.1029282, -6.20003605, 13.1623268, 1.00000453, -2.38418579e-007, -3.72529456e-008, 8.94069672e-008, 0.999999344, -1.49011452e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
2329+
b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2330
p36 = Instance.new("Part", m3)
2331-
w11.C1 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
2331+
p36.BrickColor = BrickColor.new("Really black")
2332
p36.Material = Enum.Material.Metal
2333
p36.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)
2334
p36.CanCollide = false
2335-
w12.C0 = CFrame.new(-66.1026306, -6.20004368, 13.5622816, 1, -1.1920875e-007, 6.70552325e-008, 1.1920875e-007, 1, -2.98022158e-008, -6.70552325e-008, 2.98022229e-008, 1)
2335+
p36.Locked = true
2336
p36.FormFactor = Enum.FormFactor.Custom
2337-
w12.C1 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
2337+
p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2338
b36 = Instance.new("SpecialMesh", p36)
2339
b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2340
b36.TextureId = ""
2341-
w13.C0 = CFrame.new(-5.82635021, 66.1279221, 12.0623207, 7.54977023e-008, 0.999999344, -1.49011434e-008, -1.00000453, 1.94707212e-007, 3.72529385e-008, -6.70552325e-008, 2.9802333e-008, 1.0000037)
2341+
b36.MeshType = Enum.MeshType.FileMesh
2342
b36.Name = "Mesh"
2343-
w13.C1 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
2343+
b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2344
w1 = Instance.new("Weld", p2)
2345
w1.Name = "Joint"
2346
w1.Part0 = p2
2347-
w14.C0 = CFrame.new(-53.3026466, -37.8329315, 12.0623188, 0.866029263, -0.499999881, -2.4811424e-008, 0.500002325, 0.866024673, -3.15312434e-008, -6.70552396e-008, 2.9802333e-008, 1.0000037)
2347+
w1.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)
2348
w1.Part1 = p18
2349-
w14.C1 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
2349+
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2350
w2 = Instance.new("Weld", p3)
2351
w2.Name = "Joint"
2352
w2.Part0 = p3
2353-
w15.C0 = CFrame.new(-61.1476631, 28.2449875, 12.0623198, 0.866029382, 0.499999404, -3.97125675e-008, -0.500002146, 0.866024971, 5.72170222e-009, -6.70552396e-008, 2.9802333e-008, 1.0000037)
2353+
w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2354
w2.Part1 = p1
2355-
w15.C1 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
2355+
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2356
w3 = Instance.new("Weld", p4)
2357
w3.Name = "Joint"
2358
w3.Part0 = p4
2359-
w16.C0 = CFrame.new(-57.1000977, -32.4815826, 14.2622862, 0.906307578, -0.422618747, 6.51076419e-008, 0.422618747, 0.906307578, 3.17729842e-009, -6.0350331e-008, 2.46360994e-008, 1)
2359+
w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2360
w3.Part1 = p1
2361-
w16.C1 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
2361+
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2362
w4 = Instance.new("Weld", p5)
2363
w4.Name = "Joint"
2364
w4.Part0 = p5
2365-
w17.C0 = CFrame.new(-60.6646385, 29.1315918, 14.2623339, 0.866029501, 0.499999583, 5.5611892e-008, -0.500002265, 0.866025209, 3.67179815e-008, -4.470348e-008, 5.96046448e-008, 1.0000037)
2365+
w4.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)
2366
w4.Part1 = p7
2367-
w17.C1 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2367+
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2368
w5 = Instance.new("Weld", p6)
2369
w5.Name = "Joint"
2370
w5.Part0 = p6
2371-
w18.C0 = CFrame.new(42.8147545, 49.9616852, 14.2623405, -0.707109571, 0.707106829, 2.10734417e-008, -0.707110047, -0.707106233, -6.32202557e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2371+
w5.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)
2372
w5.Part1 = p7
2373-
w18.C1 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2373+
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2374
w6 = Instance.new("Weld", p7)
2375
w6.Name = "Joint"
2376
w6.Part0 = p7
2377-
w19.C0 = CFrame.new(-65.2028809, -4.70003223, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2377+
w6.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)
2378
w6.Part1 = p1
2379-
w19.C1 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2379+
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2380
w7 = Instance.new("Weld", p8)
2381
w7.Name = "Joint"
2382
w7.Part0 = p8
2383-
w20.C0 = CFrame.new(-66.7028656, -4.50003386, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2383+
w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2384
w7.Part1 = p1
2385-
w20.C1 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2385+
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2386
w8 = Instance.new("Weld", p9)
2387
w8.Name = "Joint"
2388
w8.Part0 = p9
2389-
w21.C0 = CFrame.new(-21.6081295, 63.6283798, 14.2623405, 0.258820146, 0.965925455, 6.52870682e-008, -0.965930045, 0.258819073, -1.33600135e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2389+
w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2390
w8.Part1 = p1
2391-
w21.C1 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2391+
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2392
w9 = Instance.new("Weld", p10)
2393-
w22.Name = "Wedge_Weld"
2393+
w9.Name = "Joint"
2394
w9.Part0 = p10
2395-
w22.C0 = CFrame.new(-67.5028763, -4.30003405, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2395+
w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2396-
m.Parent = torso
2396+
w9.Part1 = p1
2397
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2398
w10 = Instance.new("Weld", p11)
2399-
local cor5 = Instance.new("Part", torso.Torso)
2399+
w10.Name = "Joint"
2400
w10.Part0 = p11
2401
w10.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)
2402
w10.Part1 = p19
2403
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2404-
cor5.Size = Vector3.new(2, 1, 1)
2404+
w11 = Instance.new("Weld", p12)
2405
w11.Name = "Joint"
2406
w11.Part0 = p12
2407-
corw2 = Instance.new("Weld", cor5)
2407+
w11.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)
2408-
corw2.Part0 = torso
2408+
w11.Part1 = p1
2409-
corw2.Part1 = cor5
2409+
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2410
w12 = Instance.new("Weld", p13)
2411-
corw2.C1 = CFrame.new(0, 0, 0)
2411+
w12.Name = "Joint"
2412-
weld2 = Instance.new("Weld", torso.Torso)
2412+
w12.Part0 = p13
2413-
weld2.Part0 = cor5
2413+
w12.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)
2414-
weld2.Part1 = p11
2414+
w12.Part1 = p35
2415-
weld2.C0 = CFrame.new(0, 0, 0)
2415+
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2416
w13 = Instance.new("Weld", p14)
2417-
local m = Instance.new("Model")
2417+
w13.Name = "Joint"
2418-
m.Name = "RightLeg"
2418+
w13.Part0 = p14
2419
w13.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)
2420
w13.Part1 = p34
2421
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2422
w14 = Instance.new("Weld", p15)
2423-
p1.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2423+
w14.Name = "Joint"
2424-
p1.CFrame = CFrame.new(67.2429962, 5.49923229, -14.269578, 1.00045943, -5.51538596e-006, -2.14306033e-006, -7.25689733e-006, 0.999951601, 3.93318305e-006, -2.55180248e-006, 4.05587616e-006, 1.00038624)
2424+
w14.Part0 = p15
2425
w14.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)
2426
w14.Part1 = p16
2427-
p1.BottomSurface = Enum.SurfaceType.Smooth
2427+
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2428-
p1.TopSurface = Enum.SurfaceType.Smooth
2428+
w15 = Instance.new("Weld", p16)
2429
w15.Name = "Joint"
2430-
b1.MeshType = Enum.MeshType.Sphere
2430+
w15.Part0 = p16
2431
w15.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)
2432
w15.Part1 = p20
2433
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2434-
p2.Material = Enum.Material.Neon
2434+
w16 = Instance.new("Weld", p17)
2435
w16.Name = "Joint"
2436-
p2.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2436+
w16.Part0 = p17
2437-
p2.CFrame = CFrame.new(67.6437836, 4.79925013, -14.2696915, 1.00046372, -5.51538369e-006, -2.14306829e-006, -7.37613163e-006, 0.999951243, 3.93319806e-006, -2.57999613e-006, 4.14531632e-006, 1.00039005)
2437+
w16.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)
2438
w16.Part1 = p14
2439
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2440-
p2.BottomSurface = Enum.SurfaceType.Smooth
2440+
w17 = Instance.new("Weld", p18)
2441-
p2.TopSurface = Enum.SurfaceType.Smooth
2441+
w17.Name = "Joint"
2442
w17.Part0 = p18
2443-
b2.MeshType = Enum.MeshType.Sphere
2443+
w17.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)
2444
w17.Part1 = p17
2445
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2446-
p3.BrickColor = BrickColor.new("Bright blue")
2446+
w18 = Instance.new("Weld", p19)
2447-
p3.Material = Enum.Material.Neon
2447+
w18.Name = "Joint"
2448
w18.Part0 = p19
2449-
p3.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
2449+
w18.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)
2450-
p3.CFrame = CFrame.new(66.8881302, 5.17327356, -14.2696877, -0.707441688, -0.707433701, -2.14858301e-006, 0.707077265, -0.707066894, 4.0476084e-006, 4.7538756e-006, -1.07312485e-006, 1.00039387)
2450+
w18.Part1 = p21
2451
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2452
w19 = Instance.new("Weld", p20)
2453-
p3.BottomSurface = Enum.SurfaceType.Smooth
2453+
w19.Name = "Joint"
2454-
p3.TopSurface = Enum.SurfaceType.Smooth
2454+
w19.Part0 = p20
2455
w19.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)
2456
w19.Part1 = p11
2457-
p4.Material = Enum.Material.Neon
2457+
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2458
w20 = Instance.new("Weld", p21)
2459-
p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2459+
w20.Name = "Joint"
2460-
p4.CFrame = CFrame.new(66.5432739, 4.7992568, -14.2696896, 1.00046802, -5.54323196e-006, -2.17126149e-006, -7.42077827e-006, 0.999950886, 4.02261594e-006, -2.58000705e-006, 4.14531496e-006, 1.00039387)
2460+
w20.Part0 = p21
2461
w20.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)
2462
w20.Part1 = p22
2463-
p4.BottomSurface = Enum.SurfaceType.Smooth
2463+
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2464-
p4.TopSurface = Enum.SurfaceType.Smooth
2464+
w21 = Instance.new("Weld", p22)
2465
w21.Name = "Joint"
2466-
b3.MeshType = Enum.MeshType.Sphere
2466+
w21.Part0 = p22
2467
w21.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)
2468
w21.Part1 = p23
2469-
p5.BrickColor = BrickColor.new("Bright blue")
2469+
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2470
w22 = Instance.new("Weld", p23)
2471
w22.Name = "Joint"
2472-
p5.Size = Vector3.new(0.200000048, 0.999999762, 0.200000048)
2472+
w22.Part0 = p23
2473-
p5.CFrame = CFrame.new(67.8495178, 4.41932487, -14.269804, -0.906733274, 0.422823101, -2.17126944e-006, -0.422590762, -0.906265974, 4.0226314e-006, 5.74146384e-007, -4.94026517e-006, 1.00039768)
2473+
w22.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)
2474
w22.Part1 = p24
2475
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2476-
p5.BottomSurface = Enum.SurfaceType.Smooth
2476+
w23 = Instance.new("Weld", p24)
2477-
p5.TopSurface = Enum.SurfaceType.Smooth
2477+
w23.Name = "Joint"
2478
w23.Part0 = p24
2479-
p6.BrickColor = BrickColor.new("Bright blue")
2479+
w23.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)
2480-
p6.Material = Enum.Material.Neon
2480+
w23.Part1 = p25
2481
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2482-
p6.Size = Vector3.new(0.200000048, 0.799999833, 0.200000048)
2482+
w24 = Instance.new("Weld", p25)
2483-
p6.CFrame = CFrame.new(66.5438004, 4.21363878, -14.2698011, 1.00047636, -7.68899918e-006, -2.17678416e-006, -5.51342964e-006, 0.999950111, 4.13704174e-006, -2.63088032e-006, 4.20975539e-006, 1.0004015)
2483+
w24.Name = "Joint"
2484
w24.Part0 = p25
2485
w24.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)
2486-
p6.BottomSurface = Enum.SurfaceType.Smooth
2486+
w24.Part1 = p26
2487-
p6.TopSurface = Enum.SurfaceType.Smooth
2487+
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2488
w25 = Instance.new("Weld", p26)
2489
w25.Name = "Joint"
2490
w25.Part0 = p26
2491-
p7.Name = "Main"
2491+
w25.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)
2492
w25.Part1 = p27
2493-
p7.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
2493+
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2494-
p7.CFrame = CFrame.new(67.2447891, 3.99926972, -13.1694622, 1.00048089, -5.69129634e-006, -2.186149e-006, -7.65911773e-006, 0.999949753, 4.1418657e-006, -2.63640663e-006, 4.32419529e-006, 1.00040531)
2494+
w26 = Instance.new("Weld", p27)
2495
w26.Name = "Joint"
2496
w26.Part0 = p27
2497-
p7.BottomSurface = Enum.SurfaceType.Smooth
2497+
w26.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)
2498-
p7.TopSurface = Enum.SurfaceType.Smooth
2498+
w26.Part1 = p28
2499
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2500-
p8.BrickColor = BrickColor.new("Bright blue")
2500+
w27 = Instance.new("Weld", p28)
2501
w27.Name = "Joint"
2502
w27.Part0 = p28
2503-
p8.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
2503+
w27.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)
2504-
p8.CFrame = CFrame.new(67.1560593, 4.19274044, -14.2700233, -0.766423643, -0.643097878, -2.21435107e-006, 0.642760634, -0.766000509, 4.23129995e-006, 4.88720252e-006, -1.69966381e-006, 1.00041294)
2504+
w27.Part1 = p29
2505
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2506
w28 = Instance.new("Weld", p29)
2507-
p8.BottomSurface = Enum.SurfaceType.Smooth
2507+
w28.Name = "Joint"
2508-
p8.TopSurface = Enum.SurfaceType.Smooth
2508+
w28.Part0 = p29
2509-
p9 = Instance.new("WedgePart", m)
2509+
w28.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)
2510-
p9.BrickColor = BrickColor.new("Bright blue")
2510+
w28.Part1 = p30
2511-
p9.Material = Enum.Material.Neon
2511+
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2512-
p9.Name = "Wedge"
2512+
w29 = Instance.new("Weld", p30)
2513
w29.Name = "Joint"
2514-
p9.Size = Vector3.new(1, 1.19999981, 4)
2514+
w29.Part0 = p30
2515-
p9.CFrame = CFrame.new(67.3460693, 3.49928832, -10.7686377, -1.00049889, -4.27957411e-006, 4.5400966e-006, 8.07642937e-006, 0.906259179, -0.422600418, 2.61850914e-006, -0.422791958, -0.906690836)
2515+
w29.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)
2516
w29.Part1 = p31
2517
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2518-
p9.TopSurface = Enum.SurfaceType.Smooth
2518+
w30 = Instance.new("Weld", p31)
2519-
b4 = Instance.new("SpecialMesh", p9)
2519+
w30.Name = "Joint"
2520-
b4.MeshType = Enum.MeshType.Wedge
2520+
w30.Part0 = p31
2521
w30.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)
2522-
b4.Scale = Vector3.new(0.600000024, 1, 1)
2522+
w30.Part1 = p32
2523
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2524
w31 = Instance.new("Weld", p32)
2525-
p10.Material = Enum.Material.Neon
2525+
w31.Name = "Joint"
2526
w31.Part0 = p32
2527-
p10.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2527+
w31.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)
2528-
p10.CFrame = CFrame.new(68.0469971, 3.99923301, -14.2702446, 1.00050783, -6.09550762e-006, -2.27330474e-006, -8.07715332e-006, 0.999947786, 4.38094139e-006, -2.69438578e-006, 4.64916229e-006, 1.0004282)
2528+
w31.Part1 = p33
2529
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2530
w32 = Instance.new("Weld", p33)
2531-
p10.BottomSurface = Enum.SurfaceType.Smooth
2531+
w32.Name = "Joint"
2532-
p10.TopSurface = Enum.SurfaceType.Smooth
2532+
w32.Part0 = p33
2533-
b5 = Instance.new("SpecialMesh", p10)
2533+
w32.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)
2534-
b5.MeshType = Enum.MeshType.Sphere
2534+
w32.Part1 = p13
2535
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2536
w33 = Instance.new("Weld", p34)
2537
w33.Name = "Joint"
2538-
p11.Material = Enum.Material.Neon
2538+
w33.Part0 = p34
2539
w33.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)
2540-
p11.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2540+
w33.Part1 = p12
2541-
p11.CFrame = CFrame.new(66.5467682, 3.59925723, -14.2703533, 1.00051641, -6.21477238e-006, -2.30150818e-006, -8.22622587e-006, 0.999947011, 4.47037792e-006, -2.72259308e-006, 4.73860473e-006, 1.00043583)
2541+
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2542
w34 = Instance.new("Weld", p35)
2543
w34.Name = "Joint"
2544-
p11.BottomSurface = Enum.SurfaceType.Smooth
2544+
w34.Part0 = p35
2545-
p11.TopSurface = Enum.SurfaceType.Smooth
2545+
w34.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)
2546-
b6 = Instance.new("SpecialMesh", p11)
2546+
w34.Part1 = p36
2547
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2548
w35 = Instance.new("Weld", p36)
2549
w35.Name = "Joint"
2550-
p12.BrickColor = BrickColor.new("Bright blue")
2550+
w35.Part0 = p36
2551
w35.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)
2552
w35.Part1 = p2
2553-
p12.Size = Vector3.new(0.200000048, 1.49999976, 0.200000048)
2553+
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2554-
p12.CFrame = CFrame.new(67.558609, 3.39274073, -14.2704687, -0.766450763, -0.643119991, -2.33134415e-006, 0.642759323, -0.765998006, 4.5598149e-006, 5.20550884e-006, -1.92419975e-006, 1.00044346)
2554+
m3.Parent = torso
2555
m3:MakeJoints()
2556
----------------------------------------------------
2557-
p12.BottomSurface = Enum.SurfaceType.Smooth
2557+
local cor3 = Instance.new("Part", torso.Torso)
2558-
p12.TopSurface = Enum.SurfaceType.Smooth
2558+
2559
cor3.Locked = true
2560
cor3.BottomSurface = 0
2561-
p13.Material = Enum.Material.Neon
2561+
2562
cor3.Size = Vector3.new(1, 1, 1)
2563-
p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2563+
2564-
p13.CFrame = CFrame.new(67.0482101, 2.79927826, -14.2705812, 1.00053358, -6.43730164e-006, -2.36118058e-006, -8.5234642e-006, 0.999945402, 4.64126742e-006, -2.78064022e-006, 4.90151251e-006, 1.00045109)
2564+
2565
corw3 = Instance.new("Weld", cor3)
2566
corw3.Part0 = torso
2567-
p13.BottomSurface = Enum.SurfaceType.Smooth
2567+
corw3.Part1 = cor3
2568-
p13.TopSurface = Enum.SurfaceType.Smooth
2568+
corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2569-
b7 = Instance.new("SpecialMesh", p13)
2569+
corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2570-
b7.MeshType = Enum.MeshType.Sphere
2570+
weld3 = Instance.new("Weld", torso.Torso)
2571
weld3.Part0 = cor3
2572-
p14 = Instance.new("WedgePart", m)
2572+
weld3.Part1 = torso.Torso.TorsoPlate
2573-
p14.BrickColor = BrickColor.new("Bright blue")
2573+
weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2574-
p14.Material = Enum.Material.Neon
2574+
--Left Leg
2575-
p14.Name = "Wedge"
2575+
m4 = Instance.new("Model")
2576
m4.Name = "LeftLeg"
2577-
p14.Size = Vector3.new(1, 0.699999809, 1.29999995)
2577+
p1 = Instance.new("Part", m4)
2578-
p14.CFrame = CFrame.new(66.8462448, 2.3492887, -14.7586241, 1.00054216, -6.55656913e-006, -2.38459074e-006, -8.61293847e-006, 0.999944568, 4.66311894e-006, -2.81690609e-006, 5.04259924e-006, 1.00045872)
2578+
2579
p1.Material = Enum.Material.Metal
2580
p1.Name = "LeftLegPlate"
2581-
p14.TopSurface = Enum.SurfaceType.Smooth
2581+
p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2582-
b8 = Instance.new("SpecialMesh", p14)
2582+
p1.Anchored = false
2583-
b8.MeshType = Enum.MeshType.Wedge
2583+
2584
p1.FormFactor = Enum.FormFactor.Custom
2585-
b8.Scale = Vector3.new(0.200000003, 1, 1)
2585+
p1.Size = Vector3.new(1, 2, 1)
2586-
p15 = Instance.new("WedgePart", m)
2586+
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2587-
p15.BrickColor = BrickColor.new("Bright blue")
2587+
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2588-
p15.Material = Enum.Material.Neon
2588+
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2589-
p15.Name = "Wedge"
2589+
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2590
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2591-
p15.Size = Vector3.new(1, 0.699999809, 1.29999995)
2591+
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2592-
p15.CFrame = CFrame.new(68.0474777, 2.34926867, -14.7587423, 1.00055075, -6.67583618e-006, -2.41442808e-006, -8.73221416e-006, 0.999943614, 4.74457238e-006, -2.84674707e-006, 5.12405404e-006, 1.00046635)
2592+
2593
b1.MeshType = Enum.MeshType.Brick
2594
b1.Name = "Mesh"
2595-
p15.TopSurface = Enum.SurfaceType.Smooth
2595+
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2596-
b9 = Instance.new("SpecialMesh", p15)
2596+
p2 = Instance.new("Part", m4)
2597-
b9.MeshType = Enum.MeshType.Wedge
2597+
2598
p2.Material = Enum.Material.Metal
2599-
b9.Scale = Vector3.new(0.200000003, 1, 1)
2599+
p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2600-
p16 = Instance.new("WedgePart", m)
2600+
p2.Anchored = false
2601-
p16.BrickColor = BrickColor.new("Bright blue")
2601+
2602-
p16.Material = Enum.Material.Neon
2602+
2603-
p16.Name = "Wedge"
2603+
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2604
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2605-
p16.Size = Vector3.new(1, 0.699999809, 1.29999995)
2605+
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2606-
p16.CFrame = CFrame.new(67.4477234, 2.34926438, -14.7588549, 1.00055933, -6.79510413e-006, -2.44426587e-006, -8.85149075e-006, 0.99994266, 4.82602672e-006, -2.8765885e-006, 5.20550975e-006, 1.00047398)
2606+
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2607
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2608
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2609-
p16.TopSurface = Enum.SurfaceType.Smooth
2609+
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2610-
b10 = Instance.new("SpecialMesh", p16)
2610+
2611-
b10.MeshType = Enum.MeshType.Wedge
2611+
b2.MeshType = Enum.MeshType.Brick
2612
b2.Name = "Mesh"
2613-
b10.Scale = Vector3.new(0.200000003, 1, 1)
2613+
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2614
p3 = Instance.new("Part", m4)
2615
p3.BrickColor = BrickColor.new("Really black")
2616
p3.Material = Enum.Material.Metal
2617-
w1.C0 = CFrame.new(-67.2025909, -3.50003719, 14.2622871, 1, -8.94065977e-008, 5.79734944e-008, 8.94065977e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
2617+
p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2618
p3.Anchored = false
2619-
w1.C1 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2619+
2620
p3.FormFactor = Enum.FormFactor.Custom
2621
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2622
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2623-
w2.C0 = CFrame.new(-67.6028976, -2.80003333, 14.2623405, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2623+
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2624
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2625-
w2.C1 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
2625+
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2626
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2627
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2628
b3 = Instance.new("SpecialMesh", p3)
2629-
w3.C0 = CFrame.new(45.023777, 49.5125847, 14.2622843, -0.707106769, 0.707106769, -6.37114681e-008, -0.707106769, -0.707106769, 1.37820813e-008, -3.53054119e-008, 5.47962173e-008, 1)
2629+
b3.MeshType = Enum.MeshType.Brick
2630
b3.Name = "Mesh"
2631-
w3.C1 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
2631+
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2632
p4 = Instance.new("Part", m4)
2633
p4.BrickColor = BrickColor.new("Black")
2634
p4.Material = Enum.Material.Metal
2635-
w4.C0 = CFrame.new(-66.5026016, -2.80003667, 14.2622871, 1, -8.94065835e-008, 5.79734944e-008, 8.94065835e-008, 1, -2.98022034e-008, -5.79734909e-008, 2.98022087e-008, 1)
2635+
p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2636
p4.Anchored = false
2637-
w4.C1 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2637+
2638
p4.FormFactor = Enum.FormFactor.Custom
2639
p4.Size = Vector3.new(1, 2, 0.200000018)
2640
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2641-
w5.C0 = CFrame.new(62.4776497, -26.4635353, 14.2623405, -0.906311512, -0.422618151, -5.2200086e-008, 0.422620177, -0.906307399, -4.14251318e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2641+
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2642
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2643-
w5.C1 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
2643+
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2644
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2645
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2646
b4 = Instance.new("SpecialMesh", p4)
2647-
w6.C0 = CFrame.new(-66.5025787, -2.21426678, 14.2622843, 1, 1.90734295e-006, 3.53052521e-008, -1.90734295e-006, 1, -5.47961676e-008, -3.53053551e-008, 5.47961001e-008, 1)
2647+
b4.MeshType = Enum.MeshType.Brick
2648
b4.Name = "Mesh"
2649-
w6.C1 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
2649+
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2650
p5 = Instance.new("Part", m4)
2651
p5.BrickColor = BrickColor.new("Black")
2652
p5.Material = Enum.Material.Metal
2653-
w7.C0 = CFrame.new(-67.202919, -2.00003123, 13.1623335, 1.00000453, -2.38418579e-007, 2.98023295e-008, 8.94069672e-008, 0.999999642, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
2653+
p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2654
p5.Anchored = false
2655-
w7.C1 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2655+
2656
p5.FormFactor = Enum.FormFactor.Custom
2657-
w8.Name = "Wedge_Weld"
2657+
p5.Size = Vector3.new(1, 2, 0.200000018)
2658
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2659-
w8.C0 = CFrame.new(50.0020561, 44.8201294, 14.2623405, -0.766047955, 0.642787397, 1.54832112e-008, -0.642790377, -0.766044199, -6.48163692e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2659+
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2660
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2661-
w8.C1 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
2661+
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2662
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2663
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2664
b5 = Instance.new("SpecialMesh", p5)
2665-
w9.C0 = CFrame.new(67.3029327, -5.90784931, -9.1200285, -1.00000453, 3.57627869e-007, -9.07683528e-008, 2.33116921e-007, 0.906307459, -0.422619879, 7.83834153e-009, -0.42261824, -0.906311214)
2665+
b5.MeshType = Enum.MeshType.Brick
2666
b5.Name = "Mesh"
2667-
w9.C1 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2667+
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2668
p6 = Instance.new("Part", m4)
2669
p6.BrickColor = BrickColor.new("Black")
2670
p6.Material = Enum.Material.Metal
2671-
w10.C0 = CFrame.new(-68.0029068, -2.00003219, 14.2623405, 1.00000441, -2.08616257e-007, 2.98023135e-008, 5.96046448e-008, 0.999999642, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2671+
p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2672
p6.Anchored = false
2673-
w10.C1 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2673+
2674
p6.FormFactor = Enum.FormFactor.Custom
2675
p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2676
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2677-
w11.C0 = CFrame.new(-66.5028687, -1.60003603, 14.2623405, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2677+
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2678
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2679-
w11.C1 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2679+
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2680
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2681
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2682
b6 = Instance.new("SpecialMesh", p6)
2683-
w12.C0 = CFrame.new(50.8226891, 44.4644012, 14.2623415, -0.766047835, 0.642787337, 1.03502398e-008, -0.642790318, -0.76604414, -5.86991185e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2683+
b6.MeshType = Enum.MeshType.Brick
2684
b6.Name = "Mesh"
2685-
w12.C1 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2685+
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2686
p7 = Instance.new("Part", m4)
2687-
w13.Name = "Wedge_Weld"
2687+
p7.BrickColor = BrickColor.new("Black")
2688
p7.Material = Enum.Material.Metal
2689-
w13.C0 = CFrame.new(-67.0028915, -0.800035119, 14.2623415, 1.00000429, -2.08616257e-007, 2.980231e-008, 1.1920929e-007, 0.999999642, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2689+
p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2690
p7.Anchored = false
2691-
w13.C1 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2691+
2692
p7.FormFactor = Enum.FormFactor.Custom
2693-
w14.Name = "Wedge_Weld"
2693+
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2694
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2695-
w14.C0 = CFrame.new(-66.8004532, -0.350028068, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2695+
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2696
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2697-
w14.C1 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2697+
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2698
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2699-
w15.Name = "Wedge_Weld"
2699+
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2700
b7 = Instance.new("SpecialMesh", p7)
2701-
w15.C0 = CFrame.new(-68.0004578, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2701+
b7.MeshType = Enum.MeshType.Brick
2702
b7.Name = "Mesh"
2703-
w15.C1 = CFrame.new(-67.4004517, -0.350028008, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2703+
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2704-
m.Parent = rleg
2704+
w1 = Instance.new("Weld", p2)
2705
w1.Name = "Joint"
2706
w1.Part0 = p2
2707-
local cor6 = Instance.new("Part", rleg.RightLeg)
2707+
w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2708
w1.Part1 = p3
2709
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2710
w2 = Instance.new("Weld", p3)
2711
w2.Name = "Joint"
2712-
cor6.Size = Vector3.new(2, 1, 1)
2712+
w2.Part0 = p3
2713
w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2714
w2.Part1 = p5
2715-
corw2 = Instance.new("Weld", cor6)
2715+
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2716-
corw2.Part0 = rleg
2716+
w3 = Instance.new("Weld", p4)
2717-
corw2.Part1 = cor6
2717+
w3.Name = "Joint"
2718
w3.Part0 = p4
2719-
corw2.C1 = CFrame.new(0, 0, 0)
2719+
w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2720-
weld2 = Instance.new("Weld", rleg.RightLeg)
2720+
w3.Part1 = p1
2721-
weld2.Part0 = cor6
2721+
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2722-
weld2.Part1 = p7
2722+
w4 = Instance.new("Weld", p5)
2723-
weld2.C0 = CFrame.new(0, 0, 0)
2723+
w4.Name = "Joint"
2724
w4.Part0 = p5
2725-
local m = Instance.new("Model")
2725+
w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2726-
m.Name = "LeftLeg"
2726+
w4.Part1 = p1
2727-
p1 = Instance.new("WedgePart", m)
2727+
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2728-
p1.BrickColor = BrickColor.new("Bright blue")
2728+
w5 = Instance.new("Weld", p6)
2729
w5.Name = "Joint"
2730
w5.Part0 = p6
2731
w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2732-
p1.Size = Vector3.new(1, 0.699999809, 1.29999995)
2732+
w5.Part1 = p1
2733-
p1.CFrame = CFrame.new(64.3107605, 2.34980536, -14.7520046, 1.00008786, -7.1526415e-007, 2.00803143e-007, -2.2649931e-006, 0.999990404, 5.36453001e-007, -1.27237047e-006, 7.81809263e-007, 1.00007522)
2733+
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2734
w6 = Instance.new("Weld", p7)
2735
w6.Name = "Joint"
2736-
p1.TopSurface = Enum.SurfaceType.Smooth
2736+
w6.Part0 = p7
2737
w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2738
w6.Part1 = p1
2739
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2740-
b1.Scale = Vector3.new(0.200000003, 1, 1)
2740+
m4.Parent = lleg
2741-
p2 = Instance.new("WedgePart", m)
2741+
m4:MakeJoints()
2742-
p2.BrickColor = BrickColor.new("Bright blue")
2742+
2743-
p2.Material = Enum.Material.Neon
2743+
local cor4 = Instance.new("Part", lleg.LeftLeg)
2744
cor4.Name = "Thingy"
2745
cor4.Locked = true
2746-
p2.Size = Vector3.new(1, 1.19999981, 4)
2746+
2747-
p2.CFrame = CFrame.new(64.9138336, 3.49979234, -10.7640553, -1.00009644, -6.38643314e-007, 1.81689501e-007, 2.53323037e-006, 0.906298041, -0.422614515, 1.23479219e-006, -0.422652602, -0.906383216)
2747+
2748
cor4.Size = Vector3.new(1, 1, 1)
2749
cor4.Transparency = 1
2750-
p2.TopSurface = Enum.SurfaceType.Smooth
2750+
2751
corw4 = Instance.new("Weld", cor4)
2752
corw4.Part0 = lleg
2753
corw4.Part1 = cor4
2754-
b2.Scale = Vector3.new(0.600000024, 1, 1)
2754+
corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2755
corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2756
weld4 = Instance.new("Weld", lleg.LeftLeg)
2757
weld4.Part0 = cor4
2758-
p3.Name = "Main"
2758+
weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2759
weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2760-
p3.Size = Vector3.new(2.20000005, 4.19999981, 2.20000005)
2760+
--Right Leg
2761-
p3.CFrame = CFrame.new(65.0144501, 3.99976897, -13.1643734, 1.00010526, -9.43461771e-007, 1.5135204e-007, -2.48442234e-006, 0.999988973, 7.74860382e-007, -1.32394814e-006, 8.94069672e-007, 1.00009048)
2761+
m5 = Instance.new("Model")
2762
m5.Name = "RightLeg"
2763
p1 = Instance.new("Part", m5)
2764-
p3.BottomSurface = Enum.SurfaceType.Smooth
2764+
2765-
p3.TopSurface = Enum.SurfaceType.Smooth
2765+
p1.Material = Enum.Material.Metal
2766
p1.Name = "RightLegPlate"
2767
p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2768-
p4.Material = Enum.Material.Neon
2768+
p1.Anchored = false
2769
p1.CanCollide = false
2770-
p4.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2770+
2771-
p4.CFrame = CFrame.new(64.8149185, 4.09976244, -14.2645903, 1.00011396, -1.07351866e-006, 1.23178822e-007, -2.62327239e-006, 0.999988258, 8.64272579e-007, -1.33881622e-006, 1.01328953e-006, 1.00009811)
2771+
p1.Size = Vector3.new(1, 2, 1)
2772
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2773
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2774-
p4.BottomSurface = Enum.SurfaceType.Smooth
2774+
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2775-
p4.TopSurface = Enum.SurfaceType.Smooth
2775+
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2776
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2777-
b3.MeshType = Enum.MeshType.Sphere
2777+
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2778
b1 = Instance.new("SpecialMesh", p1)
2779-
p5 = Instance.new("WedgePart", m)
2779+
b1.MeshType = Enum.MeshType.Brick
2780-
p5.BrickColor = BrickColor.new("Bright blue")
2780+
2781
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2782-
p5.Name = "Wedge"
2782+
p2 = Instance.new("Part", m5)
2783
p2.BrickColor = BrickColor.new("Really black")
2784-
p5.Size = Vector3.new(1, 0.699999809, 1.29999995)
2784+
p2.Material = Enum.Material.Metal
2785-
p5.CFrame = CFrame.new(64.9130707, 2.34976578, -14.7524614, 1.00012243, -1.19274011e-006, 9.97973828e-008, -2.74250215e-006, 0.999987364, 8.94081438e-007, -1.37342522e-006, 1.15432931e-006, 1.00010574)
2785+
p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2786
p2.Anchored = false
2787
p2.CanCollide = false
2788-
p5.TopSurface = Enum.SurfaceType.Smooth
2788+
2789
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2790-
b4.MeshType = Enum.MeshType.Wedge
2790+
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2791
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2792-
b4.Scale = Vector3.new(0.200000003, 1, 1)
2792+
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2793
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2794-
p6.BrickColor = BrickColor.new("Bright blue")
2794+
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2795-
p6.Material = Enum.Material.Neon
2795+
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2796
b2 = Instance.new("SpecialMesh", p2)
2797-
p6.Size = Vector3.new(0.200000048, 1.29999971, 0.200000048)
2797+
b2.MeshType = Enum.MeshType.Brick
2798-
p6.CFrame = CFrame.new(65.1539307, 3.56787443, -14.2648125, -0.81925869, 0.573652625, 6.3568308e-008, -0.573566198, -0.819142461, 1.03511331e-006, 4.69596898e-007, -1.7646264e-006, 1.00011337)
2798+
2799
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2800
p3 = Instance.new("Part", m5)
2801-
p6.BottomSurface = Enum.SurfaceType.Smooth
2801+
2802-
p6.TopSurface = Enum.SurfaceType.Smooth
2802+
2803
p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2804-
p7.BrickColor = BrickColor.new("Bright blue")
2804+
p3.Anchored = false
2805
p3.CanCollide = false
2806
p3.FormFactor = Enum.FormFactor.Custom
2807-
p7.Size = Vector3.new(0.200000048, 0.999999642, 0.200000048)
2807+
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2808-
p7.CFrame = CFrame.new(64.9899063, 4.4266243, -14.2649202, 0.86614728, 0.500068843, 4.87115699e-008, -0.499995351, 0.866011381, 1.14634361e-006, -1.86828663e-006, 3.82691809e-007, 1.000121)
2808+
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2809
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2810
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2811-
p7.BottomSurface = Enum.SurfaceType.Smooth
2811+
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2812-
p7.TopSurface = Enum.SurfaceType.Smooth
2812+
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2813
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2814
b3 = Instance.new("SpecialMesh", p3)
2815
b3.MeshType = Enum.MeshType.Brick
2816
b3.Name = "Mesh"
2817-
p8.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2817+
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2818-
p8.CFrame = CFrame.new(65.2172623, 4.89969873, -14.2650318, 1.00014877, -1.43051147e-006, 2.05365609e-008, -3.09944153e-006, 0.99998486, 1.2357583e-006, -1.44150738e-006, 1.38478742e-006, 1.00012863)
2818+
p4 = Instance.new("Part", m5)
2819
p4.BrickColor = BrickColor.new("Black")
2820
p4.Material = Enum.Material.Metal
2821-
p8.BottomSurface = Enum.SurfaceType.Smooth
2821+
p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2822-
p8.TopSurface = Enum.SurfaceType.Smooth
2822+
p4.Anchored = false
2823-
b5 = Instance.new("SpecialMesh", p8)
2823+
2824-
b5.MeshType = Enum.MeshType.Sphere
2824+
2825
p4.Size = Vector3.new(1, 2, 0.200000018)
2826
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2827
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2828-
p9.Material = Enum.Material.Neon
2828+
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2829
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2830-
p9.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2830+
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2831-
p9.CFrame = CFrame.new(65.517868, 2.99971151, -14.2651463, 1.00015736, -1.5520751e-006, -9.27031252e-009, -3.21633729e-006, 0.999984026, 1.32517368e-006, -1.46969478e-006, 1.46621869e-006, 1.00013626)
2831+
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2832
b4 = Instance.new("SpecialMesh", p4)
2833
b4.MeshType = Enum.MeshType.Brick
2834-
p9.BottomSurface = Enum.SurfaceType.Smooth
2834+
2835-
p9.TopSurface = Enum.SurfaceType.Smooth
2835+
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2836-
b6 = Instance.new("SpecialMesh", p9)
2836+
p5 = Instance.new("Part", m5)
2837
p5.BrickColor = BrickColor.new("Black")
2838
p5.Material = Enum.Material.Metal
2839
p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2840-
p10.BrickColor = BrickColor.new("Bright blue")
2840+
p5.Anchored = false
2841-
p10.Material = Enum.Material.Neon
2841+
2842
p5.FormFactor = Enum.FormFactor.Custom
2843-
p10.Size = Vector3.new(0.200000048, 1.09999967, 0.200000048)
2843+
p5.Size = Vector3.new(1, 2, 0.200000018)
2844-
p10.CFrame = CFrame.new(64.79879, 5.1497221, -14.2652512, -0.642893076, 0.766172707, -3.7446263e-008, -0.766029418, -0.64277941, 1.40660427e-006, -2.27817864e-007, -2.14863894e-006, 1.00014389)
2844+
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2845
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2846
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2847-
p10.BottomSurface = Enum.SurfaceType.Smooth
2847+
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2848-
p10.TopSurface = Enum.SurfaceType.Smooth
2848+
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2849
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2850-
p11.BrickColor = BrickColor.new("Bright blue")
2850+
2851-
p11.Material = Enum.Material.Neon
2851+
b5.MeshType = Enum.MeshType.Brick
2852
b5.Name = "Mesh"
2853-
p11.Size = Vector3.new(0.200000048, 0.699999809, 0.200000048)
2853+
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2854-
p11.CFrame = CFrame.new(65.2189484, 5.30325174, -14.2653618, 1.00017476, -1.78813934e-006, -6.56227002e-008, -3.4570694e-006, 0.999982595, 1.49602079e-006, -1.52770292e-006, 1.64505627e-006, 1.00015152)
2854+
p6 = Instance.new("Part", m5)
2855
p6.BrickColor = BrickColor.new("Black")
2856
p6.Material = Enum.Material.Metal
2857-
p11.BottomSurface = Enum.SurfaceType.Smooth
2857+
p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2858-
p11.TopSurface = Enum.SurfaceType.Smooth
2858+
p6.Anchored = false
2859-
p12 = Instance.new("WedgePart", m)
2859+
2860-
p12.BrickColor = BrickColor.new("Bright blue")
2860+
2861
p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2862-
p12.Name = "Wedge"
2862+
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2863
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2864-
p12.Size = Vector3.new(1, 0.699999809, 1.29999995)
2864+
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2865-
p12.CFrame = CFrame.new(65.5171509, 2.34969687, -14.7532635, 1.00018334, -1.89246384e-006, -8.90070169e-008, -3.54650388e-006, 0.999981821, 1.52583425e-006, -1.56231545e-006, 1.78610321e-006, 1.00015914)
2865+
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2866
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2867
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2868-
p12.TopSurface = Enum.SurfaceType.Smooth
2868+
2869-
b7 = Instance.new("SpecialMesh", p12)
2869+
b6.MeshType = Enum.MeshType.Brick
2870
b6.Name = "Mesh"
2871
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2872-
b7.Scale = Vector3.new(0.200000003, 1, 1)
2872+
p7 = Instance.new("Part", m5)
2873
p7.BrickColor = BrickColor.new("Black")
2874
p7.Material = Enum.Material.Metal
2875-
p13.Material = Enum.Material.Neon
2875+
p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2876
p7.Anchored = false
2877-
p13.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2877+
2878-
p13.CFrame = CFrame.new(64.3198929, 5.59963703, -14.2655821, 1.00019193, -1.97098893e-006, -1.23608402e-007, -3.67657594e-006, 0.999981046, 1.66687016e-006, -1.58571254e-006, 1.81590929e-006, 1.00016677)
2878+
2879
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2880
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2881-
p13.BottomSurface = Enum.SurfaceType.Smooth
2881+
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2882-
p13.TopSurface = Enum.SurfaceType.Smooth
2882+
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2883-
b8 = Instance.new("SpecialMesh", p13)
2883+
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2884-
b8.MeshType = Enum.MeshType.Sphere
2884+
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2885
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2886
b7 = Instance.new("SpecialMesh", p7)
2887
b7.MeshType = Enum.MeshType.Brick
2888-
p14.Material = Enum.Material.Neon
2888+
2889
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2890-
p14.Size = Vector3.new(0.400000006, 0.400000006, 0.400000006)
2890+
w1 = Instance.new("Weld", p2)
2891-
p14.CFrame = CFrame.new(65.2206192, 5.79961872, -14.2656937, 1.00020039, -2.10105645e-006, -1.51786239e-007, -3.75511786e-006, 0.99998033, 1.7562885e-006, -1.6139021e-006, 1.90533035e-006, 1.0001744)
2891+
w1.Name = "Joint"
2892
w1.Part0 = p2
2893
w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2894-
p14.BottomSurface = Enum.SurfaceType.Smooth
2894+
w1.Part1 = p3
2895-
p14.TopSurface = Enum.SurfaceType.Smooth
2895+
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2896-
b9 = Instance.new("SpecialMesh", p14)
2896+
w2 = Instance.new("Weld", p3)
2897-
b9.MeshType = Enum.MeshType.Sphere
2897+
w2.Name = "Joint"
2898
w2.Part0 = p3
2899
w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2900-
w1.Name = "Wedge_Weld"
2900+
w2.Part1 = p5
2901
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2902-
w1.C0 = CFrame.new(-64.3004303, -0.350028396, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2902+
w3 = Instance.new("Weld", p4)
2903
w3.Name = "Joint"
2904-
w1.C1 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
2904+
w3.Part0 = p4
2905
w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2906
w3.Part1 = p1
2907
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2908-
w2.C0 = CFrame.new(64.9028854, -5.90785694, -9.12002754, -1.00000429, 3.57627869e-007, -9.07683386e-008, 2.9341092e-007, 0.906307459, -0.422619879, -5.58450353e-009, -0.42261821, -0.906311214)
2908+
w4 = Instance.new("Weld", p5)
2909
w4.Name = "Joint"
2910-
w2.C1 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
2910+
w4.Part0 = p5
2911
w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2912
w4.Part1 = p1
2913
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2914-
w3.C0 = CFrame.new(-65.0029144, -2.00002885, 13.1623335, 1.00000453, -2.19451294e-007, 2.98023295e-008, 6.97858056e-008, 0.999999702, 5.96046448e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
2914+
w5 = Instance.new("Weld", p6)
2915
w5.Name = "Joint"
2916-
w3.C1 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2916+
w5.Part0 = p6
2917
w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2918-
w4.Name = "Wedge_Weld"
2918+
w5.Part1 = p1
2919
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2920-
w4.C0 = CFrame.new(-64.8028488, -2.10003614, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2920+
w6 = Instance.new("Weld", p7)
2921
w6.Name = "Joint"
2922-
w4.C1 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2922+
w6.Part0 = p7
2923
w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2924
w6.Part1 = p1
2925
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2926-
w5.C0 = CFrame.new(-64.9004364, -0.350028336, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2926+
m5.Parent = rleg
2927
m5:MakeJoints()
2928-
w5.C1 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2928+
2929
local cor5 = Instance.new("Part", rleg.RightLeg)
2930
cor5.Name = "Thingy"
2931
cor5.Locked = true
2932-
w6.C0 = CFrame.new(54.2596054, -36.0786095, 14.2623415, -0.819155633, -0.573575974, -5.40201484e-008, 0.573578835, -0.819151759, -2.51900261e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2932+
2933
cor5.CanCollide = false
2934-
w6.C1 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
2934+
cor5.Size = Vector3.new(1, 1, 1)
2935
cor5.Transparency = 1
2936
cor5.TopSurface = 0
2937
corw5 = Instance.new("Weld", cor5)
2938-
w7.C0 = CFrame.new(-55.0575066, -34.589859, 14.2623396, 0.866029263, -0.50000006, -3.99274924e-009, 0.500002325, 0.866025031, 6.65203004e-008, -4.46573551e-008, 5.96046448e-008, 1.00000381)
2938+
corw5.Part0 = rleg
2939
corw5.Part1 = cor5
2940-
w7.C1 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2940+
corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2941
corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2942
wld5 = Instance.new("Weld", rleg.RightLeg)
2943
wld5.Part0 = cor5
2944-
w8.C0 = CFrame.new(-65.2028809, -2.90003395, 14.2623415, 1.00000429, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999642, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2944+
wld5.Part1 = rleg.RightLeg.RightLegPlate
2945
wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2946-
w8.C1 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2946+
--Cape
2947
m6 = Instance.new("Model")
2948
m6.Name = "Cloak"
2949
p1 = Instance.new("WedgePart", m6)
2950-
w9.C0 = CFrame.new(-65.5028763, -1.00002885, 14.2623425, 1.00000429, -2.06278372e-007, 2.98023135e-008, 8.70690755e-008, 0.999999523, 5.16191463e-008, -5.96046341e-008, 2.98023224e-008, 1.00000381)
2950+
p1.BrickColor = BrickColor.new("Lime green")
2951
p1.Material = Enum.Material.SmoothPlastic
2952-
w9.C1 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2952+
2953
p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2954
p1.CanCollide = false
2955
p1.Locked = true
2956-
w10.C0 = CFrame.new(44.0550385, -47.6020889, 14.2623405, -0.642790556, -0.766044021, -6.48163621e-008, 0.766047776, -0.642787576, -1.54832289e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2956+
2957
p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2958-
w10.C1 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2958+
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2959
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2960-
w11.Name = "Wedge_Weld"
2960+
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2961
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2962-
w11.C0 = CFrame.new(-65.2028656, -3.3036263, 14.2623405, 1.00000429, -1.93715096e-007, 2.98023153e-008, 1.1920929e-007, 0.999999702, 5.96046412e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2962+
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2963
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2964-
w11.C1 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2964+
2965
b1.MeshType = Enum.MeshType.Wedge
2966
b1.Name = "Mesh"
2967
b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2968-
w12.C0 = CFrame.new(-65.5004425, -0.350028276, 14.7500486, 1.00000429, -2.08616257e-007, 2.33795703e-008, 8.94069672e-008, 0.999999523, 1.11224018e-007, -5.31818927e-008, -2.9802294e-008, 1.00000381)
2968+
p2 = Instance.new("WedgePart", m6)
2969
p2.BrickColor = BrickColor.new("Black")
2970-
w12.C1 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2970+
p2.Material = Enum.Material.SmoothPlastic
2971
p2.Name = "Wedge"
2972
p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
2973
p2.CanCollide = false
2974-
w13.C0 = CFrame.new(-64.3028641, -3.60003614, 14.2623415, 1.00000429, -2.19451294e-007, 2.98023153e-008, 1.30103487e-007, 0.999999702, 5.96046448e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2974+
2975
p2.FormFactor = Enum.FormFactor.Custom
2976-
w13.C1 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2976+
p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2977
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2978-
w14.Name = "Wedge_Weld"
2978+
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2979
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2980-
w14.C0 = CFrame.new(-65.202858, -3.80003428, 14.2623415, 1.00000417, -2.08616257e-007, 2.98023117e-008, 8.94069672e-008, 0.999999583, 5.96046377e-008, -5.79734909e-008, 2.98023224e-008, 1.00000381)
2980+
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2981-
m.Parent = lleg
2981+
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2982
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2983
b2 = Instance.new("SpecialMesh", p2)
2984-
local cor7 = Instance.new("Part", lleg.LeftLeg)
2984+
2985
b2.Name = "Mesh"
2986
b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2987
p3 = Instance.new("Part", m6)
2988
p3.BrickColor = BrickColor.new("Black")
2989-
cor7.Size = Vector3.new(2, 1, 1)
2989+
p3.Material = Enum.Material.SmoothPlastic
2990
p3.Name = "CapeLevel2"
2991
p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2992-
corw2 = Instance.new("Weld", cor7)
2992+
2993-
corw2.Part0 = lleg
2993+
2994-
corw2.Part1 = cor7
2994+
2995
p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
2996-
corw2.C1 = CFrame.new(0, 0, 0)
2996+
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2997-
weld2 = Instance.new("Weld", lleg.LeftLeg)
2997+
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2998-
weld2.Part0 = cor7
2998+
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2999-
weld2.Part1 = p3
2999+
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3000-
weld2.C0 = CFrame.new(0, 0, 0)
3000+
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3001
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3002
b3 = Instance.new("BlockMesh", p3)
3003
b3.Name = "Mesh"
3004
b3.Scale = Vector3.new(1, 1, 0.602178097)
3005
p4 = Instance.new("Part", m6)
3006
p4.BrickColor = BrickColor.new("Black")
3007
p4.Material = Enum.Material.SmoothPlastic
3008
p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3009
p4.CanCollide = false
3010
p4.Locked = true
3011-
function newRay(start,face,range,wat)
3011+
3012-
        local rey=Ray.new(start.p,(face.p-start.p).Unit*range)
3012+
p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3013-
        hit,pos=Workspace:FindPartOnRayWithIgnoreList(rey,wat)
3013+
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3014-
        return rey,hit,pos
3014+
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3015
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3016
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3017-
mod5 = Instance.new("Model",char)
3017+
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3018
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3019
b4 = Instance.new("BlockMesh", p4)
3020
b4.Name = "Mesh"
3021
b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3022
p5 = Instance.new("Part", m6)
3023
p5.BrickColor = BrickColor.new("Black")
3024
p5.Material = Enum.Material.SmoothPlastic
3025
p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3026
p5.CanCollide = false
3027
p5.Locked = true
3028
p5.FormFactor = Enum.FormFactor.Custom
3029
p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3030
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3031
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3032
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3033
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3034
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3035
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3036-
function Landing()
3036+
b5 = Instance.new("BlockMesh", p5)
3037-
    part=Instance.new('Part',mod5)
3037+
3038
b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3039
p6 = Instance.new("Part", m6)
3040
p6.BrickColor = BrickColor.new("Black")
3041
p6.Material = Enum.Material.SmoothPlastic
3042-
    part.CFrame=root.CFrame*CFrame.new(0,-2,0)
3042+
p6.Name = "CapeLevel1"
3043
p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3044
p6.CanCollide = false
3045-
        part2=part:clone()
3045+
3046-
        part2.Parent = mod5
3046+
3047-
        part2.BrickColor=BrickColor.new('Bright blue')
3047+
p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3048
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3049
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3050
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3051-
        mesh2=mesh:clone()
3051+
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3052-
        mesh2.Parent=part2
3052+
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3053-
        mesh2.Scale=Vector3.new(12, 6, 12)
3053+
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3054
b6 = Instance.new("BlockMesh", p6)
3055-
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,30))do
3055+
3056
b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3057-
            v.Humanoid:TakeDamage(math.random(20,30))
3057+
p7 = Instance.new("Part", m6)
3058-
            v.Humanoid.PlatformStand = true
3058+
p7.BrickColor = BrickColor.new("Black")
3059-
            v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 30
3059+
p7.Material = Enum.Material.SmoothPlastic
3060
p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3061
p7.CanCollide = false
3062
p7.Locked = true
3063
p7.FormFactor = Enum.FormFactor.Custom
3064-
        for i=0,3.8,0.05 do
3064+
p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3065
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3066
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3067
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3068-
                        part2.CFrame=part2.CFrame
3068+
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3069-
                        part2.Transparency=i
3069+
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3070-
            mesh.Scale=mesh.Scale+Vector3.new(1,0.2,1)
3070+
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3071-
                        mesh2.Scale=mesh2.Scale+Vector3.new(1.2,0.3,1.2)
3071+
b7 = Instance.new("BlockMesh", p7)
3072
b7.Name = "Mesh"
3073-
        part.Parent = nil
3073+
b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3074
p8 = Instance.new("Part", m6)
3075
p8.BrickColor = BrickColor.new("Black")
3076
p8.Material = Enum.Material.SmoothPlastic
3077
p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3078
p8.CanCollide = false
3079
p8.Locked = true
3080
p8.FormFactor = Enum.FormFactor.Custom
3081
p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3082
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3083
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3084
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3085
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3086
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3087
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3088
b8 = Instance.new("BlockMesh", p8)
3089
b8.Name = "Mesh"
3090
b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3091
p9 = Instance.new("Part", m6)
3092
p9.BrickColor = BrickColor.new("Black")
3093
p9.Material = Enum.Material.SmoothPlastic
3094
p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3095
p9.CanCollide = false
3096
p9.Locked = true
3097
p9.FormFactor = Enum.FormFactor.Custom
3098-
function GroundPound()
3098+
p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3099-
    part=Instance.new('Part',mod4)
3099+
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3100
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3101
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3102
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3103
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3104-
    part.CFrame=root.CFrame*CFrame.new(0,-5.8,-2.4)*CFrame.Angles(math.rad(90),0,0)
3104+
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3105
b9 = Instance.new("BlockMesh", p9)
3106
b9.Name = "Mesh"
3107
b9.Scale = Vector3.new(1, 1, 0.602178097)
3108
p10 = Instance.new("Part", m6)
3109
p10.BrickColor = BrickColor.new("Black")
3110-
    part2=Instance.new('Part',mod4)
3110+
p10.Material = Enum.Material.SmoothPlastic
3111
p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3112
p10.CanCollide = false
3113
p10.Locked = true
3114
p10.FormFactor = Enum.FormFactor.Custom
3115-
    part2.CFrame=root.CFrame*CFrame.new(0,-5,-2.6)
3115+
p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3116
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3117-
    part2.BrickColor=BrickColor.new('Really red')
3117+
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3118
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3119
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3120
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3121-
    x = Instance.new("Sound",char)
3121+
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3122
b10 = Instance.new("BlockMesh", p10)
3123
b10.Name = "Mesh"
3124
b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3125
p11 = Instance.new("Part", m6)
3126-
    x:Play()
3126+
p11.BrickColor = BrickColor.new("Black")
3127-
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,12))do
3127+
p11.Material = Enum.Material.SmoothPlastic
3128
p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3129-
            v.Humanoid:TakeDamage(math.random(8,15))
3129+
3130
p11.Locked = true
3131
p11.FormFactor = Enum.FormFactor.Custom
3132
p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3133
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3134
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3135
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3136
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3137
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3138
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3139
b11 = Instance.new("BlockMesh", p11)
3140
b11.Name = "Mesh"
3141
b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3142
p12 = Instance.new("Part", m6)
3143
p12.BrickColor = BrickColor.new("Black")
3144
p12.Material = Enum.Material.SmoothPlastic
3145
p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3146
p12.CanCollide = false
3147
p12.Locked = true
3148
p12.FormFactor = Enum.FormFactor.Custom
3149
p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3150
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3151
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3152
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3153
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3154
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3155
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3156
b12 = Instance.new("BlockMesh", p12)
3157
b12.Name = "Mesh"
3158
b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3159
p13 = Instance.new("Part", m6)
3160
p13.BrickColor = BrickColor.new("Black")
3161
p13.Material = Enum.Material.SmoothPlastic
3162
p13.Name = "BottomLeftFlap"
3163
p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3164
p13.CanCollide = false
3165-
    part2.BrickColor=BrickColor.new('Bright red')
3165+
3166
p13.FormFactor = Enum.FormFactor.Custom
3167
p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3168
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3169
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3170
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3171
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3172
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3173
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3174
b13 = Instance.new("BlockMesh", p13)
3175
b13.Name = "Mesh"
3176
b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3177
p14 = Instance.new("Part", m6)
3178
p14.BrickColor = BrickColor.new("Black")
3179
p14.Material = Enum.Material.SmoothPlastic
3180
p14.Transparency = 1
3181
p14.Name = "Rotater"
3182
p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3183-
            mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
3183+
3184
p14.Locked = true
3185
p14.FormFactor = Enum.FormFactor.Custom
3186-
            mesh3.Scale=mesh3.Scale+Vector3.new(1,1,1)
3186+
p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3187
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3188
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3189
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3190
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3191
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3192
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3193
b14 = Instance.new("BlockMesh", p14)
3194
b14.Name = "Mesh"
3195
b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3196
p15 = Instance.new("Part", m6)
3197
p15.BrickColor = BrickColor.new("Black")
3198
p15.Material = Enum.Material.SmoothPlastic
3199
p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3200
p15.CanCollide = false
3201
p15.Locked = true
3202
p15.FormFactor = Enum.FormFactor.Custom
3203
p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3204
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3205
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3206
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3207
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3208
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3209
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3210
b15 = Instance.new("BlockMesh", p15)
3211-
mod3 = Instance.new("Model",rleg)
3211+
3212
b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3213-
function Stomp()
3213+
p16 = Instance.new("Part", m6)
3214-
    part=Instance.new('Part',mod3)
3214+
p16.BrickColor = BrickColor.new("Black")
3215
p16.Material = Enum.Material.SmoothPlastic
3216
p16.Name = "BottomCenterFlap"
3217
p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3218
p16.CanCollide = false
3219-
    part.CFrame=rleg.CFrame*CFrame.new(0,-2.4,0)*CFrame.Angles(math.rad(90),0,0)
3219+
3220
p16.FormFactor = Enum.FormFactor.Custom
3221-
    part.BrickColor=BrickColor.new('Bright green')
3221+
p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3222
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3223
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3224-
    mesh.Scale=Vector3.new(25,25,25)
3224+
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3225
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3226-
    part2.Parent=mod3
3226+
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3227-
    part2.BrickColor=BrickColor.new('Bright green')
3227+
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3228
b16 = Instance.new("BlockMesh", p16)
3229
b16.Name = "Mesh"
3230-
    mesh2.Scale=Vector3.new(15,15,15)
3230+
b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3231-
    part3=part:clone()
3231+
p17 = Instance.new("Part", m6)
3232-
    part3.Parent=mod3
3232+
p17.BrickColor = BrickColor.new("Black")
3233-
    part3.TopSurface=0
3233+
p17.Material = Enum.Material.SmoothPlastic
3234-
    part3.BottomSurface=0
3234+
p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3235-
    part3.CFrame=rleg.CFrame*CFrame.new(0,-3,0)
3235+
3236-
    mesh3=Instance.new('SpecialMesh',part3)
3236+
3237-
    mesh3.MeshType = 3
3237+
3238-
    mesh3.Scale=Vector3.new(12,12,12)
3238+
p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3239-
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,50))do
3239+
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3240
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3241-
            v.Humanoid:TakeDamage(math.random(20,60))
3241+
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3242-
            v.Humanoid.PlatformStand = true
3242+
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3243-
            v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
3243+
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3244
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3245
b17 = Instance.new("BlockMesh", p17)
3246
b17.Name = "Mesh"
3247-
        for i=0,3.8,0.05 do
3247+
b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3248
p18 = Instance.new("Part", m6)
3249
p18.BrickColor = BrickColor.new("Black")
3250
p18.Material = Enum.Material.SmoothPlastic
3251-
            mesh.Scale=mesh.Scale+Vector3.new(2.8,2.8,2.8)
3251+
p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3252
p18.CanCollide = false
3253
p18.Locked = true
3254-
            mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
3254+
3255
p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3256
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3257-
            mesh3.Scale=mesh3.Scale+Vector3.new(1.5,1.5,1.5)
3257+
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3258
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3259
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3260
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3261
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3262
b18 = Instance.new("BlockMesh", p18)
3263-
local acos = math.acos
3263+
3264-
local sqrt = math.sqrt
3264+
b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3265-
local Vec3 = Vector3.new
3265+
p19 = Instance.new("WedgePart", m6)
3266-
local fromAxisAngle = CFrame.fromAxisAngle
3266+
p19.BrickColor = BrickColor.new("Lime green")
3267
p19.Name = "Wedge"
3268-
local function toAxisAngle(CFr)
3268+
p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3269-
        local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
3269+
3270-
        local Angle = math.acos((R00+R11+R22-1)/2)
3270+
3271-
        local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
3271+
3272-
        A = A == 0 and 0.00001 or A
3272+
p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3273-
        local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
3273+
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3274-
        B = B == 0 and 0.00001 or B
3274+
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3275-
        local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
3275+
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3276-
        C = C == 0 and 0.00001 or C
3276+
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3277-
        local x = (R21-R12)/sqrt(A)
3277+
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3278-
        local y = (R02-R20)/sqrt(B)
3278+
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3279-
        local z = (R10-R01)/sqrt(C)
3279+
3280-
        return Vec3(x,y,z),Angle
3280+
3281
b19.Name = "Mesh"
3282
b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3283-
function ApplyTrig(Num,Func)
3283+
p20 = Instance.new("Part", m6)
3284-
        local Min,Max = Func(0),Func(1)
3284+
p20.BrickColor = BrickColor.new("Black")
3285-
        local i = Func(Num)
3285+
p20.Material = Enum.Material.SmoothPlastic
3286-
        return (i-Min)/(Max-Min)
3286+
p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3287-
        --[[if Func == "sin" then
3287+
3288-
                return (math.sin((1-Num)*math.pi)+1)/2
3288+
3289-
        elseif Func == "cos" then
3289+
3290-
                return (math.cos((1-Num)*math.pi)+1)/2
3290+
p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3291-
        end]]
3291+
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3292
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3293
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3294-
function LerpCFrame(CFrame1,CFrame2,Num)
3294+
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3295-
        local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
3295+
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3296-
        return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
3296+
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3297
b20 = Instance.new("BlockMesh", p20)
3298
b20.Name = "Mesh"
3299-
function Crater(Torso,Radius)
3299+
b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3300
p21 = Instance.new("Part", m6)
3301-
        local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
3301+
p21.BrickColor = BrickColor.new("Black")
3302-
        local Ignore = {}
3302+
p21.Material = Enum.Material.SmoothPlastic
3303-
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
3303+
p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3304-
                if v.Character ~= nil then
3304+
3305-
                        Ignore[#Ignore+1] = v.Character
3305+
3306
p21.FormFactor = Enum.FormFactor.Custom
3307
p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3308-
        local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
3308+
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3309-
        if Hit == nil then return end
3309+
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3310-
        local Parts = {}
3310+
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3311-
        for i = 1,360,10 do
3311+
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3312-
                local P = Instance.new("Part",Torso.Parent)
3312+
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3313
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3314
b21 = Instance.new("BlockMesh", p21)
3315-
                P.BrickColor = Hit.BrickColor
3315+
3316-
                P.Material = Hit.Material
3316+
b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3317-
                P.TopSurface = "Smooth"
3317+
p22 = Instance.new("WedgePart", m6)
3318-
                P.BottomSurface = "Smooth"
3318+
p22.BrickColor = BrickColor.new("Lime green")
3319-
                P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
3319+
3320-
                P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
3320+
p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3321-
                Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
3321+
3322-
                if math.random(0,5) == 0 then -- rubble
3322+
3323-
                        local P = Instance.new("Part",Torso.Parent)
3323+
3324-
                        P.Anchored = true
3324+
p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3325-
                        P.FormFactor = "Custom"
3325+
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3326-
                        P.BrickColor = Hit.BrickColor
3326+
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3327-
                        P.Material = Hit.Material
3327+
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3328-
                        P.TopSurface = "Smooth"
3328+
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3329-
                        P.BottomSurface = "Smooth"
3329+
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3330-
                        P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
3330+
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3331-
                        P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
3331+
b22 = Instance.new("SpecialMesh", p22)
3332-
                        Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
3332+
b22.MeshType = Enum.MeshType.Wedge
3333
b22.Name = "Mesh"
3334
b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3335-
        for i = 0,1,0.05 do
3335+
p23 = Instance.new("WedgePart", m6)
3336
p23.BrickColor = BrickColor.new("Lime green")
3337-
                        v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
3337+
p23.Material = Enum.Material.SmoothPlastic
3338
p23.Name = "Wedge"
3339-
                wait(0.02)
3339+
p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3340
p23.CanCollide = false
3341-
        for i,v in pairs(Parts) do
3341+
3342-
                if v[1].Size.X > 2.1 then
3342+
3343-
                        v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
3343+
p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3344
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3345-
                v[1].Anchored = false
3345+
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3346
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3347-
        for i = 0,1,0.05 do
3347+
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3348
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3349-
                        v[1].Transparency = i
3349+
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3350-
                        if i == 1 then
3350+
b23 = Instance.new("SpecialMesh", p23)
3351-
                                v[1]:Destroy()
3351+
b23.MeshType = Enum.MeshType.Wedge
3352-
                        elseif i >= 0.25 then
3352+
b23.Name = "Mesh"
3353-
                                v[1].CanCollide = false
3353+
b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3354
p24 = Instance.new("WedgePart", m6)
3355
p24.BrickColor = BrickColor.new("Black")
3356-
                wait(0.02)
3356+
p24.Material = Enum.Material.SmoothPlastic
3357
p24.Name = "Wedge"
3358-
        Parts = nil
3358+
p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3359
p24.CanCollide = false
3360
p24.Locked = true
3361
p24.FormFactor = Enum.FormFactor.Custom
3362
p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3363
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3364-
    if key == "r" then
3364+
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3365-
        larm.BrickColor = BrickColor.new("Bright red")
3365+
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3366-
        rarm.BrickColor = BrickColor.new("Bright red")
3366+
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3367
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3368
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3369
b24 = Instance.new("SpecialMesh", p24)
3370
b24.MeshType = Enum.MeshType.Wedge
3371-
to = char.Absolution.Thingy2.Touched:connect(function(ht)
3371+
b24.Name = "Mesh"
3372
b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3373
p25 = Instance.new("WedgePart", m6)
3374
p25.BrickColor = BrickColor.new("Lime green")
3375
p25.Name = "Wedge"
3376
p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3377
p25.CanCollide = false
3378
p25.Locked = true
3379
p25.FormFactor = Enum.FormFactor.Custom
3380
p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3381
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3382
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3383
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3384
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3385
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3386
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3387-
                       --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
3387+
b25 = Instance.new("SpecialMesh", p25)
3388
b25.MeshType = Enum.MeshType.Wedge
3389
b25.Name = "Mesh"
3390
b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3391
p26 = Instance.new("WedgePart", m6)
3392
p26.BrickColor = BrickColor.new("Black")
3393
p26.Material = Enum.Material.SmoothPlastic
3394
p26.Name = "Wedge"
3395
p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3396-
q = Instance.new("Sound",hed)
3396+
3397-
q.SoundId = "http://www.roblox.com/asset/?id=134012322"
3397+
3398-
q.Pitch = 0.85
3398+
p26.FormFactor = Enum.FormFactor.Custom
3399-
q.Looped = false
3399+
p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3400-
q1 = Instance.new("Sound",hed)
3400+
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3401-
q1.SoundId = "http://www.roblox.com/asset/?id=134012322"
3401+
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3402-
q1.Pitch = 0.85
3402+
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3403-
q1.Looped = false
3403+
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3404-
q:Play()
3404+
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3405-
q1:Play()
3405+
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3406-
    for i = 1,20 do
3406+
b26 = Instance.new("SpecialMesh", p26)
3407-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
3407+
b26.MeshType = Enum.MeshType.Wedge
3408-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
3408+
b26.Name = "Mesh"
3409-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
3409+
b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3410-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 4, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
3410+
p27 = Instance.new("Part", m6)
3411-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 1) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
3411+
p27.BrickColor = BrickColor.new("Black")
3412-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-60), 0, math.rad(0)), 0.2)
3412+
p27.Material = Enum.Material.SmoothPlastic
3413-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.2, -3) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(0)), 0.25)
3413+
p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3414-
        if Debounces.on == false then break end
3414+
p27.CanCollide = false
3415-
    rs:wait(.6)
3415+
p27.Locked = true
3416
p27.FormFactor = Enum.FormFactor.Custom
3417-
n = Instance.new("Sound",hed)
3417+
p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3418-
n.SoundId = "http://www.roblox.com/asset/?id=168514932"
3418+
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3419-
n.Pitch = 0.94
3419+
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3420-
n.Looped = false
3420+
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3421-
n1 = Instance.new("Sound",hed)
3421+
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3422-
n1.SoundId = "http://www.roblox.com/asset/?id=168514932"
3422+
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3423-
n1.Pitch = 0.94
3423+
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3424-
n1.Looped = false
3424+
b27 = Instance.new("BlockMesh", p27)
3425-
n:Play()
3425+
b27.Name = "Mesh"
3426-
n1:Play()
3426+
b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3427-
b = Instance.new("Sound",hed)
3427+
p28 = Instance.new("WedgePart", m6)
3428-
b.SoundId = "http://www.roblox.com/asset/?id=168586586"
3428+
p28.BrickColor = BrickColor.new("Black")
3429-
b.Pitch = 0.94
3429+
p28.Material = Enum.Material.SmoothPlastic
3430-
b.Looped = false
3430+
p28.Name = "Wedge"
3431-
b1 = Instance.new("Sound",hed)
3431+
p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3432-
b1.SoundId = "http://www.roblox.com/asset/?id=168586586"
3432+
p28.CanCollide = false
3433-
b1.Pitch = 0.94
3433+
p28.Locked = true
3434-
b1.Looped = false
3434+
p28.FormFactor = Enum.FormFactor.Custom
3435-
b:Play()
3435+
p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3436-
b1:Play()
3436+
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3437-
    for i = 1,26 do
3437+
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3438-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.25)
3438+
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3439-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) * CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.25)
3439+
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3440-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)),0.25)
3440+
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3441-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), 0), 0.25)
3441+
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3442-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -1) * CFrame.Angles(math.rad(50), 0, math.rad(0)), 0.25)
3442+
b28 = Instance.new("SpecialMesh", p28)
3443-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .4) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.25)
3443+
b28.MeshType = Enum.MeshType.Wedge
3444-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 0.25)
3444+
b28.Name = "Mesh"
3445-
        if Debounces.on == false then break end
3445+
b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3446-
    rs:wait(1)
3446+
p29 = Instance.new("Part", m6)
3447
p29.BrickColor = BrickColor.new("Black")
3448-
wait(.5)
3448+
p29.Material = Enum.Material.SmoothPlastic
3449-
to:disconnect()
3449+
p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3450-
q:Destroy()
3450+
p29.CanCollide = false
3451-
q1:Destroy()
3451+
p29.Locked = true
3452-
n:Destroy()
3452+
p29.FormFactor = Enum.FormFactor.Custom
3453-
n1:Destroy()
3453+
p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3454-
larm.BrickColor = BrickColor.new("Really black")
3454+
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3455-
rarm.BrickColor = BrickColor.new("Really black")
3455+
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3456
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3457
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3458
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3459
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3460
b29 = Instance.new("BlockMesh", p29)
3461
b29.Name = "Mesh"
3462
b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3463
p30 = Instance.new("WedgePart", m6)
3464
p30.BrickColor = BrickColor.new("Black")
3465
p30.Material = Enum.Material.SmoothPlastic
3466-
    if key == "q" then
3466+
p30.Name = "Wedge"
3467-
        larm.BrickColor = BrickColor.new("Bright red")
3467+
p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3468-
        rarm.BrickColor = BrickColor.new("Bright red")
3468+
p30.CanCollide = false
3469
p30.Locked = true
3470
p30.FormFactor = Enum.FormFactor.Custom
3471
p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3472
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3473-
to = char.Absolution.Thingy2.Touched:connect(function(ht)
3473+
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3474
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3475
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3476
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3477
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3478
b30 = Instance.new("SpecialMesh", p30)
3479
b30.MeshType = Enum.MeshType.Wedge
3480-
                                    hit:FindFirstChild("Humanoid"):TakeDamage(4)
3480+
b30.Name = "Mesh"
3481
b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3482
p31 = Instance.new("WedgePart", m6)
3483
p31.BrickColor = BrickColor.new("Black")
3484
p31.Material = Enum.Material.SmoothPlastic
3485
p31.Name = "Wedge"
3486
p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3487
p31.CanCollide = false
3488
p31.Locked = true
3489-
                       --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
3489+
p31.FormFactor = Enum.FormFactor.Custom
3490
p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3491-
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
3491+
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3492
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3493
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3494
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3495
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3496
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3497
b31 = Instance.new("SpecialMesh", p31)
3498
b31.MeshType = Enum.MeshType.Wedge
3499-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(21), math.rad(75), math.rad(50)), 0.2)
3499+
b31.Name = "Mesh"
3500-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(-18)), 0.2)
3500+
b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3501-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-60),0), 0.5)
3501+
p32 = Instance.new("Part", m6)
3502-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(70), 0), 0.5)
3502+
p32.BrickColor = BrickColor.new("Black")
3503-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
3503+
p32.Material = Enum.Material.SmoothPlastic
3504-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
3504+
p32.Name = "BottomRightFlap"
3505-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
3505+
p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3506-
        if Debounces.on == false then break end
3506+
p32.CanCollide = false
3507-
        rs:wait(2)
3507+
p32.Locked = true
3508
p32.FormFactor = Enum.FormFactor.Custom
3509-
    z = Instance.new("Sound",hed)
3509+
p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3510-
    z.SoundId = "rbxassetid://160069154"
3510+
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3511-
    z.Looped = false
3511+
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3512-
    z.Pitch = .9
3512+
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3513-
    z1 = Instance.new("Sound",hed)
3513+
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3514-
    z1.SoundId = "rbxassetid://160069154"
3514+
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3515-
    z1.Looped = false
3515+
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3516-
    z1.Pitch = .9
3516+
b32 = Instance.new("BlockMesh", p32)
3517-
    wait(0.01)
3517+
b32.Name = "Mesh"
3518-
    z:Play()
3518+
b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3519-
    z1:Play()
3519+
p33 = Instance.new("WedgePart", m6)
3520
p33.BrickColor = BrickColor.new("Black")
3521-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(50)), 0.2)
3521+
p33.Material = Enum.Material.SmoothPlastic
3522-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.9,-1) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.5)
3522+
p33.Name = "Wedge"
3523-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(30),0), 0.5)
3523+
p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3524-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)), 0.5)
3524+
p33.CanCollide = false
3525-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10), 0, 0), 0.5)
3525+
p33.Locked = true
3526-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, .6) * CFrame.Angles(math.rad(-65), 0, 0), 0.5)
3526+
p33.FormFactor = Enum.FormFactor.Custom
3527-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
3527+
p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3528-
        if Debounces.on == false then break end
3528+
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3529-
        rs:wait(2)
3529+
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3530
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3531
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3532-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(140), math.rad(0), math.rad(50)), 0.4)
3532+
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3533-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.4)
3533+
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3534-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(10),0), 0.5)
3534+
b33 = Instance.new("SpecialMesh", p33)
3535-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-10), 0), 0.5)
3535+
b33.MeshType = Enum.MeshType.Wedge
3536-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.5)
3536+
b33.Name = "Mesh"
3537-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.5)
3537+
b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3538-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.7, -1.4) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
3538+
p34 = Instance.new("WedgePart", m6)
3539-
        if Debounces.on == false then break end
3539+
p34.BrickColor = BrickColor.new("Black")
3540-
        rs:wait(2)
3540+
p34.Material = Enum.Material.SmoothPlastic
3541
p34.Name = "Wedge"
3542-
    z = Instance.new("Sound",hed)
3542+
p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3543-
    z.SoundId = "rbxassetid://168586621"
3543+
p34.CanCollide = false
3544-
    z.Looped = false
3544+
p34.Locked = true
3545-
    z.Pitch = 1
3545+
p34.FormFactor = Enum.FormFactor.Custom
3546-
    z1 = Instance.new("Sound",hed)
3546+
p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3547-
    z1.SoundId = "rbxassetid://168586621"
3547+
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3548-
    z1.Looped = false
3548+
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3549-
    z1.Pitch = 1
3549+
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3550-
    wait(0.01)
3550+
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3551-
    z:Play()
3551+
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3552-
    z1:Play()
3552+
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3553
b34 = Instance.new("SpecialMesh", p34)
3554-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0) * CFrame.Angles(math.rad(40), math.rad(-20), math.rad(10)), 0.5)
3554+
b34.MeshType = Enum.MeshType.Wedge
3555-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-18)), 0.4)
3555+
b34.Name = "Mesh"
3556-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2) * CFrame.Angles(math.rad(-14),math.rad(-40),0), 0.5)
3556+
b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3557-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.5)
3557+
p35 = Instance.new("Part", m6)
3558-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(-10)), 0.5)
3558+
p35.BrickColor = BrickColor.new("Black")
3559-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(20), 0, math.rad(10)), 0.5)
3559+
p35.Material = Enum.Material.SmoothPlastic
3560-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -2.8, -1.4) * CFrame.Angles(math.rad(-110), math.rad(-90), math.rad(20)), 1)
3560+
p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3561-
        if Debounces.on == false then break end
3561+
p35.CanCollide = false
3562-
        rs:wait(2)
3562+
p35.Locked = true
3563
p35.FormFactor = Enum.FormFactor.Custom
3564-
to:disconnect()
3564+
p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3565-
larm.BrickColor = BrickColor.new("Really black")
3565+
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3566-
rarm.BrickColor = BrickColor.new("Really black")
3566+
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3567
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3568
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3569
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3570
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3571
b35 = Instance.new("BlockMesh", p35)
3572
b35.Name = "Mesh"
3573
b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3574
p36 = Instance.new("WedgePart", m6)
3575
p36.BrickColor = BrickColor.new("Black")
3576-
Sit = false
3576+
p36.Material = Enum.Material.SmoothPlastic
3577
p36.Name = "Wedge"
3578-
    if key == "v" then
3578+
p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3579-
        if Sit == false then
3579+
p36.CanCollide = false
3580-
            Sit = true
3580+
p36.Locked = true
3581-
            hum.WalkSpeed = 0.001
3581+
p36.FormFactor = Enum.FormFactor.Custom
3582-
        stanceToggle = "Sitting"
3582+
p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3583-
    elseif Sit == true then
3583+
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3584-
        Sit = false
3584+
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3585-
            hum.WalkSpeed = 7
3585+
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3586-
        stanceToggle = "Normal"
3586+
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3587
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3588
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3589
b36 = Instance.new("SpecialMesh", p36)
3590
b36.MeshType = Enum.MeshType.Wedge
3591
b36.Name = "Mesh"
3592
b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3593
p37 = Instance.new("Part", m6)
3594
p37.BrickColor = BrickColor.new("Black")
3595
p37.Material = Enum.Material.SmoothPlastic
3596
p37.Name = "CapeLevel3"
3597
p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3598-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,1.1,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.2)
3598+
p37.CanCollide = false
3599-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,1.1,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.2)
3599+
p37.Locked = true
3600-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.2)
3600+
p37.FormFactor = Enum.FormFactor.Custom
3601-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.2)
3601+
p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3602-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .6) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.2)
3602+
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3603-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.2) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.2)
3603+
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3604-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
3604+
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3605
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3606-
            rs:wait(2.6)
3606+
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3607
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3608
b37 = Instance.new("BlockMesh", p37)
3609
b37.Name = "Mesh"
3610
b37.Scale = Vector3.new(1, 1, 0.602178097)
3611
p38 = Instance.new("WedgePart", m6)
3612
p38.BrickColor = BrickColor.new("Lime green")
3613
p38.Material = Enum.Material.SmoothPlastic
3614
p38.Name = "Wedge"
3615
p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3616
p38.CanCollide = false
3617
p38.Locked = true
3618
p38.FormFactor = Enum.FormFactor.Custom
3619
p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3620
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3621
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3622
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3623
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3624
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3625
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3626
b38 = Instance.new("SpecialMesh", p38)
3627
b38.MeshType = Enum.MeshType.Wedge
3628
b38.Name = "Mesh"
3629
b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3630
p39 = Instance.new("WedgePart", m6)
3631-
        s.Volume = .7
3631+
p39.BrickColor = BrickColor.new("Lime green")
3632
p39.Material = Enum.Material.SmoothPlastic
3633
p39.Name = "Wedge"
3634
p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3635
p39.CanCollide = false
3636
p39.Locked = true
3637
p39.FormFactor = Enum.FormFactor.Custom
3638
p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3639
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3640
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3641
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3642
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3643
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3644
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3645
b39 = Instance.new("SpecialMesh", p39)
3646
b39.MeshType = Enum.MeshType.Wedge
3647
b39.Name = "Mesh"
3648
b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3649
p40 = Instance.new("WedgePart", m6)
3650
p40.BrickColor = BrickColor.new("Black")
3651
p40.Material = Enum.Material.SmoothPlastic
3652
p40.Name = "Wedge"
3653
p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3654
p40.CanCollide = false
3655
p40.Locked = true
3656
p40.FormFactor = Enum.FormFactor.Custom
3657
p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3658
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3659
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3660
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3661
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3662
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3663
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3664
b40 = Instance.new("SpecialMesh", p40)
3665
b40.MeshType = Enum.MeshType.Wedge
3666
b40.Name = "Mesh"
3667
b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3668
p41 = Instance.new("WedgePart", m6)
3669
p41.BrickColor = BrickColor.new("Black")
3670
p41.Material = Enum.Material.SmoothPlastic
3671
p41.Name = "Wedge"
3672
p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3673
p41.CanCollide = false
3674
p41.Locked = true
3675
p41.FormFactor = Enum.FormFactor.Custom
3676
p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3677
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3678
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3679
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3680
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3681
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3682
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3683
b41 = Instance.new("SpecialMesh", p41)
3684
b41.MeshType = Enum.MeshType.Wedge
3685
b41.Name = "Mesh"
3686
b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3687
p42 = Instance.new("WedgePart", m6)
3688
p42.BrickColor = BrickColor.new("Black")
3689
p42.Material = Enum.Material.SmoothPlastic
3690
p42.Name = "Wedge"
3691
p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3692
p42.CanCollide = false
3693
p42.Locked = true
3694
p42.FormFactor = Enum.FormFactor.Custom
3695
p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3696
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3697
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3698
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3699
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3700
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3701
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3702
b42 = Instance.new("SpecialMesh", p42)
3703
b42.MeshType = Enum.MeshType.Wedge
3704
b42.Name = "Mesh"
3705
b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3706
p43 = Instance.new("WedgePart", m6)
3707
p43.BrickColor = BrickColor.new("Black")
3708
p43.Material = Enum.Material.SmoothPlastic
3709
p43.Name = "Wedge"
3710
p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3711
p43.CanCollide = false
3712
p43.Locked = true
3713
p43.FormFactor = Enum.FormFactor.Custom
3714
p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3715
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3716
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3717
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3718
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3719
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3720
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3721
b43 = Instance.new("SpecialMesh", p43)
3722
b43.MeshType = Enum.MeshType.Wedge
3723
b43.Name = "Mesh"
3724
b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3725
p44 = Instance.new("WedgePart", m6)
3726
p44.BrickColor = BrickColor.new("Black")
3727
p44.Material = Enum.Material.SmoothPlastic
3728
p44.Name = "Wedge"
3729
p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3730
p44.CanCollide = false
3731
p44.Locked = true
3732
p44.FormFactor = Enum.FormFactor.Custom
3733
p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3734
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3735
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3736
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3737
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3738
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3739
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3740
b44 = Instance.new("SpecialMesh", p44)
3741
b44.MeshType = Enum.MeshType.Wedge
3742
b44.Name = "Mesh"
3743
b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3744
p45 = Instance.new("WedgePart", m6)
3745
p45.BrickColor = BrickColor.new("Black")
3746
p45.Material = Enum.Material.SmoothPlastic
3747
p45.Name = "Wedge"
3748
p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3749
p45.CanCollide = false
3750
p45.Locked = true
3751
p45.FormFactor = Enum.FormFactor.Custom
3752
p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3753
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3754
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3755
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3756
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3757
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3758
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3759
b45 = Instance.new("SpecialMesh", p45)
3760
b45.MeshType = Enum.MeshType.Wedge
3761
b45.Name = "Mesh"
3762
b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3763
p46 = Instance.new("WedgePart", m6)
3764
p46.BrickColor = BrickColor.new("Black")
3765
p46.Material = Enum.Material.SmoothPlastic
3766
p46.Name = "Wedge"
3767
p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3768-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.3,.8,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
3768+
p46.CanCollide = false
3769-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.3,.8,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
3769+
p46.Locked = true
3770-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
3770+
p46.FormFactor = Enum.FormFactor.Custom
3771
p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3772-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -1.4) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
3772+
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3773-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.6, -.9) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
3773+
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3774-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(1.4, -3.5, -7) * CFrame.Angles(math.rad(-90), math.rad(-142), math.rad(20)), 1)
3774+
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3775
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3776-
            rs:wait(2)
3776+
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3777
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3778
b46 = Instance.new("SpecialMesh", p46)
3779
b46.MeshType = Enum.MeshType.Wedge
3780
b46.Name = "Mesh"
3781
b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3782
p47 = Instance.new("Part", m6)
3783
p47.BrickColor = BrickColor.new("Black")
3784
p47.Material = Enum.Material.SmoothPlastic
3785
p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3786
p47.CanCollide = false
3787
p47.Locked = true
3788
p47.FormFactor = Enum.FormFactor.Custom
3789
p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3790
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3791
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3792
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3793
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3794
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3795-
        for i = 1, 18 do
3795+
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3796-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.7, 0) * CFrame.Angles(math.rad(90),math.rad(50),math.rad(90)), 0.4)
3796+
b47 = Instance.new("BlockMesh", p47)
3797-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
3797+
b47.Name = "Mesh"
3798-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
3798+
b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3799-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
3799+
p48 = Instance.new("Part", m6)
3800-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
3800+
p48.BrickColor = BrickColor.new("Black")
3801-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
3801+
p48.Material = Enum.Material.SmoothPlastic
3802-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
3802+
p48.Name = "CapeLevel4"
3803-
        if Debounces.on == false then break end
3803+
p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3804-
            rs:wait(4)
3804+
p48.CanCollide = false
3805
p48.Locked = true
3806-
        local HandCF = CFrame.new(char.Absolution.Handle.Position - Vector3.new(0,8.8,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
3806+
p48.FormFactor = Enum.FormFactor.Custom
3807-
        local rng = Instance.new("Part", char.Absolution.Handle)
3807+
p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3808-
        rng.Anchored = true
3808+
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3809-
        rng.BrickColor = BrickColor.new("Really black")
3809+
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3810-
        rng.CanCollide = true
3810+
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3811-
        rng.FormFactor = 3
3811+
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3812-
        rng.Name = "Ring"
3812+
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3813-
        rng.Size = Vector3.new(1, 1, 1)
3813+
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3814-
        rng.CanCollide = false
3814+
b48 = Instance.new("BlockMesh", p48)
3815-
        rng.Transparency = 0.35
3815+
b48.Name = "Mesh"
3816-
        rng.TopSurface = 0
3816+
b48.Scale = Vector3.new(1, 1, 0.602178097)
3817-
        rng.BottomSurface = 0
3817+
p49 = Instance.new("WedgePart", m6)
3818-
        rng.CFrame = HandCF
3818+
p49.BrickColor = BrickColor.new("Black")
3819-
        local rngm = Instance.new("SpecialMesh", rng)
3819+
p49.Material = Enum.Material.SmoothPlastic
3820-
        rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
3820+
p49.Name = "Wedge"
3821-
        rngm.Scale = Vector3.new(1, 1, 2)
3821+
p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3822-
            x = Instance.new("Sound", hed)
3822+
p49.CanCollide = false
3823-
            x.SoundId = "http://www.roblox.com/asset/?id=169445602"
3823+
p49.Locked = true
3824-
            x.Looped = false
3824+
p49.FormFactor = Enum.FormFactor.Custom
3825-
            x.Pitch = .7
3825+
p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3826-
            x.Volume = 1
3826+
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3827-
            x1 = Instance.new("Sound", hed)
3827+
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3828-
            x1.SoundId = "http://www.roblox.com/asset/?id=169445602"
3828+
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3829-
            x1.Looped = false
3829+
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3830-
            x1.Pitch = .7
3830+
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3831-
            x1.Volume = 1
3831+
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3832-
            x:Play()
3832+
b49 = Instance.new("SpecialMesh", p49)
3833-
            x1:Play()
3833+
b49.MeshType = Enum.MeshType.Wedge
3834-
            rngto = rng.Touched:connect(function(ht)
3834+
b49.Name = "Mesh"
3835-
            hit = ht.Parent
3835+
b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3836
p50 = Instance.new("Part", m6)
3837
p50.BrickColor = BrickColor.new("Black")
3838
p50.Material = Enum.Material.SmoothPlastic
3839
p50.Name = "CapeLevel1SubPart"
3840
p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3841-
                                    hit:FindFirstChild("Humanoid"):TakeDamage(4)
3841+
p50.CanCollide = false
3842
p50.Locked = true
3843-
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
3843+
p50.FormFactor = Enum.FormFactor.Custom
3844
p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3845
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3846
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3847
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3848
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3849
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3850
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3851
b50 = Instance.new("BlockMesh", p50)
3852
b50.Name = "Mesh"
3853-
                                    hit.Parent:FindFirstChild("Humanoid"):TakeDamage(4)
3853+
b50.Scale = Vector3.new(1, 1, 0.602178097)
3854
p51 = Instance.new("Part", m6)
3855-
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -120
3855+
p51.BrickColor = BrickColor.new("Black")
3856
p51.Material = Enum.Material.SmoothPlastic
3857
p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3858
p51.CanCollide = false
3859
p51.Locked = true
3860
p51.FormFactor = Enum.FormFactor.Custom
3861
p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3862-
                for i = 1, 60, 2 do
3862+
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3863-
                rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
3863+
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3864-
                rng.Size = rngm.Scale
3864+
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3865-
                rng.CFrame = HandCF
3865+
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3866-
                rng.Transparency = i/60
3866+
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3867
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3868
b51 = Instance.new("BlockMesh", p51)
3869
b51.Name = "Mesh"
3870-
                rng:Destroy()
3870+
b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3871
p52 = Instance.new("Part", m6)
3872-
        for i = 1, 18 do
3872+
p52.BrickColor = BrickColor.new("Black")
3873-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, 0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.4)
3873+
p52.Material = Enum.Material.SmoothPlastic
3874-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)
3874+
p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3875-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0) * CFrame.Angles(math.rad(-14),math.rad(0),0), 0.4)
3875+
p52.CanCollide = false
3876-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.4)
3876+
p52.Locked = true
3877-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.4)
3877+
p52.FormFactor = Enum.FormFactor.Custom
3878-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.4)
3878+
p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3879-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, 0.2) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
3879+
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3880-
        if Debounces.on == false then break end
3880+
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3881-
            rs:wait(2.4)
3881+
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3882
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3883-
        larm.BrickColor = BrickColor.new("Really black")
3883+
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3884-
        rarm.BrickColor = BrickColor.new("Really black")
3884+
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3885
b52 = Instance.new("BlockMesh", p52)
3886-
        x1:Destroy()
3886+
b52.Name = "Mesh"
3887
b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3888
p53 = Instance.new("WedgePart", m6)
3889
p53.BrickColor = BrickColor.new("Black")
3890
p53.Material = Enum.Material.SmoothPlastic
3891
p53.Name = "Wedge"
3892
p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3893
p53.CanCollide = false
3894
p53.Locked = true
3895
p53.FormFactor = Enum.FormFactor.Custom
3896
p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3897-
        if key == "y" then
3897+
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3898-
                if Debounces.CanAttack == true then
3898+
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3899
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3900
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3901
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3902-
                                for i = 1, 15 do
3902+
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3903-
                                        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)), 0.2)
3903+
b53 = Instance.new("SpecialMesh", p53)
3904-
                                        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-89)), 0.6)
3904+
b53.MeshType = Enum.MeshType.Wedge
3905-
                                        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
3905+
b53.Name = "Mesh"
3906-
                                        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.2)
3906+
b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3907-
                                        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
3907+
p54 = Instance.new("Part", m6)
3908-
                                        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
3908+
p54.BrickColor = BrickColor.new("Black")
3909-
                                        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
3909+
p54.Material = Enum.Material.SmoothPlastic
3910-
                    if Debounces.on == false then break end
3910+
p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3911-
                    rs:wait(2.7)
3911+
p54.CanCollide = false
3912
p54.Locked = true
3913-
                                x = Instance.new("Sound",char)
3913+
p54.FormFactor = Enum.FormFactor.Custom
3914-
                                x.SoundId = "rbxassetid://228343271"
3914+
p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3915-
                                x.Pitch = 1
3915+
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3916-
                                x.Volume = .8
3916+
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3917-
                                wait(.1)
3917+
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3918-
                                x:Play()
3918+
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3919-
                                Debounces.on = false
3919+
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3920-
                                Debounces.Here = false
3920+
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3921-
                                shot = shot + 1
3921+
b54 = Instance.new("BlockMesh", p54)
3922-
local rng = Instance.new("Part", char)
3922+
b54.Name = "Mesh"
3923-
rng.Anchored = true
3923+
b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
3924-
rng.BrickColor = BrickColor.new("Bright blue")
3924+
p55 = Instance.new("WedgePart", m6)
3925-
rng.CanCollide = false
3925+
p55.BrickColor = BrickColor.new("Black")
3926-
rng.FormFactor = 3
3926+
p55.Material = Enum.Material.SmoothPlastic
3927-
rng.Name = "Ring"
3927+
p55.Name = "Wedge"
3928-
rng.Size = Vector3.new(1, 1, 1)
3928+
p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3929-
rng.Transparency = 0.35
3929+
p55.CanCollide = false
3930-
rng.TopSurface = 0
3930+
p55.Locked = true
3931-
rng.BottomSurface = 0
3931+
p55.FormFactor = Enum.FormFactor.Custom
3932-
rng2 = rng:clone()
3932+
p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3933-
rng3 = rng2:clone()
3933+
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3934-
rng4 = rng2:clone()
3934+
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3935-
local rngm = Instance.new("SpecialMesh", rng)
3935+
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3936-
rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
3936+
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3937-
rngm.Scale = Vector3.new(10, 10, 1)
3937+
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3938-
rngm2 = rngm:clone()
3938+
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3939-
rngm2.Scale = Vector3.new(5, 5, 3)
3939+
b55 = Instance.new("SpecialMesh", p55)
3940-
rngm3=rngm2:clone()
3940+
b55.MeshType = Enum.MeshType.Wedge
3941-
rngm3.Parent = rng3
3941+
b55.Name = "Mesh"
3942-
rngm3.Scale = Vector3.new(8, 8, 1)
3942+
b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3943-
rngm4 = rngm2:clone()
3943+
p56 = Instance.new("WedgePart", m6)
3944-
rngm4.Parent = rng4
3944+
p56.BrickColor = BrickColor.new("Lime green")
3945-
rngm4.Scale = Vector3.new(6, 6, 1)
3945+
p56.Material = Enum.Material.SmoothPlastic
3946-
local bem = Instance.new("Part", char)
3946+
p56.Name = "Wedge"
3947-
bem.Anchored = true
3947+
p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3948-
bem.BrickColor = BrickColor.new("Really black")
3948+
p56.CanCollide = false
3949-
bem.CanCollide = false
3949+
p56.Locked = true
3950-
bem.FormFactor = 3
3950+
p56.FormFactor = Enum.FormFactor.Custom
3951-
bem.Name = "Beam" .. shot
3951+
p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3952-
bem.Size = Vector3.new(1, 1, 1)
3952+
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3953-
bem.Transparency = 0.35
3953+
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3954-
bem.TopSurface = 0
3954+
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3955-
bem.BottomSurface = 0
3955+
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3956-
local bemm = Instance.new("SpecialMesh", bem)
3956+
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3957-
bemm.MeshType = 4
3957+
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3958-
bemm.Scale = Vector3.new(1, 4, 4)
3958+
b56 = Instance.new("SpecialMesh", p56)
3959-
local out = Instance.new("Part", char)
3959+
b56.MeshType = Enum.MeshType.Wedge
3960-
out.Anchored = true
3960+
b56.Name = "Mesh"
3961-
out.BrickColor = BrickColor.new("Really black")
3961+
b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3962-
out.CanCollide = false
3962+
p57 = Instance.new("WedgePart", m6)
3963-
out.FormFactor = 3
3963+
p57.BrickColor = BrickColor.new("Black")
3964-
out.Name = "Out"
3964+
p57.Material = Enum.Material.SmoothPlastic
3965-
out.Size = Vector3.new(4, 4, 4)
3965+
p57.Name = "Wedge"
3966-
out.Transparency = 0.35
3966+
p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3967-
out.TopSurface = 0
3967+
p57.CanCollide = false
3968-
out.BottomSurface = 0
3968+
p57.Locked = true
3969-
local outm = Instance.new("SpecialMesh", out)
3969+
p57.FormFactor = Enum.FormFactor.Custom
3970-
outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
3970+
p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3971-
outm.Scale = Vector3.new(4, 4, 4)
3971+
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3972-
local bnd = Instance.new("Part", char)
3972+
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3973-
bnd.Anchored = true
3973+
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3974-
bnd.BrickColor = BrickColor.new("Bright blue")
3974+
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3975-
bnd.CanCollide = false
3975+
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3976-
bnd.FormFactor = 3
3976+
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3977-
bnd.Name = "Bend"
3977+
b57 = Instance.new("SpecialMesh", p57)
3978-
bnd.Size = Vector3.new(1, 1, 1)
3978+
b57.MeshType = Enum.MeshType.Wedge
3979-
bnd.Transparency = 1
3979+
b57.Name = "Mesh"
3980-
bnd.TopSurface = 0
3980+
b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3981-
bnd.BottomSurface = 0
3981+
p58 = Instance.new("Part", m6)
3982-
local bndm = Instance.new("SpecialMesh", bnd)
3982+
p58.BrickColor = BrickColor.new("Black")
3983-
bndm.MeshType = 3
3983+
p58.Material = Enum.Material.SmoothPlastic
3984-
bndm.Scale = Vector3.new(8, 8, 8)
3984+
p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3985-
out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
3985+
p58.CanCollide = false
3986-
bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
3986+
p58.Locked = true
3987-
bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
3987+
p58.FormFactor = Enum.FormFactor.Custom
3988-
rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
3988+
p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3989-
rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
3989+
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3990-
rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
3990+
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3991-
Debounces.Shewt = true
3991+
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3992-
coroutine.wrap(function()
3992+
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3993-
for i = 1, 20, 0.2 do
3993+
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3994-
rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
3994+
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3995-
rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
3995+
b58 = Instance.new("BlockMesh", p58)
3996-
rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
3996+
b58.Name = "Mesh"
3997-
rng.Transparency = i/20
3997+
b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3998-
rng3.Transparency = 1/24
3998+
p59 = Instance.new("WedgePart", m6)
3999-
rng4.Transparency = i/26
3999+
p59.BrickColor = BrickColor.new("Black")
4000-
wait()
4000+
p59.Material = Enum.Material.SmoothPlastic
4001
p59.Name = "Wedge"
4002-
wait()
4002+
p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4003-
rng:Destroy()
4003+
p59.CanCollide = false
4004
p59.Locked = true
4005-
if Debounces.Shewt == true then
4005+
p59.FormFactor = Enum.FormFactor.Custom
4006-
char:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
4006+
p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4007-
hit = ht.Parent
4007+
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4008-
if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
4008+
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4009-
if HasntTouched(hit.Name) == true and deb == false then
4009+
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4010-
deb = true
4010+
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4011-
coroutine.wrap(function()
4011+
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4012-
hit:FindFirstChild("Humanoid").PlatformStand = true
4012+
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4013-
hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
4013+
b59 = Instance.new("SpecialMesh", p59)
4014-
hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
4014+
b59.MeshType = Enum.MeshType.Wedge
4015
b59.Name = "Mesh"
4016-
table.insert(Touche, hit.Name)
4016+
b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4017-
deb = false
4017+
p60 = Instance.new("Part", m6)
4018
p60.BrickColor = BrickColor.new("Black")
4019-
elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
4019+
p60.Material = Enum.Material.SmoothPlastic
4020-
if HasntTouched(hit.Parent.Name) == true and deb == false then
4020+
p60.Name = "NeckPart"
4021-
deb = true
4021+
p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4022-
coroutine.wrap(function()
4022+
p60.CanCollide = false
4023-
hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
4023+
p60.Locked = true
4024-
hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
4024+
p60.FormFactor = Enum.FormFactor.Custom
4025-
wait(1)
4025+
p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4026-
hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
4026+
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4027
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4028-
table.insert(Touche, hit.Parent.Name)
4028+
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4029-
deb = false
4029+
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4030-
for i, v in pairs(Touche) do
4030+
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4031-
print(v)
4031+
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4032
b60 = Instance.new("BlockMesh", p60)
4033
b60.Name = "Mesh"
4034
b60.Scale = Vector3.new(1, 0.602178097, 1)
4035
p61 = Instance.new("Part", m6)
4036
p61.BrickColor = BrickColor.new("Black")
4037-
for i = 0, 260, 8 do
4037+
p61.Material = Enum.Material.SmoothPlastic
4038-
bem.Size = Vector3.new(i, 2, 2)
4038+
p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4039-
bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
4039+
p61.CanCollide = false
4040-
bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
4040+
p61.Locked = true
4041-
bnd.Size = Vector3.new(1,1,1)
4041+
p61.FormFactor = Enum.FormFactor.Custom
4042-
bndm.Scale = Vector3.new(8,8,8)
4042+
p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4043-
if i % 10 == 0 then
4043+
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4044-
local newRng = rng2:Clone()
4044+
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4045-
newRng.Parent = char
4045+
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4046-
newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
4046+
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4047-
local newRngm = rngm2:clone()
4047+
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4048-
newRngm.Parent=newRng
4048+
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4049-
coroutine.wrap(function()
4049+
b61 = Instance.new("BlockMesh", p61)
4050-
for i = 1, 10, 0.2 do
4050+
b61.Name = "Mesh"
4051-
newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
4051+
b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4052-
newRng.Transparency = i/10
4052+
p62 = Instance.new("WedgePart", m6)
4053-
wait()
4053+
p62.BrickColor = BrickColor.new("Black")
4054
p62.Material = Enum.Material.SmoothPlastic
4055-
wait()
4055+
p62.Name = "Wedge"
4056-
newRng:Destroy()
4056+
p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4057
p62.CanCollide = false
4058
p62.Locked = true
4059-
wait()
4059+
p62.FormFactor = Enum.FormFactor.Custom
4060
p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4061-
wait()
4061+
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4062-
Debounces.Shewt = false
4062+
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4063-
bem:Destroy()
4063+
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4064-
out:Destroy()
4064+
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4065-
bnd:Destroy()
4065+
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4066-
Debounces.Ready = false
4066+
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4067-
for i, v in pairs(Touche) do
4067+
b62 = Instance.new("SpecialMesh", p62)
4068-
table.remove(Touche, i)
4068+
b62.MeshType = Enum.MeshType.Wedge
4069
b62.Name = "Mesh"
4070-
wait()
4070+
b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4071-
table.insert(Touche, char.Name)
4071+
p63 = Instance.new("WedgePart", m6)
4072-
Debounces.NoIdl = false
4072+
p63.BrickColor = BrickColor.new("Lime green")
4073-
if Debounces.CanAttack == false then
4073+
p63.Material = Enum.Material.SmoothPlastic
4074-
Debounces.CanAttack = true
4074+
p63.Name = "Wedge"
4075
p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4076
p63.CanCollide = false
4077
p63.Locked = true
4078
p63.FormFactor = Enum.FormFactor.Custom
4079
p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4080-
sidz = {"231917888", "231917845", "231917806"}
4080+
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4081-
ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
4081+
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4082
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4083
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4084
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4085
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4086
b63 = Instance.new("SpecialMesh", p63)
4087
b63.MeshType = Enum.MeshType.Wedge
4088
b63.Name = "Mesh"
4089
b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4090
p64 = Instance.new("WedgePart", m6)
4091-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
4091+
p64.BrickColor = BrickColor.new("Black")
4092-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
4092+
p64.Material = Enum.Material.SmoothPlastic
4093-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
4093+
p64.Name = "Wedge"
4094-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
4094+
p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4095-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4095+
p64.CanCollide = false
4096-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4096+
p64.Locked = true
4097-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
4097+
p64.FormFactor = Enum.FormFactor.Custom
4098-
                    if Debounces.on == false then break end
4098+
p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4099-
                    rs:wait(6)
4099+
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4100
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4101-
                z = Instance.new("Sound",char)
4101+
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4102-
                z.SoundId = "rbxassetid://"..sidz[math.random(1,#sidz)]
4102+
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4103-
                z.Pitch = ptz[math.random(1,#ptz)]
4103+
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4104-
                z.Volume = 1
4104+
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4105-
                z1 = Instance.new("Sound",char)
4105+
b64 = Instance.new("SpecialMesh", p64)
4106-
                z1.SoundId = z.SoundId
4106+
b64.MeshType = Enum.MeshType.Wedge
4107-
                z1.Pitch = z.Pitch
4107+
b64.Name = "Mesh"
4108-
                z1.Volume = 1
4108+
b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4109-
                z:Play()
4109+
p65 = Instance.new("WedgePart", m6)
4110-
                z1:Play()
4110+
p65.BrickColor = BrickColor.new("Black")
4111-
                Stomp()
4111+
p65.Material = Enum.Material.SmoothPlastic
4112
p65.Name = "Wedge"
4113-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
4113+
p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4114-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
4114+
p65.CanCollide = false
4115-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.3)
4115+
p65.Locked = true
4116-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, -.6) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
4116+
p65.FormFactor = Enum.FormFactor.Custom
4117-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
4117+
p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4118-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.8, -1.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), 0.3)
4118+
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4119-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
4119+
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4120-
                    if Debounces.on == false then break end
4120+
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4121-
                    rs:wait(2.5)
4121+
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4122
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4123
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4124
b65 = Instance.new("SpecialMesh", p65)
4125
b65.MeshType = Enum.MeshType.Wedge
4126
b65.Name = "Mesh"
4127-
            larm.BrickColor = BrickColor.new("Really black")
4127+
b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4128-
            rarm.BrickColor = BrickColor.new("Really black")
4128+
p66 = Instance.new("WedgePart", m6)
4129
p66.BrickColor = BrickColor.new("Black")
4130
p66.Material = Enum.Material.SmoothPlastic
4131
p66.Name = "Wedge"
4132-
end)    
4132+
p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4133
p66.CanCollide = false
4134
p66.Locked = true
4135
p66.FormFactor = Enum.FormFactor.Custom
4136
p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4137
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4138
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4139
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4140
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4141
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4142
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4143
b66 = Instance.new("SpecialMesh", p66)
4144
b66.MeshType = Enum.MeshType.Wedge
4145
b66.Name = "Mesh"
4146
b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4147
p67 = Instance.new("WedgePart", m6)
4148
p67.BrickColor = BrickColor.new("Black")
4149
p67.Material = Enum.Material.SmoothPlastic
4150
p67.Name = "Wedge"
4151
p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4152
p67.CanCollide = false
4153
p67.Locked = true
4154
p67.FormFactor = Enum.FormFactor.Custom
4155
p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4156
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4157
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4158
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4159
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4160
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4161
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4162
b67 = Instance.new("SpecialMesh", p67)
4163
b67.MeshType = Enum.MeshType.Wedge
4164
b67.Name = "Mesh"
4165
b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4166
p68 = Instance.new("WedgePart", m6)
4167
p68.BrickColor = BrickColor.new("Lime green")
4168
p68.Name = "Wedge"
4169
p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4170-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
4170+
p68.CanCollide = false
4171-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.2)
4171+
p68.Locked = true
4172-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.2)
4172+
p68.FormFactor = Enum.FormFactor.Custom
4173-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.2)
4173+
p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4174-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.8, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
4174+
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4175-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.2)
4175+
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4176-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
4176+
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4177
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4178-
            rs:wait(3)
4178+
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4179
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4180
b68 = Instance.new("SpecialMesh", p68)
4181
b68.MeshType = Enum.MeshType.Wedge
4182
b68.Name = "Mesh"
4183
b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4184
p69 = Instance.new("WedgePart", m6)
4185
p69.BrickColor = BrickColor.new("Lime green")
4186
p69.Name = "Wedge"
4187
p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4188
p69.CanCollide = false
4189
p69.Locked = true
4190
p69.FormFactor = Enum.FormFactor.Custom
4191
p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4192
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4193
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4194
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4195
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4196
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4197
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4198
b69 = Instance.new("SpecialMesh", p69)
4199-
            larm.BrickColor = BrickColor.new("Really black")
4199+
b69.MeshType = Enum.MeshType.Wedge
4200-
            rarm.BrickColor = BrickColor.new("Really black")
4200+
b69.Name = "Mesh"
4201
b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4202
p70 = Instance.new("WedgePart", m6)
4203
p70.BrickColor = BrickColor.new("Black")
4204
p70.Material = Enum.Material.SmoothPlastic
4205
p70.Name = "Wedge"
4206-
pt = {0.7, 0.8, 0.9}
4206+
p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4207
p70.CanCollide = false
4208-
    if key == "h" then
4208+
p70.Locked = true
4209-
        if Debounces.CanJoke == true then
4209+
p70.FormFactor = Enum.FormFactor.Custom
4210-
            Debounces.CanJoke = false
4210+
p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4211-
            u = Instance.new("Sound")
4211+
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4212-
            u.SoundId = "http://www.roblox.com/asset/?id=138199573"
4212+
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4213-
            u.Parent = char
4213+
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4214-
            u.Looped = false
4214+
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4215-
            u.Pitch = pt[math.random(1,#pt)]
4215+
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4216-
            u.Volume = 1
4216+
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4217-
            u2 = Instance.new("Sound")
4217+
b70 = Instance.new("SpecialMesh", p70)
4218-
            u2.SoundId = "http://www.roblox.com/asset/?id=138199573"
4218+
b70.MeshType = Enum.MeshType.Wedge
4219-
            u2.Parent = char
4219+
b70.Name = "Mesh"
4220-
            u2.Looped = false
4220+
b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4221-
            u2.Pitch = u.Pitch
4221+
p71 = Instance.new("WedgePart", m6)
4222-
            u2.Volume = 1
4222+
p71.BrickColor = BrickColor.new("Lime green")
4223-
            wait(.01)
4223+
p71.Name = "Wedge"
4224-
            u:Play()
4224+
p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4225-
            u2:Play()
4225+
p71.CanCollide = false
4226-
            wait(6)
4226+
p71.Locked = true
4227-
            u:Destroy()
4227+
p71.FormFactor = Enum.FormFactor.Custom
4228-
            u2:Destroy()
4228+
p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4229-
            if Debounces.CanJoke == false then
4229+
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4230-
                Debounces.CanJoke = true
4230+
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4231
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4232
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4233
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4234
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4235
b71 = Instance.new("SpecialMesh", p71)
4236
b71.MeshType = Enum.MeshType.Wedge
4237-
    if key == "j" then
4237+
b71.Name = "Mesh"
4238-
                        if Debounces.CanJoke == true then
4238+
b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4239-
                                Debounces.CanJoke = false
4239+
p72 = Instance.new("WedgePart", m6)
4240-
                z = Instance.new("Sound",char)
4240+
p72.BrickColor = BrickColor.new("Black")
4241-
                z.SoundId = "rbxassetid://135017755"
4241+
p72.Material = Enum.Material.SmoothPlastic
4242-
                z.Pitch = .76
4242+
p72.Name = "Wedge"
4243-
                z.Volume = 1
4243+
p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4244-
                                wait()
4244+
p72.CanCollide = false
4245-
                                z:Play()
4245+
p72.Locked = true
4246-
                                wait(6)
4246+
p72.FormFactor = Enum.FormFactor.Custom
4247
p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4248-
                        if Debounces.CanJoke == false then
4248+
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4249-
                                Debounces.CanJoke = true
4249+
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4250
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4251
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4252
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4253
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4254
b72 = Instance.new("SpecialMesh", p72)
4255
b72.MeshType = Enum.MeshType.Wedge
4256-
    if key == "k" then
4256+
b72.Name = "Mesh"
4257-
                        if Debounces.CanJoke == true then
4257+
b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4258-
                                Debounces.CanJoke = false
4258+
p73 = Instance.new("WedgePart", m6)
4259-
                z = Instance.new("Sound",char)
4259+
p73.BrickColor = BrickColor.new("Black")
4260-
                z.SoundId = "rbxassetid://135017578"
4260+
p73.Material = Enum.Material.SmoothPlastic
4261-
                z.Pitch = .76
4261+
p73.Name = "Wedge"
4262-
                z.Volume = 1
4262+
p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4263-
                                wait()
4263+
p73.CanCollide = false
4264-
                                z:Play()
4264+
p73.Locked = true
4265-
                                wait(4)
4265+
p73.FormFactor = Enum.FormFactor.Custom
4266
p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4267-
                        if Debounces.CanJoke == false then
4267+
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4268-
                                Debounces.CanJoke = true
4268+
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4269
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4270
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4271
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4272
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4273
b73 = Instance.new("SpecialMesh", p73)
4274
b73.MeshType = Enum.MeshType.Wedge
4275-
    if key == "x" then
4275+
b73.Name = "Mesh"
4276
b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4277
p74 = Instance.new("WedgePart", m6)
4278
p74.BrickColor = BrickColor.new("Black")
4279
p74.Material = Enum.Material.SmoothPlastic
4280
p74.Name = "Wedge"
4281-
        for i = 1, 10 do
4281+
p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4282-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
4282+
p74.CanCollide = false
4283-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.7,.9,-.5)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(20)), 0.2)
4283+
p74.Locked = true
4284-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad(-26),math.rad(0),0), 0.2)
4284+
p74.FormFactor = Enum.FormFactor.Custom
4285-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
4285+
p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4286-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
4286+
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4287-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.7, .6) * CFrame.Angles(math.rad(-70), math.rad(0), math.rad(0)), 0.2)
4287+
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4288-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4288+
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4289
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4290-
            rs:wait(1)
4290+
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4291
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4292-
        z = Instance.new("Sound",hed)
4292+
b74 = Instance.new("SpecialMesh", p74)
4293-
        z.SoundId = "rbxassetid://169445092"
4293+
b74.MeshType = Enum.MeshType.Wedge
4294
b74.Name = "Mesh"
4295-
        wait(0.1)
4295+
b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4296
p75 = Instance.new("WedgePart", m6)
4297-
        kik = rleg.Touched:connect(function(ht)
4297+
p75.BrickColor = BrickColor.new("Black")
4298
p75.Material = Enum.Material.SmoothPlastic
4299
p75.Name = "Wedge"
4300
p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4301
p75.CanCollide = false
4302
p75.Locked = true
4303
p75.FormFactor = Enum.FormFactor.Custom
4304
p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4305
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4306
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4307
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4308
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4309
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4310
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4311
b75 = Instance.new("SpecialMesh", p75)
4312
b75.MeshType = Enum.MeshType.Wedge
4313
b75.Name = "Mesh"
4314-
                            --Debounces.Slashed = false
4314+
b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4315
p76 = Instance.new("WedgePart", m6)
4316
p76.BrickColor = BrickColor.new("Black")
4317
p76.Material = Enum.Material.SmoothPlastic
4318
p76.Name = "Wedge"
4319
p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4320
p76.CanCollide = false
4321-
                           --[[if Debounces.Slashing == true and Debounces.Slashed == false then
4321+
p76.Locked = true
4322
p76.FormFactor = Enum.FormFactor.Custom
4323
p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4324
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4325
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4326-
                            --Debounces.Slashed = false
4326+
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4327
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4328
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4329
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4330
b76 = Instance.new("SpecialMesh", p76)
4331
b76.MeshType = Enum.MeshType.Wedge
4332-
        for i = 1, 8 do
4332+
b76.Name = "Mesh"
4333-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.3)
4333+
b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4334-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-20)), 0.3)
4334+
p77 = Instance.new("WedgePart", m6)
4335-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,.2)*CFrame.Angles(math.rad(8),math.rad(0),0), 0.3)
4335+
p77.BrickColor = BrickColor.new("Lime green")
4336-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(16), math.rad(0), 0), 0.3)
4336+
p77.Material = Enum.Material.SmoothPlastic
4337-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.3)
4337+
p77.Name = "Wedge"
4338-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2.6, -1.4) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.3)
4338+
p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4339-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4339+
p77.CanCollide = false
4340
p77.Locked = true
4341-
            rs:wait(.7)
4341+
p77.FormFactor = Enum.FormFactor.Custom
4342
p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4343-
        kik:disconnect()
4343+
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4344
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4345
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4346
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4347
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4348
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4349
b77 = Instance.new("SpecialMesh", p77)
4350
b77.MeshType = Enum.MeshType.Wedge
4351
b77.Name = "Mesh"
4352
b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4353
p78 = Instance.new("WedgePart", m6)
4354-
    if key == "c" then
4354+
p78.BrickColor = BrickColor.new("Black")
4355
p78.Material = Enum.Material.SmoothPlastic
4356
p78.Name = "Wedge"
4357
p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4358
p78.CanCollide = false
4359-
            SIDZ = {"231917744", "231917742"}
4359+
p78.Locked = true
4360-
            PTZ = {0.7, 0.8, 0.9, 1}
4360+
p78.FormFactor = Enum.FormFactor.Custom
4361
p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4362
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4363-
                        for i,v in pairs(char.Absolution:children()) do
4363+
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4364-
                    if v:IsA("Part") or v:IsA("WedgePart") then
4364+
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4365-
                        v.Transparency = v.Transparency + 0.05
4365+
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4366
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4367
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4368
b78 = Instance.new("SpecialMesh", p78)
4369-
                function FindNearestTorso(Position,Distance,SinglePlayer)
4369+
b78.MeshType = Enum.MeshType.Wedge
4370-
                    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
4370+
b78.Name = "Mesh"
4371-
                        local List = {}
4371+
b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4372-
                        for i,v in pairs(workspace:GetChildren())do
4372+
p79 = Instance.new("WedgePart", m6)
4373-
                            if v:IsA("Model")then
4373+
p79.BrickColor = BrickColor.new("Lime green")
4374-
                                if v:findFirstChild("Torso")then
4374+
p79.Material = Enum.Material.SmoothPlastic
4375-
                                    if v ~= char then
4375+
p79.Name = "Wedge"
4376-
                                        if(v.Torso.Position -Position).magnitude <= Distance then
4376+
p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4377-
                                            table.insert(List,v)
4377+
p79.CanCollide = false
4378-
                                        end 
4378+
p79.Locked = true
4379-
                                    end 
4379+
p79.FormFactor = Enum.FormFactor.Custom
4380-
                                end 
4380+
p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4381-
                            end 
4381+
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4382
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4383-
                    return List
4383+
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4384
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4385-
                GroundPound()
4385+
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4386-
                for i = 1, 11 do
4386+
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4387-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
4387+
b79 = Instance.new("SpecialMesh", p79)
4388-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
4388+
b79.MeshType = Enum.MeshType.Wedge
4389-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
4389+
b79.Name = "Mesh"
4390-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
4390+
b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4391-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
4391+
p80 = Instance.new("WedgePart", m6)
4392-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
4392+
p80.BrickColor = BrickColor.new("Black")
4393-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4393+
p80.Material = Enum.Material.SmoothPlastic
4394-
                    if Debounces.on == false then break end
4394+
p80.Name = "Wedge"
4395-
                    rs:wait(1.4)
4395+
p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4396
p80.CanCollide = false
4397-
                GroundPound()
4397+
p80.Locked = true
4398-
                for i = 1, 11 do
4398+
p80.FormFactor = Enum.FormFactor.Custom
4399-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
4399+
p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4400-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
4400+
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4401-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
4401+
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4402-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
4402+
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4403-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
4403+
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4404-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
4404+
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4405-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4405+
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4406-
                    if Debounces.on == false then break end
4406+
b80 = Instance.new("SpecialMesh", p80)
4407-
                    rs:wait(1.4)
4407+
b80.MeshType = Enum.MeshType.Wedge
4408
b80.Name = "Mesh"
4409-
                GroundPound()
4409+
b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4410-
                for i = 1, 11 do
4410+
4411-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
4411+
w1.Name = "Joint"
4412-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
4412+
4413-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
4413+
w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4414-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
4414+
w1.Part1 = p47
4415-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
4415+
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4416-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
4416+
4417-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4417+
w2.Name = "Joint"
4418-
                    if Debounces.on == false then break end
4418+
4419-
                    rs:wait(1.4)
4419+
w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4420
w2.Part1 = p11
4421-
                GroundPound()
4421+
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4422-
                for i = 1, 11 do
4422+
4423-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
4423+
w3.Name = "Joint"
4424-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
4424+
4425-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
4425+
w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4426-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
4426+
w3.Part1 = p50
4427-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
4427+
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4428-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
4428+
4429-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4429+
w4.Name = "Joint"
4430-
                    if Debounces.on == false then break end
4430+
4431-
                    rs:wait(1.4)
4431+
w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4432
w4.Part1 = p5
4433-
                GroundPound()
4433+
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4434-
                for i = 1, 11 do
4434+
4435-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.4)
4435+
w5.Name = "Joint"
4436-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.4)
4436+
4437-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0), 0.3)
4437+
w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4438-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(-20), 0), 0.3)
4438+
w5.Part1 = p27
4439-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(-30)), 0.3)
4439+
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4440-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
4440+
4441-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4441+
w6.Name = "Joint"
4442-
                    if Debounces.on == false then break end
4442+
4443-
                    rs:wait(1.4)
4443+
w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4444
w6.Part1 = p14
4445-
                GroundPound()
4445+
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4446-
                for i = 1, 11 do
4446+
4447-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.4)
4447+
w7.Name = "Joint"
4448-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)), 0.4)
4448+
4449-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0), 0.3)
4449+
w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4450-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.2, 0) * CFrame.Angles(math.rad(-80), math.rad(20), 0), 0.3)
4450+
w7.Part1 = p10
4451-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -2, -1) * CFrame.Angles(math.rad(80), 0, math.rad(10)), 0.3)
4451+
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4452-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -2, -.4) * CFrame.Angles(math.rad(80), 0, math.rad(30)), 0.3)
4452+
4453-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
4453+
w8.Name = "Joint"
4454-
                    if Debounces.on == false then break end
4454+
4455-
                    rs:wait(1.4)
4455+
w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4456
w8.Part1 = p32
4457-
                for i = 1, 24 do
4457+
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4458-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-10)), 0.2)
4458+
4459-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(10)), 0.2)
4459+
w9.Name = "Joint"
4460-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
4460+
4461-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
4461+
w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4462-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4462+
w9.Part1 = p16
4463-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4463+
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4464-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
4464+
4465-
                    if Debounces.on == false then break end
4465+
w10.Name = "Joint"
4466-
                    rs:wait(3)
4466+
4467
w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4468-
                for i,v in pairs(FindNearestTorso(torso.CFrame.p,25))do
4468+
w10.Part1 = p61
4469-
                    if v:FindFirstChild('Humanoid') then
4469+
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4470-
                        v.Humanoid:TakeDamage(math.random(20,60))
4470+
4471-
                        v.Humanoid.PlatformStand = true
4471+
w11.Name = "Joint"
4472-
                        v:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 100
4472+
4473
w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4474
w11.Part1 = p13
4475-
                x = Instance.new("Sound",char)
4475+
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4476-
                x.SoundId = "rbxassetid://"..SIDZ[math.random(1,#SIDZ)]
4476+
4477-
                x.Pitch = PTZ[math.random(1,#PTZ)]
4477+
w12.Name = "Joint"
4478-
                x.Volume = 1
4478+
4479-
                wait(0.1)
4479+
w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4480-
                x:Play()
4480+
w12.Part1 = p29
4481-
                Crater(hed,20)
4481+
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4482
w13 = Instance.new("Weld", p13)
4483-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)), 0.6)
4483+
w13.Name = "Joint"
4484-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 3.2, -.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)), 0.6)
4484+
4485-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.6)
4485+
w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4486-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -5, 0) * CFrame.Angles(math.rad(-90), math.rad(0), 0), 0.6)
4486+
w13.Part1 = p48
4487-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
4487+
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4488-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.6)
4488+
4489-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
4489+
w14.Name = "Joint"
4490-
                    if Debounces.on == false then break end
4490+
4491
w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4492
w14.Part1 = p60
4493
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4494
w15 = Instance.new("Weld", p15)
4495
w15.Name = "Joint"
4496
w15.Part0 = p15
4497
w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4498
w15.Part1 = p17
4499-
                        for i,v in pairs(char.Absolution:children()) do
4499+
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4500-
                    if v:IsA("Part") or v:IsA("WedgePart") then
4500+
4501-
                        v.Transparency = v.Transparency - 0.05
4501+
w16.Name = "Joint"
4502
w16.Part0 = p16
4503
w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4504
w16.Part1 = p48
4505
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4506
w17 = Instance.new("Weld", p17)
4507
w17.Name = "Joint"
4508
w17.Part0 = p17
4509-
----------------------------------------------------176349813
4509+
w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4510
w17.Part1 = p50
4511
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4512
w18 = Instance.new("Weld", p18)
4513
w18.Name = "Joint"
4514
w18.Part0 = p18
4515
w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4516
w18.Part1 = p50
4517-
                for i = 1, 30 do
4517+
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4518-
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-34)), 0.2)
4518+
4519-
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.4, 2.4, 0)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(34)), 0.2)
4519+
w19.Name = "Joint"
4520-
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, .2)*CFrame.Angles(math.rad(16),math.rad(0),0), 0.2)
4520+
4521-
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.2)
4521+
w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4522-
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4522+
w19.Part1 = p54
4523-
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1.4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4523+
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4524-
                    cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.5, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
4524+
4525-
                    if Debounces.on == false then break end
4525+
w20.Name = "Joint"
4526-
                    rs:wait(6)
4526+
4527
w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4528
w20.Part1 = p21
4529-
        v.SoundId = "rbxassetid://181384451"
4529+
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4530
w21 = Instance.new("Weld", p21)
4531
w21.Name = "Joint"
4532-
        v.Pitch = .94
4532+
4533-
        v.Volume = 1
4533+
w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4534
w21.Part1 = p37
4535
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4536
w22 = Instance.new("Weld", p22)
4537
w22.Name = "Joint"
4538
w22.Part0 = p22
4539
w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4540
w22.Part1 = p8
4541
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4542
w23 = Instance.new("Weld", p23)
4543
w23.Name = "Joint"
4544
w23.Part0 = p23
4545
w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4546
w23.Part1 = p35
4547
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4548
w24 = Instance.new("Weld", p24)
4549
w24.Name = "Joint"
4550
w24.Part0 = p24
4551
w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4552
w24.Part1 = p48
4553
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4554
w25 = Instance.new("Weld", p25)
4555
w25.Name = "Joint"
4556
w25.Part0 = p25
4557
w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4558
w25.Part1 = p8
4559
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4560
w26 = Instance.new("Weld", p26)
4561
w26.Name = "Joint"
4562
w26.Part0 = p26
4563
w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4564
w26.Part1 = p6
4565
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4566
w27 = Instance.new("Weld", p27)
4567
w27.Name = "Joint"
4568
w27.Part0 = p27
4569
w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4570
w27.Part1 = p48
4571
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4572
w28 = Instance.new("Weld", p28)
4573
w28.Name = "Joint"
4574
w28.Part0 = p28
4575
w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4576
w28.Part1 = p35
4577
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4578
w29 = Instance.new("Weld", p29)
4579
w29.Name = "Joint"
4580
w29.Part0 = p29
4581
w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4582
w29.Part1 = p37
4583
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4584
w30 = Instance.new("Weld", p30)
4585
w30.Name = "Joint"
4586
w30.Part0 = p30
4587
w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4588
w30.Part1 = p20
4589
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4590
w31 = Instance.new("Weld", p31)
4591
w31.Name = "Joint"
4592
w31.Part0 = p31
4593
w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4594
w31.Part1 = p16
4595
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4596
w32 = Instance.new("Weld", p32)
4597
w32.Name = "Joint"
4598
w32.Part0 = p32
4599
w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600
w32.Part1 = p48
4601
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4602
w33 = Instance.new("Weld", p33)
4603
w33.Name = "Joint"
4604
w33.Part0 = p33
4605
w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4606
w33.Part1 = p21
4607
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4608
w34 = Instance.new("Weld", p34)
4609
w34.Name = "Joint"
4610
w34.Part0 = p34
4611
w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4612
w34.Part1 = p27
4613
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4614
w35 = Instance.new("Weld", p35)
4615
w35.Name = "Joint"
4616
w35.Part0 = p35
4617
w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618
w35.Part1 = p58
4619
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4620
w36 = Instance.new("Weld", p36)
4621
w36.Name = "Joint"
4622
w36.Part0 = p36
4623
w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4624
w36.Part1 = p29
4625
w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4626
w37 = Instance.new("Weld", p37)
4627
w37.Name = "Joint"
4628
w37.Part0 = p37
4629
w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630
w37.Part1 = p3
4631
w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4632
w38 = Instance.new("Weld", p38)
4633
w38.Name = "Joint"
4634
w38.Part0 = p38
4635
w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4636-
        Shockwave() 
4636+
w38.Part1 = p4
4637-
                for i = 1, 30 do
4637+
w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4638-
                        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0), math.rad(0)),0.3)
4638+
w39 = Instance.new("Weld", p39)
4639-
                        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.3)
4639+
w39.Name = "Joint"
4640-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(28)), 0.3)
4640+
w39.Part0 = p39
4641-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .4)*CFrame.Angles(math.rad(-50),math.rad(0),math.rad(-28)), 0.3)
4641+
w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4642-
                        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
4642+
w39.Part1 = p12
4643-
                        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3.2, .3) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4643+
w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4644-
                        if Debounces.on == false then break end
4644+
w40 = Instance.new("Weld", p40)
4645-
                        rs:wait()
4645+
w40.Name = "Joint"
4646
w40.Part0 = p40
4647-
        wait(2.4)
4647+
w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4648
w40.Part1 = p52
4649-
        hum.WalkSpeed = 5
4649+
w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4650
w41 = Instance.new("Weld", p41)
4651
w41.Name = "Joint"
4652
w41.Part0 = p41
4653
w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4654
w41.Part1 = p5
4655
w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4656
w42 = Instance.new("Weld", p42)
4657
w42.Name = "Joint"
4658
w42.Part0 = p42
4659
w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4660
w42.Part1 = p8
4661-
    if key == "l" then
4661+
w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4662
w43 = Instance.new("Weld", p43)
4663-
                        wait()
4663+
w43.Name = "Joint"
4664-
                for i,v in pairs(char.Absolution:children()) do
4664+
w43.Part0 = p43
4665-
                        if v:IsA("Part") or v:IsA("WedgePart") then
4665+
w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4666-
                                v.Transparency = v.Transparency + 0.05
4666+
w43.Part1 = p5
4667
w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4668
w44 = Instance.new("Weld", p44)
4669
w44.Name = "Joint"
4670
w44.Part0 = p44
4671
w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4672
w44.Part1 = p15
4673
w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4674-
                bv = Instance.new("BodyVelocity",torso)
4674+
w45 = Instance.new("Weld", p45)
4675-
        bv.maxForce = Vector3.new(0,200000,0)
4675+
w45.Name = "Joint"
4676-
        bv.P = 100000
4676+
w45.Part0 = p45
4677-
                bv.velocity = Vector3.new(0,500,0)
4677+
w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4678-
                wait(2)
4678+
w45.Part1 = p11
4679-
                bv:Destroy()
4679+
w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4680-
if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
4680+
w46 = Instance.new("Weld", p46)
4681-
    for i = 1, 20 do
4681+
w46.Name = "Joint"
4682-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
4682+
w46.Part0 = p46
4683-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
4683+
w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4684-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(40)), 0.3)
4684+
w46.Part1 = p6
4685-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(2.5, .9, -.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-40)), 0.3)
4685+
w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4686-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4686+
w47 = Instance.new("Weld", p47)
4687-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -1) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
4687+
w47.Name = "Joint"
4688-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
4688+
w47.Part0 = p47
4689-
        if Debounces.on == false then break end
4689+
w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4690
w47.Part1 = p18
4691
w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4692-
        for i = 1, 360, 20 do wait()
4692+
w48 = Instance.new("Weld", p48)
4693-
                torso.Weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(i),0,0)
4693+
w48.Name = "Joint"
4694
w48.Part0 = p48
4695
w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4696-
torso.Weld.C1 = CFrame.new(0,-1.2,0)
4696+
w48.Part1 = p37
4697-
local ry,ht,ps=nil,nil,nil
4697+
w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4698-
while ht==nil do
4698+
w49 = Instance.new("Weld", p49)
4699-
        ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
4699+
w49.Name = "Joint"
4700
w49.Part0 = p49
4701
w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4702-
z = Instance.new("Sound",char)
4702+
w49.Part1 = p47
4703-
z.SoundId = "rbxassetid://245537790"
4703+
w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4704
w50 = Instance.new("Weld", p50)
4705-
z.Volume = 1
4705+
w50.Name = "Joint"
4706-
wait(0.1)
4706+
w50.Part0 = p50
4707
w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4708-
        local sp = Instance.new("Part", char)
4708+
w50.Part1 = p6
4709-
                sp.Name = "Energy"
4709+
w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4710-
                sp.BrickColor = BrickColor.new("Really black")
4710+
w51 = Instance.new("Weld", p51)
4711-
                sp.Size = Vector3.new(1, 1, 1)
4711+
w51.Name = "Joint"
4712-
                sp.Shape = "Ball"
4712+
w51.Part0 = p51
4713-
                sp.CanCollide = false
4713+
w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4714-
                sp.Anchored = true
4714+
w51.Part1 = p52
4715-
                sp.TopSurface = 0
4715+
w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4716-
                sp.BottomSurface = 0
4716+
w52 = Instance.new("Weld", p52)
4717-
        local spm = Instance.new("SpecialMesh",sp)
4717+
w52.Name = "Joint"
4718-
                spm.MeshId = "rbxassetid://9982590"
4718+
w52.Part0 = p52
4719-
                spm.Scale = Vector3.new(3,3,3)
4719+
w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4720-
        local sp2 = Instance.new("Part", char)
4720+
w52.Part1 = p3
4721-
                sp2.Name = "Energy2"
4721+
w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4722-
                sp2.BrickColor = BrickColor.new("Really black")
4722+
w53 = Instance.new("Weld", p53)
4723-
                sp2.Size = Vector3.new(1, 1, 1)
4723+
w53.Name = "Joint"
4724-
                sp2.Shape = "Ball"
4724+
w53.Part0 = p53
4725-
                sp2.CanCollide = false
4725+
w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4726-
                sp2.Anchored = true
4726+
w53.Part1 = p9
4727-
                sp2.TopSurface = 0
4727+
w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4728-
                sp2.BottomSurface = 0
4728+
w54 = Instance.new("Weld", p54)
4729-
        local spm2 = Instance.new("SpecialMesh",sp2)
4729+
w54.Name = "Joint"
4730-
                spm2.MeshId = "rbxassetid://9982590"
4730+
w54.Part0 = p54
4731-
                spm2.Scale = Vector3.new(3,3,3)
4731+
w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4732-
                sp.Touched:connect(function(hit)
4732+
w54.Part1 = p9
4733
w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4734
w55 = Instance.new("Weld", p55)
4735
w55.Name = "Joint"
4736
w55.Part0 = p55
4737
w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4738
w55.Part1 = p8
4739
w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4740
w56 = Instance.new("Weld", p56)
4741
w56.Name = "Joint"
4742
w56.Part0 = p56
4743
w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4744
w56.Part1 = p20
4745
w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4746
w57 = Instance.new("Weld", p57)
4747
w57.Name = "Joint"
4748
w57.Part0 = p57
4749-
                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 80
4749+
w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4750
w57.Part1 = p47
4751
w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4752
w58 = Instance.new("Weld", p58)
4753
w58.Name = "Joint"
4754-
                sp2.Touched:connect(function(hit)
4754+
w58.Part0 = p58
4755
w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4756
w58.Part1 = p3
4757
w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4758
w59 = Instance.new("Weld", p59)
4759
w59.Name = "Joint"
4760
w59.Part0 = p59
4761
w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4762
w59.Part1 = p32
4763
w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4764
w60 = Instance.new("Weld", p61)
4765
w60.Name = "Joint"
4766
w60.Part0 = p61
4767
w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4768
w60.Part1 = p48
4769
w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4770
w61 = Instance.new("Weld", p62)
4771
w61.Name = "Joint"
4772
w61.Part0 = p62
4773
w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4774
w61.Part1 = p10
4775
w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4776-
        for i = 1, 100, 1 do
4776+
w62 = Instance.new("Weld", p63)
4777-
                sp.Size = Vector3.new(1 + i, 1 + i, 1 + i)
4777+
w62.Name = "Joint"
4778-
                sp2.Size = Vector3.new(1 + i, 1 + i, 1 + i)
4778+
w62.Part0 = p63
4779-
                sp.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(i), math.rad(i), math.rad(-i))
4779+
w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4780-
                sp2.CFrame = root.CFrame * CFrame.new(0,0,0) * CFrame.Angles(math.rad(-i), math.rad(-i), math.rad(i))
4780+
w62.Part1 = p7
4781-
                spm.Scale = sp.Size
4781+
w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4782-
                spm2.Scale = sp2.Size
4782+
w63 = Instance.new("Weld", p64)
4783-
                local t = i / 100
4783+
w63.Name = "Joint"
4784-
                sp.Transparency = t
4784+
w63.Part0 = p64
4785-
                sp2.Transparency = t
4785+
w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4786
w63.Part1 = p54
4787
w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4788-
                sp:Destroy()
4788+
w64 = Instance.new("Weld", p65)
4789-
                sp2:Destroy()
4789+
w64.Name = "Joint"
4790-
                z:Destroy()
4790+
w64.Part0 = p65
4791
w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4792-
                        wait()
4792+
w64.Part1 = p13
4793-
                for i,v in pairs(char.Absolution:children()) do
4793+
w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4794-
                        if v:IsA("Part") or v:IsA("WedgePart") then
4794+
w65 = Instance.new("Weld", p66)
4795-
                                v.Transparency = v.Transparency - 0.05
4795+
w65.Name = "Joint"
4796
w65.Part0 = p66
4797
w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4798
w65.Part1 = p52
4799
w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4800
w66 = Instance.new("Weld", p67)
4801-
                        Debounces.NoIdl = false
4801+
w66.Name = "Joint"
4802-
                        Debounces.on = false
4802+
w66.Part0 = p67
4803
w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4804
w66.Part1 = p16
4805
w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4806
w67 = Instance.new("Weld", p68)
4807
w67.Name = "Joint"
4808-
local orbt={}
4808+
w67.Part0 = p68
4809-
local stlt={}
4809+
w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4810-
local chot={}
4810+
w67.Part1 = p11
4811-
local cfxt={}
4811+
w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4812-
local pfxt={}
4812+
w68 = Instance.new("Weld", p69)
4813-
local cns=0
4813+
w68.Name = "Joint"
4814-
local cnOrb=nil
4814+
w68.Part0 = p69
4815
w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4816-
    if key == "u" then
4816+
w68.Part1 = p11
4817
w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4818
w69 = Instance.new("Weld", p70)
4819
w69.Name = "Joint"
4820
w69.Part0 = p70
4821-
                        orbt={}
4821+
w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4822-
                        stlt={}
4822+
w69.Part1 = p58
4823-
                        chot={}
4823+
w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4824-
                        cfxt={}
4824+
w70 = Instance.new("Weld", p71)
4825
w70.Name = "Joint"
4826-
                        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(30)), 0.2)
4826+
w70.Part0 = p71
4827-
                        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(170),math.rad(-20),math.rad(-30)), 0.2)
4827+
w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4828-
                        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(-40),0), 0.2)
4828+
w70.Part1 = p54
4829-
                        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
4829+
w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4830-
                        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0.4) * CFrame.Angles(math.rad(-20), math.rad(20), math.rad(-10)), 0.2)
4830+
w71 = Instance.new("Weld", p72)
4831-
                        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, -0.4) * CFrame.Angles(math.rad(20), math.rad(-10), math.rad(10)), 0.2)
4831+
w71.Name = "Joint"
4832-
                        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
4832+
w71.Part0 = p72
4833-
                        if Debounces.on == false then end
4833+
w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4834-
                        rs:wait()
4834+
w71.Part1 = p9
4835
w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4836-
                z = Instance.new("Sound",char)
4836+
w72 = Instance.new("Weld", p73)
4837-
                z.SoundId = "rbxassetid://170053944"
4837+
w72.Name = "Joint"
4838-
                z.Pitch = 1.07
4838+
w72.Part0 = p73
4839-
                z.Volume = 1
4839+
w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4840-
                wait(0.1)
4840+
w72.Part1 = p13
4841-
                z:Play()
4841+
w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4842-
                cnOrb=nwPrt(char,Vector3.new(1,1,1),larm.CFrame*CFrame.new(0,-3.4,-0.1),"Really black")
4842+
w73 = Instance.new("Weld", p74)
4843-
                debris:AddItem(cnOrb,50)
4843+
w73.Name = "Joint"
4844-
                cnOrb.Mesh.MeshType=3
4844+
w73.Part0 = p74
4845-
                table.insert(orbt,cnOrb)
4845+
w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4846-
                table.insert(stlt,cnOrb)
4846+
w73.Part1 = p10
4847-
                local nt=0
4847+
w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4848-
                for i=0,5,0.02 do
4848+
w74 = Instance.new("Weld", p75)
4849-
                        nt=nt+1
4849+
w74.Name = "Joint"
4850-
                        cns=i
4850+
w74.Part0 = p75
4851-
                        if nt>=2 then
4851+
w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4852-
                                nt=0
4852+
w74.Part1 = p54
4853-
                                local cho=nwPrt(mod3,Vector3.new(2,2,2),cnOrb.CFrame*CFrame.Angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))*CFrame.new(0,5+cns,0),"Really black")
4853+
w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4854-
                                debris:AddItem(cho,1)
4854+
w75 = Instance.new("Weld", p76)
4855-
                                cho.Mesh.MeshType=3
4855+
w75.Name = "Joint"
4856-
                                table.insert(chot,cho)
4856+
w75.Part0 = p76
4857
w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4858-
                        cnOrb.CFrame=larm.CFrame*CFrame.new(0,-3.4-(cns/2),-0.1)
4858+
w75.Part1 = p32
4859-
                        cnOrb.Mesh.Scale=Vector3.new(i,i,i)
4859+
w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4860-
                        wait()
4860+
w76 = Instance.new("Weld", p77)
4861
w76.Name = "Joint"
4862
w76.Part0 = p77
4863-
                        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1.4,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
4863+
w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4864-
                        if Debounces.on == false then end
4864+
w76.Part1 = p15
4865-
                        rs:wait()
4865+
w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4866
w77 = Instance.new("Weld", p78)
4867
w77.Name = "Joint"
4868
w77.Part0 = p78
4869-
                        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.45)
4869+
w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4870-
                        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2,.8,-.3)*CFrame.Angles(math.rad(70),math.rad(20),math.rad(50)), 0.6)
4870+
w77.Part1 = p15
4871-
                        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(0),math.rad(20),0), 0.5)
4871+
w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4872-
                        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-40), math.rad(-20), 0), 0.5)
4872+
w78 = Instance.new("Weld", p79)
4873-
                        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, -0.4) * CFrame.Angles(math.rad(60), math.rad(20), math.rad(-10)), 0.5)
4873+
w78.Name = "Joint"
4874-
                        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0.4) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(10)), 0.5)
4874+
w78.Part0 = p79
4875-
                        if Debounces.on == false then end
4875+
w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4876-
                        rs:wait()
4876+
w78.Part1 = p51
4877
w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4878
w79 = Instance.new("Weld", p80)
4879-
                wait(0.1)
4879+
w79.Name = "Joint"
4880-
                stlt={}
4880+
w79.Part0 = p80
4881-
                local ry,ht,ps=newRay(root.CFrame*CFrame.new(0,0,-4),root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)*CFrame.new(0,0,-2),160,{char})
4881+
w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4882-
                cnOrb.CFrame=root.CFrame*CFrame.new(0,0,-4)*CFrame.Angles(math.rad(-5),0,0)
4882+
w79.Part1 = p12
4883-
                local nt=0
4883+
w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4884-
                for i=0,160,3 do
4884+
m6.Parent = torso
4885-
                                        cnOrb.CFrame=cnOrb.CFrame*CFrame.new(0,0,-3)
4885+
m6:MakeJoints()
4886-
                                        nt=nt+1
4886+
4887-
                                        if nt>=6 then
4887+
local cor6 = Instance.new("Part", torso.Cloak)
4888-
                        nt=0
4888+
4889-
                        local cfx=nwPrt(mod3,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,0),"Really black")
4889+
4890-
                        cfx.Mesh.MeshId="rbxassetid://20329976"
4890+
4891-
                        cfx.Transparency=0.4
4891+
4892-
                        table.insert(cfxt,cfx)
4892+
cor6.Size = Vector3.new(1,1,1)
4893-
                        debris:AddItem(cfx,1)
4893+
4894
cor6.TopSurface = 0
4895-
                                                if (cnOrb.Position-ps).magnitude<6 then
4895+
corw6 = Instance.new("Weld", cor6)
4896-
                                                        break
4896+
corw6.Part0 = torso
4897-
                                                end
4897+
corw6.Part1 = cor6
4898-
                                wait()
4898+
corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4899
corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4900-
                        orbt={}
4900+
weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4901-
                        
4901+
weld6.Part0 = cor6
4902-
                        for i=0,1,0.1 do
4902+
weld6.Part1 = torso.Cloak.NeckPart
4903-
                                local cs=cnOrb.Mesh.Scale
4903+
weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4904-
                                cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,10,i),Tween(cs.Y,10,i),Tween(cs.Z,10,i))
4904+
--Amulet
4905-
                                wait()
4905+
m7 = Instance.new("Model")
4906
m7.Name = "Amulet"
4907-
                        local ofx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
4907+
p1 = Instance.new("Part", m7)
4908-
                        ofx.Transparency=0.5
4908+
p1.BrickColor = BrickColor.new("Lime green")
4909-
                        ofx.Mesh.MeshType=3
4909+
4910-
                        ofx.Mesh.Scale=Vector3.new(30,30,30)
4910+
p1.Name = "Center"
4911-
                        for _,v in pairs(game:service"Players":GetChildren()) do
4911+
p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4912-
                                pcall(function()
4912+
4913-
                                        for _,c in pairs(v.Character:GetChildren()) do
4913+
4914-
                                                if v~=p and c:IsA("Part") and (cnOrb.CFrame.p-c.CFrame.p).magnitude<60 and (cnOrb.CFrame.p-c.CFrame.p).magnitude>15 then
4914+
4915-
                                                        local hrp=v.Character:FindFirstChild("HumanoidRootPart")
4915+
p1.Shape = Enum.PartType.Cylinder
4916-
                                                        hrp.Velocity=CFrame.new(hrp.CFrame.p,(cnOrb.CFrame*CFrame.new(0,10,0)).p).lookVector*150
4916+
p1.Size = Vector3.new(0.5, 0.5, 0.5)
4917-
                                                end
4917+
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4918-
                                        end
4918+
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4919-
                                end)
4919+
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4920
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4921-
                        for i=0,1,0.05 do
4921+
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4922-
                                local cs=cnOrb.Mesh.Scale
4922+
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4923-
                                cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,0.1,i),Tween(cs.Y,0.1,i),Tween(cs.Z,0.1,i))
4923+
p2 = Instance.new("Part", m7)
4924-
                                local ofs=ofx.Mesh.Scale
4924+
4925-
                                ofx.Mesh.Scale=Vector3.new(Tween(ofs.X,0.1,i),Tween(ofs.Y,0.1,i),Tween(ofs.Z,0.1,i))
4925+
p2.Material = Enum.Material.Metal
4926-
                                ofx.Transparency=Tween(ofx.Transparency,1,i)
4926+
p2.Name = "Bottom"
4927-
                                wait()
4927+
p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4928
p2.CanCollide = false
4929-
                        ofx:Destroy()
4929+
4930-
                        cnOrb.CFrame=CFrame.new(cnOrb.Position)*CFrame.new(0,10,0)
4930+
4931-
                        local cnfx=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
4931+
p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
4932-
                        cnfx.Mesh.MeshType=3
4932+
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4933-
                        cnOrb.Transparency=0.05
4933+
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4934-
                        local cnr=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
4934+
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4935-
                        cnr.Mesh.MeshType=3
4935+
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4936-
                        local rn1=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame*CFrame.Angles(math.rad(90),0,0),"Really black")
4936+
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4937-
                        rn1.Transparency=1
4937+
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4938-
                        rn1.Mesh.MeshId="rbxassetid://3270017"
4938+
b1 = Instance.new("SpecialMesh", p2)
4939-
                        local rn2=nwPrt(cnOrb,Vector3.new(1,1,1),cnOrb.CFrame,"Really black")
4939+
b1.MeshType = Enum.MeshType.Cylinder
4940-
                        rn2.Transparency=1
4940+
4941-
                        rn2.Mesh.MeshId="rbxassetid://3270017"
4941+
p3 = Instance.new("Part", m7)
4942-
                        local nt=0
4942+
4943-
                        local cs=nil
4943+
4944-
                        for i=0,1,0.05 do
4944+
p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4945-
                                cs=cnOrb.Mesh.Scale
4945+
4946-
                                cnOrb.Mesh.Scale=Vector3.new(Tween(cs.X,100,i),Tween(cs.Y,100,i),Tween(cs.Z,100,i))
4946+
4947-
                                local fs=cnfx.Mesh.Scale
4947+
4948-
                                cnfx.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,120,i))
4948+
p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4949-
                                cnfx.Transparency=cnfx.Transparency+0.05
4949+
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4950-
                                rn1.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
4950+
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4951-
                                rn2.Mesh.Scale=Vector3.new(Tween(fs.X,120,i),Tween(fs.Y,120,i),Tween(fs.Z,60,i))
4951+
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4952-
                                rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
4952+
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4953-
                                rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(6),math.rad(3))
4953+
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4954-
                                rn1.Transparency=Tween(rn1.Transparency,0.8,i)
4954+
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4955-
                                rn2.Transparency=Tween(rn2.Transparency,0.8,i)
4955+
b2 = Instance.new("SpecialMesh", p3)
4956-
                                local rs=cnr.Mesh.Scale
4956+
b2.MeshType = Enum.MeshType.Brick
4957-
                                cnr.Mesh.Scale=Vector3.new(Tween(rs.X,10,i),Tween(rs.Y,10,i),Tween(rs.Z,10,i))
4957+
4958-
                                nt=nt+1
4958+
b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4959-
                                if nt>=6 then
4959+
p4 = Instance.new("Part", m7)
4960-
                                        local pls={}
4960+
4961-
                                        for _,v in pairs(game.Players:GetChildren()) do
4961+
p4.Material = Enum.Material.Metal
4962-
                                                table.insert(pls,v)
4962+
p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4963-
                                        end
4963+
4964-
                                        local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
4964+
4965-
                                        local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
4965+
4966-
                                        pffx.Mesh.MeshId="rbxassetid://20329976"
4966+
p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4967-
                                        pffx.Mesh.Scale=Vector3.new(cs.X,cs.Y/5,cs.Z)
4967+
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4968-
                                        debris:AddItem(pffx,2)
4968+
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4969-
                                        table.insert(pfxt,pffx)
4969+
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4970-
                                        nt=0
4970+
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4971
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4972-
                                wait()
4972+
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4973
b3 = Instance.new("SpecialMesh", p4)
4974-
                        local int=0
4974+
b3.MeshType = Enum.MeshType.Brick
4975-
                        coroutine.wrap(function()
4975+
4976-
                        for i=1,500 do
4976+
b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4977-
                                rn1.CFrame=rn1.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
4977+
p5 = Instance.new("Part", m7)
4978-
                                rn2.CFrame=rn2.CFrame*CFrame.Angles(math.rad(10),math.rad(5),math.rad(5))
4978+
4979-
                                nt=nt+1
4979+
p5.Material = Enum.Material.Metal
4980-
                                int=int+1
4980+
p5.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)
4981-
                                local htd={p}
4981+
4982-
                                for _,v in pairs(game:service"Players":GetChildren()) do
4982+
4983-
                                        pcall(function()
4983+
4984-
                                                for _,c in pairs(v.Character:GetChildren()) do
4984+
p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4985-
                                                        if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
4985+
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4986-
                                                                v.Character:FindFirstChild("Humanoid").Health=v.Character:FindFirstChild("Humanoid").Health-2
4986+
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4987-
                                                                v.Character:FindFirstChild("HumanoidRootPart").Velocity=Vector3.new(0,0,0)
4987+
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4988-
                                                                table.insert(htd,v)
4988+
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4989-
                                                        end
4989+
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4990-
                                                end
4990+
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4991-
                                        end)
4991+
4992
b4.MeshType = Enum.MeshType.Brick
4993-
                                htd={p}
4993+
4994-
                                if int>=6 then
4994+
b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4995-
                                for _,v in pairs(game:service"Players":GetChildren()) do
4995+
p6 = Instance.new("Part", m7)
4996-
                                        pcall(function()
4996+
4997-
                                                for _,c in pairs(v.Character:GetChildren()) do
4997+
p6.Material = Enum.Material.Metal
4998-
                                                        if c:IsA("Part") and not inT(v,htd) and (cnOrb.CFrame.p-c.CFrame.p).magnitude<50 then
4998+
p6.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)
4999-
                                                                table.insert(htd,v)
4999+
5000-
                                                                local hfx=nwPrt(mod3,Vector3.new(1,1,1),c.CFrame*CFrame.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),"Really black")
5000+
5001-
                                                                hfx.Mesh.Scale=Vector3.new(2,2,2)
5001+
5002-
                                                                hfx.Mesh.MeshType=3
5002+
p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5003-
                                                                debris:AddItem(hfx,2)
5003+
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5004-
                                                                coroutine.wrap(function()
5004+
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5005-
                                                                        pcall(function()
5005+
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5006-
                                                                                for i=0,1,0.05 do
5006+
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5007-
                                                                                        pcall(function()
5007+
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5008-
                                                                                        local hs=hfx.Mesh.Scale
5008+
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5009-
                                                                                        hfx.CFrame=Lerp(hfx.CFrame,cnOrb.CFrame,i)
5009+
b5 = Instance.new("SpecialMesh", p6)
5010-
                                                                                        hfx.Mesh.Scale=Vector3.new(Tween(hs.X,0.1,i),Tween(hs.Y,0.1,i),Tween(hs.Z,0.1,i))
5010+
b5.MeshType = Enum.MeshType.Brick
5011-
                                                                                        end)
5011+
5012-
                                                                                        wait()
5012+
b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5013-
                                                                                end
5013+
p7 = Instance.new("Part", m7)
5014-
                                                                                hfx:Destroy()
5014+
5015-
                                                                        end)
5015+
5016-
                                                                end)()
5016+
p7.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)
5017-
                                                        end
5017+
5018-
                                                end
5018+
5019-
                                        end)
5019+
5020
p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5021-
                                int=0
5021+
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5022
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5023-
                                if nt>=4 then
5023+
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5024-
                                        local pls={}
5024+
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5025-
                                        for _,v in pairs(game.Players:GetChildren()) do
5025+
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5026-
                                                table.insert(pls,v)
5026+
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5027-
                                        end
5027+
b6 = Instance.new("SpecialMesh", p7)
5028-
                                        local ry2,ht2,ps2=newRay(cnOrb.CFrame,cnOrb.CFrame*CFrame.new(0,-1,0),1000,pls)
5028+
b6.MeshType = Enum.MeshType.Brick
5029-
                                        local pffx=nwPrt(mod3,Vector3.new(1,1,1),CFrame.new(ps2)*CFrame.new(0,10,-12),"Really black")
5029+
5030-
                                        pffx.Transparency=0.4
5030+
b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5031-
                                        pffx.Mesh.MeshId="rbxassetid://20329976"
5031+
p8 = Instance.new("Part", m7)
5032-
                                        pffx.Mesh.Scale=Vector3.new(cs.X-10,cs.Y/5,cs.Z-10)
5032+
5033-
                                        debris:AddItem(pffx,2)
5033+
p8.Material = Enum.Material.Metal
5034-
                                        table.insert(pfxt,pffx)
5034+
p8.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)
5035-
                                        nt=0
5035+
5036
p8.Locked = true
5037-
                                wait()
5037+
5038
p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5039-
                        cnOrb:Destroy()
5039+
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5040-
                        cnfx:Destroy()
5040+
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5041-
                        for _,v in pairs(mod3:GetChildren()) do
5041+
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5042-
                                v:Destroy()
5042+
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5043
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5044-
                        orbt={}
5044+
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5045-
                        stlt={}
5045+
b7 = Instance.new("SpecialMesh", p8)
5046-
                        chot={}
5046+
b7.MeshType = Enum.MeshType.Brick
5047-
                        cfxt={}
5047+
5048-
                        pfxt={}
5048+
b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5049-
                        end)()
5049+
p9 = Instance.new("Part", m7)
5050-
                        if Debounces.CanAttack == false then
5050+
5051-
                                Debounces.CanAttack = true
5051+
p9.Material = Enum.Material.Metal
5052-
                                Debounces.NoIdl = false
5052+
p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5053-
                                Debounces.on = false
5053+
5054
p9.Locked = true
5055
p9.FormFactor = Enum.FormFactor.Custom
5056
p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5057
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5058
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5059
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5060-
    if key == "m" then
5060+
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5061
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5062
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5063
b8 = Instance.new("SpecialMesh", p9)
5064
b8.MeshType = Enum.MeshType.Brick
5065-
            --[[x = Instance.new("Sound",char)
5065+
5066-
            x.SoundId = "http://www.roblox.com/asset/?id=169445572"
5066+
b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5067-
            x.Looped = false
5067+
p10 = Instance.new("Part", m7)
5068-
            x.Pitch = 1.1
5068+
5069-
            x.Volume = 1
5069+
p10.Material = Enum.Material.Metal
5070-
            x:Play()
5070+
p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5071-
            x2 = Instance.new("Sound",char)
5071+
5072-
            x2.SoundId = "http://www.roblox.com/asset/?id=169380495"
5072+
5073-
            x2.Looped = false
5073+
5074-
            x2.Pitch = .7
5074+
p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5075-
            x2.Volume = 1
5075+
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5076-
            wait(.1)
5076+
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5077-
            x:Play()
5077+
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5078-
            x2:Play()
5078+
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5079
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5080-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,0.6,-.2) *CFrame.Angles (math.rad    (45),math.rad(0),math.rad(32)), 0.2)
5080+
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5081-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,1,0)*CFrame.Angles(math.rad     (0),math.rad(0),math.rad(-20)), 0.2)
5081+
5082-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.4)*CFrame.Angles(math.rad (-    8),math.rad(-40), math.rad(-8)),0.2)
5082+
b9.MeshType = Enum.MeshType.Brick
5083-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -3.2, 0) * CFrame.Angles  (math.rad    (-50), math.rad(40), math.rad(0)), 0.2)
5083+
5084-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, .4, -1.6) * CFrame.Angles  (math.rad    (30), 0, math.rad(20)), 0.2)
5084+
b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5085-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.6, -2, 0) * CFrame.Angles  (math.rad(-    10), math.rad(-40), math.rad(0)), 0.2)
5085+
p11 = Instance.new("Part", m7)
5086-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.4)
5086+
5087
p11.Material = Enum.Material.Metal
5088
p11.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)
5089-
            x:Destroy()
5089+
5090-
            x2:Destroy()
5090+
5091
p11.FormFactor = Enum.FormFactor.Custom
5092-
            wait(1)]]--
5092+
p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5093-
        local rng = Instance.new("Part", char)
5093+
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5094-
        rng.Anchored = true
5094+
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5095-
        rng.BrickColor = BrickColor.new("Really black")
5095+
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5096-
        rng.CanCollide = false
5096+
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5097-
        rng.FormFactor = 3
5097+
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5098-
        rng.Name = "Ring"
5098+
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5099-
        rng.Size = Vector3.new(1, 1, 1)
5099+
b10 = Instance.new("SpecialMesh", p11)
5100-
        rng.Transparency = 0.35
5100+
b10.MeshType = Enum.MeshType.Brick
5101-
        rng.TopSurface = 0
5101+
5102-
        rng.BottomSurface = 0
5102+
b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5103-
        rng.Position = torso.Position - Vector3.new(0,5,0)
5103+
p12 = Instance.new("Part", m7)
5104-
        rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
5104+
5105-
        local rngm = Instance.new("SpecialMesh", rng)
5105+
p12.Material = Enum.Material.Metal
5106-
        rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
5106+
p12.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)
5107-
        rngm.Scale = Vector3.new(1, 1, 2)
5107+
5108-
            x = Instance.new("Sound",char)
5108+
5109-
            x.SoundId = "http://www.roblox.com/asset/?id=169445602"
5109+
5110-
            x.Looped = false
5110+
p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5111-
            x.Pitch = .7
5111+
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5112-
            x.Volume = 1
5112+
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5113-
            x:Play()
5113+
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5114
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5115-
                for i = 1, 60, 2 do
5115+
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5116-
                rngm.Scale = Vector3.new(2 + i*2, 2 + i*2, 1)
5116+
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5117-
                rng.Transparency = i/60
5117+
b11 = Instance.new("SpecialMesh", p12)
5118
b11.MeshType = Enum.MeshType.Brick
5119
b11.Name = "Mesh"
5120
b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5121-
                rng:Destroy()
5121+
p13 = Instance.new("Part", m7)
5122
p13.BrickColor = BrickColor.new("Really black")
5123-
            hum.WalkSpeed = 100
5123+
p13.Material = Enum.Material.Metal
5124-
        BV = Instance.new("BodyVelocity", torso)
5124+
p13.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)
5125-
        BV.maxForce = Vector3.new(0,200000,0)
5125+
5126-
        BV.P = 240000
5126+
5127-
        BV.velocity = Vector3.new(0,700,0)
5127+
5128-
    for i = 1, 20 do
5128+
p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5129-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(20),math.rad(0),     math.rad(0)),0.7)
5129+
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5130-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-16),     math.rad(0), math.rad(0)), 0.7)
5130+
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5131-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1, 0) * CFrame.Angles(math.rad(40), 0,     math.rad(-20)), 0.7)
5131+
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5132-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1, 0) * CFrame.Angles(math.rad(-40),     math.rad(0), math.rad(20)), 0.7)
5132+
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5133-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1.8, .2) * CFrame.Angles(math.rad(-10), 0, 0), 0.7)
5133+
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5134-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -1.5, -2) * CFrame.Angles(math.rad(0), 0, 0), 0.7)
5134+
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5135-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
5135+
b12 = Instance.new("SpecialMesh", p13)
5136-
        if Debounces.on == false then break end
5136+
5137
b12.Name = "Mesh"
5138
b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5139-
x:Destroy()
5139+
p14 = Instance.new("Part", m7)
5140-
BV:Destroy()
5140+
5141-
    --[[for i = 1, 30 do
5141+
5142-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(-14),math.rad(0),     math.rad(0)),0.3)
5142+
p14.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)
5143-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-16), math.rad    (0), math.rad(0)), 0.3)
5143+
5144-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0),     math.rad(0), math.rad(-10)), 0.3)
5144+
5145-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0),     math.rad(0), math.rad(10)), 0.3)
5145+
5146-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.4, -1) * CFrame.Angles(math.rad(20), 0, 0), 0.3)
5146+
p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5147-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8, -.6) * CFrame.Angles(math.rad(-30), 0, 0),     0.3)
5147+
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5148-
        if Debounces.on == false then break end
5148+
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5149
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5150-
    end]]--
5150+
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5151-
if (torso.Velocity*Vector3.new(1, 1, 1)).magnitude > 1 then
5151+
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5152-
    for i = 1, 30 do
5152+
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5153-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, 0)*CFrame.Angles(math.rad(-14),math.rad(0), math.rad(0)),0.3)
5153+
b13 = Instance.new("SpecialMesh", p14)
5154-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
5154+
b13.MeshType = Enum.MeshType.Brick
5155-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-120)), 0.3)
5155+
5156-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 1.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(120)), 0.3)
5156+
b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5157-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, .4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
5157+
p15 = Instance.new("Part", m7)
5158-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -2, -1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
5158+
5159-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
5159+
5160-
        if Debounces.on == false then break end
5160+
p15.Name = "Top"
5161
p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5162
p15.CanCollide = false
5163
p15.Locked = true
5164-
Debounces.on = false
5164+
5165-
Debounces.NoIdl = false
5165+
p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5166-
local ry,ht,ps=nil,nil,nil
5166+
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5167-
while ht==nil do
5167+
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5168-
        ry,ht,ps=newRay(root.CFrame*CFrame.new(0,-2,0),root.CFrame*CFrame.new(0,-3,0),4.1,{char})
5168+
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5169
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5170
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5171-
z = Instance.new("Sound",char)
5171+
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5172-
z.SoundId = "rbxassetid://142070127"
5172+
b14 = Instance.new("SpecialMesh", p15)
5173-
z.Volume = 1
5173+
b14.MeshType = Enum.MeshType.Cylinder
5174
b14.Name = "Mesh"
5175
w1 = Instance.new("Weld", p1)
5176-
Landing()
5176+
w1.Name = "Joint"
5177-
hum.WalkSpeed = 8
5177+
5178-
if Debounces.CanAttack == false then
5178+
w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5179-
Debounces.CanAttack = true
5179+
w1.Part1 = p15
5180
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5181
w2 = Instance.new("Weld", p2)
5182
w2.Name = "Joint"
5183
w2.Part0 = p2
5184
w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5185
w2.Part1 = p1
5186
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5187
w3 = Instance.new("Weld", p3)
5188
w3.Name = "Joint"
5189
w3.Part0 = p3
5190
w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5191
w3.Part1 = p1
5192-
        con1=larm.Touched:connect(function(hit) -- this is grab
5192+
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5193-
            ht = hit.Parent
5193+
5194-
            hum1=ht:FindFirstChild('Humanoid')
5194+
w4.Name = "Joint"
5195-
            if hum1 ~= nil then
5195+
5196-
                hum1.PlatformStand=true
5196+
w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5197-
                gp = ht
5197+
w4.Part1 = p1
5198-
                Grab = true
5198+
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5199-
                asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-3.3,0),CFrame.new(0,0,0))
5199+
5200-
                asd.Parent = larm
5200+
w5.Name = "Joint"
5201-
                asd.Name = "asd"
5201+
5202-
                asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)
5202+
w5.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)
5203-
                                con1:disconnect()
5203+
w5.Part1 = p1
5204-
            elseif hum1 ~= nil then
5204+
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5205-
                con1:disconnect()
5205+
5206-
                wait() return
5206+
w6.Name = "Joint"
5207
w6.Part0 = p6
5208
w6.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)
5209-
        for i = 1, 18 do
5209+
w6.Part1 = p1
5210-
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(36)), 0.2)
5210+
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5211-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.65,.9,-.5)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
5211+
5212-
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
5212+
w7.Name = "Joint"
5213-
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.8, 0) * CFrame.Angles(math.rad(-60), math.rad(0), 0), 0.2)
5213+
5214-
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
5214+
w7.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)
5215-
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.6) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)), 0.2)
5215+
w7.Part1 = p1
5216-
            cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.3, -1.1) * CFrame.Angles(math.rad(-60), math.rad(-90), math.rad(0)), 0.9)
5216+
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5217
w8 = Instance.new("Weld", p8)
5218
w8.Name = "Joint"
5219
w8.Part0 = p8
5220-
    con1:disconnect()
5220+
w8.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)
5221-
    Debounces.on = false
5221+
w8.Part1 = p1
5222-
    Debounces.NoIdl = false
5222+
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5223-
    elseif Grab == true then
5223+
5224
w9.Name = "Joint"
5225-
    for i = 1, 20 do
5225+
5226-
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.2)
5226+
w9.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)
5227-
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.4)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-20)), 0.1)
5227+
w9.Part1 = p1
5228-
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
5228+
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5229-
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
5229+
5230-
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
5230+
w10.Name = "Joint"
5231-
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
5231+
5232-
        cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
5232+
w10.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)
5233-
        if Debounces.on == false then end
5233+
w10.Part1 = p1
5234
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5235
w11 = Instance.new("Weld", p11)
5236-
        if gp ~= nil then
5236+
w11.Name = "Joint"
5237-
        for i,v in pairs(larm:GetChildren()) do
5237+
5238-
            if v.Name == "asd" and v:IsA("Weld") then
5238+
w11.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)
5239-
                v:Remove()
5239+
w11.Part1 = p1
5240
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5241
w12 = Instance.new("Weld", p12)
5242-
        bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
5242+
w12.Name = "Joint"
5243
w12.Part0 = p12
5244
w12.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)
5245-
        bv.velocity = char.Head.CFrame.lookVector * 200
5245+
w12.Part1 = p1
5246-
        for i = 1, 12 do
5246+
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5247-
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-2.6, .9, -.75)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(20)), 0.5)
5247+
5248-
            if Debounces.on == false then end
5248+
w13.Name = "Joint"
5249
w13.Part0 = p13
5250-
        end--
5250+
w13.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)
5251
w13.Part1 = p1
5252
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5253-
            wait(0.5)
5253+
5254-
            bv:Destroy()
5254+
w14.Name = "Joint"
5255
w14.Part0 = p14
5256
w14.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)
5257
w14.Part1 = p1
5258
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5259
m7.Parent = torso
5260
m7:MakeJoints()
5261
----------------------------------------------------
5262
local cor7 = Instance.new("Part", torso.Amulet)
5263
cor7.Name = "Thingy"
5264
cor7.Locked = true
5265
cor7.BottomSurface = 0
5266
cor7.CanCollide = false
5267
cor7.Size = Vector3.new(1, 1, 1)
5268
cor7.Transparency = 1
5269-
        char.Humanoid.WalkSpeed = 21
5269+
5270
corw7 = Instance.new("Weld", cor7)
5271
corw7.Part0 = torso.Torso.Connection
5272
corw7.Part1 = cor7
5273
corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5274-
        char.Humanoid.WalkSpeed = 5
5274+
corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5275
weld7 = Instance.new("Weld", torso.Amulet)
5276
weld7.Part0 = cor7
5277
weld7.Part1 = torso.Amulet.Top
5278
weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5279
--Zyrodoxa
5280
m8 = Instance.new("Model")
5281
m8.Name = "Zyrodoxa"
5282
p1 = Instance.new("Part", m8)
5283-
        stanceToggle = "Normal2"
5283+
5284
p1.Material = Enum.Material.Metal
5285
p1.Reflectance = 0.40000000596046
5286-
        stanceToggle = "Normal"
5286+
p1.Name = "Block"
5287
p1.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)
5288
p1.CanCollide = false
5289
p1.Locked = true
5290
p1.FormFactor = Enum.FormFactor.Custom
5291-
local animpose = "Idle"
5291+
p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5292-
local lastanimpose = "Idle"
5292+
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5293
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5294
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5295
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5296
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5297-
local och = 0
5297+
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5298
b1 = Instance.new("BlockMesh", p1)
5299-
game:GetService("RunService").RenderStepped:connect(function()
5299+
5300-
--[[if char.Humanoid.Jump == true then
5300+
b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5301-
jump = true
5301+
p2 = Instance.new("Part", m8)
5302-
else
5302+
p2.BrickColor = BrickColor.new("Black")
5303
p2.Material = Enum.Material.Metal
5304-
end]]
5304+
p2.Reflectance = 0.40000000596046
5305-
char.Humanoid.FreeFalling:connect(function(f)
5305+
p2.Name = "Block"
5306-
if f then
5306+
p2.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)
5307-
ffing = true
5307+
5308-
else
5308+
5309-
ffing = false
5309+
5310
p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5311
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5312-
sine = sine + change
5312+
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5313-
if jumpn == true then
5313+
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5314-
animpose = "Jumping"
5314+
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5315-
elseif ffing == true then
5315+
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5316-
animpose = "Freefalling"
5316+
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5317-
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
5317+
5318-
animpose = "Idle"
5318+
5319-
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
5319+
b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5320-
animpose = "Walking"
5320+
p3 = Instance.new("Part", m8)
5321-
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
5321+
p3.BrickColor = BrickColor.new("Black")
5322-
animpose = "Running"
5322+
5323
p3.Reflectance = 0.40000000596046
5324-
if animpose ~= lastanimpose then
5324+
p3.Name = "Block"
5325-
sine = 0
5325+
p3.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)
5326-
if Debounces.NoIdl == false then
5326+
5327-
if animpose == "Idle" then
5327+
5328-
for i = 1, 2 do
5328+
5329-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.2)
5329+
p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5330-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
5330+
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5331-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0), 0.2)
5331+
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5332-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
5332+
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5333-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
5333+
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5334-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
5334+
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5335-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
5335+
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5336
b3 = Instance.new("BlockMesh", p3)
5337-
elseif animpose == "Walking" then
5337+
5338-
for i = 1, 2 do
5338+
b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5339-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(20)), 0.2)
5339+
p4 = Instance.new("Part", m8)
5340-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(0, math.rad(1), math.rad(-10)), 0.2)
5340+
p4.BrickColor = BrickColor.new("Lime green")
5341-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8), math.rad(0), math.rad(0)),0.2)
5341+
p4.Material = Enum.Material.Metal
5342-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-4), 0, math.rad(0)), 0.2)
5342+
p4.Name = "Block"
5343-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
5343+
p4.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)
5344-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, -.05) * CFrame.Angles(math.rad(-18), 0, 0), .4)
5344+
5345-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
5345+
5346
p4.FormFactor = Enum.FormFactor.Custom
5347-
elseif animpose == "Running" then
5347+
p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5348-
for i = 1, 2 do
5348+
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5349-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10), math.rad(-40), math.rad(50)), 0.2)
5349+
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5350-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 1.2, 0-1*math.cos(sine/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(sine/8)/2), math.rad(0), math.rad(0-70*math.cos(sine/8)/2)), 0.2)
5350+
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5351-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
5351+
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5352-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+4*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
5352+
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5353-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
5353+
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5354-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
5354+
b4 = Instance.new("BlockMesh", p4)
5355-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
5355+
5356
b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5357-
rs:wait(2)
5357+
p5 = Instance.new("Part", m8)
5358
p5.BrickColor = BrickColor.new("Lime green")
5359-
else
5359+
5360
p5.Reflectance = 0.40000000596046
5361
p5.Name = "Block"
5362-
lastanimpose = animpose
5362+
p5.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)
5363-
if Debounces.NoIdl == false then
5363+
5364-
if animpose == "Idle" then
5364+
5365-
if stanceToggle == "Normal" then
5365+
5366-
change = 0.5
5366+
p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5367-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(20)), 0.2)
5367+
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5368-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
5368+
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5369-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
5369+
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5370-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
5370+
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5371-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
5371+
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5372-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.15, -3, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
5372+
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5373-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
5373+
b5 = Instance.new("BlockMesh", p5)
5374-
elseif stanceToggle == "Sitting" then
5374+
5375-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9, 0) * CFrame.Angles(math.rad(100-1*math.cos(sine/14)), math.rad(0), math.rad(20)), 0.2)
5375+
b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5376-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9, 0)*CFrame.Angles(math.rad(-36+1*math.cos(sine/14)), math.rad(0), math.rad(-30)), 0.2)
5376+
p6 = Instance.new("Part", m8)
5377-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 3, -.3) * CFrame.Angles(math.rad(-14+1*math.cos(sine/14)), math.rad(0), math.rad(0)),0.2)
5377+
p6.BrickColor = BrickColor.new("Parsley green")
5378-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.8, 0) * CFrame.Angles(math.rad(-10+1*math.cos(sine/14)), 0, math.rad(0)), 0.2)
5378+
p6.Material = Enum.Material.Metal
5379-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -1, -2) * CFrame.Angles(math.rad(-10-1*math.cos(sine/14)), 0, 0), 0.2)
5379+
p6.Name = "Block"
5380-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3, .6) * CFrame.Angles(math.rad(-50-1*math.cos(sine/14)), 0, 0), 0.2)
5380+
p6.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)
5381-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
5381+
5382-
elseif stanceToggle == "Normal2" then
5382+
5383-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,.9,0)*CFrame.Angles(math.rad(30+2*math.cos(sine/14)),math.rad(40),math.rad(40)), 0.2)
5383+
5384-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,.9+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-20),math.rad(30),math.rad(-40-2*math.cos(sine/14))), 0.2)
5384+
p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5385-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(-40),0), 0.2)
5385+
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5386-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(40), 0), 0.2)
5386+
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5387-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1.2, -3, 0) * CFrame.Angles(math.rad(-16), math.rad(-20), math.rad(-14)), 0.2)
5387+
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5388-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1.2, -3, 0) * CFrame.Angles(math.rad(10), math.rad(-30), math.rad(18)), 0.2)
5388+
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5389-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
5389+
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5390
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5391-
elseif animpose == "Walking" then
5391+
5392-
if stanceToggle == "Normal" then
5392+
5393-
change = 1
5393+
b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5394-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(90+2*math.cos(sine/7)), math.rad(0), math.rad(20)), 0.2)
5394+
p7 = Instance.new("Part", m8)
5395-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, math.rad(1) + -math.sin(sine/14)/2, math.rad(-30)), 0.2)
5395+
p7.BrickColor = BrickColor.new("Lime green")
5396-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0-8*math.cos(sine/14)), math.rad(0)),0.2)
5396+
5397-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), math.rad(0+8*math.cos(sine/14)), math.rad(0)), 0.2)
5397+
p7.Reflectance = 0.40000000596046
5398-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + -math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
5398+
p7.Name = "Block"
5399-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-12) + math.sin(sine/14)/2, math.rad(0-8*math.cos(sine/14)), 0), .4)
5399+
p7.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)
5400-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
5400+
5401-
elseif stanceToggle == "Normal2" then
5401+
5402-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, .9+.1*math.cos(sine/7), math.sin(sine/14)/2)*CFrame.Angles(-math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(20)), 0.2)
5402+
5403-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, .9+.1*math.cos(sine/7), -math.sin(sine/14)/2)*CFrame.Angles(math.sin(sine/14)/4, -math.sin(sine/14)/2, math.rad(-20)), 0.2)
5403+
p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5404-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/7)), math.rad(0), math.rad(0)),0.2)
5404+
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5405-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/7), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/7)), 0, math.rad(0)), 0.2)
5405+
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5406-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.3*math.cos(sine/14)/2, -.05 + math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + -math.sin(sine/14)/2.3, 0, 0), .4)
5406+
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5407-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.3*math.cos(sine/14)/2, -.05 + -math.sin(sine/14)/2) * CFrame.Angles(math.rad(-18) + math.sin(sine/14)/2.3, 0, 0), .4)
5407+
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5408-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.9, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
5408+
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5409
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5410-
elseif animpose == "Running" then
5410+
b7 = Instance.new("BlockMesh", p7)
5411-
change = 1
5411+
5412-
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3, 0.9, .5) * CFrame.Angles(math.rad(-10-20*math.cos(sine/4)/2), math.rad(-40+10*math.cos(sine/4)/2), math.rad(50-10*math.cos(sine/4)/2)), 0.2)
5412+
b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5413-
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3, 0.9, .5)*CFrame.Angles(math.rad(10+20*math.cos(sine/4)/2), math.rad(40-10*math.cos(sine/4)/2), math.rad(-50+10*math.cos(sine/4)/2)), 0.2)
5413+
p8 = Instance.new("Part", m8)
5414-
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(sine/4)/1.8), math.rad(0), math.rad(0)),0.2)
5414+
p8.BrickColor = BrickColor.new("Lime green")
5415-
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/4)/2, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/4)/2), 0, math.rad(0)), 0.2)
5415+
5416-
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-1, -3-0.44*math.cos(sine/8)/2.4, -.15 + math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + -math.sin(sine/8)/1.7, 0, 0), .4)
5416+
p8.Reflectance = 0.40000000596046
5417-
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(1, -3+0.44*math.cos(sine/8)/2.4, -.15 + -math.sin(sine/8)/1.5) * CFrame.Angles(math.rad(-20) + math.sin(sine/8)/1.7, 0, 0), .4)
5417+
p8.Name = "Block"
5418-
cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1.85, -.9) * CFrame.Angles(math.rad(-90), math.rad(-90), math.rad(0)), 1)
5418+
p8.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)
5419
p8.CanCollide = false
5420
p8.Locked = true
5421-
och=och+1
5421+
5422-
for _,v in pairs(orbt) do
5422+
p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5423-
        pcall(function()
5423+
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5424-
                v.Mesh.Scale=Vector3.new(cns+(0.2*math.cos(och/12)),cns+(0.2*math.cos(och/10)),cns+(0.2*math.cos(och/8)))
5424+
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5425
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5426
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5427-
for _,v in pairs(stlt) do
5427+
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5428-
        pcall(function()
5428+
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5429-
                v.CFrame=larm.CFrame*CFrame.new(0,-3.5-(cns/2),-0.1)
5429+
b8 = Instance.new("BlockMesh", p8)
5430
b8.Name = "Mesh"
5431
b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5432-
for _,v in pairs(chot) do
5432+
p9 = Instance.new("Part", m8)
5433-
        pcall(function()
5433+
5434-
                v.CFrame=Lerp(v.CFrame,cnOrb.CFrame,0.1)
5434+
p9.Material = Enum.Material.Metal
5435-
                v.Mesh.Scale=Vector3.new(Tween(v.Mesh.Scale.X,0,0.1),Tween(v.Mesh.Scale.Y,0,0.1),Tween(v.Mesh.Scale.Z,0,0.1))
5435+
p9.Reflectance = 0.40000000596046
5436
p9.Name = "Block"
5437
p9.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)
5438-
for _,v in pairs(cfxt) do
5438+
5439-
        pcall(function()
5439+
5440-
                local vs=v.Mesh.Scale
5440+
5441-
                v.Mesh.Scale=Vector3.new(vs.x+0.5,vs.y+0.1,vs.z+0.5)
5441+
p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5442-
                v.Transparency=v.Transparency+0.05
5442+
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5443
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5444
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5445-
for _,v in pairs(pfxt) do
5445+
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5446-
        pcall(function()
5446+
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5447-
                local vs=v.Mesh.Scale
5447+
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5448-
                v.Mesh.Scale=Vector3.new(vs.x+2,vs.y+0.5,vs.z+2)
5448+
5449-
                v.Transparency=v.Transparency+0.025
5449+
5450
b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5451
p10 = Instance.new("Part", m8)
5452-
end)
5452+
5453
p10.Material = Enum.Material.Metal
5454
p10.Reflectance = 0.40000000596046
5455
p10.Name = "Block"
5456
p10.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)
5457
p10.CanCollide = false
5458
p10.Locked = true
5459
p10.FormFactor = Enum.FormFactor.Custom
5460
p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5461
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5462
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5463
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5464
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5465
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5466
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5467
b10 = Instance.new("BlockMesh", p10)
5468
b10.Name = "Mesh"
5469
b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5470
p11 = Instance.new("Part", m8)
5471
p11.BrickColor = BrickColor.new("Black")
5472
p11.Material = Enum.Material.Metal
5473
p11.Name = "Circle"
5474
p11.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)
5475
p11.CanCollide = false
5476
p11.Locked = true
5477
p11.FormFactor = Enum.FormFactor.Custom
5478
p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5479
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5480
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5481
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5482
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5483
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5484
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5485
b11 = Instance.new("CylinderMesh", p11)
5486
b11.Name = "Mesh"
5487
b11.Scale = Vector3.new(1, 0.401569068, 1)
5488
p12 = Instance.new("Part", m8)
5489
p12.BrickColor = BrickColor.new("Lime green")
5490
p12.Material = Enum.Material.Neon
5491
p12.Reflectance = 0.40000000596046
5492
p12.Name = "Block"
5493
p12.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)
5494
p12.CanCollide = false
5495
p12.Locked = true
5496
p12.FormFactor = Enum.FormFactor.Custom
5497
p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5498
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5499
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5500
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5501
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5502
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5503
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5504
b12 = Instance.new("BlockMesh", p12)
5505
b12.Name = "Mesh"
5506
b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5507
p13 = Instance.new("Part", m8)
5508
p13.BrickColor = BrickColor.new("Lime green")
5509
p13.Material = Enum.Material.Metal
5510
p13.Name = "Block"
5511
p13.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)
5512
p13.CanCollide = false
5513
p13.Locked = true
5514
p13.FormFactor = Enum.FormFactor.Custom
5515
p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5516
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5517
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5518
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5519
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5520
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5521
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5522
b13 = Instance.new("BlockMesh", p13)
5523
b13.Name = "Mesh"
5524
b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5525
p14 = Instance.new("Part", m8)
5526
p14.BrickColor = BrickColor.new("Black")
5527
p14.Material = Enum.Material.Metal
5528
p14.Reflectance = 0.40000000596046
5529
p14.Name = "Block"
5530
p14.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)
5531
p14.CanCollide = false
5532
p14.Locked = true
5533
p14.FormFactor = Enum.FormFactor.Custom
5534
p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5535
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5536
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5537
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5538
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5539
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5540
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5541
b14 = Instance.new("BlockMesh", p14)
5542
b14.Name = "Mesh"
5543
b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5544
p15 = Instance.new("Part", m8)
5545
p15.BrickColor = BrickColor.new("Really black")
5546
p15.Material = Enum.Material.Metal
5547
p15.Reflectance = 0.40000000596046
5548
p15.Name = "Block"
5549
p15.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)
5550
p15.CanCollide = false
5551
p15.Locked = true
5552
p15.FormFactor = Enum.FormFactor.Custom
5553
p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5554
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5555
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5556
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5557
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5558
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5559
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5560
b15 = Instance.new("BlockMesh", p15)
5561
b15.Name = "Mesh"
5562
b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5563
p16 = Instance.new("Part", m8)
5564
p16.BrickColor = BrickColor.new("Really black")
5565
p16.Material = Enum.Material.Metal
5566
p16.Name = "Handle"
5567
p16.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)
5568
p16.CanCollide = false
5569
p16.Locked = true
5570
p16.FormFactor = Enum.FormFactor.Custom
5571
p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5572
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5573
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5574
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5575
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5576
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5577
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5578
b16 = Instance.new("BlockMesh", p16)
5579
b16.Name = "Mesh"
5580
b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5581
p17 = Instance.new("Part", m8)
5582
p17.BrickColor = BrickColor.new("Lime green")
5583
p17.Material = Enum.Material.Neon
5584
p17.Reflectance = 0.40000000596046
5585
p17.Name = "Block"
5586
p17.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)
5587
p17.CanCollide = false
5588
p17.Locked = true
5589
p17.FormFactor = Enum.FormFactor.Custom
5590
p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5591
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5592
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5593
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5594
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5595
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5596
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5597
b17 = Instance.new("BlockMesh", p17)
5598
b17.Name = "Mesh"
5599
b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5600
p18 = Instance.new("Part", m8)
5601
p18.BrickColor = BrickColor.new("Really black")
5602
p18.Material = Enum.Material.Metal
5603
p18.Name = "Block"
5604
p18.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)
5605
p18.CanCollide = false
5606
p18.Locked = true
5607
p18.FormFactor = Enum.FormFactor.Custom
5608
p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5609
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5610
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5611
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5612
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5613
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5614
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5615
b18 = Instance.new("BlockMesh", p18)
5616
b18.Name = "Mesh"
5617
b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5618
p19 = Instance.new("Part", m8)
5619
p19.BrickColor = BrickColor.new("Black")
5620
p19.Material = Enum.Material.Metal
5621
p19.Reflectance = 0.40000000596046
5622
p19.Name = "Block"
5623
p19.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)
5624
p19.CanCollide = false
5625
p19.Locked = true
5626
p19.FormFactor = Enum.FormFactor.Custom
5627
p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5628
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5629
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5630
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5631
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5632
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5633
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5634
b19 = Instance.new("BlockMesh", p19)
5635
b19.Name = "Mesh"
5636
b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5637
p20 = Instance.new("Part", m8)
5638
p20.BrickColor = BrickColor.new("Lime green")
5639
p20.Material = Enum.Material.Metal
5640
p20.Name = "Block"
5641
p20.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)
5642
p20.CanCollide = false
5643
p20.Locked = true
5644
p20.FormFactor = Enum.FormFactor.Custom
5645
p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5646
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5647
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5648
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5649
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5650
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5651
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5652
b20 = Instance.new("BlockMesh", p20)
5653
b20.Name = "Mesh"
5654
b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5655
p21 = Instance.new("Part", m8)
5656
p21.BrickColor = BrickColor.new("Really black")
5657
p21.Material = Enum.Material.Metal
5658
p21.Name = "Block"
5659
p21.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)
5660
p21.CanCollide = false
5661
p21.Locked = true
5662
p21.FormFactor = Enum.FormFactor.Custom
5663
p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5664
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5665
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5666
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5667
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5668
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5669
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5670
b21 = Instance.new("BlockMesh", p21)
5671
b21.Name = "Mesh"
5672
b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5673
p22 = Instance.new("Part", m8)
5674
p22.BrickColor = BrickColor.new("Really black")
5675
p22.Material = Enum.Material.Metal
5676
p22.Reflectance = 0.40000000596046
5677
p22.Name = "Block"
5678
p22.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)
5679
p22.CanCollide = false
5680
p22.Locked = true
5681
p22.FormFactor = Enum.FormFactor.Custom
5682
p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5683
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5684
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5685
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5686
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5687
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5688
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5689
b22 = Instance.new("BlockMesh", p22)
5690
b22.Name = "Mesh"
5691
b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5692
p23 = Instance.new("Part", m8)
5693
p23.BrickColor = BrickColor.new("Lime green")
5694
p23.Material = Enum.Material.Marble
5695
p23.Name = "Block"
5696
p23.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)
5697
p23.CanCollide = false
5698
p23.Locked = true
5699
p23.FormFactor = Enum.FormFactor.Custom
5700
p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5701
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5702
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5703
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5704
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5705
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5706
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5707
b23 = Instance.new("BlockMesh", p23)
5708
b23.Name = "Mesh"
5709
b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5710
p24 = Instance.new("Part", m8)
5711
p24.BrickColor = BrickColor.new("Really black")
5712
p24.Material = Enum.Material.Metal
5713
p24.Name = "Block"
5714
p24.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)
5715
p24.CanCollide = false
5716
p24.Locked = true
5717
p24.FormFactor = Enum.FormFactor.Custom
5718
p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5719
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5720
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5721
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5722
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5723
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5724
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5725
b24 = Instance.new("BlockMesh", p24)
5726
b24.Name = "Mesh"
5727
b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5728
p25 = Instance.new("Part", m8)
5729
p25.BrickColor = BrickColor.new("Lime green")
5730
p25.Material = Enum.Material.Marble
5731
p25.Name = "Block"
5732
p25.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)
5733
p25.CanCollide = false
5734
p25.Locked = true
5735
p25.FormFactor = Enum.FormFactor.Custom
5736
p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5737
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5738
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5739
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5740
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5741
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5742
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5743
b25 = Instance.new("BlockMesh", p25)
5744
b25.Name = "Mesh"
5745
b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5746
p26 = Instance.new("Part", m8)
5747
p26.BrickColor = BrickColor.new("Really black")
5748
p26.Material = Enum.Material.Metal
5749
p26.Reflectance = 0.40000000596046
5750
p26.Name = "Block"
5751
p26.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)
5752
p26.CanCollide = false
5753
p26.Locked = true
5754
p26.FormFactor = Enum.FormFactor.Custom
5755
p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5756
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5757
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5758
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5759
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5760
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5761
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5762
b26 = Instance.new("BlockMesh", p26)
5763
b26.Name = "Mesh"
5764
b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5765
p27 = Instance.new("Part", m8)
5766
p27.BrickColor = BrickColor.new("Lime green")
5767
p27.Material = Enum.Material.Metal
5768
p27.Name = "Block"
5769
p27.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)
5770
p27.CanCollide = false
5771
p27.Locked = true
5772
p27.FormFactor = Enum.FormFactor.Custom
5773
p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5774
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5775
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5776
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5777
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5778
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5779
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5780
b27 = Instance.new("BlockMesh", p27)
5781
b27.Name = "Mesh"
5782
b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5783
p28 = Instance.new("Part", m8)
5784
p28.BrickColor = BrickColor.new("Really black")
5785
p28.Material = Enum.Material.SmoothPlastic
5786
p28.Reflectance = 0.0099999997764826
5787
p28.Name = "Circle"
5788
p28.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)
5789
p28.CanCollide = false
5790
p28.Locked = true
5791
p28.FormFactor = Enum.FormFactor.Custom
5792
p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5793
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5794
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5795
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5796
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5797
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5798
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5799
b28 = Instance.new("CylinderMesh", p28)
5800
b28.Name = "Mesh"
5801
b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5802
p29 = Instance.new("Part", m8)
5803
p29.BrickColor = BrickColor.new("Black")
5804
p29.Material = Enum.Material.Metal
5805
p29.Reflectance = 0.40000000596046
5806
p29.Name = "Block"
5807
p29.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)
5808
p29.CanCollide = false
5809
p29.Locked = true
5810
p29.FormFactor = Enum.FormFactor.Custom
5811
p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5812
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5813
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5814
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5815
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5816
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5817
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5818
b29 = Instance.new("BlockMesh", p29)
5819
b29.Name = "Mesh"
5820
b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5821
p30 = Instance.new("Part", m8)
5822
p30.BrickColor = BrickColor.new("Lime green")
5823
p30.Material = Enum.Material.Metal
5824
p30.Name = "Block"
5825
p30.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)
5826
p30.CanCollide = false
5827
p30.Locked = true
5828
p30.FormFactor = Enum.FormFactor.Custom
5829
p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5830
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5831
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5832
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5833
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5834
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5835
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5836
b30 = Instance.new("BlockMesh", p30)
5837
b30.Name = "Mesh"
5838
b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5839
p31 = Instance.new("Part", m8)
5840
p31.BrickColor = BrickColor.new("Lime green")
5841
p31.Material = Enum.Material.Neon
5842
p31.Reflectance = 0.40000000596046
5843
p31.Name = "Block"
5844
p31.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)
5845
p31.CanCollide = false
5846
p31.Locked = true
5847
p31.FormFactor = Enum.FormFactor.Custom
5848
p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5849
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5850
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5851
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5852
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5853
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5854
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5855
b31 = Instance.new("BlockMesh", p31)
5856
b31.Name = "Mesh"
5857
b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5858
p32 = Instance.new("Part", m8)
5859
p32.BrickColor = BrickColor.new("Lime green")
5860
p32.Material = Enum.Material.Metal
5861
p32.Name = "Block"
5862
p32.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)
5863
p32.CanCollide = false
5864
p32.Locked = true
5865
p32.FormFactor = Enum.FormFactor.Custom
5866
p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5867
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5868
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5869
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5870
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5871
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5872
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5873
b32 = Instance.new("BlockMesh", p32)
5874
b32.Name = "Mesh"
5875
b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5876
p33 = Instance.new("Part", m8)
5877
p33.BrickColor = BrickColor.new("Really black")
5878
p33.Material = Enum.Material.Metal
5879
p33.Reflectance = 0.40000000596046
5880
p33.Name = "Block"
5881
p33.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)
5882
p33.CanCollide = false
5883
p33.Locked = true
5884
p33.FormFactor = Enum.FormFactor.Custom
5885
p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5886
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5887
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5888
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5889
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5890
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5891
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5892
b33 = Instance.new("BlockMesh", p33)
5893
b33.Name = "Mesh"
5894
b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5895
p34 = Instance.new("Part", m8)
5896
p34.BrickColor = BrickColor.new("Lime green")
5897
p34.Material = Enum.Material.Metal
5898
p34.Name = "Block"
5899
p34.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)
5900
p34.CanCollide = false
5901
p34.Locked = true
5902
p34.FormFactor = Enum.FormFactor.Custom
5903
p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5904
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5905
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5906
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5907
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5908
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5909
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5910
b34 = Instance.new("BlockMesh", p34)
5911
b34.Name = "Mesh"
5912
b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5913
p35 = Instance.new("Part", m8)
5914
p35.BrickColor = BrickColor.new("Lime green")
5915
p35.Material = Enum.Material.Metal
5916
p35.Name = "Block"
5917
p35.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)
5918
p35.CanCollide = false
5919
p35.Locked = true
5920
p35.FormFactor = Enum.FormFactor.Custom
5921
p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5922
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5923
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5924
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5925
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5926
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5927
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5928
b35 = Instance.new("BlockMesh", p35)
5929
b35.Name = "Mesh"
5930
b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5931
p36 = Instance.new("Part", m8)
5932
p36.BrickColor = BrickColor.new("Lime green")
5933
p36.Material = Enum.Material.Metal
5934
p36.Name = "Block"
5935
p36.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)
5936
p36.CanCollide = false
5937
p36.Locked = true
5938
p36.FormFactor = Enum.FormFactor.Custom
5939
p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5940
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5941
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5942
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5943
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5944
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5945
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5946
b36 = Instance.new("BlockMesh", p36)
5947
b36.Name = "Mesh"
5948
b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
5949
p37 = Instance.new("Part", m8)
5950
p37.BrickColor = BrickColor.new("Lime green")
5951
p37.Material = Enum.Material.Marble
5952
p37.Name = "Circle"
5953
p37.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)
5954
p37.CanCollide = false
5955
p37.Locked = true
5956
p37.FormFactor = Enum.FormFactor.Custom
5957
p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5958
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5959
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5960
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5961
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5962
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5963
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5964
b37 = Instance.new("CylinderMesh", p37)
5965
b37.Name = "Mesh"
5966
b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
5967
p38 = Instance.new("Part", m8)
5968
p38.BrickColor = BrickColor.new("Really black")
5969
p38.Material = Enum.Material.Metal
5970
p38.Name = "Block"
5971
p38.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)
5972
p38.CanCollide = false
5973
p38.Locked = true
5974
p38.FormFactor = Enum.FormFactor.Custom
5975
p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5976
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5977
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5978
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5979
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5980
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5981
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5982
b38 = Instance.new("BlockMesh", p38)
5983
b38.Name = "Mesh"
5984
b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
5985
p39 = Instance.new("Part", m8)
5986
p39.BrickColor = BrickColor.new("Really black")
5987
p39.Material = Enum.Material.Metal
5988
p39.Name = "Block"
5989
p39.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)
5990
p39.CanCollide = false
5991
p39.Locked = true
5992
p39.FormFactor = Enum.FormFactor.Custom
5993
p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5994
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5995
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5996
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5997
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5998
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5999
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6000
b39 = Instance.new("BlockMesh", p39)
6001
b39.Name = "Mesh"
6002
b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6003
p40 = Instance.new("Part", m8)
6004
p40.BrickColor = BrickColor.new("Really black")
6005
p40.Material = Enum.Material.Metal
6006
p40.Name = "Block"
6007
p40.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)
6008
p40.CanCollide = false
6009
p40.Locked = true
6010
p40.FormFactor = Enum.FormFactor.Custom
6011
p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6012
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6013
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6014
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6015
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6016
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6017
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6018
b40 = Instance.new("BlockMesh", p40)
6019
b40.Name = "Mesh"
6020
b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6021
p41 = Instance.new("Part", m8)
6022
p41.BrickColor = BrickColor.new("Lime green")
6023
p41.Material = Enum.Material.Neon
6024
p41.Reflectance = 0.40000000596046
6025
p41.Name = "Block"
6026
p41.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)
6027
p41.CanCollide = false
6028
p41.Locked = true
6029
p41.FormFactor = Enum.FormFactor.Custom
6030
p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6031
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6032
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6033
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6034
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6035
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6036
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6037
b41 = Instance.new("BlockMesh", p41)
6038
b41.Name = "Mesh"
6039
b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6040
p42 = Instance.new("Part", m8)
6041
p42.BrickColor = BrickColor.new("Earth green")
6042
p42.Material = Enum.Material.Metal
6043
p42.Name = "Block"
6044
p42.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)
6045
p42.CanCollide = false
6046
p42.Locked = true
6047
p42.FormFactor = Enum.FormFactor.Custom
6048
p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6049
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6050
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6051
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6052
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6053
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6054
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6055
b42 = Instance.new("BlockMesh", p42)
6056
b42.Name = "Mesh"
6057
b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6058
p43 = Instance.new("Part", m8)
6059
p43.BrickColor = BrickColor.new("Really black")
6060
p43.Material = Enum.Material.Metal
6061
p43.Name = "Block"
6062
p43.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)
6063
p43.CanCollide = false
6064
p43.Locked = true
6065
p43.FormFactor = Enum.FormFactor.Custom
6066
p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6067
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6068
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6069
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6070
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6071
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6072
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6073
b43 = Instance.new("BlockMesh", p43)
6074
b43.Name = "Mesh"
6075
b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6076
p44 = Instance.new("Part", m8)
6077
p44.BrickColor = BrickColor.new("Lime green")
6078
p44.Material = Enum.Material.Marble
6079
p44.Name = "Circle"
6080
p44.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)
6081
p44.CanCollide = false
6082
p44.Locked = true
6083
p44.FormFactor = Enum.FormFactor.Custom
6084
p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6085
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6086
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6087
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6088
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6089
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6090
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6091
b44 = Instance.new("CylinderMesh", p44)
6092
b44.Name = "Mesh"
6093
b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6094
p45 = Instance.new("Part", m8)
6095
p45.BrickColor = BrickColor.new("Lime green")
6096
p45.Material = Enum.Material.Neon
6097
p45.Reflectance = 0.40000000596046
6098
p45.Name = "Block"
6099
p45.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)
6100
p45.CanCollide = false
6101
p45.Locked = true
6102
p45.FormFactor = Enum.FormFactor.Custom
6103
p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6104
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6105
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6106
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6107
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6108
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6109
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6110
b45 = Instance.new("BlockMesh", p45)
6111
b45.Name = "Mesh"
6112
b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6113
p46 = Instance.new("Part", m8)
6114
p46.BrickColor = BrickColor.new("Black")
6115
p46.Material = Enum.Material.Metal
6116
p46.Name = "Block"
6117
p46.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)
6118
p46.CanCollide = false
6119
p46.Locked = true
6120
p46.FormFactor = Enum.FormFactor.Custom
6121
p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6122
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6123
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6124
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6125
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6126
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6127
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6128
b46 = Instance.new("BlockMesh", p46)
6129
b46.Name = "Mesh"
6130
b46.Scale = Vector3.new(1, 0.401569068, 1)
6131
p47 = Instance.new("Part", m8)
6132
p47.BrickColor = BrickColor.new("Earth green")
6133
p47.Material = Enum.Material.Metal
6134
p47.Name = "Block"
6135
p47.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)
6136
p47.CanCollide = false
6137
p47.Locked = true
6138
p47.FormFactor = Enum.FormFactor.Custom
6139
p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6140
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6141
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6142
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6143
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6144
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6145
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6146
b47 = Instance.new("BlockMesh", p47)
6147
b47.Name = "Mesh"
6148
b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6149
p48 = Instance.new("Part", m8)
6150
p48.BrickColor = BrickColor.new("Lime green")
6151
p48.Material = Enum.Material.Metal
6152
p48.Name = "Block"
6153
p48.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)
6154
p48.CanCollide = false
6155
p48.Locked = true
6156
p48.FormFactor = Enum.FormFactor.Custom
6157
p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6158
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6159
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6160
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6161
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6162
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6163
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6164
b48 = Instance.new("BlockMesh", p48)
6165
b48.Name = "Mesh"
6166
b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6167
p49 = Instance.new("Part", m8)
6168
p49.BrickColor = BrickColor.new("Lime green")
6169
p49.Material = Enum.Material.Metal
6170
p49.Name = "Block"
6171
p49.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)
6172
p49.CanCollide = false
6173
p49.Locked = true
6174
p49.FormFactor = Enum.FormFactor.Custom
6175
p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6176
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6177
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6178
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6179
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6180
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6181
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6182
b49 = Instance.new("BlockMesh", p49)
6183
b49.Name = "Mesh"
6184
b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6185
p50 = Instance.new("Part", m8)
6186
p50.BrickColor = BrickColor.new("Black")
6187
p50.Material = Enum.Material.Metal
6188
p50.Reflectance = 0.40000000596046
6189
p50.Name = "Block"
6190
p50.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)
6191
p50.CanCollide = false
6192
p50.Locked = true
6193
p50.FormFactor = Enum.FormFactor.Custom
6194
p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6195
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6196
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6197
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6198
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6199
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6200
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6201
b50 = Instance.new("BlockMesh", p50)
6202
b50.Name = "Mesh"
6203
b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6204
p51 = Instance.new("Part", m8)
6205
p51.BrickColor = BrickColor.new("Lime green")
6206
p51.Material = Enum.Material.Metal
6207
p51.Name = "Block"
6208
p51.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)
6209
p51.CanCollide = false
6210
p51.Locked = true
6211
p51.FormFactor = Enum.FormFactor.Custom
6212
p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6213
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6214
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6215
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6216
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6217
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6218
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6219
b51 = Instance.new("BlockMesh", p51)
6220
b51.Name = "Mesh"
6221
b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6222
p52 = Instance.new("Part", m8)
6223
p52.BrickColor = BrickColor.new("Lime green")
6224
p52.Material = Enum.Material.Metal
6225
p52.Name = "Block"
6226
p52.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)
6227
p52.CanCollide = false
6228
p52.Locked = true
6229
p52.FormFactor = Enum.FormFactor.Custom
6230
p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6231
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6232
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6233
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6234
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6235
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6236
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6237
b52 = Instance.new("BlockMesh", p52)
6238
b52.Name = "Mesh"
6239
b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6240
p53 = Instance.new("Part", m8)
6241
p53.BrickColor = BrickColor.new("Really black")
6242
p53.Material = Enum.Material.Metal
6243
p53.Name = "Block"
6244
p53.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)
6245
p53.CanCollide = false
6246
p53.Locked = true
6247
p53.FormFactor = Enum.FormFactor.Custom
6248
p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6249
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6250
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6251
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6252
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6253
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6254
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6255
b53 = Instance.new("BlockMesh", p53)
6256
b53.Name = "Mesh"
6257
b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6258
p54 = Instance.new("Part", m8)
6259
p54.BrickColor = BrickColor.new("Really black")
6260
p54.Material = Enum.Material.SmoothPlastic
6261
p54.Reflectance = 0.0099999997764826
6262
p54.Name = "Circle"
6263
p54.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)
6264
p54.CanCollide = false
6265
p54.Locked = true
6266
p54.FormFactor = Enum.FormFactor.Custom
6267
p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6268
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6269
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6270
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6271
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6272
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6273
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6274
b54 = Instance.new("CylinderMesh", p54)
6275
b54.Name = "Mesh"
6276
b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6277
p55 = Instance.new("Part", m8)
6278
p55.BrickColor = BrickColor.new("Really black")
6279
p55.Material = Enum.Material.Metal
6280
p55.Reflectance = 0.40000000596046
6281
p55.Name = "Block"
6282
p55.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)
6283
p55.CanCollide = false
6284
p55.Locked = true
6285
p55.FormFactor = Enum.FormFactor.Custom
6286
p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6287
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6288
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6289
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6290
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6291
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6292
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6293
b55 = Instance.new("BlockMesh", p55)
6294
b55.Name = "Mesh"
6295
b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6296
p56 = Instance.new("Part", m8)
6297
p56.BrickColor = BrickColor.new("Black")
6298
p56.Material = Enum.Material.Metal
6299
p56.Reflectance = 0.40000000596046
6300
p56.Name = "Block"
6301
p56.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)
6302
p56.CanCollide = false
6303
p56.Locked = true
6304
p56.FormFactor = Enum.FormFactor.Custom
6305
p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6306
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6307
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6308
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6309
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6310
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6311
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6312
b56 = Instance.new("BlockMesh", p56)
6313
b56.Name = "Mesh"
6314
b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6315
p57 = Instance.new("Part", m8)
6316
p57.BrickColor = BrickColor.new("Black")
6317
p57.Material = Enum.Material.Metal
6318
p57.Reflectance = 0.40000000596046
6319
p57.Name = "Block"
6320
p57.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)
6321
p57.CanCollide = false
6322
p57.Locked = true
6323
p57.FormFactor = Enum.FormFactor.Custom
6324
p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6325
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6326
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6327
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6328
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6329
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6330
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6331
b57 = Instance.new("BlockMesh", p57)
6332
b57.Name = "Mesh"
6333
b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6334
p58 = Instance.new("Part", m8)
6335
p58.BrickColor = BrickColor.new("Lime green")
6336
p58.Material = Enum.Material.Marble
6337
p58.Name = "Block"
6338
p58.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)
6339
p58.CanCollide = false
6340
p58.Locked = true
6341
p58.FormFactor = Enum.FormFactor.Custom
6342
p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6343
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6344
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6345
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6346
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6347
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6348
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6349
b58 = Instance.new("BlockMesh", p58)
6350
b58.Name = "Mesh"
6351
b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6352
p59 = Instance.new("Part", m8)
6353
p59.BrickColor = BrickColor.new("Lime green")
6354
p59.Material = Enum.Material.Metal
6355
p59.Name = "Block"
6356
p59.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)
6357
p59.CanCollide = false
6358
p59.Locked = true
6359
p59.FormFactor = Enum.FormFactor.Custom
6360
p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6361
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6362
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6363
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6364
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6365
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6366
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6367
b59 = Instance.new("BlockMesh", p59)
6368
b59.Name = "Mesh"
6369
b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6370
p60 = Instance.new("Part", m8)
6371
p60.BrickColor = BrickColor.new("Lime green")
6372
p60.Material = Enum.Material.Marble
6373
p60.Name = "Circle"
6374
p60.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)
6375
p60.CanCollide = false
6376
p60.Locked = true
6377
p60.FormFactor = Enum.FormFactor.Custom
6378
p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6379
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6380
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6381
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6382
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6383
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6384
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6385
b60 = Instance.new("CylinderMesh", p60)
6386
b60.Name = "Mesh"
6387
b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6388
p61 = Instance.new("Part", m8)
6389
p61.BrickColor = BrickColor.new("Black")
6390
p61.Material = Enum.Material.Metal
6391
p61.Name = "Circle"
6392
p61.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)
6393
p61.CanCollide = false
6394
p61.Locked = true
6395
p61.FormFactor = Enum.FormFactor.Custom
6396
p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6397
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6398
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6399
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6400
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6401
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6402
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6403
b61 = Instance.new("CylinderMesh", p61)
6404
b61.Name = "Mesh"
6405
b61.Scale = Vector3.new(1, 0.401569068, 1)
6406
p62 = Instance.new("Part", m8)
6407
p62.BrickColor = BrickColor.new("Lime green")
6408
p62.Material = Enum.Material.Metal
6409
p62.Name = "Block"
6410
p62.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)
6411
p62.CanCollide = false
6412
p62.Locked = true
6413
p62.FormFactor = Enum.FormFactor.Custom
6414
p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6415
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6416
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6417
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6418
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6419
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6420
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6421
b62 = Instance.new("BlockMesh", p62)
6422
b62.Name = "Mesh"
6423
b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6424
p63 = Instance.new("Part", m8)
6425
p63.BrickColor = BrickColor.new("Lime green")
6426
p63.Material = Enum.Material.Metal
6427
p63.Name = "Block"
6428
p63.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)
6429
p63.CanCollide = false
6430
p63.Locked = true
6431
p63.FormFactor = Enum.FormFactor.Custom
6432
p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6433
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6434
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6435
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6436
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6437
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6438
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6439
b63 = Instance.new("BlockMesh", p63)
6440
b63.Name = "Mesh"
6441
b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6442
p64 = Instance.new("Part", m8)
6443
p64.BrickColor = BrickColor.new("Really black")
6444
p64.Material = Enum.Material.SmoothPlastic
6445
p64.Reflectance = 0.0099999997764826
6446
p64.Name = "Block"
6447
p64.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)
6448
p64.CanCollide = false
6449
p64.Locked = true
6450
p64.FormFactor = Enum.FormFactor.Custom
6451
p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6452
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6453
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6454
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6455
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6456
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6457
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6458
b64 = Instance.new("BlockMesh", p64)
6459
b64.Name = "Mesh"
6460
b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6461
p65 = Instance.new("Part", m8)
6462
p65.BrickColor = BrickColor.new("Lime green")
6463
p65.Material = Enum.Material.Metal
6464
p65.Name = "Block"
6465
p65.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)
6466
p65.CanCollide = false
6467
p65.Locked = true
6468
p65.FormFactor = Enum.FormFactor.Custom
6469
p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6470
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6471
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6472
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6473
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6474
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6475
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6476
b65 = Instance.new("BlockMesh", p65)
6477
b65.Name = "Mesh"
6478
b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6479
p66 = Instance.new("Part", m8)
6480
p66.BrickColor = BrickColor.new("Really black")
6481
p66.Material = Enum.Material.Metal
6482
p66.Reflectance = 0.40000000596046
6483
p66.Name = "Block"
6484
p66.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)
6485
p66.CanCollide = false
6486
p66.Locked = true
6487
p66.FormFactor = Enum.FormFactor.Custom
6488
p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6489
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6490
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6491
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6492
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6493
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6494
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6495
b66 = Instance.new("BlockMesh", p66)
6496
b66.Name = "Mesh"
6497
b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6498
p67 = Instance.new("Part", m8)
6499
p67.BrickColor = BrickColor.new("Lime green")
6500
p67.Material = Enum.Material.Metal
6501
p67.Name = "Block"
6502
p67.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)
6503
p67.CanCollide = false
6504
p67.Locked = true
6505
p67.FormFactor = Enum.FormFactor.Custom
6506
p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6507
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6508
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6509
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6510
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6511
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6512
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6513
b67 = Instance.new("BlockMesh", p67)
6514
b67.Name = "Mesh"
6515
b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6516
p68 = Instance.new("Part", m8)
6517
p68.BrickColor = BrickColor.new("Black")
6518
p68.Material = Enum.Material.Metal
6519
p68.Reflectance = 0.40000000596046
6520
p68.Name = "Block"
6521
p68.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)
6522
p68.CanCollide = false
6523
p68.Locked = true
6524
p68.FormFactor = Enum.FormFactor.Custom
6525
p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6526
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6527
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6528
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6529
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6530
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6531
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6532
b68 = Instance.new("BlockMesh", p68)
6533
b68.Name = "Mesh"
6534
b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6535
p69 = Instance.new("Part", m8)
6536
p69.BrickColor = BrickColor.new("Earth green")
6537
p69.Material = Enum.Material.Metal
6538
p69.Name = "Block"
6539
p69.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)
6540
p69.CanCollide = false
6541
p69.Locked = true
6542
p69.FormFactor = Enum.FormFactor.Custom
6543
p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6544
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6545
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6546
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6547
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6548
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6549
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6550
b69 = Instance.new("BlockMesh", p69)
6551
b69.Name = "Mesh"
6552
b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6553
p70 = Instance.new("Part", m8)
6554
p70.BrickColor = BrickColor.new("Lime green")
6555
p70.Material = Enum.Material.Marble
6556
p70.Name = "Circle"
6557
p70.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)
6558
p70.CanCollide = false
6559
p70.Locked = true
6560
p70.FormFactor = Enum.FormFactor.Custom
6561
p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6562
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6563
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6564
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6565
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6566
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6567
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6568
b70 = Instance.new("CylinderMesh", p70)
6569
b70.Name = "Mesh"
6570
b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6571
p71 = Instance.new("WedgePart", m8)
6572
p71.BrickColor = BrickColor.new("Lime green")
6573
p71.Material = Enum.Material.Neon
6574
p71.Reflectance = 0.40000000596046
6575
p71.Name = "Wedge"
6576
p71.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)
6577
p71.CanCollide = false
6578
p71.Locked = true
6579
p71.FormFactor = Enum.FormFactor.Custom
6580
p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6581
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6582
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6583
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6584
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6585
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6586
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6587
b71 = Instance.new("SpecialMesh", p71)
6588
b71.MeshType = Enum.MeshType.Wedge
6589
b71.Name = "Mesh"
6590
b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6591
p72 = Instance.new("WedgePart", m8)
6592
p72.BrickColor = BrickColor.new("Lime green")
6593
p72.Material = Enum.Material.Neon
6594
p72.Reflectance = 0.40000000596046
6595
p72.Name = "Wedge"
6596
p72.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)
6597
p72.CanCollide = false
6598
p72.Locked = true
6599
p72.FormFactor = Enum.FormFactor.Custom
6600
p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6601
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6602
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6603
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6604
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6605
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6606
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6607
b72 = Instance.new("SpecialMesh", p72)
6608
b72.MeshType = Enum.MeshType.Wedge
6609
b72.Name = "Mesh"
6610
b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6611
p73 = Instance.new("WedgePart", m8)
6612
p73.BrickColor = BrickColor.new("Lime green")
6613
p73.Material = Enum.Material.Neon
6614
p73.Reflectance = 0.40000000596046
6615
p73.Name = "Wedge"
6616
p73.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)
6617
p73.CanCollide = false
6618
p73.Locked = true
6619
p73.FormFactor = Enum.FormFactor.Custom
6620
p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6621
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6622
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6623
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6624
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6625
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6626
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6627
b73 = Instance.new("SpecialMesh", p73)
6628
b73.MeshType = Enum.MeshType.Wedge
6629
b73.Name = "Mesh"
6630
b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6631
p74 = Instance.new("WedgePart", m8)
6632
p74.BrickColor = BrickColor.new("Lime green")
6633
p74.Material = Enum.Material.Neon
6634
p74.Reflectance = 0.40000000596046
6635
p74.Name = "Wedge"
6636
p74.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)
6637
p74.CanCollide = false
6638
p74.Locked = true
6639
p74.FormFactor = Enum.FormFactor.Custom
6640
p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6641
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6642
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6643
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6644
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6645
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6646
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6647
b74 = Instance.new("SpecialMesh", p74)
6648
b74.MeshType = Enum.MeshType.Wedge
6649
b74.Name = "Mesh"
6650
b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6651
p75 = Instance.new("WedgePart", m8)
6652
p75.BrickColor = BrickColor.new("Lime green")
6653
p75.Material = Enum.Material.Neon
6654
p75.Reflectance = 0.40000000596046
6655
p75.Name = "Wedge"
6656
p75.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)
6657
p75.CanCollide = false
6658
p75.Locked = true
6659
p75.FormFactor = Enum.FormFactor.Custom
6660
p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6661
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6662
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6663
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6664
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6665
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6666
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6667
b75 = Instance.new("SpecialMesh", p75)
6668
b75.MeshType = Enum.MeshType.Wedge
6669
b75.Name = "Mesh"
6670
b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6671
p76 = Instance.new("WedgePart", m8)
6672
p76.BrickColor = BrickColor.new("Lime green")
6673
p76.Material = Enum.Material.Neon
6674
p76.Reflectance = 0.40000000596046
6675
p76.Name = "Wedge"
6676
p76.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)
6677
p76.CanCollide = false
6678
p76.Locked = true
6679
p76.FormFactor = Enum.FormFactor.Custom
6680
p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6681
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6682
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6683
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6684
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6685
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6686
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6687
b76 = Instance.new("SpecialMesh", p76)
6688
b76.MeshType = Enum.MeshType.Wedge
6689
b76.Name = "Mesh"
6690
b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6691
p77 = Instance.new("WedgePart", m8)
6692
p77.BrickColor = BrickColor.new("Lime green")
6693
p77.Material = Enum.Material.Neon
6694
p77.Reflectance = 0.40000000596046
6695
p77.Name = "Wedge"
6696
p77.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)
6697
p77.CanCollide = false
6698
p77.Locked = true
6699
p77.FormFactor = Enum.FormFactor.Custom
6700
p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6701
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6702
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6703
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6704
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6705
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6706
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6707
b77 = Instance.new("SpecialMesh", p77)
6708
b77.MeshType = Enum.MeshType.Wedge
6709
b77.Name = "Mesh"
6710
b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6711
p78 = Instance.new("WedgePart", m8)
6712
p78.BrickColor = BrickColor.new("Lime green")
6713
p78.Material = Enum.Material.Neon
6714
p78.Reflectance = 0.40000000596046
6715
p78.Name = "Wedge"
6716
p78.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)
6717
p78.CanCollide = false
6718
p78.Locked = true
6719
p78.FormFactor = Enum.FormFactor.Custom
6720
p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6721
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6722
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6723
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6724
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6725
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6726
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6727
b78 = Instance.new("SpecialMesh", p78)
6728
b78.MeshType = Enum.MeshType.Wedge
6729
b78.Name = "Mesh"
6730
b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6731
p79 = Instance.new("WedgePart", m8)
6732
p79.BrickColor = BrickColor.new("Lime green")
6733
p79.Material = Enum.Material.Neon
6734
p79.Reflectance = 0.40000000596046
6735
p79.Name = "Wedge"
6736
p79.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)
6737
p79.CanCollide = false
6738
p79.Locked = true
6739
p79.FormFactor = Enum.FormFactor.Custom
6740
p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6741
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6742
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6743
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6744
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6745
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6746
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6747
b79 = Instance.new("SpecialMesh", p79)
6748
b79.MeshType = Enum.MeshType.Wedge
6749
b79.Name = "Mesh"
6750
b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6751
p80 = Instance.new("WedgePart", m8)
6752
p80.BrickColor = BrickColor.new("Black")
6753
p80.Material = Enum.Material.Metal
6754
p80.Reflectance = 0.40000000596046
6755
p80.Name = "Wedge"
6756
p80.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)
6757
p80.CanCollide = false
6758
p80.Locked = true
6759
p80.FormFactor = Enum.FormFactor.Custom
6760
p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6761
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6762
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6763
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6764
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6765
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6766
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6767
b80 = Instance.new("SpecialMesh", p80)
6768
b80.MeshType = Enum.MeshType.Wedge
6769
b80.Name = "Mesh"
6770
b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6771
p81 = Instance.new("WedgePart", m8)
6772
p81.BrickColor = BrickColor.new("Lime green")
6773
p81.Material = Enum.Material.Neon
6774
p81.Reflectance = 0.40000000596046
6775
p81.Name = "Wedge"
6776
p81.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)
6777
p81.CanCollide = false
6778
p81.Locked = true
6779
p81.FormFactor = Enum.FormFactor.Custom
6780
p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6781
p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6782
p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6783
p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6784
p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6785
p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6786
p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6787
b81 = Instance.new("SpecialMesh", p81)
6788
b81.MeshType = Enum.MeshType.Wedge
6789
b81.Name = "Mesh"
6790
b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6791
p82 = Instance.new("WedgePart", m8)
6792
p82.BrickColor = BrickColor.new("Really black")
6793
p82.Material = Enum.Material.Metal
6794
p82.Reflectance = 0.40000000596046
6795
p82.Name = "Wedge"
6796
p82.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)
6797
p82.CanCollide = false
6798
p82.Locked = true
6799
p82.FormFactor = Enum.FormFactor.Custom
6800
p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6801
p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6802
p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6803
p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6804
p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6805
p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6806
p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6807
b82 = Instance.new("SpecialMesh", p82)
6808
b82.MeshType = Enum.MeshType.Wedge
6809
b82.Name = "Mesh"
6810
b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6811
p83 = Instance.new("WedgePart", m8)
6812
p83.BrickColor = BrickColor.new("Really black")
6813
p83.Material = Enum.Material.Metal
6814
p83.Reflectance = 0.40000000596046
6815
p83.Name = "Wedge"
6816
p83.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)
6817
p83.CanCollide = false
6818
p83.Locked = true
6819
p83.FormFactor = Enum.FormFactor.Custom
6820
p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6821
p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6822
p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6823
p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6824
p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6825
p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6826
p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6827
b83 = Instance.new("SpecialMesh", p83)
6828
b83.MeshType = Enum.MeshType.Wedge
6829
b83.Name = "Mesh"
6830
b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6831
p84 = Instance.new("WedgePart", m8)
6832
p84.BrickColor = BrickColor.new("Lime green")
6833
p84.Material = Enum.Material.Neon
6834
p84.Reflectance = 0.40000000596046
6835
p84.Name = "Wedge"
6836
p84.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)
6837
p84.CanCollide = false
6838
p84.Locked = true
6839
p84.FormFactor = Enum.FormFactor.Custom
6840
p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6841
p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6842
p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6843
p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6844
p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6845
p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6846
p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6847
b84 = Instance.new("SpecialMesh", p84)
6848
b84.MeshType = Enum.MeshType.Wedge
6849
b84.Name = "Mesh"
6850
b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6851
p85 = Instance.new("WedgePart", m8)
6852
p85.BrickColor = BrickColor.new("Black")
6853
p85.Material = Enum.Material.Metal
6854
p85.Reflectance = 0.40000000596046
6855
p85.Name = "Wedge"
6856
p85.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)
6857
p85.CanCollide = false
6858
p85.Locked = true
6859
p85.FormFactor = Enum.FormFactor.Custom
6860
p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6861
p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6862
p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6863
p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6864
p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6865
p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6866
p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6867
b85 = Instance.new("SpecialMesh", p85)
6868
b85.MeshType = Enum.MeshType.Wedge
6869
b85.Name = "Mesh"
6870
b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6871
p86 = Instance.new("WedgePart", m8)
6872
p86.BrickColor = BrickColor.new("Lime green")
6873
p86.Material = Enum.Material.Neon
6874
p86.Reflectance = 0.40000000596046
6875
p86.Name = "Wedge"
6876
p86.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)
6877
p86.CanCollide = false
6878
p86.Locked = true
6879
p86.FormFactor = Enum.FormFactor.Custom
6880
p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6881
p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6882
p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6883
p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6884
p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6885
p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6886
p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6887
b86 = Instance.new("SpecialMesh", p86)
6888
b86.MeshType = Enum.MeshType.Wedge
6889
b86.Name = "Mesh"
6890
b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6891
p87 = Instance.new("WedgePart", m8)
6892
p87.BrickColor = BrickColor.new("Lime green")
6893
p87.Material = Enum.Material.Neon
6894
p87.Reflectance = 0.40000000596046
6895
p87.Name = "Wedge"
6896
p87.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)
6897
p87.CanCollide = false
6898
p87.Locked = true
6899
p87.FormFactor = Enum.FormFactor.Custom
6900
p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6901
p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6902
p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6903
p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6904
p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6905
p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6906
p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6907
b87 = Instance.new("SpecialMesh", p87)
6908
b87.MeshType = Enum.MeshType.Wedge
6909
b87.Name = "Mesh"
6910
b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6911
p88 = Instance.new("WedgePart", m8)
6912
p88.BrickColor = BrickColor.new("Lime green")
6913
p88.Material = Enum.Material.Neon
6914
p88.Reflectance = 0.40000000596046
6915
p88.Name = "Wedge"
6916
p88.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)
6917
p88.CanCollide = false
6918
p88.Locked = true
6919
p88.FormFactor = Enum.FormFactor.Custom
6920
p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6921
p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6922
p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6923
p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6924
p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6925
p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6926
p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6927
b88 = Instance.new("SpecialMesh", p88)
6928
b88.MeshType = Enum.MeshType.Wedge
6929
b88.Name = "Mesh"
6930
b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
6931
p89 = Instance.new("WedgePart", m8)
6932
p89.BrickColor = BrickColor.new("Lime green")
6933
p89.Material = Enum.Material.Neon
6934
p89.Reflectance = 0.40000000596046
6935
p89.Name = "Wedge"
6936
p89.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)
6937
p89.CanCollide = false
6938
p89.Locked = true
6939
p89.FormFactor = Enum.FormFactor.Custom
6940
p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6941
p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6942
p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6943
p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6944
p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6945
p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6946
p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6947
b89 = Instance.new("SpecialMesh", p89)
6948
b89.MeshType = Enum.MeshType.Wedge
6949
b89.Name = "Mesh"
6950
b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
6951
p90 = Instance.new("WedgePart", m8)
6952
p90.BrickColor = BrickColor.new("Lime green")
6953
p90.Material = Enum.Material.Neon
6954
p90.Reflectance = 0.40000000596046
6955
p90.Name = "Wedge"
6956
p90.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)
6957
p90.CanCollide = false
6958
p90.Locked = true
6959
p90.FormFactor = Enum.FormFactor.Custom
6960
p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6961
p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6962
p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6963
p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6964
p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6965
p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6966
p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6967
b90 = Instance.new("SpecialMesh", p90)
6968
b90.MeshType = Enum.MeshType.Wedge
6969
b90.Name = "Mesh"
6970
b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6971
p91 = Instance.new("WedgePart", m8)
6972
p91.BrickColor = BrickColor.new("Really black")
6973
p91.Material = Enum.Material.Metal
6974
p91.Reflectance = 0.40000000596046
6975
p91.Name = "Wedge"
6976
p91.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)
6977
p91.CanCollide = false
6978
p91.Locked = true
6979
p91.FormFactor = Enum.FormFactor.Custom
6980
p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
6981
p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6982
p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6983
p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6984
p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6985
p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6986
p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6987
b91 = Instance.new("SpecialMesh", p91)
6988
b91.MeshType = Enum.MeshType.Wedge
6989
b91.Name = "Mesh"
6990
b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
6991
p92 = Instance.new("WedgePart", m8)
6992
p92.BrickColor = BrickColor.new("Lime green")
6993
p92.Material = Enum.Material.Neon
6994
p92.Reflectance = 0.40000000596046
6995
p92.Name = "Wedge"
6996
p92.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)
6997
p92.CanCollide = false
6998
p92.Locked = true
6999
p92.FormFactor = Enum.FormFactor.Custom
7000
p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7001
p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7002
p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7003
p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7004
p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7005
p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7006
p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7007
b92 = Instance.new("SpecialMesh", p92)
7008
b92.MeshType = Enum.MeshType.Wedge
7009
b92.Name = "Mesh"
7010
b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7011
p93 = Instance.new("WedgePart", m8)
7012
p93.BrickColor = BrickColor.new("Lime green")
7013
p93.Material = Enum.Material.Neon
7014
p93.Reflectance = 0.40000000596046
7015
p93.Name = "Wedge"
7016
p93.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)
7017
p93.CanCollide = false
7018
p93.Locked = true
7019
p93.FormFactor = Enum.FormFactor.Custom
7020
p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7021
p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7022
p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7023
p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7024
p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7025
p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7026
p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7027
b93 = Instance.new("SpecialMesh", p93)
7028
b93.MeshType = Enum.MeshType.Wedge
7029
b93.Name = "Mesh"
7030
b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7031
p94 = Instance.new("WedgePart", m8)
7032
p94.BrickColor = BrickColor.new("Lime green")
7033
p94.Material = Enum.Material.Neon
7034
p94.Reflectance = 0.40000000596046
7035
p94.Name = "Wedge"
7036
p94.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)
7037
p94.CanCollide = false
7038
p94.Locked = true
7039
p94.FormFactor = Enum.FormFactor.Custom
7040
p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7041
p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7042
p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7043
p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7044
p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7045
p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7046
p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7047
b94 = Instance.new("SpecialMesh", p94)
7048
b94.MeshType = Enum.MeshType.Wedge
7049
b94.Name = "Mesh"
7050
b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7051
p95 = Instance.new("WedgePart", m8)
7052
p95.BrickColor = BrickColor.new("Black")
7053
p95.Material = Enum.Material.Metal
7054
p95.Reflectance = 0.40000000596046
7055
p95.Name = "Wedge"
7056
p95.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)
7057
p95.CanCollide = false
7058
p95.Locked = true
7059
p95.FormFactor = Enum.FormFactor.Custom
7060
p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7061
p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7062
p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7063
p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7064
p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7065
p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7066
p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7067
b95 = Instance.new("SpecialMesh", p95)
7068
b95.MeshType = Enum.MeshType.Wedge
7069
b95.Name = "Mesh"
7070
b95.Scale = Vector3.new(0.261019886, 1, 1)
7071
p96 = Instance.new("WedgePart", m8)
7072
p96.BrickColor = BrickColor.new("Lime green")
7073
p96.Material = Enum.Material.Neon
7074
p96.Reflectance = 0.40000000596046
7075
p96.Name = "Wedge"
7076
p96.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)
7077
p96.CanCollide = false
7078
p96.Locked = true
7079
p96.FormFactor = Enum.FormFactor.Custom
7080
p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7081
p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7082
p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7083
p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7084
p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7085
p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7086
p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7087
b96 = Instance.new("SpecialMesh", p96)
7088
b96.MeshType = Enum.MeshType.Wedge
7089
b96.Name = "Mesh"
7090
b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7091
p97 = Instance.new("WedgePart", m8)
7092
p97.BrickColor = BrickColor.new("Lime green")
7093
p97.Material = Enum.Material.Neon
7094
p97.Reflectance = 0.40000000596046
7095
p97.Name = "Wedge"
7096
p97.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)
7097
p97.CanCollide = false
7098
p97.Locked = true
7099
p97.FormFactor = Enum.FormFactor.Custom
7100
p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7101
p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7102
p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7103
p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7104
p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7105
p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7106
p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7107
b97 = Instance.new("SpecialMesh", p97)
7108
b97.MeshType = Enum.MeshType.Wedge
7109
b97.Name = "Mesh"
7110
b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7111
p98 = Instance.new("WedgePart", m8)
7112
p98.BrickColor = BrickColor.new("Lime green")
7113
p98.Material = Enum.Material.Neon
7114
p98.Reflectance = 0.40000000596046
7115
p98.Name = "Wedge"
7116
p98.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)
7117
p98.CanCollide = false
7118
p98.Locked = true
7119
p98.FormFactor = Enum.FormFactor.Custom
7120
p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7121
p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7122
p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7123
p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7124
p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7125
p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7126
p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7127
b98 = Instance.new("SpecialMesh", p98)
7128
b98.MeshType = Enum.MeshType.Wedge
7129
b98.Name = "Mesh"
7130
b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7131
p99 = Instance.new("WedgePart", m8)
7132
p99.BrickColor = BrickColor.new("Lime green")
7133
p99.Material = Enum.Material.Neon
7134
p99.Reflectance = 0.40000000596046
7135
p99.Name = "Wedge"
7136
p99.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)
7137
p99.CanCollide = false
7138
p99.Locked = true
7139
p99.FormFactor = Enum.FormFactor.Custom
7140
p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7141
p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7142
p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7143
p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7144
p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7145
p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7146
p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7147
b99 = Instance.new("SpecialMesh", p99)
7148
b99.MeshType = Enum.MeshType.Wedge
7149
b99.Name = "Mesh"
7150
b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7151
p100 = Instance.new("WedgePart", m8)
7152
p100.BrickColor = BrickColor.new("Lime green")
7153
p100.Material = Enum.Material.Neon
7154
p100.Reflectance = 0.40000000596046
7155
p100.Name = "Wedge"
7156
p100.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)
7157
p100.CanCollide = false
7158
p100.Locked = true
7159
p100.FormFactor = Enum.FormFactor.Custom
7160
p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7161
p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7162
p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7163
p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7164
p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7165
p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7166
p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7167
b100 = Instance.new("SpecialMesh", p100)
7168
b100.MeshType = Enum.MeshType.Wedge
7169
b100.Name = "Mesh"
7170
b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7171
p101 = Instance.new("WedgePart", m8)
7172
p101.BrickColor = BrickColor.new("Lime green")
7173
p101.Material = Enum.Material.Neon
7174
p101.Reflectance = 0.40000000596046
7175
p101.Name = "Wedge"
7176
p101.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)
7177
p101.CanCollide = false
7178
p101.Locked = true
7179
p101.FormFactor = Enum.FormFactor.Custom
7180
p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7181
p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7182
p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7183
p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7184
p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7185
p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7186
p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7187
b101 = Instance.new("SpecialMesh", p101)
7188
b101.MeshType = Enum.MeshType.Wedge
7189
b101.Name = "Mesh"
7190
b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7191
p102 = Instance.new("WedgePart", m8)
7192
p102.BrickColor = BrickColor.new("Lime green")
7193
p102.Material = Enum.Material.Neon
7194
p102.Reflectance = 0.40000000596046
7195
p102.Name = "Wedge"
7196
p102.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)
7197
p102.CanCollide = false
7198
p102.Locked = true
7199
p102.FormFactor = Enum.FormFactor.Custom
7200
p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7201
p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7202
p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7203
p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7204
p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7205
p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7206
p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7207
b102 = Instance.new("SpecialMesh", p102)
7208
b102.MeshType = Enum.MeshType.Wedge
7209
b102.Name = "Mesh"
7210
b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7211
p103 = Instance.new("WedgePart", m8)
7212
p103.BrickColor = BrickColor.new("Lime green")
7213
p103.Material = Enum.Material.Neon
7214
p103.Reflectance = 0.40000000596046
7215
p103.Name = "Wedge"
7216
p103.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)
7217
p103.CanCollide = false
7218
p103.Locked = true
7219
p103.FormFactor = Enum.FormFactor.Custom
7220
p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7221
p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7222
p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7223
p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7224
p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7225
p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7226
p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7227
b103 = Instance.new("SpecialMesh", p103)
7228
b103.MeshType = Enum.MeshType.Wedge
7229
b103.Name = "Mesh"
7230
b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7231
p104 = Instance.new("WedgePart", m8)
7232
p104.BrickColor = BrickColor.new("Lime green")
7233
p104.Material = Enum.Material.Neon
7234
p104.Reflectance = 0.40000000596046
7235
p104.Name = "Wedge"
7236
p104.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)
7237
p104.CanCollide = false
7238
p104.Locked = true
7239
p104.FormFactor = Enum.FormFactor.Custom
7240
p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7241
p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7242
p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7243
p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7244
p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7245
p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7246
p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7247
b104 = Instance.new("SpecialMesh", p104)
7248
b104.MeshType = Enum.MeshType.Wedge
7249
b104.Name = "Mesh"
7250
b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7251
p105 = Instance.new("WedgePart", m8)
7252
p105.BrickColor = BrickColor.new("Really black")
7253
p105.Material = Enum.Material.Metal
7254
p105.Reflectance = 0.40000000596046
7255
p105.Name = "Wedge"
7256
p105.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)
7257
p105.CanCollide = false
7258
p105.Locked = true
7259
p105.FormFactor = Enum.FormFactor.Custom
7260
p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7261
p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7262
p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7263
p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7264
p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7265
p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7266
p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7267
b105 = Instance.new("SpecialMesh", p105)
7268
b105.MeshType = Enum.MeshType.Wedge
7269
b105.Name = "Mesh"
7270
b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7271
p106 = Instance.new("WedgePart", m8)
7272
p106.BrickColor = BrickColor.new("Lime green")
7273
p106.Material = Enum.Material.Neon
7274
p106.Reflectance = 0.40000000596046
7275
p106.Name = "Wedge"
7276
p106.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)
7277
p106.CanCollide = false
7278
p106.Locked = true
7279
p106.FormFactor = Enum.FormFactor.Custom
7280
p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7281
p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7282
p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7283
p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7284
p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7285
p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7286
p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7287
b106 = Instance.new("SpecialMesh", p106)
7288
b106.MeshType = Enum.MeshType.Wedge
7289
b106.Name = "Mesh"
7290
b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7291
p107 = Instance.new("WedgePart", m8)
7292
p107.BrickColor = BrickColor.new("Lime green")
7293
p107.Material = Enum.Material.Neon
7294
p107.Reflectance = 0.40000000596046
7295
p107.Name = "Wedge"
7296
p107.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)
7297
p107.CanCollide = false
7298
p107.Locked = true
7299
p107.FormFactor = Enum.FormFactor.Custom
7300
p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7301
p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7302
p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7303
p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7304
p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7305
p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7306
p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7307
b107 = Instance.new("SpecialMesh", p107)
7308
b107.MeshType = Enum.MeshType.Wedge
7309
b107.Name = "Mesh"
7310
b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7311
p108 = Instance.new("WedgePart", m8)
7312
p108.BrickColor = BrickColor.new("Black")
7313
p108.Material = Enum.Material.Metal
7314
p108.Reflectance = 0.40000000596046
7315
p108.Name = "Wedge"
7316
p108.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)
7317
p108.CanCollide = false
7318
p108.Locked = true
7319
p108.FormFactor = Enum.FormFactor.Custom
7320
p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7321
p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7322
p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7323
p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7324
p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7325
p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7326
p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7327
b108 = Instance.new("SpecialMesh", p108)
7328
b108.MeshType = Enum.MeshType.Wedge
7329
b108.Name = "Mesh"
7330
b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7331
p109 = Instance.new("WedgePart", m8)
7332
p109.BrickColor = BrickColor.new("Lime green")
7333
p109.Material = Enum.Material.Neon
7334
p109.Reflectance = 0.40000000596046
7335
p109.Name = "Wedge"
7336
p109.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)
7337
p109.CanCollide = false
7338
p109.Locked = true
7339
p109.FormFactor = Enum.FormFactor.Custom
7340
p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7341
p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7342
p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7343
p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7344
p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7345
p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7346
p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7347
b109 = Instance.new("SpecialMesh", p109)
7348
b109.MeshType = Enum.MeshType.Wedge
7349
b109.Name = "Mesh"
7350
b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7351
p110 = Instance.new("WedgePart", m8)
7352
p110.BrickColor = BrickColor.new("Lime green")
7353
p110.Material = Enum.Material.Neon
7354
p110.Reflectance = 0.40000000596046
7355
p110.Name = "Wedge"
7356
p110.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)
7357
p110.CanCollide = false
7358
p110.Locked = true
7359
p110.FormFactor = Enum.FormFactor.Custom
7360
p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7361
p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7362
p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7363
p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7364
p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7365
p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7366
p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7367
b110 = Instance.new("SpecialMesh", p110)
7368
b110.MeshType = Enum.MeshType.Wedge
7369
b110.Name = "Mesh"
7370
b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7371
p111 = Instance.new("Part", m8)
7372
p111.BrickColor = BrickColor.new("Really black")
7373
p111.Material = Enum.Material.Metal
7374
p111.Transparency = 1
7375
p111.Name = "Hitbox"
7376
p111.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)
7377
p111.CanCollide = false
7378
p111.Locked = true
7379
p111.FormFactor = Enum.FormFactor.Custom
7380
p111.Size = Vector3.new(0.22, 2.57, 1.22)
7381
p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7382
p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7383
p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7384
p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7385
p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7386
p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7387
b111 = Instance.new("BlockMesh", p111)
7388
b111.Name = "Mesh"
7389
w1 = Instance.new("Weld", p1)
7390
w1.Name = "Block_Weld"
7391
w1.Part0 = p1
7392
w1.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)
7393
w1.Part1 = p2
7394
w1.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)
7395
w2 = Instance.new("Weld", p2)
7396
w2.Name = "Block_Weld"
7397
w2.Part0 = p2
7398
w2.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)
7399
w2.Part1 = p3
7400
w2.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)
7401
w3 = Instance.new("Weld", p3)
7402
w3.Name = "Block_Weld"
7403
w3.Part0 = p3
7404
w3.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)
7405
w3.Part1 = p4
7406
w3.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)
7407
w4 = Instance.new("Weld", p4)
7408
w4.Name = "Block_Weld"
7409
w4.Part0 = p4
7410
w4.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)
7411
w4.Part1 = p5
7412
w4.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)
7413
w5 = Instance.new("Weld", p5)
7414
w5.Name = "Block_Weld"
7415
w5.Part0 = p5
7416
w5.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)
7417
w5.Part1 = p6
7418
w5.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)
7419
w6 = Instance.new("Weld", p6)
7420
w6.Name = "Block_Weld"
7421
w6.Part0 = p6
7422
w6.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)
7423
w6.Part1 = p7
7424
w6.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)
7425
w7 = Instance.new("Weld", p7)
7426
w7.Name = "Block_Weld"
7427
w7.Part0 = p7
7428
w7.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)
7429
w7.Part1 = p8
7430
w7.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)
7431
w8 = Instance.new("Weld", p8)
7432
w8.Name = "Block_Weld"
7433
w8.Part0 = p8
7434
w8.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)
7435
w8.Part1 = p9
7436
w8.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)
7437
w9 = Instance.new("Weld", p9)
7438
w9.Name = "Block_Weld"
7439
w9.Part0 = p9
7440
w9.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)
7441
w9.Part1 = p10
7442
w9.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)
7443
w10 = Instance.new("Weld", p10)
7444
w10.Name = "Circle_Weld"
7445
w10.Part0 = p10
7446
w10.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)
7447
w10.Part1 = p11
7448
w10.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)
7449
w11 = Instance.new("Weld", p11)
7450
w11.Name = "Block_Weld"
7451
w11.Part0 = p11
7452
w11.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)
7453
w11.Part1 = p12
7454
w11.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)
7455
w12 = Instance.new("Weld", p12)
7456
w12.Name = "Block_Weld"
7457
w12.Part0 = p12
7458
w12.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)
7459
w12.Part1 = p13
7460
w12.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)
7461
w13 = Instance.new("Weld", p13)
7462
w13.Name = "Block_Weld"
7463
w13.Part0 = p13
7464
w13.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)
7465
w13.Part1 = p14
7466
w13.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)
7467
w14 = Instance.new("Weld", p14)
7468
w14.Name = "Block_Weld"
7469
w14.Part0 = p14
7470
w14.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)
7471
w14.Part1 = p15
7472
w14.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)
7473
w15 = Instance.new("Weld", p15)
7474
w15.Name = "Handle_Weld"
7475
w15.Part0 = p15
7476
w15.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)
7477
w15.Part1 = p16
7478
w15.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)
7479
w16 = Instance.new("Weld", p16)
7480
w16.Name = "Block_Weld"
7481
w16.Part0 = p16
7482
w16.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)
7483
w16.Part1 = p17
7484
w16.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)
7485
w17 = Instance.new("Weld", p17)
7486
w17.Name = "Block_Weld"
7487
w17.Part0 = p17
7488
w17.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)
7489
w17.Part1 = p18
7490
w17.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)
7491
w18 = Instance.new("Weld", p18)
7492
w18.Name = "Block_Weld"
7493
w18.Part0 = p18
7494
w18.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)
7495
w18.Part1 = p19
7496
w18.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)
7497
w19 = Instance.new("Weld", p19)
7498
w19.Name = "Block_Weld"
7499
w19.Part0 = p19
7500
w19.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)
7501
w19.Part1 = p20
7502
w19.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)
7503
w20 = Instance.new("Weld", p20)
7504
w20.Name = "Block_Weld"
7505
w20.Part0 = p20
7506
w20.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)
7507
w20.Part1 = p21
7508
w20.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)
7509
w21 = Instance.new("Weld", p21)
7510
w21.Name = "Block_Weld"
7511
w21.Part0 = p21
7512
w21.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)
7513
w21.Part1 = p22
7514
w21.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)
7515
w22 = Instance.new("Weld", p22)
7516
w22.Name = "Block_Weld"
7517
w22.Part0 = p22
7518
w22.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)
7519
w22.Part1 = p23
7520
w22.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)
7521
w23 = Instance.new("Weld", p23)
7522
w23.Name = "Block_Weld"
7523
w23.Part0 = p23
7524
w23.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)
7525
w23.Part1 = p24
7526
w23.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)
7527
w24 = Instance.new("Weld", p24)
7528
w24.Name = "Block_Weld"
7529
w24.Part0 = p24
7530
w24.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)
7531
w24.Part1 = p25
7532
w24.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)
7533
w25 = Instance.new("Weld", p25)
7534
w25.Name = "Block_Weld"
7535
w25.Part0 = p25
7536
w25.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)
7537
w25.Part1 = p26
7538
w25.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)
7539
w26 = Instance.new("Weld", p26)
7540
w26.Name = "Block_Weld"
7541
w26.Part0 = p26
7542
w26.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)
7543
w26.Part1 = p27
7544
w26.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)
7545
w27 = Instance.new("Weld", p27)
7546
w27.Name = "Circle_Weld"
7547
w27.Part0 = p27
7548
w27.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)
7549
w27.Part1 = p28
7550
w27.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)
7551
w28 = Instance.new("Weld", p28)
7552
w28.Name = "Block_Weld"
7553
w28.Part0 = p28
7554
w28.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)
7555
w28.Part1 = p29
7556
w28.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)
7557
w29 = Instance.new("Weld", p29)
7558
w29.Name = "Block_Weld"
7559
w29.Part0 = p29
7560
w29.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)
7561
w29.Part1 = p30
7562
w29.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)
7563
w30 = Instance.new("Weld", p30)
7564
w30.Name = "Block_Weld"
7565
w30.Part0 = p30
7566
w30.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)
7567
w30.Part1 = p31
7568
w30.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)
7569
w31 = Instance.new("Weld", p31)
7570
w31.Name = "Block_Weld"
7571
w31.Part0 = p31
7572
w31.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)
7573
w31.Part1 = p32
7574
w31.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)
7575
w32 = Instance.new("Weld", p32)
7576
w32.Name = "Block_Weld"
7577
w32.Part0 = p32
7578
w32.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)
7579
w32.Part1 = p33
7580
w32.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)
7581
w33 = Instance.new("Weld", p33)
7582
w33.Name = "Block_Weld"
7583
w33.Part0 = p33
7584
w33.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)
7585
w33.Part1 = p34
7586
w33.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)
7587
w34 = Instance.new("Weld", p34)
7588
w34.Name = "Block_Weld"
7589
w34.Part0 = p34
7590
w34.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)
7591
w34.Part1 = p35
7592
w34.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)
7593
w35 = Instance.new("Weld", p35)
7594
w35.Name = "Block_Weld"
7595
w35.Part0 = p35
7596
w35.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)
7597
w35.Part1 = p36
7598
w35.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)
7599
w36 = Instance.new("Weld", p36)
7600
w36.Name = "Circle_Weld"
7601
w36.Part0 = p36
7602
w36.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)
7603
w36.Part1 = p37
7604
w36.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)
7605
w37 = Instance.new("Weld", p37)
7606
w37.Name = "Block_Weld"
7607
w37.Part0 = p37
7608
w37.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)
7609
w37.Part1 = p38
7610
w37.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)
7611
w38 = Instance.new("Weld", p38)
7612
w38.Name = "Block_Weld"
7613
w38.Part0 = p38
7614
w38.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)
7615
w38.Part1 = p39
7616
w38.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)
7617
w39 = Instance.new("Weld", p39)
7618
w39.Name = "Block_Weld"
7619
w39.Part0 = p39
7620
w39.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)
7621
w39.Part1 = p40
7622
w39.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)
7623
w40 = Instance.new("Weld", p40)
7624
w40.Name = "Block_Weld"
7625
w40.Part0 = p40
7626
w40.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)
7627
w40.Part1 = p41
7628
w40.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)
7629
w41 = Instance.new("Weld", p41)
7630
w41.Name = "Block_Weld"
7631
w41.Part0 = p41
7632
w41.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)
7633
w41.Part1 = p42
7634
w41.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)
7635
w42 = Instance.new("Weld", p42)
7636
w42.Name = "Block_Weld"
7637
w42.Part0 = p42
7638
w42.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)
7639
w42.Part1 = p43
7640
w42.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)
7641
w43 = Instance.new("Weld", p43)
7642
w43.Name = "Circle_Weld"
7643
w43.Part0 = p43
7644
w43.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)
7645
w43.Part1 = p44
7646
w43.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)
7647
w44 = Instance.new("Weld", p44)
7648
w44.Name = "Block_Weld"
7649
w44.Part0 = p44
7650
w44.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)
7651
w44.Part1 = p45
7652
w44.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)
7653
w45 = Instance.new("Weld", p45)
7654
w45.Name = "Block_Weld"
7655
w45.Part0 = p45
7656
w45.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)
7657
w45.Part1 = p46
7658
w45.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)
7659
w46 = Instance.new("Weld", p46)
7660
w46.Name = "Block_Weld"
7661
w46.Part0 = p46
7662
w46.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)
7663
w46.Part1 = p47
7664
w46.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)
7665
w47 = Instance.new("Weld", p47)
7666
w47.Name = "Block_Weld"
7667
w47.Part0 = p47
7668
w47.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)
7669
w47.Part1 = p48
7670
w47.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)
7671
w48 = Instance.new("Weld", p48)
7672
w48.Name = "Block_Weld"
7673
w48.Part0 = p48
7674
w48.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)
7675
w48.Part1 = p49
7676
w48.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)
7677
w49 = Instance.new("Weld", p49)
7678
w49.Name = "Block_Weld"
7679
w49.Part0 = p49
7680
w49.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)
7681
w49.Part1 = p50
7682
w49.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)
7683
w50 = Instance.new("Weld", p50)
7684
w50.Name = "Block_Weld"
7685
w50.Part0 = p50
7686
w50.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)
7687
w50.Part1 = p51
7688
w50.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)
7689
w51 = Instance.new("Weld", p51)
7690
w51.Name = "Block_Weld"
7691
w51.Part0 = p51
7692
w51.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)
7693
w51.Part1 = p52
7694
w51.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)
7695
w52 = Instance.new("Weld", p52)
7696
w52.Name = "Block_Weld"
7697
w52.Part0 = p52
7698
w52.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)
7699
w52.Part1 = p53
7700
w52.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)
7701
w53 = Instance.new("Weld", p53)
7702
w53.Name = "Circle_Weld"
7703
w53.Part0 = p53
7704
w53.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)
7705
w53.Part1 = p54
7706
w53.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)
7707
w54 = Instance.new("Weld", p54)
7708
w54.Name = "Block_Weld"
7709
w54.Part0 = p54
7710
w54.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)
7711
w54.Part1 = p55
7712
w54.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)
7713
w55 = Instance.new("Weld", p55)
7714
w55.Name = "Block_Weld"
7715
w55.Part0 = p55
7716
w55.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)
7717
w55.Part1 = p56
7718
w55.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)
7719
w56 = Instance.new("Weld", p56)
7720
w56.Name = "Block_Weld"
7721
w56.Part0 = p56
7722
w56.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)
7723
w56.Part1 = p57
7724
w56.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)
7725
w57 = Instance.new("Weld", p57)
7726
w57.Name = "Block_Weld"
7727
w57.Part0 = p57
7728
w57.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)
7729
w57.Part1 = p58
7730
w57.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)
7731
w58 = Instance.new("Weld", p58)
7732
w58.Name = "Block_Weld"
7733
w58.Part0 = p58
7734
w58.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)
7735
w58.Part1 = p59
7736
w58.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)
7737
w59 = Instance.new("Weld", p59)
7738
w59.Name = "Circle_Weld"
7739
w59.Part0 = p59
7740
w59.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)
7741
w59.Part1 = p60
7742
w59.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)
7743
w60 = Instance.new("Weld", p60)
7744
w60.Name = "Circle_Weld"
7745
w60.Part0 = p60
7746
w60.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)
7747
w60.Part1 = p61
7748
w60.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)
7749
w61 = Instance.new("Weld", p61)
7750
w61.Name = "Block_Weld"
7751
w61.Part0 = p61
7752
w61.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)
7753
w61.Part1 = p62
7754
w61.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)
7755
w62 = Instance.new("Weld", p62)
7756
w62.Name = "Block_Weld"
7757
w62.Part0 = p62
7758
w62.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)
7759
w62.Part1 = p63
7760
w62.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)
7761
w63 = Instance.new("Weld", p63)
7762
w63.Name = "Block_Weld"
7763
w63.Part0 = p63
7764
w63.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)
7765
w63.Part1 = p64
7766
w63.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)
7767
w64 = Instance.new("Weld", p64)
7768
w64.Name = "Block_Weld"
7769
w64.Part0 = p64
7770
w64.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)
7771
w64.Part1 = p65
7772
w64.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)
7773
w65 = Instance.new("Weld", p65)
7774
w65.Name = "Block_Weld"
7775
w65.Part0 = p65
7776
w65.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)
7777
w65.Part1 = p66
7778
w65.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)
7779
w66 = Instance.new("Weld", p66)
7780
w66.Name = "Block_Weld"
7781
w66.Part0 = p66
7782
w66.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)
7783
w66.Part1 = p67
7784
w66.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)
7785
w67 = Instance.new("Weld", p67)
7786
w67.Name = "Block_Weld"
7787
w67.Part0 = p67
7788
w67.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)
7789
w67.Part1 = p68
7790
w67.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)
7791
w68 = Instance.new("Weld", p68)
7792
w68.Name = "Block_Weld"
7793
w68.Part0 = p68
7794
w68.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)
7795
w68.Part1 = p69
7796
w68.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)
7797
w69 = Instance.new("Weld", p69)
7798
w69.Name = "Circle_Weld"
7799
w69.Part0 = p69
7800
w69.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)
7801
w69.Part1 = p70
7802
w69.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)
7803
w70 = Instance.new("Weld", p70)
7804
w70.Name = "Wedge_Weld"
7805
w70.Part0 = p70
7806
w70.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)
7807
w70.Part1 = p71
7808
w70.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)
7809
w71 = Instance.new("Weld", p71)
7810
w71.Name = "Wedge_Weld"
7811
w71.Part0 = p71
7812
w71.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)
7813
w71.Part1 = p72
7814
w71.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)
7815
w72 = Instance.new("Weld", p72)
7816
w72.Name = "Wedge_Weld"
7817
w72.Part0 = p72
7818
w72.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)
7819
w72.Part1 = p73
7820
w72.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)
7821
w73 = Instance.new("Weld", p73)
7822
w73.Name = "Wedge_Weld"
7823
w73.Part0 = p73
7824
w73.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)
7825
w73.Part1 = p74
7826
w73.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)
7827
w74 = Instance.new("Weld", p74)
7828
w74.Name = "Wedge_Weld"
7829
w74.Part0 = p74
7830
w74.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)
7831
w74.Part1 = p75
7832
w74.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)
7833
w75 = Instance.new("Weld", p75)
7834
w75.Name = "Wedge_Weld"
7835
w75.Part0 = p75
7836
w75.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)
7837
w75.Part1 = p76
7838
w75.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)
7839
w76 = Instance.new("Weld", p76)
7840
w76.Name = "Wedge_Weld"
7841
w76.Part0 = p76
7842
w76.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)
7843
w76.Part1 = p77
7844
w76.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)
7845
w77 = Instance.new("Weld", p77)
7846
w77.Name = "Wedge_Weld"
7847
w77.Part0 = p77
7848
w77.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)
7849
w77.Part1 = p78
7850
w77.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)
7851
w78 = Instance.new("Weld", p78)
7852
w78.Name = "Wedge_Weld"
7853
w78.Part0 = p78
7854
w78.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)
7855
w78.Part1 = p79
7856
w78.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)
7857
w79 = Instance.new("Weld", p79)
7858
w79.Name = "Wedge_Weld"
7859
w79.Part0 = p79
7860
w79.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)
7861
w79.Part1 = p80
7862
w79.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)
7863
w80 = Instance.new("Weld", p80)
7864
w80.Name = "Wedge_Weld"
7865
w80.Part0 = p80
7866
w80.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)
7867
w80.Part1 = p81
7868
w80.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)
7869
w81 = Instance.new("Weld", p81)
7870
w81.Name = "Wedge_Weld"
7871
w81.Part0 = p81
7872
w81.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)
7873
w81.Part1 = p82
7874
w81.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)
7875
w82 = Instance.new("Weld", p82)
7876
w82.Name = "Wedge_Weld"
7877
w82.Part0 = p82
7878
w82.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)
7879
w82.Part1 = p83
7880
w82.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)
7881
w83 = Instance.new("Weld", p83)
7882
w83.Name = "Wedge_Weld"
7883
w83.Part0 = p83
7884
w83.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)
7885
w83.Part1 = p84
7886
w83.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)
7887
w84 = Instance.new("Weld", p84)
7888
w84.Name = "Wedge_Weld"
7889
w84.Part0 = p84
7890
w84.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)
7891
w84.Part1 = p85
7892
w84.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)
7893
w85 = Instance.new("Weld", p85)
7894
w85.Name = "Wedge_Weld"
7895
w85.Part0 = p85
7896
w85.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)
7897
w85.Part1 = p86
7898
w85.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)
7899
w86 = Instance.new("Weld", p86)
7900
w86.Name = "Wedge_Weld"
7901
w86.Part0 = p86
7902
w86.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)
7903
w86.Part1 = p87
7904
w86.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)
7905
w87 = Instance.new("Weld", p87)
7906
w87.Name = "Wedge_Weld"
7907
w87.Part0 = p87
7908
w87.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)
7909
w87.Part1 = p88
7910
w87.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)
7911
w88 = Instance.new("Weld", p88)
7912
w88.Name = "Wedge_Weld"
7913
w88.Part0 = p88
7914
w88.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)
7915
w88.Part1 = p89
7916
w88.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)
7917
w89 = Instance.new("Weld", p89)
7918
w89.Name = "Wedge_Weld"
7919
w89.Part0 = p89
7920
w89.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)
7921
w89.Part1 = p90
7922
w89.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)
7923
w90 = Instance.new("Weld", p90)
7924
w90.Name = "Wedge_Weld"
7925
w90.Part0 = p90
7926
w90.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)
7927
w90.Part1 = p91
7928
w90.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)
7929
w91 = Instance.new("Weld", p91)
7930
w91.Name = "Wedge_Weld"
7931
w91.Part0 = p91
7932
w91.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)
7933
w91.Part1 = p92
7934
w91.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)
7935
w92 = Instance.new("Weld", p92)
7936
w92.Name = "Wedge_Weld"
7937
w92.Part0 = p92
7938
w92.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)
7939
w92.Part1 = p93
7940
w92.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)
7941
w93 = Instance.new("Weld", p93)
7942
w93.Name = "Wedge_Weld"
7943
w93.Part0 = p93
7944
w93.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)
7945
w93.Part1 = p94
7946
w93.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)
7947
w94 = Instance.new("Weld", p94)
7948
w94.Name = "Wedge_Weld"
7949
w94.Part0 = p94
7950
w94.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)
7951
w94.Part1 = p95
7952
w94.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)
7953
w95 = Instance.new("Weld", p95)
7954
w95.Name = "Wedge_Weld"
7955
w95.Part0 = p95
7956
w95.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)
7957
w95.Part1 = p96
7958
w95.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)
7959
w96 = Instance.new("Weld", p96)
7960
w96.Name = "Wedge_Weld"
7961
w96.Part0 = p96
7962
w96.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)
7963
w96.Part1 = p97
7964
w96.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)
7965
w97 = Instance.new("Weld", p97)
7966
w97.Name = "Wedge_Weld"
7967
w97.Part0 = p97
7968
w97.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)
7969
w97.Part1 = p98
7970
w97.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)
7971
w98 = Instance.new("Weld", p98)
7972
w98.Name = "Wedge_Weld"
7973
w98.Part0 = p98
7974
w98.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)
7975
w98.Part1 = p99
7976
w98.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)
7977
w99 = Instance.new("Weld", p99)
7978
w99.Name = "Wedge_Weld"
7979
w99.Part0 = p99
7980
w99.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)
7981
w99.Part1 = p100
7982
w99.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)
7983
w100 = Instance.new("Weld", p100)
7984
w100.Name = "Wedge_Weld"
7985
w100.Part0 = p100
7986
w100.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)
7987
w100.Part1 = p101
7988
w100.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)
7989
w101 = Instance.new("Weld", p101)
7990
w101.Name = "Wedge_Weld"
7991
w101.Part0 = p101
7992
w101.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)
7993
w101.Part1 = p102
7994
w101.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)
7995
w102 = Instance.new("Weld", p102)
7996
w102.Name = "Wedge_Weld"
7997
w102.Part0 = p102
7998
w102.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)
7999
w102.Part1 = p103
8000
w102.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)
8001
w103 = Instance.new("Weld", p103)
8002
w103.Name = "Wedge_Weld"
8003
w103.Part0 = p103
8004
w103.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)
8005
w103.Part1 = p104
8006
w103.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)
8007
w104 = Instance.new("Weld", p104)
8008
w104.Name = "Wedge_Weld"
8009
w104.Part0 = p104
8010
w104.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)
8011
w104.Part1 = p105
8012
w104.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)
8013
w105 = Instance.new("Weld", p105)
8014
w105.Name = "Wedge_Weld"
8015
w105.Part0 = p105
8016
w105.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)
8017
w105.Part1 = p106
8018
w105.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)
8019
w106 = Instance.new("Weld", p106)
8020
w106.Name = "Wedge_Weld"
8021
w106.Part0 = p106
8022
w106.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)
8023
w106.Part1 = p107
8024
w106.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)
8025
w107 = Instance.new("Weld", p107)
8026
w107.Name = "Wedge_Weld"
8027
w107.Part0 = p107
8028
w107.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)
8029
w107.Part1 = p108
8030
w107.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)
8031
w108 = Instance.new("Weld", p108)
8032
w108.Name = "Wedge_Weld"
8033
w108.Part0 = p108
8034
w108.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)
8035
w108.Part1 = p109
8036
w108.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)
8037
w109 = Instance.new("Weld", p109)
8038
w109.Name = "Wedge_Weld"
8039
w109.Part0 = p109
8040
w109.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)
8041
w109.Part1 = p110
8042
w109.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)
8043
w110 = Instance.new("Weld", p110)
8044
w110.Name = "Hitbox_Weld"
8045
w110.Part0 = p110
8046
w110.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)
8047
w110.Part1 = p111
8048
w110.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)
8049
m8.Parent = rarm
8050
m8:MakeJoints()
8051
----------------------------------------------------
8052
local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8053
cor8.Name = "Thingy"
8054
cor8.Locked = true
8055
cor8.BottomSurface = 0
8056
cor8.CanCollide = false
8057
cor8.Size = Vector3.new(1, 1, 1)
8058
cor8.Transparency = 1
8059
cor8.TopSurface = 0
8060
corw8 = Instance.new("Weld", cor8)
8061
corw8.Part0 = rarm
8062
corw8.Part1 = cor8
8063
corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8064
corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8065
weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8066
weld8.Part0 = cor8
8067
weld8.Part1 = rarm.Zyrodoxa.Handle
8068
weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8069
Amulite = Instance.new("PointLight",m7.Center)
8070
Amulite.Brightness = 0
8071
Amulite.Color = Color3.new(0,1,0)
8072
----------------------------------------------------
8073
models = {m,m2,m3,m4,m5,m6,m7,m8}
8074
parts = {}
8075
Stepped:connect(function()
8076
	for i,v in pairs(models) do
8077
		for _, a in pairs(v:GetChildren()) do
8078
			if v:IsA("Part") and v.Name ~= "Thingy" then
8079
				table.insert(parts, a)
8080
				for i,v in pairs(parts) do
8081
					v.CanCollide = false
8082
				end
8083
			end
8084
		end
8085
	end
8086
end)
8087
----------------------------------------------------
8088
local animpose = "Idle1"
8089
local lastanimpose = "Idle1"
8090
local grab = false
8091
local Smooth = 1
8092
local sine = 0
8093
local change = 1
8094
local val = 0
8095
local ffing = false
8096
----------------------------------------------------
8097
--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8098
8099
function FindHumanoids()
8100
	local function c_region(Position, Size)
8101
		local SizeOffset = Size/2
8102
	 	local Point1 = Position - SizeOffset
8103
   		local Point2 = Position + SizeOffset
8104
   		local a = Instance.new("Part", workspace)
8105
   		a.Anchored = true
8106
   		a.Size = Size
8107
   		a.Position = Position
8108
   		print("Hey!, I'm making a part!")
8109
   		return Region3.new(Point1, Point2)
8110
  	end
8111
  	
8112
    local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8113
    local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8114
    local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8115
    local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8116
    
8117
    local regions = {a, b, c, d}
8118
    
8119
    local found_humanoids = {}
8120
    local already_found = {char.Name}
8121
    
8122
    for _, region in pairs(regions) do
8123
        for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8124
        	print(part, part.Parent, part.Name) ---nope
8125
            if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8126
                local humanoid = part.Parent:FindFirstChild("Humanoid")
8127
                local name = humanoid.Parent.Name
8128
                local exists = false
8129
                for _, n in pairs(already_found) do
8130
                    if n == name then
8131
                        exists = true
8132
                    end
8133
                end
8134
                if not exists then
8135
                    table.insert(already_found, name)
8136
                    table.insert(found_humanoids, humanoid)
8137
                end
8138
            elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8139
                local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8140
                local name = humanoid.Parent.Parent.Name
8141
                local exists = false
8142
                for _, n in pairs(already_found) do
8143
                    if n == name then
8144
                        exists = true
8145
                    end
8146
                end
8147
                if not exists then
8148
                    table.insert(already_found, name)
8149
                    table.insert(found_humanoids, humanoid)
8150
                end
8151
            end
8152
        end
8153
    end
8154
    return found_humanoids
8155
end
8156
8157
local humanoids = FindHumanoids()
8158
if #humanoids == 0 then
8159
	for i, v in pairs(humanoids) do
8160
		print(v.Parent.Name)
8161
		if Debounces.Slashing == true then
8162
			v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8163
		elseif Debounces.Slashing == false then
8164
			wait()
8165
		end
8166
	end
8167
	wait(0.3)
8168
end]]--
8169
----------------------------------------------------
8170
--[[mouse.KeyDown:connect(function(key)
8171
	if key == "f" then
8172
		if Debounces.CanAttack == true then
8173
			Debounces.CanAttack = false
8174
			Debounces.NoIdl = true
8175
			Debounces.on = true
8176
			for i = 1, 20 do
8177
				corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8178
				corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8179
				CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8180
				CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8181
				CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8182
				CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8183
				CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8184
				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)
8185
				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)
8186
				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)
8187
				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)
8188
				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)
8189
				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)
8190
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8191
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8192
				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)
8193
				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)
8194
				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)
8195
				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)
8196
				if Debounces.on == false then
8197
					break
8198
				end
8199
				fat.Event:wait()
8200
			end
8201
		end
8202
	end
8203
end)]]--
8204
----------------------------------------------------
8205
mod4 = Instance.new("Model",char)
8206
8207
ptez = {0.7, 0.8, 0.9, 1}
8208
8209
function FindNearestTorso(Position,Distance,SinglePlayer)
8210
    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8211
        local List = {}
8212
        for i,v in pairs(workspace:GetChildren())do
8213
            if v:IsA("Model")then
8214
                if v:findFirstChild("Torso")then
8215
                    if v ~= char then
8216
                        if(v.Torso.Position -Position).magnitude <= Distance then
8217
                            table.insert(List,v)
8218
                        end 
8219
                    end 
8220
                end 
8221
            end 
8222
        end
8223
    return List
8224
end
8225
8226
function Slam()
8227
    local part=Instance.new('Part',mod4)
8228
    part.Anchored=true
8229
    part.CanCollide=false
8230
    part.FormFactor='Custom'
8231
    part.Size=Vector3.new(.2,.2,.2)
8232
    part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8233
    part.Transparency=.7
8234
    part.BrickColor=BrickColor.new('Really black')
8235
    mesh=Instance.new('SpecialMesh',part)
8236
    mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8237
    mesh.Scale=Vector3.new(3,3,3)
8238
    local part2=Instance.new('Part',mod4)
8239
    part2.Anchored=true
8240
    part2.CanCollide=false
8241
    part2.FormFactor='Custom'
8242
    part2.Size=Vector3.new(.2,.2,.2)
8243
    part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8244
    part2.Transparency=.7
8245
    part2.BrickColor=BrickColor.new('Lime green')
8246
    mesh2=Instance.new('SpecialMesh',part2)
8247
    mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8248
    mesh2.Scale=Vector3.new(3,1.5,3)
8249
    x = Instance.new("Sound",larm)
8250
    x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8251
    x.Pitch = ptez[math.random(1,#ptez)]
8252
    x.Volume = 1
8253
    wait(.1)
8254
    x1 = Instance.new("Sound",larm)
8255
    x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8256
    x1.Pitch = ptez[math.random(1,#ptez)]
8257
    x1.Volume = 1
8258
    wait(.1)
8259
	x:Play()
8260
    x1:Play()
8261
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8262
        if v:FindFirstChild('Humanoid') then
8263
            v.Humanoid:TakeDamage(math.random(30,45))
8264
        end
8265
    end
8266
    coroutine.resume(coroutine.create(function() 
8267
        for i=0,0.62,0.13 do
8268
            wait()
8269
            part.CFrame=part.CFrame
8270
            part.Transparency=i
8271
            mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8272
            part2.CFrame=part2.CFrame
8273
            part2.Transparency=i
8274
            mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8275
            end
8276
        part.Parent=nil
8277
        part2.Parent=nil
8278
        x:Destroy()
8279
    end))
8280
end
8281
----------------------------------------------------
8282
wPart = function(x,y,z,color,tr,cc,an,parent)
8283
    local wp = Instance.new('WedgePart',parent or Weapon)
8284
    wp.formFactor = 'Custom'
8285
    wp.Size = Vector3.new(x,y,z)
8286
    wp.BrickColor = BrickColor.new(color)
8287
    wp.CanCollide = cc
8288
    wp.Transparency = tr
8289
    wp.Anchored = an
8290
    wp.TopSurface,wp.BottomSurface = 0,0
8291
    return wp
8292
end
8293
8294
Mesh = function(par,num,x,y,z)
8295
    local msh = _
8296
    if num == 1 then
8297
        msh = Instance.new("CylinderMesh",par)
8298
    elseif num == 2 then
8299
        msh = Instance.new("SpecialMesh",par)
8300
        msh.MeshType = 3
8301
    elseif num == 3 then
8302
        msh = Instance.new("BlockMesh",par)
8303
    elseif num == 4 then
8304
        msh = Instance.new("SpecialMesh",par)
8305
        msh.MeshType = "Torso"
8306
    elseif type(num) == 'string' then
8307
        msh = Instance.new("SpecialMesh",par)
8308
        msh.MeshId = num
8309
    end 
8310
    msh.Scale = Vector3.new(x,y,z)
8311
    return msh
8312
end
8313
8314
local function CFrameFromTopBack(at, top, back)
8315
    local right = top:Cross(back)
8316
    return CFrame.new(at.x, at.y, at.z,
8317
    right.x, top.x, back.x,
8318
    right.y, top.y, back.y,
8319
    right.z, top.z, back.z)
8320
end
8321
8322
function Triangle(a, b, c)
8323
    local edg1 = (c-a):Dot((b-a).unit)
8324
    local edg2 = (a-b):Dot((c-b).unit)
8325
    local edg3 = (b-c):Dot((a-c).unit)
8326
    if edg1 <= (b-a).magnitude and edg1 >= 0 then
8327
        a, b, c = a, b, c
8328
    elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8329
        a, b, c = b, c, a
8330
    elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8331
        a, b, c = c, a, b
8332
    else 
8333
        print("unreachable")
8334
    end
8335
    local len1 = (c-a):Dot((b-a).unit)
8336
    local len2 = (b-a).magnitude - len1
8337
    local width = (a + (b-a).unit*len1 - c).magnitude
8338
    local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8339
    local list = {}
8340
    if len1 > 0.01 then
8341
        local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8342
        local sz = Vector3.new(0.2, width, len1)
8343
        w1.Size = sz
8344
        local sp = Mesh(w1,2,0,0,0)
8345
        sp.MeshType='Wedge'
8346
        sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8347
        w1:BreakJoints()
8348
        w1.Anchored = true
8349
        w1.Transparency = 0.7
8350
        Spawn(function()
8351
            for i=0,1,0.1 do
8352
                fat.Event:wait()
8353
                w1.Transparency=w1.Transparency+0.03
8354
            end
8355
        end)
8356
        w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8357
        table.insert(list,w1)
8358
    end
8359
    if len2 > 0.01 then
8360
        local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8361
        local sz = Vector3.new(0.2, width, len2) 
8362
        w2.Size = sz
8363
        local sp = Mesh(w2,2,0,0,0)
8364
        sp.MeshType='Wedge'
8365
        sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8366
        w2:BreakJoints()
8367
        w2.Anchored = true
8368
        w2.Transparency = 0.7
8369
        Spawn(function()
8370
            for i=0,1,0.1 do
8371
                fat.Event:wait()
8372
                w2.Transparency=w2.Transparency+0.03
8373
            end
8374
        end)
8375
        w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8376
        table.insert(list,w2)
8377
    end
8378
    return unpack(list)
8379
end
8380
8381
function trail(p,t,h)
8382
	Spawn(function()
8383
		local blcf = p.CFrame
8384
		local scfr = blcf
8385
		for i=1,t do
8386
			local blcf = p.CFrame
8387
			if scfr and (p.Position-scfr.p).magnitude > .1 then
8388
				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)
8389
				if a then game.Debris:AddItem(a,1) end 
8390
				if b then game.Debris:AddItem(b,1) end
8391
				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)
8392
				if a then game.Debris:AddItem(a,1) end 
8393
				if b then game.Debris:AddItem(b,1) end
8394
				scfr = blcf
8395
			elseif not scfr then
8396
				scfr = blcf
8397
			end
8398
			fat.Event:wait()
8399
		end
8400
		scfr=nil
8401
	end)
8402
end
8403
--trail(char.Sword.Blade,1e1000,5)
8404
----------------------------------------------------
8405
function Dmg()
8406
	local partofdeath = rarm.Zyrodoxa.Hitbox
8407
	local function CreateRegion3FromLocAndSize(Position, Size)
8408
		local SizeOffset = Size/2
8409
		local Point1 = Position - SizeOffset
8410
		local Point2 = Position + SizeOffset
8411
		return Region3.new(Point1, Point2)
8412
	end
8413
	local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8414
	for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8415
		Spawn(function()
8416
			if Debounces.Slashing == true and Debounces.Slashed == false then
8417
				Debounces.Slashed = true
8418
				ypcall(function()
8419
					local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8420
					humanoid:TakeDamage(math.random(10,18))
8421
				end)
8422
				wait(.4)
8423
				Debounces.Slashed = false
8424
			end
8425
		end)
8426
	end
8427
end
8428
----------------------------------------------------
8429
pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8430
ptz = {0.7, 0.8, 0.9, 1}
8431
idz = {"161006212", "161006195"}
8432
function attackone()
8433
	for i = 1, 13 do
8434
		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)
8435
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8436
		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)
8437
		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)
8438
		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)
8439
		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)
8440
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8441
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8442
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8443
		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)
8444
		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)
8445
		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)
8446
		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)
8447
		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)
8448
		if Debounces.on == false then
8449
			break
8450
		end
8451
		fat.Event:wait()
8452
	end
8453
	trail(rarm.Zyrodoxa.Hitbox,20,2)
8454
	Debounces.Slashing = true
8455
	wait(0.2)
8456
	--[[z = Instance.new("Sound", hed)
8457
	z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8458
	z.Pitch = ptz[math.random(1,#ptz)]
8459
	z.Volume = 1
8460
	wait(.01)
8461
	z:Play()]]--
8462
	for i = 1, 14 do
8463
		Dmg()
8464
		corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8465
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8466
		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)
8467
		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)
8468
		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)
8469
		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)
8470
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8471
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8472
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8473
		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)
8474
		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)
8475
		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)
8476
		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)
8477
		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)
8478
		if Debounces.on == false then break end
8479
		rs:wait()
8480
	end
8481
	Debounces.Slashing = false
8482
end
8483
function attacktwo()
8484
	Debounces.Slashing = true
8485
	for i = 1, 14 do
8486
		Dmg()
8487
		corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8488
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8489
		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)
8490
		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)
8491
		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)
8492
		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)
8493
		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)
8494
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8495
		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)
8496
		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)
8497
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8498
		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)
8499
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8500
		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)
8501
		if Debounces.on == false then
8502
			break
8503
		end
8504
		rs:wait()
8505
	end
8506
end
8507
----------------------------------------------------
8508
ComboNum = 0
8509
mouse.Button1Down:connect(function()
8510
	if Debounces.CanAttack == true then
8511
		Debounces.CanAttack = false
8512
		Debounces.NoIdl = true
8513
		Debounces.on = true
8514
		if ComboNum == 0 then
8515
			attackone()
8516
		elseif ComboNum == 1  then
8517
			attacktwo()
8518
		--[[elseif ComboNum == 2 then
8519
			attackthree()]]--
8520
		end
8521
		ComboNum = ComboNum + 1
8522
		Debounces.CanAttack = true
8523
		Debounces.on = false
8524
		wait(.5)
8525
		if Debounces.CanAttack == true then
8526
			ComboNum = 0
8527
			Debounces.NoIdl = false
8528
		end
8529
	end
8530
end)
8531
----------------------------------------------------
8532
definition = 5
8533
bc = {}
8534
bezierparts = {}
8535
function NoOutline(Part)
8536
	Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8537
end
8538
function draw(p,d)
8539
	for i=1,d do 
8540
		local t = i/d
8541
		bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8542
	end
8543
	for i=1,d do
8544
		local bcs = Instance.new("Part",char)
8545
		NoOutline(bcs)
8546
		bcs.Anchored = true
8547
		bcs.CanCollide = false
8548
		bcs.Material = "Neon"
8549
		bcs.BrickColor = BrickColor.new("Lime green")
8550
		bcs.Size = Vector3.new(1,1,1)
8551
		bcs.Shape = Enum.PartType.Ball
8552
		bcs.CFrame = CFrame.new(bc[i])
8553
		local bcp = Instance.new("Part",char)
8554
		NoOutline(bcp)
8555
		bcp.Anchored = true
8556
		bcp.CanCollide = false
8557
		bcp.Material = "Neon"
8558
		bcp.BrickColor = BrickColor.new("Lime green")
8559
		local cm = Instance.new("CylinderMesh")
8560
		cm.Parent = bcp
8561
		if i ~= 1 then
8562
			bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8563
			bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8564
		else
8565
			bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8566
			bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8567
		end
8568
		table.insert(bezierparts, bcs)
8569
		table.insert(bezierparts, bcp)
8570
	end
8571
	Spawn(function() fat.Event:wait()
8572
		for i,v in pairs(bezierparts) do
8573
			v.Transparency = 1
8574
		end
8575
	end)
8576
end
8577
--local points = {larm.Position,rarn.Position,invisipart.Position}
8578
--draw(points,definition)
8579
mouse.KeyDown:connect(function(key)
8580
    if key == "f" then
8581
        if Debounces.CanAttack == true then
8582
			Debounces.CanAttack = false
8583
			Debounces.NoIdl = true
8584
			Debounces.on = true
8585
			for i = 1, 20 do
8586
				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)
8587
				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)
8588
				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)
8589
				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)
8590
				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)
8591
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8592
				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)
8593
				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)
8594
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8595
				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)
8596
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8597
				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)
8598
				if Debounces.on == false then
8599
					break
8600
				end
8601
				fat.Event:wait()
8602
			end
8603
			rpart = Instance.new("Part",rarm)
8604
			NoOutline(rpart)
8605
			rpart.Anchored = false
8606
			rpart.Size = Vector3.new(1,1,1)
8607
			rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8608
			rpart.Transparency = 1
8609
			newWeld(rarm, rpart, 0, 0, 0)
8610
			rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8611
			lpart = Instance.new("Part",larm)
8612
			NoOutline(lpart)
8613
			lpart.Anchored = false
8614
			lpart.Size = Vector3.new(1,1,1)
8615
			lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8616
			lpart.Transparency = 1
8617
			newWeld(larm, lpart, 0, 0, 0)
8618
			lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8619
			invisipart = Instance.new("Part",torso)
8620
			NoOutline(invisipart)
8621
			invisipart.Anchored = false
8622
			invisipart.Size = Vector3.new(1,1,1)
8623
			invisipart.Transparency = 1
8624
			invisipart.CFrame = torso.CFrame
8625
			newWeld(torso, invisipart, 0, 0, 0)
8626
			invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8627
			table.insert(bezierparts, rpart)
8628
			table.insert(bezierparts, lpart)
8629
			table.insert(bezierparts, invisipart)
8630
			for i = 1, 40 do
8631
				local points = {lpart.Position,invisipart.Position,rpart.Position}
8632
				draw(points,definition)
8633
				--invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8634
				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)
8635
				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)
8636
				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)
8637
				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)
8638
				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)
8639
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8640
				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)
8641
				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)
8642
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8643
				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)
8644
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8645
				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)
8646
				if Debounces.on == false then
8647
					break
8648
				end
8649
				fat.Event:wait()
8650
			end
8651
			for i,v in pairs(bezierparts) do
8652
				v:Destroy()
8653
			end
8654
			--draw(points,definition)
8655
			if Debounces.CanAttack == false then
8656
				Debounces.CanAttack = true
8657
				Debounces.NoIdl = false
8658
				Debounces.on = false
8659
			end
8660
		end
8661
	end
8662
end)
8663
----------------------------------------------------
8664
----------------------------------------------------
8665
8666
---------------------------------------------------------------------------------------
8667
----------------------------------------------------
8668
mouse.KeyDown:connect(function(key)
8669
    if key == "b" then
8670
        hum.WalkSpeed = 0.01
8671
        if Debounces.CanAttack == true then
8672
            Debounces.CanAttack = false
8673
            Debounces.NoIdl = true
8674
            Debounces.on = true
8675
            for i = 1,20 do
8676
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8677
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8678
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8679
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8680
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8681
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8682
           
8683
            if Debounces.on == false then break end
8684
            wait()
8685
            end
8686
        wait(1)
8687
        v = Instance.new("Sound")
8688
        v.SoundId = "rbxassetid://435742675"
8689
        v.Parent = char
8690
        v.Looped = false
8691
        v.Pitch = 1
8692
        v.Volume = 16
8693
        wait(.01)
8694
        v:Play()
8695
       
8696
        if Daytime == true then
8697
            Daytime = false
8698
            l.TimeOfDay = 24
8699
        else
8700
            Daytime = true
8701
            l.TimeOfDay = 12
8702
            l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8703
        end
8704
       
8705
            local Shockwave = function()
8706
                local rng1 = Instance.new("Part", char)
8707
                rng1.Anchored = true
8708
                rng1.BrickColor = BrickColor.new("Really black")
8709
                rng1.CanCollide = false
8710
                rng1.FormFactor = 3
8711
                rng1.Name = "Ring"
8712
                rng1.Size = Vector3.new(1, 1, 1)
8713
                rng1.Transparency = 0.35
8714
                rng1.TopSurface = 0
8715
                rng1.BottomSurface = 0
8716
                local rngm1 = Instance.new("SpecialMesh", rng)
8717
                rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8718
                rngm1.Scale = Vector3.new(10, 10, 1)
8719
                rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8720
                local Wave = Instance.new("Part", game.Workspace--[[?]])
8721
                Wave.Name = "Shockwave"
8722
                Wave.BrickColor = BrickColor.new("Really black")
8723
                Wave.Size = Vector3.new(1, 1, 1)
8724
                Wave.Shape = "Ball"
8725
                Wave.CanCollide = false
8726
                Wave.Anchored = true
8727
                Wave.TopSurface = 0
8728
                Wave.BottomSurface = 0
8729
8730
msh=Instance.new('SpecialMesh',pt)
8731
msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8732
msh.Scale=Vector3.new(8,4,8)
8733
8734
                Wave.Touched:connect(function(hit)
8735
                    if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8736
                        local Occlude = true
8737
                        local NotOccludes = {
8738
                            char.Name;
8739
                            "Wings";
8740
                            "Scythe";
8741
                            "Thingy";
8742
                            "Thingy2"; -- put all of the names in a table pls
8743
                        }
8744
                        for i,v in pairs(NotOccludes) do
8745
                            if hit.Parent.Name == v then
8746
                                Occlude = false
8747
                            end
8748
                        end
8749
                        --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name     ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and     hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
8750
                        if Occlude then
8751
                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8752
                            hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8753
                        end
8754
                    end
8755
                end)
8756
               
8757
                Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8758
               
8759
                coroutine.wrap(function()
8760
                    for i = 1, 20, 0.2 do
8761
                        rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8762
                        rng1.Transparency = i/20
8763
                    wait()
8764
                    end
8765
                    wait()
8766
                    rng1:Destroy()
8767
                end)()
8768
               
8769
                Delay(0, function()
8770
 
8771
                    if Daytime == false then
8772
                       for i = 1, 50, 1 do
8773
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8774
                            Wave.CFrame = char.Torso.CFrame
8775
                            local t = i / 50
8776
                            Wave.Transparency = t
8777
                            wait()
8778
                        end
8779
                    else
8780
                        for i = 1, 50, 1 do
8781
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8782
                            Wave.CFrame = char.Torso.CFrame
8783
                            local t = i / 50
8784
                            Wave.Transparency = t
8785
                            wait()
8786
                        end
8787
                    end
8788
                    Wave:Destroy()
8789
                end)
8790
                Delay(0, function()
8791
                    while wait() do
8792
                        if Wave ~= nil then
8793
                            Wave.CFrame = char.Torso.CFrame
8794
                        else
8795
                            break
8796
                        end
8797
                    end
8798
                end)
8799
            end
8800
        Shockwave()
8801
       
8802
 
8803
 for i = 1, 15 do
8804
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
8805
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
8806
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8807
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
8808
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8809
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8810
            if Debounces.on == false then break end
8811
            wait()
8812
        end
8813
        for i = 1, 15 do
8814
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
8815
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
8816
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8817
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
8818
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8819
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8820
            if Debounces.on == false then break end
8821
            wait()
8822
        end
8823
        for i = 1, 15 do
8824
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
8825
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
8826
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8827
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
8828
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8829
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8830
            if Debounces.on == false then break end
8831
            wait()
8832
        end
8833
        for i = 1, 15 do
8834
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
8835
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
8836
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8837
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
8838
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8839
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8840
            if Debounces.on == false then break end
8841
            wait()
8842
        end
8843
        for i = 1, 15 do
8844
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
8845
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
8846
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8847
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
8848
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8849
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8850
            if Debounces.on == false then break end
8851
            wait()
8852
        end
8853
        for i = 1, 15 do
8854
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
8855
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
8856
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8857
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
8858
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8859
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8860
            if Debounces.on == false then break end
8861
            wait()
8862
        end
8863
        wait(1.4)
8864
        Debounces.NoIdl = false
8865
        hum.WalkSpeed = 16
8866
        Debounces.on = false
8867
        wait()
8868
        if Debounces.CanAttack == false then
8869
            Debounces.CanAttack = true
8870
            v:Destroy()
8871
           end
8872
        end
8873
    end
8874
end)
8875
------------------------------------------
8876
8877
-------------------------------------------------
8878
Grab = false
8879
mouse.KeyDown:connect(function(key)
8880
    if key == "z" then
8881
        Debounces.on = true
8882
        Debounces.NoIdl = true
8883
		Debounces.ks = true
8884
        if Grab == false then
8885
        gp = nil
8886
        for i = 1, 20 do
8887
			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)
8888
			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)
8889
			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)
8890
			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)
8891
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8892
			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)
8893
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8894
			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)
8895
			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)
8896
			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)
8897
			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)
8898
            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)
8899
			if Debounces.on == false then break end
8900
            fat.Event:wait()
8901
        end
8902
        con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8903
		ht = hit.Parent
8904
			for i,v in pairs(ht:GetChildren()) do 
8905
				if v:IsA("Part") then
8906
					v.CanCollide = false
8907
					v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8908
				end
8909
			end
8910
			hum1=ht:FindFirstChild('Humanoid')
8911
			if hum1 ~= nil then
8912
				if Debounces.ks==true then
8913
					z = Instance.new("Sound",hed)
8914
					z.SoundId = "rbxassetid://169380525"
8915
					z.Volume = 1
8916
					z:Play()
8917
					Debounces.ks=false
8918
				end
8919
				hum1.PlatformStand=true
8920
				hum1:ChangeState'Physics'
8921
				gp = ht
8922
				Grab = true
8923
				asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
8924
				asd.Parent = larm
8925
				asd.Name = "asd"
8926
				asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
8927
				stanceToggle = "Grabbed"
8928
			--[[elseif hum1 == nil then
8929
				con1:disconnect()
8930
				wait() return]]--
8931
			end
8932
        end)
8933
        for i = 1, 20 do
8934
			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)
8935
			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)
8936
			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)
8937
			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)
8938
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
8939
			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)
8940
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
8941
			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)
8942
			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)
8943
			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)
8944
			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)
8945
            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)
8946
			if Debounces.on == false then break end
8947
            fat.Event:wait()
8948
        end
8949
		con1:disconnect()
8950
		Debounces.on = false
8951
		Debounces.NoIdl = false
8952
		elseif Grab == true then
8953
        Grab = false
8954
			--[[for i = 1, 16 do
8955
			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)
8956
			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)
8957
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
8958
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
8959
			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)
8960
			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)
8961
			cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
8962
			if Debounces.on == false then end
8963
			rs:wait()
8964
		end]]--
8965
			for i = 1, 16 do
8966
			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)
8967
			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)
8968
			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)
8969
			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)
8970
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
8971
			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)
8972
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
8973
			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)
8974
			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)
8975
			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)
8976
			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)
8977
			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)
8978
			if Debounces.on == false then end
8979
			rs:wait()
8980
		end
8981
		for i = 1, 12 do
8982
			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)
8983
            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)
8984
			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)
8985
            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)
8986
			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)
8987
            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)
8988
			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)
8989
            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)
8990
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
8991
            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)
8992
			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)
8993
			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)
8994
			if Debounces.on == false then end
8995
			rs:wait()
8996
		end
8997
		Slam()
8998
		if gp ~= nil then
8999
			for i,v in pairs(larm:GetChildren()) do
9000
				if v.Name == "asd" and v:IsA("Weld") then
9001
					v:Remove()
9002
				end
9003
				if v:IsA("Part") then
9004
					v.CanCollide = true
9005
					v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9006
				end
9007
			end
9008
		end
9009
		stanceToggle = "Idle1"
9010
        --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9011
        bv.maxForce = Vector3.new(400000, 400000, 400000)
9012
        bv.P = 125000
9013
        bv.velocity = char.Head.CFrame.lookVector * 200]]--
9014
        ht=nil
9015
        Debounces.on = false
9016
        Debounces.NoIdl = false
9017
        elseif ht == nil then wait()
9018
			Grab = false
9019
			Debounces.on = false
9020
			Debounces.NoIdl = false
9021
        end
9022
    end
9023
end)
9024
----------------------------------------------------
9025
-------------------------------------------------------------------------------------------------
9026
9027
----------------------------------------------------
9028
9029
9030
----------------------------------------------------
9031
----------------------------------------------------
9032
------------------------------------------------
9033
pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9034
mouse.KeyDown:connect(function(key)
9035
    if key == "e" then
9036
        if Debounces.CanAttack == true then
9037
            Debounces.CanAttack = false
9038
            Debounces.NoIdl = true
9039
            Debounces.on = true
9040
            Debounces.ks = true
9041
    larm.Touched:connect(function(ht)
9042
        hit = ht.Parent
9043
        if ht and hit:IsA("Model") then
9044
                if hit:FindFirstChild("Humanoid") then
9045
                    if hit.Name ~= p.Name then
9046
                        if Debounces.Slapping == true and Debounces.Slapped == false then
9047
                                Debounces.Slapped = true
9048
                                    if Debounces.ks==true then
9049
                                    z = Instance.new("Sound",hed)
9050
                                    z.SoundId = "rbxassetid://169380525"
9051
                                    z.Volume = 1
9052
                                    z:Play()
9053
                                    z1 = Instance.new("Sound",char)
9054
                                    z1.SoundId = "rbxassetid://261010715"
9055
                                    z1.Pitch = pts[math.random(1,#pts)]
9056
                                    z1.Volume = 1
9057
                                    z2 = Instance.new("Sound",char)
9058
                                    z2.SoundId = "rbxassetid://261010715"
9059
                                    z2.Pitch = z1.Pitch
9060
                                    z2.Volume = 1
9061
                                    z3 = Instance.new("Sound",char)
9062
                                    z3.SoundId = "rbxassetid://261010715"
9063
                                    z3.Pitch = z1.Pitch
9064
                                    z3.Volume = 1
9065
if Profanity == true then
9066
                                    z1:Play()
9067
                                    z2:Play()
9068
                                    z3:Play()
9069
else end
9070
                                    Debounces.ks=false
9071
                                    end
9072
                                    hit:FindFirstChild("Humanoid"):TakeDamage(10)
9073
                                    hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9074
                                wait(.5)
9075
                                Debounces.Slapped = false
9076
                                z:Destroy()
9077
                                z1:Destroy()
9078
                                z2:Destroy()
9079
                                z3:Destroy()
9080
                        end
9081
                    end
9082
                end
9083
        elseif ht and hit:IsA("Hat") then
9084
            if hit.Parent.Name ~= p.Name then
9085
                if hit.Parent:FindFirstChild("Humanoid") then
9086
                       if Debounces.Slapping == true and Debounces.Slapped == false then
9087
                                Debounces.Slapped = true
9088
                                    if Debounces.ks==true then
9089
                                    z = Instance.new("Sound",hed)
9090
                                    z.SoundId = "rbxassetid://169380525"
9091
                                    z.Volume = 1
9092
                                    z:Play()
9093
                                    z1 = Instance.new("Sound",char)
9094
                                    z1.SoundId = "rbxassetid://261010715"
9095
                                    z1.Pitch = pts[math.random(1,#pts)]
9096
                                    z1.Volume = 1
9097
                                    z2 = Instance.new("Sound",char)
9098
                                    z2.SoundId = "rbxassetid://261010715"
9099
                                    z2.Pitch = z1.Pitch
9100
                                    z2.Volume = 1
9101
                                    z3 = Instance.new("Sound",char)
9102
                                    z3.SoundId = "rbxassetid://261010715"
9103
                                    z3.Pitch = z1.Pitch
9104
                                    z3.Volume = 1
9105
                                    z1:Play()
9106
                                    z2:Play()
9107
                                    z3:Play()
9108
                                    Debounces.ks=false
9109
                                    end
9110
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9111
                                wait(.5)
9112
                    Debounces.Slapped = false
9113
                    z:Destroy()
9114
                    z1:Destroy()
9115
                    z2:Destroy()
9116
                    z3:Destroy()
9117
                    end
9118
                end
9119
            end
9120
        end    
9121
    end)
9122
                for i = 1, 14 do
9123
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.5, -.3) * CFrame.Angles(math.rad(50), 0, math.rad(40)), 0.5)
9124
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.5)
9125
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
9126
                    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)
9127
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9128
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9129
                    if Debounces.on==false then break end
9130
                    rs:wait(2)
9131
                end
9132
                Debounces.Slapping = true
9133
                for i = 1, 20 do
9134
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.7, .3) * CFrame.Angles(math.rad(50), 0, math.rad(-110)), 0.6)
9135
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.6)
9136
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.6)
9137
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.6)
9138
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9139
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9140
                    if Debounces.on==false then break end
9141
                    rs:wait(2)
9142
                end
9143
                Debounces.Slapping = false
9144
            if Debounces.CanAttack == false then
9145
                Debounces.CanAttack = true
9146
                Debounces.NoIdl = false
9147
                Debounces.on = false
9148
            end
9149
        end
9150
    end
9151
end)
9152
-------------------------------
9153
mouse.KeyDown:connect(function(key)
9154
    if key == "t" then
9155
        if Debounces.CanAttack == true then
9156
        Debounces.CanAttack = false
9157
        Debounces.on = true
9158
        Debounces.NoIdl = true
9159
        for i = 1, 20 do
9160
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,0.55,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
9161
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,0.55,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
9162
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)),0.4)
9163
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9164
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9165
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.6) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
9166
   
9167
            if Debounces.on == false then break end
9168
            wait()
9169
        end
9170
        Spawn(function()
9171
            local Parts = {}
9172
            for Y = -5,5 do
9173
                local P = Instance.new("Part",char)
9174
                P.Anchored = true
9175
                P.FormFactor = "Custom"
9176
                P.CanCollide = false
9177
                P.Size = Vector3.new(1,2,1)
9178
                P.TopSurface = "SmoothNoOutlines"
9179
                P.BottomSurface = "SmoothNoOutlines"
9180
                P.BrickColor = BrickColor.new("Really black")
9181
                P.Name = tostring(Y)
9182
                local i = (Y+5)/(10)
9183
                i = 1-math.cos(math.pi*i-(math.pi/2))
9184
                P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9185
                --[[P.Touched:connect(function(ht)
9186
                    local hit = ht.Parent
9187
                    if hit:FindFirstChild("Humanoid") then
9188
                        hit.Humanoid:TakeDamage(math.random(20,50))
9189
                    end
9190
                end)]]--
9191
        s = Instance.new("Sound",P)
9192
        s.SoundId = "rbxassetid://228343271"
9193
        s.Volume = 19
9194
        s.Pitch = 0.9
9195
        s:Play()
9196
P.Touched:connect(function(ht)
9197
        hit = ht.Parent
9198
        if ht and hit:IsA("Model") then
9199
                if hit:FindFirstChild("Humanoid") then
9200
                    if hit.Name ~= p.Name then
9201
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9202
                                Debounces.Slashed = true]]--
9203
                                    hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9204
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9205
                                wait(1)
9206
                                --Debounces.Slashed = false
9207
                        --end
9208
                end
9209
                end
9210
        elseif ht and hit:IsA("Hat") then
9211
            if hit.Parent.Name ~= p.Name then
9212
                if hit.Parent:FindFirstChild("Humanoid") then
9213
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9214
                                Debounces.Slashed = true]]--
9215
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9216
                                hit:FindFirstChild("Humanoid").PlatformStand = true
9217
                                wait(1)
9218
                    --Debounces.Slashed = false
9219
                --end
9220
            end
9221
        end
9222
    end
9223
end)
9224
                Parts[#Parts+1] = P
9225
            end
9226
            local BREAKIT = false
9227
            local CParts = {}
9228
            local Rocks = {}
9229
            local LastPos = nil
9230
            for i = 1,70 do
9231
                for i2,v in pairs(Parts) do
9232
                    v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9233
                    local cf = v.CFrame
9234
                    v.Size = v.Size+Vector3.new(0.4,0.35,0)
9235
                    v.CFrame = cf
9236
                    v.Transparency = v.Transparency+0.02
9237
                    if v.Transparency >= 0.975 then BREAKIT = true end
9238
                    if v.Name == "0" then
9239
                        local Ignore = {}
9240
                        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9241
                            if v.Character ~= nil then
9242
                                Ignore[#Ignore+1] = v.Character
9243
                            end
9244
                        end
9245
                        local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9246
                        local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9247
                        if Hit ~= nil then
9248
                            if #Rocks == 0 then
9249
                                for i = 1,5 do
9250
                                    local P = Instance.new("Part",char)
9251
                                    Rocks[#Rocks+1] = P
9252
                                    P.Anchored = true
9253
                                    P.FormFactor = "Custom"
9254
                                    P.BrickColor = Hit.BrickColor
9255
                                    P.Material = Hit.Material
9256
                                    P.TopSurface = "Smooth"
9257
                                    P.BottomSurface = "Smooth"
9258
                                    P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9259
                                end
9260
                            end
9261
                            for i,P in pairs(Rocks) do
9262
                                P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
9263
                            end
9264
                            local P = Instance.new("Part",char)
9265
                            CParts[#CParts+1] = {P,tick()}
9266
                            P.Anchored = true
9267
                            P.FormFactor = "Custom"
9268
                            P.BrickColor = Hit.BrickColor
9269
                            P.Material = Hit.Material
9270
                            P.TopSurface = "Smooth"
9271
                            P.BottomSurface = "Smooth"
9272
                            P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9273
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9274
                            Pos = Pos.p
9275
                            P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
9276
                            local P = P:Clone()
9277
                            CParts[#CParts+1] = {P,tick()}
9278
                            P.Parent = char
9279
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9280
                            Pos = Pos.p
9281
                            P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
9282
                            if LastPos ~= nil then
9283
                                local P = P:Clone()
9284
                                CParts[#CParts+1] = {P,tick()}
9285
                                P.Parent = char
9286
                                P.BrickColor = BrickColor.new("Really black")
9287
                                Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9288
                                Pos = Pos.p
9289
                                local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9290
                                P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9291
                                --P.Velocity = Vector3.new(0,-1000,0)
9292
                                P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9293
                            end
9294
                            LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9295
                        end
9296
                    end
9297
                end
9298
                if BREAKIT then break end
9299
                wait(0.002)
9300
            end
9301
            for i,v in pairs(Rocks) do
9302
                CParts[#CParts+1] = {v,tick()}
9303
            end
9304
            for i,v in pairs(Parts) do
9305
                v:Destroy()
9306
            end
9307
            Parts = nil
9308
            while true do
9309
                local t = tick()
9310
                local p = nil
9311
                for i,v in pairs(CParts) do
9312
                    if t-v[2] > 4 then
9313
                        v[1].Transparency = v[1].Transparency+0.05
9314
                        if v[1].Transparency >= 1 then
9315
                            v[1]:Destroy()
9316
                            CParts[i] = nil
9317
                        end
9318
                    end
9319
                    p = v
9320
                end
9321
                if p == nil then break end
9322
                wait(0.002)
9323
            end
9324
            for i,v in pairs(CParts) do
9325
                v:Destroy()
9326
            end
9327
            CParts = {}
9328
        end)
9329
        for i = 1, 20 do
9330
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,.4,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
9331
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,.4,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
9332
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)),0.4)
9333
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9334
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.5, -0.7) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
9335
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -.45) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
9336
       
9337
            if Debounces.on == false then break end
9338
            wait()
9339
        end
9340
    if Debounces.CanAttack == false then
9341
        Debounces.CanAttack = true
9342
        Debounces.on = false
9343
        Debounces.NoIdl = false
9344
            end
9345
        end
9346
    end
9347
end)
9348
----------------------------------------------------
9349
----------------------------------------------------
9350
----------------------------------------------------
9351
-------------------
9352
9353
Change = false
9354
mouse.KeyDown:connect(function(key)
9355
    if key == "n" then
9356
        if Change == false then
9357
            Change = true
9358
        stanceToggle = "Idle2"
9359
    elseif Change == true then
9360
        Change = false
9361
        stanceToggle = "Idle1"
9362
        end
9363
    end
9364
end)
9365
----------------------------------------------------
9366
mod=Instance.new('Model',char)
9367
9368
function charge()
9369
    hed.Velocity=hed.CFrame.lookVector*200
9370
    part=Instance.new('Part',mod)
9371
    part.Anchored=true
9372
    part.CanCollide=false
9373
    part.FormFactor='Custom'
9374
    part.Size=Vector3.new(.2,.2,.2)
9375
    part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9376
    part.Transparency=.7
9377
    part.BrickColor=BrickColor.new('Black')
9378
    mesh=Instance.new('SpecialMesh',part)
9379
    mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9380
    mesh.Scale=Vector3.new(10,5,10)
9381
    part2=part:clone()
9382
    part2.Parent=mod
9383
    part2.BrickColor=BrickColor.new('Lime green')
9384
    mesh2=mesh:clone()
9385
    mesh2.Parent=part2
9386
    mesh2.Scale=Vector3.new(20,10,20)
9387
    part3=part2:clone()
9388
    part3.Parent = mod
9389
    part3.BrickColor=BrickColor.new('Really black')
9390
    mesh3=mesh2:clone()
9391
    mesh2.Parent=part3
9392
    mesh3.Scale=Vector3.new(30,15,30)
9393
    coroutine.resume(coroutine.create(function() 
9394
        for i=0,1,0.1 do
9395
            wait()
9396
            part.CFrame=part.CFrame
9397
            part.Transparency=i
9398
            mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9399
            part2.CFrame=part2.CFrame
9400
            part2.Transparency=i
9401
            mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9402
            part3.CFrame=part3.CFrame
9403
            part3.Transparency=i
9404
            mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9405
            end
9406
        part.Parent=nil
9407
        part2.Parent=nil
9408
        part3.Parent = nil
9409
    end))
9410
end
9411
--------------------
9412
mouse.KeyDown:connect(function(key)
9413
    if key == "g" then
9414
    larm.BrickColor = BrickColor.new("Bright red")
9415
    rarm.BrickColor = BrickColor.new("Bright red")
9416
        if Debounces.CanAttack == true then
9417
        Debounces.CanAttack = false
9418
        Debounces.on = true
9419
        Debounces.NoIdl = true
9420
        chrg = lleg.Touched:connect(function(ht)
9421
        hit = ht.Parent
9422
            if ht and hit:IsA("Model") then
9423
                    if hit:FindFirstChild("Humanoid") then
9424
                        if hit.Name ~= p.Name then
9425
                            --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9426
                                    Debounces.Slashed = true]]--
9427
                                    hit:FindFirstChild("Humanoid"):TakeDamage(2)
9428
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9429
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9430
                                    --Debounces.Slashed = false
9431
                            --end
9432
                        end
9433
                    end
9434
            elseif ht and hit:IsA("Hat") then
9435
                if hit.Parent.Name ~= p.Name then
9436
                    if hit.Parent:FindFirstChild("Humanoid") then
9437
                           --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9438
                                    Debounces.Slashed = true]]--
9439
                                    hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9440
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9441
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9442
                        --Debounces.Slashed = false
9443
                    end
9444
                end
9445
            end    
9446
        end)
9447
        for i = 1, 14 do
9448
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.5)
9449
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, .45, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.5)
9450
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.5)
9451
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
9452
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
9453
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
9454
            
9455
            if Debounces.on == false then break end
9456
            wait()
9457
        end
9458
        charge()
9459
        z = Instance.new("Sound",char)
9460
        z.SoundId = "rbxassetid://200632875"
9461
        z.Volume = 1
9462
        z.Pitch = .8
9463
        z1 = Instance.new("Sound",char)
9464
        z1.SoundId = "rbxassetid://200632875"
9465
        z1.Volume = 1
9466
        z1.Pitch = .9
9467
        z:Play()
9468
        z1:Play()
9469
        wait(1)
9470
        z:Destroy()
9471
        z1:Destroy()
9472
        chrg:disconnect()
9473
        if Debounces.CanAttack == false then
9474
            Debounces.CanAttack = true
9475
            Debounces.on = false
9476
            Debounces.NoIdl = false
9477
            larm.BrickColor = BrickColor.new("White")
9478
            rarm.BrickColor = BrickColor.new("White")
9479
            end
9480
        end
9481
    end
9482
end)
9483
------------------------------
9484
mouse.KeyDown:connect(function(key)
9485
    if string.byte(key) == 52 then
9486
		Swing = 2
9487
        char.Humanoid.WalkSpeed = 28
9488
    end
9489
end)
9490
mouse.KeyUp:connect(function(key)
9491
    if string.byte(key) == 52 then
9492
		Swing = 1
9493
        char.Humanoid.WalkSpeed = 16
9494
    end
9495
end)
9496
----------------------------------------------------
9497
9498
-------------------------------------------
9499
CR = torso.Cloak.Rotater
9500
CR2 = torso.Cloak.CapeLevel1
9501
CR3 = torso.Cloak.CapeLevel2
9502
CR4 = torso.Cloak.CapeLevel3
9503
CR5 = torso.Cloak.CapeLevel4
9504
jump = false
9505
rs:connect(function()
9506
    if char.Humanoid.Jump == true then
9507
        jump = true
9508
    else
9509
        jump = false
9510
    end
9511
    char.Humanoid.FreeFalling:connect(function(f)
9512
        if f then
9513
            ffing = true
9514
        else
9515
            ffing = false
9516
        end
9517
    end)
9518
    sine = sine + change
9519
    if jump == true then
9520
        animpose = "Jumping"
9521
    elseif ffing == true then
9522
        animpose = "Freefalling"
9523
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9524
        animpose = "Idle"
9525
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9526
        animpose = "Walking"
9527
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9528
        animpose = "Running"
9529
    end
9530
    RightLeg = CFrame.new(0.5,-1,0)
9531
    LeftLeg = CFrame.new(-0.5,-1,0)
9532
 
9533
    lefth = (torso.CFrame*LeftLeg)
9534
    righth = (torso.CFrame*RightLeg)
9535
 
9536
    speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9537
 
9538
    TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9539
 
9540
    local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9541
    local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9542
    if animpose ~= lastanimpose then
9543
        sine = 0
9544
        if Debounces.NoIdl == false then
9545
            if stanceToggle == "Idle1" then
9546
                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)
9547
                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)
9548
                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)
9549
                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)
9550
                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)
9551
                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)
9552
            elseif stanceToggle == "Idle2" then
9553
                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)
9554
                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)
9555
                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)
9556
                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)
9557
                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)
9558
                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)
9559
            end
9560
            fat.Event:wait()
9561
        end
9562
        else
9563
    end
9564
    lastanimpose = animpose
9565
    if Debounces.NoIdl == false then
9566
        if animpose == "Idle" then
9567
            change = 0.5
9568
            if stanceToggle == "Idle1" then
9569
                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)
9570
                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)
9571
                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)
9572
                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)
9573
                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)
9574
                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)
9575
                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)
9576
                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)
9577
                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)
9578
                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)
9579
                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)
9580
                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)
9581
                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)
9582
                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)
9583
                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)
9584
                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)
9585
                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)
9586
                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)
9587
                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)
9588
            elseif stanceToggle == "Idle2" then
9589
                CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9590
                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)
9591
                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)
9592
                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)
9593
                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)
9594
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9595
                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)
9596
                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)
9597
                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)
9598
                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)
9599
                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)
9600
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9601
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9602
                --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)
9603
                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)
9604
                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)
9605
                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)
9606
                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)
9607
                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)
9608
            elseif stanceToggle == "Grabbed" then
9609
                grab = true
9610
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9611
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9612
                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)
9613
                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)
9614
                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)
9615
                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)
9616
                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)
9617
                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)
9618
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9619
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9620
                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)
9621
                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)
9622
                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)
9623
                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)
9624
            end
9625
        elseif animpose == "Walking" then
9626
            if stanceToggle == "Grabbed" then
9627
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9628
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9629
                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)
9630
                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)
9631
                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)
9632
                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)
9633
                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)
9634
                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)
9635
                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)
9636
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9637
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9638
                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)
9639
                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)
9640
                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)
9641
                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)
9642
            elseif stanceToggle ~= "Grabbed" then
9643
                change = 1
9644
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9645
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9646
                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)
9647
                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)
9648
                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)
9649
                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)
9650
                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)
9651
                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)
9652
                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)
9653
                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)
9654
                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)
9655
                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)
9656
                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)
9657
                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)
9658
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9659
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9660
                --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)
9661
                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)
9662
                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)
9663
                --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)
9664
                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)
9665
                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)
9666
            end
9667
        elseif animpose == "Running" then
9668
            change = 1
9669
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9670
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9671
            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)
9672
            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)
9673
            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)
9674
            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)
9675
            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)
9676
            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)
9677
            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)
9678
            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)
9679
            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)
9680
            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)
9681
            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)
9682
            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)
9683
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9684
            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)
9685
            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)
9686
            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)
9687
            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)
9688
        elseif animpose == "Jumping" then
9689
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9690
            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)
9691
            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)
9692
            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)
9693
            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)
9694
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9695
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9696
            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)
9697
            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)
9698
            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)
9699
            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)
9700
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9701
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9702
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9703
            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)
9704
            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)
9705
            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)
9706
            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)
9707
        elseif animpose == "Freefalling" then
9708
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9709
            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)
9710
            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)
9711
            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)
9712
            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)
9713
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9714
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9715
            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)
9716
            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)
9717
            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)
9718
            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)
9719
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9720
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9721
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9722
            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)
9723
            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)
9724
            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)
9725
            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)
9726
        end
9727
    end
9728
end)
9729
hum.MaxHealth = 5000
9730
wait(3)
9731
hum.Health = 5000
9732
while wait() do
9733
    wait(5)
9734
    for i=1,100 do wait()
9735
        Amulite.Brightness=Amulite.Brightness+0.02
9736
    end
9737
    for i=1,100 do wait()
9738
        Amulite.Brightness=Amulite.Brightness-0.02
9739
    end
9740
end