View difference between Paste ID: xpE8QHsY and teUy1A3n
SHOW: | | - or go back to the newest paste.
1
-- Made by NoobyGames12, remaded FM sword with additional gun
2
3
-- If you have it and if you leak it, ill never give the scripts i made since you leaked one of my scripts, pretending that you made this, its just an FREE MODEL remade thing that i made. Now if you leak it, go ahead, ill never give you scripts ever again. 
4
5
--NoobyGames12
6
7
--Edited by Ketsueki_Yuza
8
9
Instance.new("Sound",Workspace)
10
Pitch = 1
11
Volume = 1
12
SoundID = "rbxassetid://915482332"
13
Looped = False
14
PlayOnRemove = True
15
16
plr = game.Players.LocalPlayer
17
char = plr.Character
18
hum = char.Humanoid
19
t = char.Torso
20
h = char.Head
21
ra = char["Right Arm"]
22
la = char["Left Arm"]
23
rl = char["Right Leg"]
24
ll = char["Left Leg"]
25
tors = char.Torso
26
lleg = char["Left Leg"]
27
root = char.HumanoidRootPart
28
hed = char.Head
29
rleg = char["Right Leg"]
30
rarm = char["Right Arm"]
31
larm = char["Left Arm"]
32
vt = Vector3.new
33
bc = BrickColor.new
34
br = BrickColor.random
35
it = Instance.new
36
cf = CFrame.new
37
38
function CreatePart(parent,transparency,reflectance,material,brickcolor)
39
local p = Instance.new("Part")
40
p.Parent = parent
41
p.Size = Vector3.new(1,1,1)
42
p.Transparency = transparency
43
p.Reflectance = reflectance
44
p.CanCollide = false
45
p.BrickColor = brickcolor
46
p.Material = material
47
return p
48
end
49
50
function CreateMesh(parent,meshtype,x1,y1,z1)
51
local mesh = Instance.new("SpecialMesh",parent)
52
mesh.MeshType = meshtype
53
mesh.Scale = Vector3.new(x1,y1,z1)
54
return mesh
55
end
56
57
function CreateSpecialMesh(parent,meshid,x1,y1,z1)
58
local mesh = Instance.new("SpecialMesh",parent)
59
mesh.MeshType = "SpecialMesh"
60
mesh.MeshId = meshid
61
mesh.Scale = Vector3.new(x1,y1,z1)
62
return mesh
63
end
64
65
function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
66
local weld = Instance.new("Weld")
67
weld.Parent = parent
68-
local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
68+
69
weld.Part1 = part1
70
weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
71
weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
72
return weld
73
end
74-
local handleout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
74+
75
local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
76
CreateMesh(handle,"Brick",1.1,0.4,1.1)
77
CreateWeld(handle,larm,handle,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
78-
local box = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
78+
79
CreateMesh(handleout,"Brick",1.075,0.45,1.075)
80
CreateWeld(handleout,larm,handleout,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
81
local handleout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
82
CreateMesh(handleout2,"Brick",1.05,0.485,1.05)
83
CreateWeld(handleout2,larm,handleout2,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
84-
local boxout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
84+
85
local box = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
86
CreateMesh(box,"Brick",1.2,0.5,0.5)
87
CreateWeld(box,handle,box,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
88
local boxout = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
89
CreateMesh(boxout,"Brick",1.185,0.525,0.525)
90
CreateWeld(boxout,handle,boxout,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
91
local boxout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
92
CreateMesh(boxout2,"Brick",1.15,0.585,0.585)
93
CreateWeld(boxout2,handle,boxout2,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
94
95
local boxoutrand = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
96
CreateMesh(boxoutrand,"Brick",1,0.35,0.35)
97
CreateWeld(boxoutrand,handle,boxoutrand,-0.075,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
98
99
local glowstrip = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
100
CreateMesh(glowstrip,"Brick",0.65,0.05,1.15)
101
CreateWeld(glowstrip,larm,glowstrip,0.15,0.365,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
102
local glowstrip2 = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
103
CreateMesh(glowstrip2,"Brick",0.65,0.05,1.15)
104
CreateWeld(glowstrip2,larm,glowstrip2,0.15,0.465,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
105
local glowstrip3 = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
106
CreateMesh(glowstrip3,"Brick",0.65,0.05,1.15)
107
CreateWeld(glowstrip3,larm,glowstrip3,0.15,0.565,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
108-
local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
108+
109
local diamond = CreatePart(char,0,0,"Neon",BrickColor.new("Pastel Blue"))
110
CreateMesh(diamond,"Brick",0.25,0.25,1.15)
111
CreateWeld(diamond,handle,diamond,-0.35,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
112-
local barrel = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
112+
113
--- gun here
114
115
local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
116
CreateMesh(handle,"Brick",0.75,0.4,0.4)
117
CreateWeld(handle,larm,handle,-0.1,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
118-
local barrelup = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
118+
119
local barrel = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
120
CreateMesh(barrel,"Brick",0.45,1,0.45)
121
CreateWeld(barrel,handle,barrel,-0.25,0.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
122
local barrelglow = CreatePart(char,0,0,"Neon",BrickColor.new("Pastel Blue"))
123
CreateMesh(barrelglow,"Brick",0.375,0.965,0.375)
124-
local barrel2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black"))
124+
125
local barrelup = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
126
CreateMesh(barrelup,"Brick",0.385,0.535,0.4625)
127-
local barrelhole = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Really black"))
127+
128
local barrelupglow = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
129
CreateMesh(barrelupglow,"Brick",0.325,0.585,0.455)
130
CreateWeld(barrelupglow,barrel,barrelupglow,-0.065,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
131
local barrel2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
132
CreateMesh(barrel2,"Brick",0.325,1.5,0.325)
133
CreateWeld(barrel2,handle,barrel2,-0.25,1.25,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
134
local barrelhole = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Really Cyan"))
135
CreateMesh(barrelhole,"Brick",0.25,0.25,0.25)
136
CreateWeld(barrelhole,barrel2,barrelhole,0,0.65,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
137
---
138
139
local gunmode = false
140
141
Player=game:GetService("Players").LocalPlayer
142
Character=Player.Character 
143
PlayerGui=Player.PlayerGui 
144
Backpack=Player.Backpack 
145
Torso=Character.Torso 
146
Head=Character.Head 
147
Humanoid=Character.Humanoid
148
m=Instance.new('Model',Character)
149
LeftArm=Character["Left Arm"] 
150
LeftLeg=Character["Left Leg"] 
151
RightArm=Character["Right Arm"] 
152
RightLeg=Character["Right Leg"] 
153
LS=Torso["Left Shoulder"] 
154
LH=Torso["Left Hip"] 
155
RS=Torso["Right Shoulder"] 
156
RH=Torso["Right Hip"] 
157
Face = Head.face
158
Neck=Torso.Neck
159
it=Instance.new
160
attacktype=1
161
vt=Vector3.new
162
cf=CFrame.new
163
euler=CFrame.fromEulerAnglesXYZ
164
angles=CFrame.Angles
165
cloaked=false
166
necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
167
necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
168
LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
169
LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
170
RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
171
RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
172
RootPart=Character.HumanoidRootPart
173
RootJoint=RootPart.RootJoint
174
RootCF=euler(-1.57,0,3.14)
175
attack = false 
176
attackdebounce = false 
177
deb=false
178
equipped=true
179
hand=false
180
MMouse=nil
181
combo=0
182
mana=0
183
trispeed=.2
184
attackmode='none'
185
local idle=0
186
local Anim="Idle"
187
local Effects={}
188
local gun=false
189
local shoot=false
190
local sine = 0
191
local change = 1
192
player=nil 
193
194
mouse=Player:GetMouse()
195
--save shoulders 
196
RSH, LSH=nil, nil 
197
--welds 
198
RW, LW=Instance.new("Weld"), Instance.new("Weld") 
199
RW.Name="Right Shoulder" LW.Name="Left Shoulder"
200
LH=Torso["Left Hip"]
201
RH=Torso["Right Hip"]
202
TorsoColor=Torso.BrickColor
203
function NoOutline(Part)
204
Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
205
end
206
player=Player 
207
ch=Character
208
RSH=ch.Torso["Right Shoulder"] 
209
LSH=ch.Torso["Left Shoulder"] 
210
-- 
211
RSH.Parent=nil 
212
LSH.Parent=nil 
213
-- 
214
RW.Name="Right Shoulder"
215
RW.Part0=ch.Torso 
216
RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) 
217
RW.C1=cf(0, 0.5, 0) 
218
RW.Part1=ch["Right Arm"] 
219
RW.Parent=ch.Torso 
220
-- 
221
LW.Name="Left Shoulder"
222
LW.Part0=ch.Torso 
223
LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) 
224
LW.C1=cf(0, 0.5, 0) 
225
LW.Part1=ch["Left Arm"] 
226
LW.Parent=ch.Torso 
227
228
local Stats=Instance.new("BoolValue")
229
Stats.Name="Stats"
230
Stats.Parent=Character
231
local Atk=Instance.new("NumberValue")
232
Atk.Name="Damage"
233
Atk.Parent=Stats
234
Atk.Value=1
235
local Def=Instance.new("NumberValue")
236
Def.Name="Defense"
237
Def.Parent=Stats
238
Def.Value=1
239
local Speed=Instance.new("NumberValue")
240
Speed.Name="Speed"
241
Speed.Parent=Stats
242
Speed.Value=1
243
local Mvmt=Instance.new("NumberValue")
244
Mvmt.Name="Movement"
245
Mvmt.Parent=Stats
246
Mvmt.Value=1
247
248
local donum=0
249
 
250
251
function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
252
local fp=it("Part")
253
fp.formFactor=formfactor 
254
fp.Parent=parent
255
fp.Reflectance=reflectance
256
fp.Transparency=transparency
257
fp.CanCollide=false 
258
fp.Locked=true
259
fp.BrickColor=brickcolor
260
fp.Name=name
261
fp.Size=size
262
fp.Position=Torso.Position 
263
NoOutline(fp)
264
fp.Material="SmoothPlastic"
265
fp:BreakJoints()
266
return fp 
267
end 
268
 
269
function mesh(Mesh,part,meshtype,meshid,offset,scale)
270
local mesh=it(Mesh) 
271
mesh.Parent=part
272
if Mesh=="SpecialMesh" then
273
mesh.MeshType=meshtype
274
if meshid~="nil" then
275
mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
276
end
277
end
278
mesh.Offset=offset
279
mesh.Scale=scale
280
return mesh
281
end
282
 
283
function weld(parent,part0,part1,c0)
284
local weld=it("Weld") 
285
weld.Parent=parent
286
weld.Part0=part0 
287
weld.Part1=part1 
288
weld.C0=c0
289
return weld
290
end
291
 
292
local Color1=Torso.BrickColor
293
294
local bodvel=Instance.new("BodyVelocity")
295
local bg=Instance.new("BodyGyro")
296
297
function swait(num)
298
if num==0 or num==nil then
299
game:service'RunService'.Stepped:wait(0)
300
else
301
for i=0,num do
302
game:service'RunService'.Stepped:wait(0)
303
end
304
end
305
end
306
 
307
 
308
so = function(id,par,vol,pit) 
309
coroutine.resume(coroutine.create(function()
310
local sou = Instance.new("Sound",par or workspace)
311
sou.Volume=vol
312
sou.Pitch=pit or 1
313
sou.SoundId=id
314
swait() 
315
sou:play() 
316
game:GetService("Debris"):AddItem(sou,6)
317
end))
318
end
319
 
320
function clerp(a,b,t) 
321
local qa = {QuaternionFromCFrame(a)}
322
local qb = {QuaternionFromCFrame(b)} 
323
local ax, ay, az = a.x, a.y, a.z 
324
local bx, by, bz = b.x, b.y, b.z
325
local _t = 1-t
326
return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) 
327
end 
328
 
329
function QuaternionFromCFrame(cf) 
330
local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() 
331
local trace = m00 + m11 + m22 
332
if trace > 0 then 
333
local s = math.sqrt(1 + trace) 
334
local recip = 0.5/s 
335
return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 
336
else 
337
local i = 0 
338
if m11 > m00 then
339
i = 1
340
end
341
if m22 > (i == 0 and m00 or m11) then 
342
i = 2 
343
end 
344
if i == 0 then 
345
local s = math.sqrt(m00-m11-m22+1) 
346
local recip = 0.5/s 
347
return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip 
348
elseif i == 1 then 
349
local s = math.sqrt(m11-m22-m00+1) 
350
local recip = 0.5/s 
351
return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip 
352
elseif i == 2 then 
353
local s = math.sqrt(m22-m00-m11+1) 
354
local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip 
355
end 
356
end 
357
end
358
 
359
function QuaternionToCFrame(px, py, pz, x, y, z, w) 
360
local xs, ys, zs = x + x, y + y, z + z 
361
local wx, wy, wz = w*xs, w*ys, w*zs 
362
local xx = x*xs 
363
local xy = x*ys 
364
local xz = x*zs 
365
local yy = y*ys 
366
local yz = y*zs 
367
local zz = z*zs 
368
return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) 
369
end
370
 
371
function QuaternionSlerp(a, b, t) 
372
local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] 
373
local startInterp, finishInterp; 
374
if cosTheta >= 0.0001 then 
375
if (1 - cosTheta) > 0.0001 then 
376
local theta = math.acos(cosTheta) 
377
local invSinTheta = 1/math.sin(theta) 
378
startInterp = math.sin((1-t)*theta)*invSinTheta 
379
finishInterp = math.sin(t*theta)*invSinTheta  
380
else 
381
startInterp = 1-t 
382
finishInterp = t 
383
end 
384
else 
385
if (1+cosTheta) > 0.0001 then 
386
local theta = math.acos(-cosTheta) 
387
local invSinTheta = 1/math.sin(theta) 
388
startInterp = math.sin((t-1)*theta)*invSinTheta 
389
finishInterp = math.sin(t*theta)*invSinTheta 
390
else 
391
startInterp = t-1 
392
finishInterp = t 
393
end 
394
end 
395
return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp 
396
end
397
398
local function CFrameFromTopBack(at, top, back)
399
local right = top:Cross(back)
400
return CFrame.new(at.x, at.y, at.z,
401
right.x, top.x, back.x,
402
right.y, top.y, back.y,
403
right.z, top.z, back.z)
404
end
405
406
function Triangle(a, b, c)
407
local edg1 = (c-a):Dot((b-a).unit)
408
local edg2 = (a-b):Dot((c-b).unit)
409
local edg3 = (b-c):Dot((a-c).unit)
410
if edg1 <= (b-a).magnitude and edg1 >= 0 then
411
a, b, c = a, b, c
412
elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
413
a, b, c = b, c, a
414
elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
415
a, b, c = c, a, b
416
else
417
assert(false, "unreachable")
418
end
419
 
420
local len1 = (c-a):Dot((b-a).unit)
421
local len2 = (b-a).magnitude - len1
422
local width = (a + (b-a).unit*len1 - c).magnitude
423
 
424
local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
425
 
426
local list = {}
427
 
428
if len1 > 0.01 then
429
local w1 = Instance.new('WedgePart', m)
430
game:GetService("Debris"):AddItem(w1,5)
431
w1.Material = "SmoothPlastic"
432
w1.FormFactor = 'Custom'
433
w1.BrickColor = BrickColor.new("Really red")
434
w1.Transparency = 0
435
w1.Reflectance = 0
436
w1.Material = "SmoothPlastic"
437
w1.CanCollide = false
438
local l1 = Instance.new("PointLight",w1)
439
l1.Color = Color3.new(170,0,0)
440
NoOutline(w1)
441
local sz = Vector3.new(0.2, width, len1)
442
w1.Size = sz
443
local sp = Instance.new("SpecialMesh",w1)
444
sp.MeshType = "Wedge"
445
sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
446
w1:BreakJoints()
447
w1.Anchored = true
448
w1.Parent = workspace
449
w1.Transparency = 0.7
450
table.insert(Effects,{w1,"Disappear",.01})
451
w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
452
table.insert(list,w1)
453
end
454
 
455
if len2 > 0.01 then
456
local w2 = Instance.new('WedgePart', m)
457
game:GetService("Debris"):AddItem(w2,5)
458
w2.Material = "SmoothPlastic"
459
w2.FormFactor = 'Custom'
460
w2.BrickColor = BrickColor.new("Really red")
461
w2.Transparency = 0
462
w2.Reflectance = 0
463
w2.Material = "SmoothPlastic"
464
w2.CanCollide = false
465
local l2 = Instance.new("PointLight",w2)
466
l2.Color = Color3.new(170,0,0)
467
NoOutline(w2)
468
local sz = Vector3.new(0.2, width, len2)
469
w2.Size = sz
470
local sp = Instance.new("SpecialMesh",w2)
471
sp.MeshType = "Wedge"
472
sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
473
w2:BreakJoints()
474
w2.Anchored = true
475
w2.Parent = workspace
476
w2.Transparency = 0.7
477
table.insert(Effects,{w2,"Disappear",.01})
478
w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
479
table.insert(list,w2)
480
end
481
return unpack(list)
482
end
483
 
484
485
Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
486
        if hit.Parent==nil then
487
                return
488
        end
489
        h=hit.Parent:FindFirstChild("Humanoid")
490
        for _,v in pairs(hit.Parent:children()) do
491
        if v:IsA("Humanoid") then
492
        h=v
493
        end
494
        end
495
        if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
496
        h=hit.Parent.Parent:FindFirstChild("Humanoid")
497
        end
498
        if hit.Parent.className=="Hat" then
499
        hit=hit.Parent.Parent:findFirstChild("Head")
500
        end
501
        if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
502
        if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
503
        --[[                if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
504
                        return
505
                end]]
506
--                        hs(hit,1.2) 
507
                        c=Instance.new("ObjectValue")
508
                        c.Name="creator"
509
                        c.Value=game:service("Players").LocalPlayer
510
                        c.Parent=h
511
                        game:GetService("Debris"):AddItem(c,.5)
512
                Damage=math.random(minim,maxim)
513
--                h:TakeDamage(Damage)
514
                blocked=false
515
                block=hit.Parent:findFirstChild("Block")
516
                if block~=nil then
517
                print(block.className)
518
                if block.className=="NumberValue" then
519
                if block.Value>0 then
520
                blocked=true
521
                if decreaseblock==nil then
522
                block.Value=block.Value-1
523
                end
524
                end
525
                end
526
                if block.className=="IntValue" then
527
                if block.Value>0 then
528
                blocked=true
529
                if decreaseblock~=nil then
530
                block.Value=block.Value-1
531
                end
532
                end
533
                end
534
                end
535
                if blocked==false then
536
--                h:TakeDamage(Damage)
537
                h.Health=h.Health-Damage
538
                showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red"))
539
                else
540
                h.Health=h.Health-(Damage/2)
541
                showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
542
                end
543
                if Type=="Knockdown" then
544
                hum=hit.Parent.Humanoid
545
hum.PlatformStand=true
546
coroutine.resume(coroutine.create(function(HHumanoid)
547
swait(1)
548
HHumanoid.PlatformStand=false
549
end),hum)
550
                local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
551
--hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
552
local bodvol=Instance.new("BodyVelocity")
553
bodvol.velocity=angle*knockback
554
bodvol.P=5000
555
bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
556
bodvol.Parent=hit
557
rl=Instance.new("BodyAngularVelocity")
558
rl.P=3000
559
rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
560
rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
561
rl.Parent=hit
562
game:GetService("Debris"):AddItem(bodvol,.5)
563
game:GetService("Debris"):AddItem(rl,.5)
564
                elseif Type=="Normal" then
565
                vp=Instance.new("BodyVelocity")
566
                vp.P=500
567
                vp.maxForce=Vector3.new(math.huge,0,math.huge)
568
--                vp.velocity=Character.Torso.CFrame.lookVector*Knockback
569
                if KnockbackType==1 then
570
                vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
571
                elseif KnockbackType==2 then
572
                vp.velocity=Property.CFrame.lookVector*knockback
573
                end
574
                if knockback>0 then
575
                        vp.Parent=hit.Parent.Torso
576
                end
577
                game:GetService("Debris"):AddItem(vp,.5)
578
                elseif Type=="Up" then
579
                local bodyVelocity=Instance.new("BodyVelocity")
580
                bodyVelocity.velocity=vt(0,60,0)
581
                bodyVelocity.P=5000
582
                bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
583
                bodyVelocity.Parent=hit
584
                game:GetService("Debris"):AddItem(bodyVelocity,1)
585
                rl=Instance.new("BodyAngularVelocity")
586
                rl.P=3000
587
                rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
588
                rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
589
                rl.Parent=hit
590
                game:GetService("Debris"):AddItem(rl,.5)
591
                elseif Type=="Snare" then
592
                bp=Instance.new("BodyPosition")
593
                bp.P=2000
594
                bp.D=100
595
                bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
596
                bp.position=hit.Parent.Torso.Position
597
                bp.Parent=hit.Parent.Torso
598
                game:GetService("Debris"):AddItem(bp,1)
599
                elseif Type=="Target" then
600
                if Targetting==false then
601
                ZTarget=hit.Parent.Torso
602
                coroutine.resume(coroutine.create(function(Part) 
603
                so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) 
604
                swait(5)
605
                so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) 
606
                end),ZTarget)
607
                TargHum=ZTarget.Parent:findFirstChild("Humanoid")
608
                targetgui=Instance.new("BillboardGui")
609
                targetgui.Parent=ZTarget
610
                targetgui.Size=UDim2.new(10,100,10,100)
611
                targ=Instance.new("ImageLabel")
612
                targ.Parent=targetgui
613
                targ.BackgroundTransparency=1
614
                targ.Image="rbxassetid://4834067"
615
                targ.Size=UDim2.new(1,0,1,0)
616
                cam.CameraType="Scriptable"
617
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
618
                dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
619
                workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
620
                Targetting=true
621
                RocketTarget=ZTarget
622
                for i=1,Property do
623
                --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
624
                if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
625
                swait()
626
                end
627
                --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
628
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
629
                dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
630
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
631
                end
632
                Targetting=false
633
                RocketTarget=nil
634
                targetgui.Parent=nil
635
                cam.CameraType="Custom"
636
                end
637
                end
638
                        debounce=Instance.new("BoolValue")
639
                        debounce.Name="DebounceHit"
640
                        debounce.Parent=hit.Parent
641
                        debounce.Value=true
642
                        game:GetService("Debris"):AddItem(debounce,Delay)
643
                        c=Instance.new("ObjectValue")
644
                        c.Name="creator"
645
                        c.Value=Player
646
                        c.Parent=h
647
                        game:GetService("Debris"):AddItem(c,.5)
648
                CRIT=false
649
                hitDeb=true
650
                AttackPos=6
651
        end
652
end
653
 
654
showDamage=function(Char,Dealt,du,Color)
655
        m=Instance.new("Model")
656
        m.Name=tostring(Dealt)
657
        h=Instance.new("Humanoid")
658
        h.Health=0
659
        h.MaxHealth=0
660
        h.Parent=m
661
        c=Instance.new("Part")
662
        c.Transparency=0
663
        c.BrickColor=Color
664
        c.Name="Head"
665
        c.TopSurface=0
666
        c.BottomSurface=0
667
        c.formFactor="Plate"
668
        c.Size=Vector3.new(1,.4,1)
669
        ms=Instance.new("CylinderMesh")
670
        ms.Scale=Vector3.new(.8,.8,.8)
671
local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
672
  local dam = Instance.new("Sound",c)
673
  local rndm=math.random(1,#hitsounds)
674
  local r=rndm
675
  dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r]
676
  dam.Volume = 1.25
677
  dam.Pitch = 1
678
  dam:Play()
679
        if CRIT==true then
680
                ms.Scale=Vector3.new(1,1.25,1)
681
        end
682
        ms.Parent=c
683
        c.Reflectance=0
684
        Instance.new("BodyGyro").Parent=c
685
        c.Parent=m
686
        if Char:findFirstChild("Head")~=nil then
687
        c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
688
        elseif Char.Parent:findFirstChild("Head")~=nil then
689
        c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
690
        end
691
        f=Instance.new("BodyPosition")
692
        f.P=2000
693
        f.D=100
694
        f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
695
        f.position=c.Position+Vector3.new(0,3,0)
696
        f.Parent=c
697
        game:GetService("Debris"):AddItem(m,.5+du)
698
        c.CanCollide=false
699
        m.Parent=workspace
700
        c.CanCollide=false
701
end
702
703
function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , IgnoreDescendants
704
return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) 
705
end 
706
707
function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
708
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
709
prt.Anchored=true
710
prt.CFrame=cframe
711
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
712
--http://www.roblox.com/asset/?id=4770560
713
game:GetService("Debris"):AddItem(prt,2)
714
CF=prt.CFrame
715
coroutine.resume(coroutine.create(function(Part,Mesh,TehCF) 
716
for i=0,1,0.2 do
717
wait()
718
Part.CFrame=CF*cf(0,0,-0.4)
719
end
720
for i=0,1,delay do
721
wait()
722
--Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5)
723
Mesh.Scale=Mesh.Scale
724
end
725
for i=0,1,0.1 do
726
wait()
727
Part.Transparency=i
728
end
729
Part.Parent=nil
730
end),prt,msh,CF)
731
end
732
 
733
function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
734
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
735
prt.Anchored=true
736
prt.CFrame=cframe
737
msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
738
game:GetService("Debris"):AddItem(prt,5)
739
coroutine.resume(coroutine.create(function(Part,Mesh) 
740
for i=0,1,delay do
741
wait()
742
Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
743
Part.Transparency=i
744
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
745
end
746
Part.Parent=nil
747
end),prt,msh)
748
end
749
 
750
function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
751
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
752
prt.Anchored=false
753
prt.CFrame=cframe
754
msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
755
local wld=weld(prt,prt,Parent,cframe)
756
game:GetService("Debris"):AddItem(prt,5)
757
coroutine.resume(coroutine.create(function(Part,Mesh,Weld) 
758
for i=0,1,delay do
759
wait()
760
Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
761
--Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
762
Part.Transparency=i
763
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
764
end
765
Part.Parent=nil
766
end),prt,msh,wld)
767
end
768
 
769
function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
770
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
771
prt.Anchored=false
772
prt.CFrame=cframe
773
msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
774
local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
775
game:GetService("Debris"):AddItem(prt,5)
776
coroutine.resume(coroutine.create(function(Part,Mesh,Weld) 
777
for i=0,1,delay do
778
wait()
779
Weld.C0=euler(i*20,0,0)
780
--Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
781
Part.Transparency=i
782
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
783
end
784
Part.Parent=nil
785
end),prt,msh,wld)
786
end
787
 
788
function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
789
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
790
prt.Anchored=true
791
prt.CFrame=cframe
792
local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
793
game:GetService("Debris"):AddItem(prt,2)
794
coroutine.resume(coroutine.create(function(Part,Mesh) 
795
for i=0,1,delay do
796
wait()
797
Part.CFrame=Part.CFrame
798
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
799
local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
800
prt2.Anchored=true
801
prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
802
local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
803
game:GetService("Debris"):AddItem(prt2,2)
804
coroutine.resume(coroutine.create(function(Part,Mesh) 
805
for i=0,1,0.1 do
806
wait()
807
Part.CFrame=Part.CFrame*cf(0,0.5,0)
808
end
809
Part.Parent=nil
810
end),prt2,msh2)
811
end
812
for i=0,1,delay*2 do
813
wait()
814
Part.CFrame=Part.CFrame
815
Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
816
end
817
Part.Parent=nil
818
end),prt,msh)
819
end
820
 
821
function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
822
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
823
prt.Anchored=true
824
prt.CFrame=cframe
825
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
826
game:GetService("Debris"):AddItem(prt,2)
827
coroutine.resume(coroutine.create(function(Part,Mesh) 
828
for i=0,1,delay do
829
wait()
830
Part.CFrame=Part.CFrame
831
Part.Transparency=i
832
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
833
end
834
Part.Parent=nil
835
end),prt,msh)
836
end
837
 
838
function MagicRing(brickcolor,cframe,x1,y1,z1,x2,y2,z2,x3,y3,z3)
839
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
840
prt.Anchored=true
841
prt.CFrame=cframe*euler(x2,y2,z2)
842
--"http://www.roblox.com/asset/?id=168892465"
843
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
844
game:GetService("Debris"):AddItem(prt,2)
845
coroutine.resume(coroutine.create(function(Part,Mesh) 
846
for i=0,1,0.03 do
847
wait()
848
Part.CFrame=Part.CFrame
849
Part.Transparency=i
850
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
851
end
852
Part.Parent=nil
853
end),prt,msh)
854
end
855
 
856
function BreakEffect(brickcolor,cframe,x1,y1,z1)
857
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
858
prt.Anchored=true
859
prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
860
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
861
game:GetService("Debris"):AddItem(prt,2)
862
coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) 
863
CF=Part.CFrame
864
Numbb=0
865
randnumb=math.random()/10
866
rand1=math.random()/10
867
for i=0,1,rand1 do
868
wait()
869
CF=CF*cf(0,math.random()/2,0)
870
--Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
871
Part.CFrame=CF*euler(Numbb,0,0)
872
Part.Transparency=i
873
Numbb=Numbb+randnumb
874
end
875
Part.Parent=nil
876
end),prt,CF,Numbb,randnumb)
877
end
878
 
879
function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
880
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
881
prt.Anchored=true
882
prt.CFrame=cframe
883
msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
884
game:GetService("Debris"):AddItem(prt,5)
885
coroutine.resume(coroutine.create(function(Part,Mesh) 
886
for i=0,1,delay do
887
wait()
888
Part.CFrame=Part.CFrame*euler(0,0.7,0)
889
Part.Transparency=i
890
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
891
end
892
Part.Parent=nil
893
end),prt,msh)
894
end
895
 
896
function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
897
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
898
prt.Anchored=true
899
prt.CFrame=cframe
900
msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
901
game:GetService("Debris"):AddItem(prt,2)
902
coroutine.resume(coroutine.create(function(Part,Mesh) 
903
for i=0,1,delay do
904
wait()
905
Part.CFrame=Part.CFrame*cf(0,y3/2,0)
906
Part.Transparency=i
907
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
908
end
909
Part.Parent=nil
910
end),prt,msh)
911
end
912
 
913
function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
914
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
915
prt.Anchored=true
916
prt.CFrame=cframe*cf(x,y,z)
917
msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
918
game:GetService("Debris"):AddItem(prt,5)
919
coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee) 
920
local num=math.random()
921
local num2=math.random(-3,2)+math.random()
922
local numm=0
923
for i=0,1,delay*2 do
924
swait()
925
Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
926
Part.Transparency=i
927
numm=numm+0.01
928
end
929
Part.Parent=nil
930
Mesh.Parent=nil
931
end),prt,msh,x,y,z)
932
end
933
934
function dmgstart(dmg,what)
935
	hitcon = what.Touched:connect(function(hit)
936
		local hum = hit.Parent:FindFirstChild("Humanoid")
937
		if hum and not hum:IsDescendantOf(Character) then
938
			hum:TakeDamage(dmg)
939
		end
940
	end)
941
end
942
943
function dmgstop()
944
	hitcon:disconnect()
945
end
946
947
function Cloak()
948
Face.Parent=nil
949
cloaked=true
950
        for _,v in pairs(Torso.Parent:children()) do
951
                if v.className=="Part" and v.Name~="HumanoidRootPart" then
952
                coroutine.resume(coroutine.create(function() 
953
                for i=0,1,0.2 do
954
                wait()
955
                v.Transparency=i
956
                end
957
                v.Transparency=1
958
                end))
959
                end
960
                if v.className=="Hat" then
961
                hatp=v.Handle
962
                coroutine.resume(coroutine.create(function(derp) 
963
                for i=0,1,0.2 do
964
                wait()
965
                derp.Transparency=i
966
                end
967
                derp.Transparency=1
968
                end),hatp)
969
                end
970
        end
971
        for _,v in pairs(m:children()) do
972
                if v.className=="Part" then
973
                coroutine.resume(coroutine.create(function() 
974
                for i=0,1,0.2 do
975
                wait()
976
                v.Transparency=i
977
                end
978
                v.Transparency=1
979
                end))
980
                end
981
        end
982
end
983
 
984
function UnCloak()
985
so("http://roblox.com/asset/?id=2767090",Torso,1,1.1) 
986
Face.Parent=Head 
987
cloaked=false
988
        for _,v in pairs(Torso.Parent:children()) do
989
                if v.className=="Part" and v.Name~="HumanoidRootPart" then
990
                coroutine.resume(coroutine.create(function() 
991
                for i=0,1,0.1 do
992
                wait()
993
                v.Transparency=v.Transparency-0.1
994
                end
995
                v.Transparency=0
996
                end))
997
                end
998
                if v.className=="Hat" then
999
                hatp=v.Handle
1000
                coroutine.resume(coroutine.create(function(derp) 
1001
                for i=0,1,0.1 do
1002
                wait()
1003
                derp.Transparency=derp.Transparency-0.1
1004
                end
1005
                derp.Transparency=0
1006
                end),hatp)
1007
                end
1008
        end
1009
        for _,v in pairs(m:children()) do
1010
                if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
1011
                coroutine.resume(coroutine.create(function() 
1012
                for i=0,1,0.1 do
1013
                wait()
1014
                v.Transparency=v.Transparency-0.1
1015
                end
1016
                v.Transparency=0
1017
                end))
1018
                v.Transparency=0
1019
                end
1020
        end
1021
end
1022
1023
	Player=game:GetService('Players').LocalPlayer
1024
	Character=Player.Character
1025
	Mouse=Player:GetMouse()
1026
	m=Instance.new('Model',Character)
1027
1028
1029
	local function weldBetween(a, b)
1030
	    local weldd = Instance.new("ManualWeld")
1031
	    weldd.Part0 = a
1032
	    weldd.Part1 = b
1033
	    weldd.C0 = CFrame.new()
1034
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
1035
	    weldd.Parent = a
1036
	    return weldd
1037
	end
1038
	
1039
	it=Instance.new
1040
	
1041
	function nooutline(part)
1042
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
1043
	end
1044
	
1045
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
1046
		local fp=it("Part")
1047
		fp.formFactor=formfactor
1048
		fp.Parent=parent
1049
		fp.Reflectance=reflectance
1050
		fp.Transparency=transparency
1051
		fp.CanCollide=false
1052
		fp.Locked=true
1053
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
1054
		fp.Name=name
1055
		fp.Size=size
1056
		fp.Position=Character.Torso.Position
1057
		nooutline(fp)
1058
		fp.Material=material
1059
		fp:BreakJoints()
1060
		return fp
1061
	end
1062
	
1063
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
1064
		local mesh=it(Mesh)
1065
		mesh.Parent=part
1066
		if Mesh=="SpecialMesh" then
1067
			mesh.MeshType=meshtype
1068
			mesh.MeshId=meshid
1069
		end
1070
		mesh.Offset=offset
1071
		mesh.Scale=scale
1072
		return mesh
1073
	end
1074
	
1075
	function weld(parent,part0,part1,c0,c1)
1076
		local weld=it("Weld")
1077
		weld.Parent=parent
1078
		weld.Part0=part0
1079
		weld.Part1=part1
1080
		weld.C0=c0
1081
		weld.C1=c1
1082
		return weld
1083
	end
1084
1085
Player=game:GetService('Players').LocalPlayer
1086
Character=Player.Character
1087
Mouse=Player:GetMouse()
1088
m=Instance.new('Model',Character)
1089
it=Instance.new
1090
function nooutline(part)
1091
	part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
1092
end
1093
function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
1094
	local fp=it("Part")
1095
	fp.formFactor=formfactor
1096
	fp.Parent=parent
1097
	fp.Reflectance=reflectance
1098
	fp.Transparency=transparency
1099
	fp.CanCollide=false
1100
	fp.Locked=true
1101
	fp.BrickColor=BrickColor.new(tostring(brickcolor))
1102
	fp.Name=name
1103
	fp.Size=size
1104
	fp.Position=Character.Torso.Position
1105
	nooutline(fp)
1106
	fp.Material=material
1107
	fp:BreakJoints()
1108
	return fp
1109
end
1110
function mesh(Mesh,part,meshtype,meshid,offset,scale)
1111
	local mesh=it(Mesh)
1112
	mesh.Parent=part
1113
	if Mesh=="SpecialMesh" then
1114
		mesh.MeshType=meshtype
1115
		mesh.MeshId=meshid
1116
	end
1117
	mesh.Offset=offset
1118
	mesh.Scale=scale
1119
	return mesh
1120
end
1121
function weld(parent,part0,part1,c0,c1)
1122
	local weld=it("Weld")
1123
	weld.Parent=parent
1124
	weld.Part0=part0
1125
	weld.Part1=part1
1126
	weld.C0=c0
1127-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
1127+
1128
	return weld
1129
end
1130-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
1130+
1131
Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
1132
HandleWeld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, -1.10559327e-007, 0, 1.10559313e-007, 0.999999881, -6.82671057e-008, 7.54756585e-015, 6.82671129e-008, 1),CFrame.new(-0.069039166, -0.113463402, 1.04289675, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1133-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
1133+
1134
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
1135
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.76659834, -0.297748327, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
1136-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
1136+
1137
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
1138
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.86247182, 0.341249466, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
1139-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
1139+
1140
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
1141
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.76659834, 0.369124293, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
1142
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
1143
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
1144
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-006, -1.95409656, 0.369124651, 1, -3.5029597e-008, -5.96046519e-008, -5.96046306e-008, 6.17193905e-007, -1, 3.50296325e-008, 1, 6.17193905e-007))
1145-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
1145+
1146
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
1147
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -1.95409656, -0.297748804, -1, -5.23922949e-008, 5.96046519e-008, -5.96046803e-008, 6.17193905e-007, -1, 5.23922594e-008, -1, -6.17193905e-007))
1148-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
1148+
1149
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1150
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
1151-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
1151+
1152
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
1153
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.16725111, -1.41408849, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
1154
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1155
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
1156
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.02655792e-006, -1.16711032, -0.0589969158, 1, 1.08027862e-007, 0, -5.37960721e-014, 4.97983308e-007, -1, -1.08027862e-007, 1, 4.97983308e-007))
1157-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1157+
1158
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
1159
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.35079217, 0.103010416, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
1160-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1160+
1161
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
1162
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.71972668, 0.400372267, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
1163-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
1163+
1164
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1165
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -2.02871776, -0.278748035, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
1166
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
1167
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1168
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(8.94069672e-007, -2.02871752, 0.419371605, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
1169-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
1169+
1170
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
1171
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.16047049, 0.508368373, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
1172-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
1172+
1173
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
1174
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.35976458, -0.0312541127, 1.86352515, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57641632e-008, -8.94739998e-008, -7.57096927e-008, 0.866025269, 0.500000238))
1175-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1175+
1176
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
1177
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.08190203, 0.2501719, 1, -3.12822095e-007, 5.96046519e-008, -1.13020228e-007, -0.173648566, 0.98480773, -2.97719339e-007, -0.98480767, -0.173648566))
1178
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
1179
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
1180
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.05311584e-006, 1.95058596, 0.253540456, -1, 1.02354932e-007, -1.49011612e-007, -1.17442823e-007, 0.258818656, 0.965925932, 1.3743427e-007, 0.965925992, -0.258818686))
1181-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
1181+
1182
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1183
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.68847609, 0.419371486, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
1184
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
1185
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
1186
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, -1.99747372, 0.400373936, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
1187-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
1187+
1188
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.4375, 0.25))
1189
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.18813586, 0.908314347, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
1190-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
1190+
1191
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
1192
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.35976434, -0.0312459469, 1.86352515, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47141249e-009, 1.70059607e-007, -8.20235115e-008, 0.866025269, 0.500000238))
1193-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1193+
1194
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
1195
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 1.82663035, 1.68847704, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
1196
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
1197
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
1198
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
1199-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1199+
1200
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1201
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 1.6884762, -0.278747916, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
1202
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
1203
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
1204
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, 2.75683522, 1.15006804, 1, 2.61612684e-007, -5.96046519e-008, -4.6201059e-008, 0.386711121, 0.922201037, 2.64309278e-007, -0.922201037, 0.386711121))
1205
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
1206
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1207
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.90734863e-006, 1.20410335, -0.1381253, 1, -1.30388145e-007, 5.96046519e-008, -5.96047158e-008, -4.97983308e-007, 1, -1.30388116e-007, -1, -4.97983308e-007))
1208-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1208+
1209
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1210
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888))
1211-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
1211+
1212
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1213
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.999259949, -0.0312482715, -0.496301651, 8.94069814e-008, 0.707106769, -0.707106829, 1, -2.08849031e-007, -8.2408441e-008, -2.0595013e-007, -0.707106829, -0.707106709))
1214-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
1214+
1215
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1216
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.20410311, 0.278748631, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1217-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
1217+
1218
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
1219
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.302499771, 0.0937513113, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1220-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
1220+
1221
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
1222
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.659994602, 0.135124326, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1223-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
1223+
1224
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
1225
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.25361502, 0.392871499, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
1226-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
1226+
1227
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
1228
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1229-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
1229+
1230
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.375, 0.21875))
1231
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.50817347, 0.125254035, -1, 6.68158862e-008, -1.49011612e-007, -1.4901164e-007, -4.97983194e-007, 1, 6.68158151e-008, 1, 4.97983194e-007))
1232-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
1232+
1233
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
1234
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.91299367, 0.281997681, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
1235
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
1236
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
1237
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.781131983, 0.0222299099, -1, 2.86555604e-007, -5.96046519e-008, -1.08459133e-007, -0.173648685, 0.98480773, 2.71851889e-007, 0.98480773, 0.173648685))
1238
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
1239
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
1240
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.522374153, 0.125002146, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
1241-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
1241+
1242
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1243
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
1244-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
1244+
1245
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
1246
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
1247
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1248
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
1249
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.57627869e-007, -1.79205251, -0.0442371368, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
1250-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
1250+
1251
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
1252
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.552494049, 0.0937507153, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1253-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
1253+
1254
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
1255
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-007, 0.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
1256-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
1256+
1257
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
1258
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.9935112e-006, 1.40163493, 1.65097666, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
1259-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
1259+
1260
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
1261
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, 0.428994179, 0.0937510729, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1262
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1263
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
1264
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.446621895, 0.0734990835, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
1265-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
1265+
1266
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
1267
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.967765272, 0.720929861, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
1268-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
1268+
1269
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
1270
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
1271-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
1271+
1272
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
1273
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 0.960361481, 0.0573717356, 1, -6.68157512e-008, -5.96046519e-008, 5.96046164e-008, -4.97983308e-007, 1, -6.68157796e-008, -1, -4.97983308e-007))
1274
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
1275
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
1276
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.51446474, -0.287093759, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
1277-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
1277+
1278
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
1279
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, -1.12023759, -0.0676275492, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
1280-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
1280+
1281
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
1282
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -0.201990128, 0.0982512236, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1283-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
1283+
1284
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
1285
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.38418579e-007, -0.137369633, 0.0937509537, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
1286-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
1286+
1287
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
1288
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.63588333e-006, -1.29723644, 0.0231808424, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
1289-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
1289+
1290
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
1291
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167286396, 0.746741295, -0.00556850433, -1, 6.68158222e-008, -5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, -6.68157938e-008, -1, -4.38378009e-007))
1292
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
1293
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
1294
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.81469727e-006, 0.381998301, -0.135124564, -1, -5.23922843e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23922097e-008, -1, -4.97983251e-007))
1295
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
1296
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
1297
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.35113907e-006, -1.64879727, 0.0388069153, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
1298
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1299
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
1300
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.14855242, -0.0782039165, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
1301
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1302
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
1303
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.17250943, 0.949309707, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
1304
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1305
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
1306
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.7106328, -4.67702293, 1, -5.28256834e-008, 3.27825546e-007, -1.54116776e-007, -0.948323309, 0.317305803, 2.94122714e-007, -0.317305803, -0.948323369))
1307
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
1308
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
1309
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.00251865, -0.0312470198, -0.784425139, -5.96046448e-008, 0.362437576, 0.932008028, 1, 8.8373362e-008, 2.95864595e-008, -7.16414377e-008, 0.932008028, -0.362437606))
1310
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1311
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1312
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -3.18676305, -1.53718555, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
1313
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
1314
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
1315
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.73874784, -0.0312489271, 0.358844757, -8.94069814e-008, -0.0130901812, 0.999914408, 1, 5.69744678e-008, 9.01605191e-008, -5.81498085e-008, 0.999914408, 0.0130901812))
1316
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1317
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
1318
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.37090683e-006, 3.7712388, 4.10999966, 1, 2.20300279e-007, -3.27825546e-007, 7.26464435e-008, 0.713250935, 0.70090878, 3.88232309e-007, -0.70090884, 0.713250995))
1319-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
1319+
1320
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
1321
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 3.43644333, -0.254856586, 1, 2.8833017e-007, 5.96046519e-008, -4.31625189e-008, -0.0566928945, 0.998391747, 2.91245613e-007, -0.998391688, -0.0566928908))
1322
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
1323
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
1324
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.0734067, -0.0312533975, 4.65720272, 1.49011626e-007, 0.694658399, -0.719339788, -1, 3.30585053e-008, -1.75226305e-007, -9.79421202e-008, 0.719339788, 0.694658399))
1325
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1326
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
1327
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, 3.25642681, 0.00496280193, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
1328-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
1328+
1329
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
1330
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.03983688e-006, 6.0806818, -0.48661232, 1, 2.83280116e-007, 0, 3.20681721e-008, -0.113203041, 0.993571877, 2.81459165e-007, -0.993571937, -0.113203049))
1331
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1332
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
1333
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.73874784, -0.0312509537, 0.358844757, 0, 0.0130901793, -0.999914348, -1, -5.85088848e-008, -7.65957409e-010, -5.85139013e-008, 0.999914408, 0.0130901802))
1334
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1335
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
1336
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.05311584e-006, 5.85410023, -0.495341063, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
1337
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1338
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
1339
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.630329967, -0.0312533975, 7.20098686, 1.11758709e-008, 0.99984777, -0.017452918, -1, 8.5759515e-009, -1.49042407e-007, -1.48870043e-007, 0.0174529161, 0.99984777))
1340
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
1341
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
1342
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.64131165, -0.0312466621, 0.814543009, -1.78813963e-007, -0.104528897, 0.994521916, 1, 6.1102142e-008, 1.86221044e-007, -8.02329012e-008, 0.994521916, 0.104528897))
1343
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1344
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
1345
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 5.27017689, -0.0733480453, 1, 2.8833017e-007, 5.96046519e-008, -4.31626219e-008, -0.0566925369, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566925332))
1346
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
1347
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
1348
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.630329847, -0.0312465429, 7.20098686, -9.87201929e-008, -0.99984777, 0.017452918, 1, -9.613413e-008, 1.49012436e-007, -1.47311923e-007, 0.0174529161, 0.99984777))
1349
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
1350
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
1351
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.11272049e-006, 4.9387393, -4.49442863, 1, 2.42971879e-007, 2.68220901e-007, -1.46989407e-008, -0.713250041, 0.700909734, 3.61609949e-007, -0.700909734, -0.713250101))
1352
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
1353
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
1354
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.00251842, -0.0312527418, -0.784425259, -2.98023224e-008, -0.362437576, -0.932008028, -1, -3.9197058e-008, 4.7219352e-008, -5.36460405e-008, 0.932008028, -0.362437606))
1355-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
1355+
1356
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
1357
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 4.10316849, -0.103866458, 1, 2.8833017e-007, 5.96046519e-008, -4.31625473e-008, -0.0566928051, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566928014))
1358
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1359
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1360
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.33085537, -1.5976094, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
1361-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
1361+
1362
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
1363
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.64916229e-006, -0.673488855, 5.65330791, -1, 2.57733284e-008, -4.1723257e-007, 2.16240803e-008, -0.993572056, -0.11320243, -4.17468186e-007, -0.113202423, 0.993571997))
1364
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
1365
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
1366
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 2.6059866, 0.051631093, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
1367-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
1367+
1368
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
1369
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.29153442e-006, -0.399590373, 4.02885008, -1, 2.75204592e-009, -4.1723257e-007, 2.09061284e-008, -0.998391747, -0.0566919968, -4.16717569e-007, -0.0566919968, 0.998391747))
1370-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
1370+
1371
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
1372
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 2.20885611, -3.10965157, 1, 1.22782865e-007, 3.27825546e-007, -8.59755218e-008, -0.82164669, 0.569997251, 3.39342648e-007, -0.569997191, -0.821646631))
1373-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
1373+
1374
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
1375
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-006, 4.40055227, -0.0314526558, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
1376
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1377
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
1378
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(9.53674316e-007, 2.57349205, 0.495863676, 1, 2.95756422e-007, 5.96046519e-008, -9.27020594e-008, 0.113203131, 0.993571877, 2.87107866e-007, -0.993571937, 0.113203138))
1379-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
1379+
1380
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
1381
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.02953684, 2.8258214, -1, -1.09740803e-007, -3.27825546e-007, -2.40661642e-008, -0.923879445, 0.382683516, -3.44867317e-007, 0.382683575, 0.923879564))
1382
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
1383
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1384
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.40289879, -1.62781823, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
1385
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
1386
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
1387
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.60998273, -0.0503669977, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
1388-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
1388+
1389
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1390
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.25880861, -1.56739795, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
1391-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
1391+
1392
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
1393
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 3.70434904, 2.44769764, 1, 3.05401159e-007, -1.49011612e-007, -3.84168999e-008, 0.537299871, 0.843391299, 3.37636607e-007, -0.843391299, 0.537299871))
1394
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1395
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
1396
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.67497754, -0.154865503, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
1397-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
1397+
1398
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
1399
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13248825e-006, 2.07749343, -1.55897069, -1, 2.0314171e-007, -1.49011612e-007, 3.82758287e-008, 0.707107008, 0.70710659, 2.49009986e-007, 0.70710659, -0.707106948))
1400-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
1400+
1401
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
1402
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.09944153e-006, 4.72574425, -0.500342607, 1, 2.72365185e-007, 1.49011612e-007, -1.17221134e-007, -0.113203213, 0.993571877, 2.87482976e-007, -0.993571877, -0.113203213))
1403
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1404
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
1405
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, 4.40054798, -0.205949783, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
1406-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
1406+
1407
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
1408
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.313133836, 6.93109894, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
1409-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
1409+
1410
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
1411
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.558792, -0.0312539935, -0.45239532, 2.98023224e-008, -0.707106769, -0.707106829, -1, -7.48441451e-008, 3.26972902e-008, -7.60432783e-008, 0.707106829, -0.707106709))
1412-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1412+
1413
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
1414
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.44779181, 0.103008986, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
1415
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
1416
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
1417
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.31130219e-006, -1.70811987, 0.370481491, 1, 1.56259688e-007, -2.68220901e-007, -2.99524515e-007, 0.258819312, -0.965925872, -8.15145142e-008, 0.965925872, 0.258819312))
1418
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
1419
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1420
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.7285347e-006, -1.7005955, 0.278747916, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
1421-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
1421+
1422
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
1423
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.55879188, -0.0312462449, -0.452395201, 5.96046448e-008, 0.707106769, 0.707106829, 1, -4.38479519e-009, -7.99089008e-008, -5.34036033e-008, 0.707106829, -0.707106709))
1424-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
1424+
1425
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
1426
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.27592182, 0.103008866, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
1427
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
1428
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
1429
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.08616257e-006, -0.537618876, 2.27821803, -1, 3.50292382e-008, 2.68220901e-007, -3.50290357e-008, -1, 7.53727932e-007, 2.6822093e-007, 7.53727932e-007, 1))
1430-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
1430+
1431
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
1432
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.54972076e-006, 1.79147363, 1.84832418, -1, -2.19832074e-007, -2.68220901e-007, -3.42159723e-008, -0.707107008, 0.70710659, -3.45105576e-007, 0.70710659, 0.707106948))
1433-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
1433+
1434
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
1435
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-6.55651093e-007, -0.200989008, 2.46776938, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
1436-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1436+
1437
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
1438
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -0.42824471, 2.46571684, -1, 3.50217348e-008, 2.68220901e-007, -3.50215323e-008, -1, 7.53727875e-007, 2.6822093e-007, 7.53727875e-007, 1))
1439-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
1439+
1440
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
1441
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 1.93505025, 1.70474756, 1, 1.8804613e-007, -2.68220901e-007, 5.6691988e-008, 0.707107067, 0.707106471, 3.22629546e-007, -0.707106531, 0.707107067))
1442-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
1442+
1443
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1444
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, -1.70059586, -0.138124347, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
1445-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
1445+
1446
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
1447
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.41137242, -1.47533894, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
1448
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
1449
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
1450
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, -1.87605298, 0.196760774, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
1451-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
1451+
1452
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
1453
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.15904617e-006, 2.51099396, -0.945535302, -1, 2.51590308e-007, -1.49011612e-007, -3.25266569e-009, 0.50000006, 0.866025388, 2.92389416e-007, 0.866025448, -0.50000006))
1454
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
1455
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
1456
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 0.00686681271, 2.46776795, 1, 4.04674836e-008, 5.96046519e-008, -4.04674481e-008, 1, -5.74912178e-007, -5.96046803e-008, 5.74912178e-007, 1))
1457
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
1458
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
1459
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.17232513e-007, 3.25642681, 0.179460406, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
1460-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
1460+
1461
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
1462
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.95527112, -0.0312464833, 0.483453929, 1.19209275e-007, 0.258818507, 0.965925932, 1, -8.24298763e-009, -1.21205815e-007, -2.34081945e-008, 0.965925932, -0.258818507))
1463-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
1463+
1464
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
1465
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.95527112, -0.0312538147, 0.483453929, -2.98023224e-008, -0.258818537, -0.965925992, -1, -2.11072013e-008, 3.65092774e-008, -2.98372704e-008, 0.965925932, -0.258818537))
1466
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1467
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
1468
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167268515, -1.01674032, 0.0665671825, -1, -2.06061035e-008, 5.96046519e-008, 5.96046661e-008, -4.97983308e-007, 1, -2.06060733e-008, 1, 4.97983308e-007))
1469-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
1469+
1470
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
1471
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
1472-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
1472+
1473
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
1474
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
1475-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
1475+
1476
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
1477
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.20537186e-006, 1.49373317, 0.509495497, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
1478-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
1478+
1479
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
1480
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 0.994490385, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1481
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1482
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
1483
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-008, -1.13293266, -0.127015591, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
1484
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1485
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
1486
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.55247092, -0.700873375, -1, 3.75780473e-009, -1.49011612e-007, -1.02709933e-007, 0.707106948, 0.707106709, 1.08024309e-007, 0.70710665, -0.707106888))
1487
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
1488
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
1489
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.97657108, -0.0312469006, 0.569297791, -1.78813934e-007, -0.0523363948, 0.99862951, 1, 7.44965192e-008, 1.82963561e-007, -8.39700789e-008, 0.99862957, 0.0523363985))
1490-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
1490+
1491
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
1492
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.0734067, -0.0312458873, 4.6572032, -2.38418608e-007, -0.694658399, 0.719339788, 1, -7.77344482e-008, 2.56373596e-007, -1.22174583e-007, 0.719339788, 0.694658399))
1493
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1494
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
1495
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.97657156, -0.0312528014, 0.569297791, 8.94069672e-008, 0.0523363948, -0.99862957, -1, -7.9065849e-008, -9.36733713e-008, -8.38600229e-008, 0.99862957, 0.0523363948))
1496-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
1496+
1497
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
1498
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 5.95509291, -0.320841074, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
1499-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
1499+
1500
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
1501
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.64131165, -0.0312528014, 0.814543009, 8.94069672e-008, 0.104528897, -0.994521856, -1, -7.01918026e-008, -9.72769385e-008, -7.99755355e-008, 0.994521916, 0.104528904))
1502-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
1502+
1503
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
1504
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-006, -1.16710985, 0.175246477, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
1505-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
1505+
1506
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
1507
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -0.964124441, -0.0247514248, 1, -3.01422034e-007, 5.96046519e-008, -3.31073302e-008, 0.0871552527, 0.99619478, -3.05469911e-007, -0.99619478, 0.0871552527))
1508-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
1508+
1509
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
1510
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, -0.686996341, -0.125002146, -1, -5.23922274e-008, 1.49011612e-007, -1.49011626e-007, 3.48969991e-007, -1, 5.23921742e-008, -1, -3.48969991e-007))
1511
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
1512
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
1513
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, 0.168619156, -0.0937508345, -1, -5.23922559e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23921813e-008, -1, -4.97983251e-007))
1514
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
1515
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
1516
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.4540993, 0.200625658, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1517-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
1517+
1518
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
1519
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
1520
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
1521
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
1522
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
1523
mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
1524
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
1525
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.68220901e-006, 2.08321929, -0.579118371, 1, -3.05231737e-007, 5.96046519e-008, -5.96048082e-008, -4.97983308e-007, 1, -3.05231708e-007, -1, -4.97983308e-007))
1526-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
1526+
1527
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1528
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
1529
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1530
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
1531
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-7.74860382e-007, -1.99747372, -0.297748566, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
1532
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
1533
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
1534
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.14576721e-006, -1.94385314, 0.47499609, 1, -6.68158364e-008, 5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, 6.6815808e-008, 1, 4.38378009e-007))
1535
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
1536
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
1537
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.71972692, -0.297746897, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
1538
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
1539
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
1540
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
1541-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
1541+
1542
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1543
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
1544-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
1544+
1545
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
1546
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.51446474, -0.0312479734, 0.511714339, 5.96046519e-008, 4.38378066e-007, -1, 1, -2.45074915e-007, 5.96045453e-008, -2.45074887e-007, -1, -4.38378095e-007))
1547-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
1547+
1548
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
1549
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.2623533, 0.27874887, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
1550-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
1550+
1551
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
1552
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.6403501, 0.474995613, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
1553-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
1553+
1554
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
1555
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.2649765e-006, 1.84085846, 0.585492015, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
1556
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
1557
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
1558
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.00167268515, 1.04017782, 0.125254273, 1, 2.06060218e-008, 5.96046519e-008, 5.96046448e-008, 3.48969991e-007, -1, -2.06060431e-008, 1, 3.48969991e-007))
1559
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
1560
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
1561
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
1562-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
1562+
1563
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
1564
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.828511, -0.0312466025, 1.86352599, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47173224e-009, 1.70059423e-007, -8.20231492e-008, 0.866025269, 0.500000238))
1565
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1566
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
1567
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.23306799, -0.714783967, 1, 1.28876025e-007, -1.49011612e-007, -8.8350177e-008, -0.38268286, -0.923879802, -1.76090154e-007, 0.923879862, -0.38268289))
1568-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
1568+
1569
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
1570
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.25397205, 0.350374818, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
1571-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
1571+
1572
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
1573
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.930041909, -0.0312547088, 2.61983705, 2.68220924e-006, -0.866025388, 0.500000238, 1, 1.34954996e-006, -3.0269282e-006, 1.94662152e-006, 0.500000238, 0.866025388))
1574
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1575
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
1576
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.75509262e-006, -2.0832181, 0.73186779, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
1577
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
1578
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
1579
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
1580-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
1580+
1581
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
1582
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.930041909, -0.03124547, 2.61983705, -2.75671505e-006, 0.866025388, -0.500000238, -1, -1.43972136e-006, 3.0197582e-006, 1.89532614e-006, 0.500000238, 0.866025329))
1583-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
1583+
1584
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
1585
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.16469121, -0.908047557, -1, -9.70897673e-008, -1.49011612e-007, 1.00514129e-007, 0.382683396, -0.923879564, 1.46723522e-007, -0.923879564, -0.382683367))
1586
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
1587
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
1588
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.70876694e-006, -4.59392071, 4.83900547, -1, 3.01723389e-007, -3.27825546e-007, 2.23408545e-008, -0.700909495, -0.713250279, -4.44980344e-007, -0.713250279, 0.700909495))
1589-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
1589+
1590
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
1591
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -1.44312787, -0.230922222, 1, -1.99133694e-007, -5.96046519e-008, 9.3278274e-008, 0.173647881, 0.984807849, -1.85758211e-007, -0.984807849, 0.173647881))
1592-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
1592+
1593
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
1594
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.82851136, -0.0312532187, 1.86352599, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57638221e-008, -8.94738008e-008, -7.57092948e-008, 0.866025269, 0.500000238))
1595-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
1595+
1596
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
1597
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 2.52654123, 0.448077202, -1, 2.51590194e-007, -1.49011612e-007, -1.49011683e-007, -2.59562086e-007, 1, 2.51590166e-007, 1, 2.59562114e-007))
1598-
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
1598+
1599
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
1600
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, 2.19158387, 0.875249863, 1, 2.87006458e-007, -5.96046519e-008, -2.30892709e-008, 0.279828936, 0.960049868, 2.92219624e-007, -0.960049927, 0.279828966))
1601
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1602
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
1603
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.34476542, -0.473634839, 1, 1.52993096e-007, -1.49011612e-007, -1.04336792e-007, -0.258818269, -0.965926051, -1.86346938e-007, 0.965926051, -0.258818269))
1604
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
1605
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
1606
Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.29170871, -0.671645045, -1, -1.21206767e-007, -1.49011612e-007, 1.12563526e-007, 0.258819103, -0.965925813, 1.55643789e-007, -0.965925813, -0.258819103))
1607
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
1608
Hitbox=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(4.90999985, 1.2299999, 0.200000003))
1609
Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.90843725, -0.0829741955, 0.0609716177, 0, -6.82671129e-008, -1, 1.1055932e-007, 1, -6.82671129e-008, 1, -1.1055932e-007, 7.547565e-015))
1610
1611
mouse.Button1Down:connect(function()
1612
        if attack==false and attacktype==1 then
1613
                attacktype=2
1614
                attackone()
1615
        elseif attack==false and attacktype==2 then
1616
                attacktype=3
1617
                attacktwo()
1618
        elseif attack==false and attacktype==3 then
1619
                attacktype=4
1620
                attackthree()
1621
        elseif attack==false and attacktype==4 then
1622
                attacktype=1
1623
                attackfour()
1624
        end
1625
end)
1626
1627
function bladespin()
1628
        attack=true
1629
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,5,7,math.random(10,20),"Normal",RootPart,.2,1) end) 
1630
        for i=0,1,0.1 do
1631
                swait()
1632
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-10)),.4)
1633
                RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4)
1634
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1635
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1636
        end
1637
for z = 0, 2 do
1638
so("http://roblox.com/asset/?id=199146359",Hitbox,1.15,1.05) 
1639
        for i=0,1,0.5 do
1640
                swait()
1641
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1642
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
1643
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
1644
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1645
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1646
        end
1647
        for i=0,1,0.5 do
1648
                swait()
1649
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1650
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(180)),.4)
1651
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
1652
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1653
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1654
        end
1655
        for i=0,1,0.5 do
1656
                swait()
1657
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1658
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(240)),.4)
1659
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
1660
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1661
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1662
        end
1663
        for i=0,1,0.5 do
1664
                swait()
1665
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1666
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(360)),.4)
1667
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
1668
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1669
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1670
        end
1671
end
1672
        attack=false
1673
con1:disconnect()
1674
end  
1675
1676
function flashingslash()
1677
        attack=true
1678
        for i=0,2,0.1 do
1679
                swait()
1680
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1681
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
1682
                RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
1683
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1684
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1685
        end
1686
so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9) 
1687
	 local b = Instance.new("Part")
1688
  b.Parent = char
1689
   b.Material = "Neon"
1690
    b.Color = BrickColor.new("White").Color
1691
     b.CanCollide = false
1692
     b.Shape = "Ball"
1693
     b.CFrame = Hitbox.CFrame
1694
     b.Anchored = true
1695
     b.Transparency = 0
1696
     b.Size = vt(0.5,0.5,0.5)
1697
     local z = Instance.new("SpecialMesh",b)
1698
     z.MeshType = "Sphere"
1699
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,13,16,math.random(10,20),"Normal",RootPart,.2,1) end) 
1700
        for i=0,2,0.1 do
1701
                swait()
1702
            z.Scale = z.Scale + vt(7.5,-0.01,-0.01)
1703
            b.Transparency = b.Transparency + 0.05
1704
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1705
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1706
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9)
1707
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1708
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1709
        end
1710
con1:disconnect()
1711
attack = false
1712
b:Destroy()
1713
end
1714
1715
function executionstab()
1716
        attack=true
1717
        for i=0,5,0.1 do
1718
                swait()
1719
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1720
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
1721
                RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
1722
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1723
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1724
        end
1725
so("http://roblox.com/asset/?id=540358153",Hitbox,1.5,0.75) 
1726
	 local b = Instance.new("Part")
1727
  b.Parent = char
1728
   b.Material = "Neon"
1729
    b.Color = BrickColor.new("Really red").Color
1730
     b.CanCollide = false
1731
     b.Shape = "Ball"
1732
     b.CFrame = Hitbox.CFrame
1733
     b.Anchored = true
1734
     b.Transparency = 0
1735
     b.Size = vt(0.5*2,0.5*2,0.5*2)
1736
     local z = Instance.new("SpecialMesh",b)
1737
     z.MeshType = "Sphere"
1738
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,50,60,math.random(10,20),"Normal",RootPart,.2,1) end) 
1739
        for i=0,5,0.1 do
1740
                swait()
1741
            z.Scale = z.Scale + vt(15,-0.01*2,-0.01*2)
1742
            b.Transparency = b.Transparency + 0.05
1743
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1744
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1745
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9)
1746
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1747
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1748
        end
1749
con1:disconnect()
1750
attack = false
1751
b:Destroy()
1752
end
1753
1754
function enerwave()
1755
        attack=true
1756
        for i=0,1,0.1 do
1757
                swait()
1758
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
1759
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1760
                RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4)
1761
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1762
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1763
        end
1764
so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9) 
1765
	 local lb = Instance.new("Part")
1766
  lb.Parent = char
1767
   lb.Material = "Neon"
1768
    lb.Color = BrickColor.new("Pastel Blue").Color
1769
     lb.CanCollide = false
1770
     lb.CFrame = Torso.CFrame + Torso.CFrame.lookVector*5
1771
     lb.Transparency = 0
1772
     lb.Size = vt(15,0.6,3)
1773
local tra2 = Instance.new("ParticleEmitter",lb)
1774
tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
1775
tra2.LightEmission = 1
1776
tra2.Color = ColorSequence.new(lb.BrickColor.Color)
1777
tra2.Rate = 500000000000
1778
tra2.Lifetime = NumberRange.new(0.5)
1779
tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)})
1780
tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
1781
tra2.Speed = NumberRange.new(0)
1782
tra2.Rotation = NumberRange.new(-500,500)
1783
tra2.VelocitySpread = 90000
1784
tra2.RotSpeed = NumberRange.new(-500,500)
1785
     local thing = Instance.new("SpecialMesh",lb)
1786
     thing.MeshType = "Sphere"
1787
lb.Touched:connect(function(hit) Damagefunc(hit,10,13,math.random(10,20),"Normal",RootPart,.2,1) end) 
1788
  local bv = Instance.new("BodyVelocity")
1789
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1790
  bv.velocity = Torso.CFrame.lookVector *150
1791
  bv.Parent = lb
1792
        for i=0,2,0.1 do
1793
                swait()
1794
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(30)),.3)
1795
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
1796
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.3)
1797
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1798
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1799
        end
1800
attack = false
1801
wait(1)
1802
lb:Destroy()
1803
end
1804
1805
function repeatbullet()
1806
attack = true
1807
		for i = 0,1,0.3 do
1808
		swait()
1809
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1810
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1811
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1812
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1813
		end
1814
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1815
	 local lb = Instance.new("Part")
1816
  lb.Parent = char
1817
   lb.Material = "Neon"
1818
    lb.Color = BrickColor.new("Pastel Blue").Color
1819
     lb.CanCollide = false
1820
     lb.Shape = "Ball"
1821
     lb.CFrame = barrelhole.CFrame
1822
     lb.Anchored = true
1823
     lb.Transparency = 0
1824
     lb.Size = vt(0.6,0.6,0.6)
1825
     local thing = Instance.new("SpecialMesh",lb)
1826
     thing.MeshType = "Sphere"
1827
	 local b = Instance.new("Part")
1828
  b.Parent = char
1829
   b.Material = "Neon"
1830
    b.Color = BrickColor.new("Pastel Blue").Color
1831
     b.CanCollide = false
1832
     b.Shape = "Ball"
1833
     b.CFrame = barrelhole.CFrame
1834
     b.Anchored = true
1835
     b.Transparency = 0
1836
     b.Size = vt(1,1,1)
1837
     local z = Instance.new("SpecialMesh",b)
1838
     z.MeshType = "Sphere"
1839
local hitted = false
1840
lb.Anchored = false
1841
  local bv = Instance.new("BodyVelocity")
1842
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1843
  bv.velocity = mouse.Hit.lookVector *150
1844
  bv.Parent = lb
1845
lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
1846
z.Scale = vt(1,1,1)
1847
b.Transparency = 0
1848
b.CFrame = barrelhole.CFrame
1849
		for i = 0,1,0.3 do
1850
		swait()
1851
            z.Scale = z.Scale + vt(0.2,0.2,0.2)
1852
            b.Transparency = b.Transparency + 0.25
1853
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1854
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1855
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1856
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
1857
		end
1858
		for i = 0,1,0.3 do
1859
		swait()
1860
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1861
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1862
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1863
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1864
		end
1865
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1866
	 local lb = Instance.new("Part")
1867
  lb.Parent = char
1868
   lb.Material = "Neon"
1869
    lb.Color = BrickColor.new("Pastel Blue").Color
1870
     lb.CanCollide = false
1871
     lb.Shape = "Ball"
1872
     lb.CFrame = barrelhole.CFrame
1873
     lb.Anchored = true
1874
     lb.Transparency = 0
1875
     lb.Size = vt(0.6,0.6,0.6)
1876
     local thing = Instance.new("SpecialMesh",lb)
1877
     thing.MeshType = "Sphere"
1878
local hitted = false
1879
lb.Anchored = false
1880
  local bv = Instance.new("BodyVelocity")
1881
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1882
  bv.velocity = mouse.Hit.lookVector *150
1883
  bv.Parent = lb
1884
lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
1885
z.Scale = vt(1,1,1)
1886
b.Transparency = 0
1887
b.CFrame = barrelhole.CFrame
1888
		for i = 0,1,0.3 do
1889
		swait()
1890
            z.Scale = z.Scale + vt(0.2,0.2,0.2)
1891
            b.Transparency = b.Transparency + 0.25
1892
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1893
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1894
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1895
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
1896
		end
1897
		for i = 0,1,0.3 do
1898
		swait()
1899
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1900
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1901
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1902
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1903
		end
1904
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1905
	 local lb = Instance.new("Part")
1906
  lb.Parent = char
1907
   lb.Material = "Neon"
1908
    lb.Color = BrickColor.new("Pastel Blue").Color
1909
     lb.CanCollide = false
1910
     lb.Shape = "Ball"
1911
     lb.CFrame = barrelhole.CFrame
1912
     lb.Anchored = true
1913
     lb.Transparency = 0
1914
     lb.Size = vt(0.6,0.6,0.6)
1915
     local thing = Instance.new("SpecialMesh",lb)
1916
     thing.MeshType = "Sphere"
1917
local hitted = false
1918
lb.Anchored = false
1919
  local bv = Instance.new("BodyVelocity")
1920
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1921
  bv.velocity = mouse.Hit.lookVector *150
1922
  bv.Parent = lb
1923
lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
1924
z.Scale = vt(1,1,1)
1925
b.CFrame = barrelhole.CFrame
1926
b.Transparency = 0
1927
		for i = 0,1,0.3 do
1928
		swait()
1929
            z.Scale = z.Scale + vt(0.2,0.2,0.2)
1930
            b.Transparency = b.Transparency + 0.25
1931
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1932
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1933
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1934
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
1935
		end
1936
attack = false
1937
b:Destroy()
1938
wait(10)
1939
lb:Destroy()
1940
lb:Destroy()
1941
lb:Destroy()
1942
end
1943
1944
function stickybomb()
1945
attack = true
1946
		for i = 0,2,0.1 do
1947
		swait()
1948
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1949
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1950
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1951
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1952
		end
1953
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1954
	 local lb = Instance.new("Part")
1955
  lb.Parent = char
1956
   lb.Material = "Neon"
1957
    lb.Color = BrickColor.new("Pastel Blue").Color
1958
     lb.CanCollide = false
1959
     lb.Shape = "Ball"
1960
     lb.CFrame = barrelhole.CFrame
1961
     lb.Anchored = true
1962
     lb.Transparency = 0
1963
     lb.Size = vt(1,1,1)
1964
     local thing = Instance.new("SpecialMesh",lb)
1965
     thing.MeshType = "Sphere"
1966
	 local b = Instance.new("Part")
1967
  b.Parent = char
1968
   b.Material = "Neon"
1969
    b.Color = BrickColor.new("Pastel Blue").Color
1970
     b.CanCollide = false
1971
     b.Shape = "Ball"
1972
     b.CFrame = barrelhole.CFrame
1973
     b.Anchored = true
1974
     b.Transparency = 0
1975
     b.Size = vt(1,1,1)
1976
     local z = Instance.new("SpecialMesh",b)
1977
     z.MeshType = "Sphere"
1978
local hitted = false
1979
lb.Anchored = false
1980
  local bv = Instance.new("BodyVelocity")
1981
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1982
  bv.velocity = mouse.Hit.lookVector *150
1983
  bv.Parent = lb
1984
hitted = false
1985
wait(0.00005)
1986
lb.Touched:connect(function(hit)
1987
if hitted == false then
1988
hitted = true
1989
lb.Anchored = true
1990
so("http://roblox.com/asset/?id=604906197",lb,1,1) 
1991
Damagefunc(hit,1,3,-10,"Normal",RootPart,.2,1) 
1992
for i = 0, 4 do
1993
lb.BrickColor = BrickColor.new("Pastel Blue")
1994
wait(0.25)
1995
lb.BrickColor = BrickColor.new("Pastel Blue")
1996
wait(0.25)
1997
end
1998
lb.Transparency = 1
1999
so("http://roblox.com/asset/?id=412755503",lb,1,0.875) 
2000
 local ba = Instance.new("Part")
2001
  ba.Parent = char
2002
   ba.Material = "Neon"
2003
    ba.Color = BrickColor.new("Pastel Blue").Color
2004
     ba.CanCollide = false
2005
     ba.Shape = "Ball"
2006
     ba.CFrame = lb.CFrame
2007
     ba.Anchored = true
2008
     ba.Transparency = 0
2009
     ba.Size = vt(10,10,10)
2010
  ba.CFrame = lb.CFrame
2011
     local za = Instance.new("SpecialMesh",ba)
2012
     za.MeshType = "Sphere"
2013
za.Scale = vt(0,0,0)
2014
ba.Touched:connect(function(hit)
2015
Damagefunc(hit,16,19,math.random(10,20),"Normal",RootPart,.2,1) 
2016
end)
2017
for i = 0, 19 do
2018
ba.Transparency = ba.Transparency + 0.05
2019
za.Scale = za.Scale + vt(0.25,0.25,0.25)
2020
wait()
2021
end
2022
ba:Destroy()
2023
lb:Destroy()
2024
end
2025
end) 
2026
		for i = 0,2,0.1 do
2027
		swait()
2028
            z.Scale = z.Scale + vt(0.1,0.1,0.1)
2029
            b.Transparency = b.Transparency + 0.05
2030
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2031
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2032
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2033
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
2034
		end
2035
attack = false
2036
b:Destroy()
2037
wait(30)
2038
lb:Destroy()
2039
end
2040
2041
function yep()
2042
attack = true
2043
		for i = 0,2,0.1 do
2044
		swait()
2045
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2046
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2047
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2048
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2049
		end
2050
so("http://roblox.com/asset/?id=178452221",barrelhole,1,1)  
2051
	 local lb = Instance.new("Part")
2052
  lb.Parent = char
2053
   lb.Material = "Neon"
2054
    lb.Color = BrickColor.new("Pastel Blue").Color
2055
     lb.CanCollide = false
2056
     lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
2057
     lb.Anchored = true
2058
     lb.Transparency = 0
2059
     lb.Size = vt(2.5,75,2.5)
2060
     local zb = Instance.new("SpecialMesh",lb)
2061
     zb.MeshType = "Sphere"
2062
     zb.Scale = vt(1,1,1)
2063
lb.Touched:connect(function(hit)
2064
Damagefunc(hit,17,20,math.random(10,20),"Normal",RootPart,.2,1) 
2065
end)
2066
for i = 0, 9 do
2067
zb.Scale = zb.Scale + vt(0.1,0,0.1)
2068
lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
2069
lb.Transparency = lb.Transparency + 0.1
2070
wait()
2071
end
2072
lb:Destroy()
2073
attack = false
2074
end
2075
2076
function test()
2077
attack = true
2078
		for i = 0,2,0.1 do
2079
		swait()
2080
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2081
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2082
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2083
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2084
		end
2085
so("http://roblox.com/asset/?id=412756262",barrelhole,1,0.95) 
2086
 local ba = Instance.new("Part")
2087
  ba.Parent = char
2088
   ba.Material = "Neon"
2089
    ba.Color = BrickColor.new("Pastel Blue").Color
2090
     ba.CanCollide = false
2091
     ba.Shape = "Ball"
2092
     ba.CFrame = barrelhole.CFrame
2093
     ba.Anchored = true
2094
     ba.Transparency = 1
2095
     ba.Size = vt(1,1,1)
2096
     ba.CFrame = barrelhole.CFrame
2097
     local za = Instance.new("SpecialMesh",ba)
2098
     za.MeshType = "Sphere"
2099
     za.Scale = vt(5,5,5)
2100
for i = 0, 49 do
2101
ba.CFrame = barrelhole.CFrame
2102
ba.Transparency = ba.Transparency - 0.1
2103
za.Scale = za.Scale - vt(0.1,0.1,0.1)
2104
wait()
2105
end 
2106
so("http://roblox.com/asset/?id=412756199",barrelhole,1,0.95) 
2107
so("http://roblox.com/asset/?id=412756123",barrelhole,1,0.95) 
2108
so("http://roblox.com/asset/?id=412755564",barrelhole,1,0.95) 
2109
so("http://roblox.com/asset/?id=178452221",barrelhole,1,0.6) 
2110
so("http://roblox.com/asset/?id=87767777",barrelhole,1,1) 
2111
ba.Transparency = 0
2112
za.Scale = vt(5,5,5)
2113
local seen = Instance.new("Sound",barrelhole)
2114
seen.SoundId = "rbxassetid://445796828"
2115
seen.Pitch = 0.75
2116
seen.Volume = 2.5
2117
seen.Looped = true
2118
seen:Play()
2119
	 local lb = Instance.new("Part")
2120
  lb.Parent = char
2121
   lb.Material = "Neon"
2122
    lb.Color = BrickColor.new("Pastel Blue").Color
2123
     lb.CanCollide = false
2124
     lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
2125
     lb.Anchored = true
2126
     lb.Transparency = 0
2127
     lb.Size = vt(10,400,10)
2128
     local zb = Instance.new("SpecialMesh",lb)
2129
     zb.MeshType = "Sphere"
2130
     zb.Scale = vt(1,1,1)
2131
lb.Touched:connect(function(hit)
2132
Damagefunc(hit,22,28,math.random(10,20),"Normal",RootPart,.2,1) 
2133
end)
2134
for i = 0, 99 do
2135
ba.CFrame = barrelhole.CFrame
2136
ba.Transparency = ba.Transparency + 0.025
2137
zb.Scale = zb.Scale + vt(0.01,0,0.01)
2138
za.Scale = za.Scale + vt(1,1,1)
2139
lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
2140
wait()
2141
end
2142
for i = 0, 19 do
2143
seen.Volume = seen.Volume - 0.1
2144
zb.Scale = zb.Scale - vt(0.05,0,0.05)
2145
lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
2146
lb.Transparency = lb.Transparency + 0.05
2147
wait()
2148
end
2149
seen:Destroy()
2150
ba:Destroy()
2151
lb:Destroy()
2152
attack = false
2153
end
2154
2155
mouse.KeyDown:connect(function(k)
2156
  if k == "q" and gunmode == false then
2157
     gunmode = true
2158
  elseif k == "q" and gunmode == true then
2159
     gunmode = false
2160
  end
2161
  if k == "z" and gunmode == false and attack == false then
2162
     bladespin()
2163
  elseif k == "z" and gunmode == true and attack == false then
2164
     repeatbullet()
2165
  end
2166
  if k == "x" and gunmode == false and attack == false then
2167
     flashingslash()
2168
  elseif k == "x" and gunmode == true and attack == false then
2169
     stickybomb()
2170
  end
2171
  if k == "c" and gunmode == false and attack == false then
2172
     enerwave()
2173
  elseif k == "c" and gunmode == true and attack == false then
2174
     yep()
2175
  end
2176
  if k == "v" and gunmode == false and attack == false then
2177
     executionstab()
2178
  elseif k == "v" and gunmode == true and attack == false then
2179
     test()
2180
  end
2181
end)
2182
2183
function attackone()
2184
        attack=true
2185
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end) 
2186
        for i=0,1,0.1 do
2187
                swait()
2188
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
2189
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2190
        end
2191
so("http://roblox.com/asset/?id=199150686",Hitbox,1,1) 
2192
        for i=0,1,0.1 do
2193
                swait()
2194
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-20)),.4)
2195
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(25)),.4)
2196
                RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-100))*angles(math.rad(-75),0,math.rad(0)),.4)
2197
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2198
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
2199
        end
2200
        attack=false
2201
con1:disconnect()
2202
end	
2203
2204
function attacktwo()
2205
        attack=true
2206
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end) 
2207
        for i=0,1,0.1 do
2208
                swait()
2209
                RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4)
2210
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2211
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
2212
        end
2213
so("http://roblox.com/asset/?id=199146359",Hitbox,1,1) 
2214
        for i=0,1,0.1 do
2215
                swait()
2216
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(40)),.4)
2217
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-45)),.4)
2218
                RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4)
2219
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2220
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
2221
        end
2222
        attack=false
2223
con1:disconnect()
2224
end     
2225
2226
function attackthree()
2227
attack = true
2228
		for i = 0,2,0.1 do
2229
		swait()
2230
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2231
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2232
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2233
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2234
		end
2235
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
2236
	 local lb = Instance.new("Part")
2237
  lb.Parent = char
2238
   lb.Material = "Neon"
2239
    lb.Color = BrickColor.new("Pastel Blue").Color
2240
     lb.CanCollide = false
2241
     lb.Shape = "Ball"
2242
     lb.CFrame = barrelhole.CFrame
2243
     lb.Anchored = true
2244
     lb.Transparency = 0
2245
     lb.Size = vt(0.6,0.6,0.6)
2246
     local thing = Instance.new("SpecialMesh",lb)
2247
     thing.MeshType = "Sphere"
2248
	 local b = Instance.new("Part")
2249
  b.Parent = char
2250
   b.Material = "Neon"
2251
    b.Color = BrickColor.new("Pastel Blue").Color
2252
     b.CanCollide = false
2253
     b.Shape = "Ball"
2254
     b.CFrame = barrelhole.CFrame
2255
     b.Anchored = true
2256
     b.Transparency = 0
2257
     b.Size = vt(1,1,1)
2258
     local z = Instance.new("SpecialMesh",b)
2259
     z.MeshType = "Sphere"
2260
local hitted = false
2261
lb.Anchored = false
2262
  local bv = Instance.new("BodyVelocity")
2263
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
2264
  bv.velocity = mouse.Hit.lookVector *150
2265
  bv.Parent = lb
2266
lb.Touched:connect(function(hit) Damagefunc(hit,9,12,math.random(10,20),"Normal",RootPart,.2,1) end) 
2267
		for i = 0,2,0.1 do
2268
		swait()
2269
            z.Scale = z.Scale + vt(0.1,0.1,0.1)
2270
            b.Transparency = b.Transparency + 0.05
2271
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2272
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2273
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2274
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
2275
		end
2276
attack = false
2277
b:Destroy()
2278
wait(10)
2279
lb:Destroy()
2280
end
2281
2282
function attackfour()
2283
attack = true
2284
		for i = 0,2,0.1 do
2285
		swait()
2286
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(80)),.3)
2287
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
2288
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2289
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2290
		end
2291
so("http://roblox.com/asset/?id=199145204",barrelhole,1,1) 
2292
local con = barrel2.Touched:connect(function(hit) Damagefunc(hit,8,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
2293
		for i = 0,1,0.1 do
2294
		swait()
2295
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2296
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2297
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2298
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2299
		end
2300
con:disconnect()
2301
so("http://roblox.com/asset/?id=604905243",barrelhole,1.25,0.9) 
2302
	 local b = Instance.new("Part")
2303
  b.Parent = char
2304
   b.Material = "Neon"
2305
    b.Color = BrickColor.new("Pastel Blue").Color
2306
     b.CanCollide = false
2307
     b.Shape = "Ball"
2308
     b.CFrame = barrelhole.CFrame
2309
     b.Anchored = true
2310
     b.Transparency = 0
2311
     b.Size = vt(5,5,5)
2312
     local z = Instance.new("SpecialMesh",b)
2313
     z.MeshType = "Sphere"
2314
z.Scale = vt(0.25,0.25,0.25)
2315
  local bv = Instance.new("BodyVelocity")
2316
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
2317
  bv.velocity = mouse.Hit.lookVector *150
2318
  bv.Parent = lb
2319
b.Touched:connect(function(hit) Damagefunc(hit,9,11,math.random(10,20),"Normal",RootPart,.2,1) end) 
2320
		for i = 0,2,0.1 do
2321
		swait()
2322
            z.Scale = z.Scale + vt(0.15,0.15,0.15)
2323
            b.Transparency = b.Transparency + 0.05
2324
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2325
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2326
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2327
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
2328
		end
2329
attack = false
2330
b:Destroy()
2331
end
2332
2333
idleanim=.4
2334
Humanoid.Animator.Parent = nil
2335
while true do
2336
swait()
2337
  sine = sine + change
2338
local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude 
2339
local velderp=RootPart.Velocity.y
2340
hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
2341
if equipped==true or equipped==false then
2342
if attack==false then
2343
idle=idle+1
2344
else
2345
idle=0
2346
end
2347
if idle>=500 then
2348
if attack==false then
2349
--Sheath()
2350
end
2351
end
2352
if RootPart.Velocity.y > 1 and hitfloor==nil then 
2353
Anim="Jump"
2354
if attack==false then
2355
Neck.C0=clerp(Neck.C0,necko*euler(-0.2,0,0),.3)
2356
Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
2357
RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
2358
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(-.5,0,0.5)*angles(math.rad(-25),math.rad(105),math.rad(0)),.3)
2359
RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2360
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(-.5,0,-0.5),.3)
2361
LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2362
RH.C0=clerp(RH.C0,cf(1,-1,-.3)*euler(-0.5,1.57,0)*euler(-.2,0,0),.2)
2363
LH.C0=clerp(LH.C0,cf(-1,-1,-.3)*euler(-0.5,-1.57,0)*euler(-.2,0,0),.2)
2364
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2365
end
2366
elseif RootPart.Velocity.y < -1 and hitfloor==nil then 
2367
Anim="Fall"
2368
if attack==false then
2369
Neck.C0=clerp(Neck.C0,necko*euler(0.4,0,0),.3)
2370
Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
2371
RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
2372
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(0.3,0,0.2)*angles(math.rad(-25),math.rad(115),math.rad(0)),.3)
2373
RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2374
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(0.3,0,-0.2),.3)
2375
LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2376
RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.4,1.57,0),.2)
2377
LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(-0.2,-1.57,0),.2)
2378
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2379
end
2380
elseif torvel<1 and hitfloor~=nil then
2381
Anim="Idle"
2382
RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2383
LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2384
if attack==false then
2385
if gunmode == true then
2386
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-60)),.3)
2387
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
2388
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3)
2389
LW.C0=clerp(LW.C0,cf(-1.35,0.5,0)*angles(math.rad(180),math.rad(30),math.rad(-90)),.3)
2390
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2391
elseif gunmode == false then
2392
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-35)),.3)
2393
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(35)),.3)
2394
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3)
2395
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-25 + 2.5 * math.cos(sine / 32))),.3)
2396
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2397
end
2398
end
2399
elseif torvel>2 and torvel<22 and hitfloor~=nil then
2400
Anim="Walk"
2401
RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3)
2402
LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3)
2403
if attack==false then
2404
if gunmode == false then
2405
--RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2406
--Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2407
	          RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
2408
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
2409
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3)
2410
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-15),math.rad(0),math.rad(-25)),.3)
2411
--RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
2412
--LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
2413
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2414
elseif gunmode == true then
2415
--RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2416
--Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2417
	          RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3)
2418
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
2419
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3)
2420
LW.C0=clerp(LW.C0,cf(-1.5,0.45,0)*angles(math.rad(55),math.rad(0),math.rad(25)),.3)
2421
--RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
2422
--LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
2423
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2424
end
2425
end
2426
elseif torvel>=22 and hitfloor~=nil then
2427
Anim="Run"
2428
RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
2429
LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3)
2430
if attack==false then
2431
	          RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0.25 + 0.05 * math.cos(sine / 32))* angles(math.rad(35),math.rad(0),math.rad(0)),.3)
2432
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
2433
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(-60),math.rad(25)),.3)
2434
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-25)),.3)
2435
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2436
end
2437
end
2438
end
2439
end