View difference between Paste ID: XVxV4b7s and xpE8QHsY
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
7+
--Edited by Ketsueki_Yuza (Thanks Kyurem for coaching me)
8
9-
Instance.new("Sound",Workspace)
9+
local s = Instance.new("Sound")
10-
Pitch = 1
10+
11-
Volume = 1
11+
s.Pitch = 1
12-
SoundID = "rbxassetid://915482332"
12+
s.Volume = 1
13-
Looped = False
13+
s.SoundID = "rbxassetid://915482332"
14-
PlayOnRemove = True
14+
s.Looped = False
15
s.PlayOnRemove = True
16
17
s.Parent = game.workspace
18
19
wait(1)
20
21
s:play()
22
23
plr = game.Players.LocalPlayer
24
char = plr.Character
25
hum = char.Humanoid
26
t = char.Torso
27
h = char.Head
28
ra = char["Right Arm"]
29
la = char["Left Arm"]
30
rl = char["Right Leg"]
31
ll = char["Left Leg"]
32
tors = char.Torso
33
lleg = char["Left Leg"]
34
root = char.HumanoidRootPart
35
hed = char.Head
36
rleg = char["Right Leg"]
37
rarm = char["Right Arm"]
38
larm = char["Left Arm"]
39
vt = Vector3.new
40
bc = BrickColor.new
41
br = BrickColor.random
42
it = Instance.new
43
cf = CFrame.new
44
45
function CreatePart(parent,transparency,reflectance,material,brickcolor)
46
local p = Instance.new("Part")
47
p.Parent = parent
48
p.Size = Vector3.new(1,1,1)
49
p.Transparency = transparency
50
p.Reflectance = reflectance
51
p.CanCollide = false
52
p.BrickColor = brickcolor
53
p.Material = material
54
return p
55
end
56
57
function CreateMesh(parent,meshtype,x1,y1,z1)
58
local mesh = Instance.new("SpecialMesh",parent)
59
mesh.MeshType = meshtype
60
mesh.Scale = Vector3.new(x1,y1,z1)
61
return mesh
62
end
63
64
function CreateSpecialMesh(parent,meshid,x1,y1,z1)
65
local mesh = Instance.new("SpecialMesh",parent)
66
mesh.MeshType = "SpecialMesh"
67
mesh.MeshId = meshid
68
mesh.Scale = Vector3.new(x1,y1,z1)
69
return mesh
70
end
71
72
function CreateWeld(parent,part0,part1,C1X,C1Y,C1Z,C1Xa,C1Ya,C1Za,C0X,C0Y,C0Z,C0Xa,C0Ya,C0Za)
73
local weld = Instance.new("Weld")
74
weld.Parent = parent
75
weld.Part0 = part0
76
weld.Part1 = part1
77
weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za)
78
weld.C0 = CFrame.new(C0X,C0Y,C0Z)*CFrame.Angles(C0Xa,C0Ya,C0Za)
79
return weld
80
end
81
---------------- left gaunlet
82
local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
83
CreateMesh(handle,"Brick",1.1,0.4,1.1)
84
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))
85
local handleout = CreatePart(char,0,0,"Neon",BrickColor.new("Pastel Blue"))
86
CreateMesh(handleout,"Brick",1.075,0.45,1.075)
87
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))
88
local handleout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
89
CreateMesh(handleout2,"Brick",1.05,0.485,1.05)
90
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))
91
92
local box = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
93
CreateMesh(box,"Brick",1.2,0.5,0.5)
94
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))
95
local boxout = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
96
CreateMesh(boxout,"Brick",1.185,0.525,0.525)
97
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))
98
local boxout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
99
CreateMesh(boxout2,"Brick",1.15,0.585,0.585)
100
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))
101
102
local boxoutrand = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
103
CreateMesh(boxoutrand,"Brick",1,0.35,0.35)
104
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))
105
106
local glowstrip = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
107
CreateMesh(glowstrip,"Brick",0.65,0.05,1.15)
108
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))
109
local glowstrip2 = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
110
CreateMesh(glowstrip2,"Brick",0.65,0.05,1.15)
111
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))
112
local glowstrip3 = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
113
CreateMesh(glowstrip3,"Brick",0.65,0.05,1.15)
114
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))
115
116
local diamond = CreatePart(char,0,0,"Neon",BrickColor.new("Pastel Blue"))
117
CreateMesh(diamond,"Brick",0.25,0.25,1.15)
118
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))
119
120
--- gun here
121
122
local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
123
CreateMesh(handle,"Brick",0.75,0.4,0.4)
124
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))
125
126
local barrel = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
127
CreateMesh(barrel,"Brick",0.45,1,0.45)
128
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))
129
local barrelglow = CreatePart(char,0,0,"Neon",BrickColor.new("Pastel Blue"))
130
CreateMesh(barrelglow,"Brick",0.375,0.965,0.375)
131
CreateWeld(barrelglow,handle,barrelglow,-0.25,0.55,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
132
local barrelup = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
133
CreateMesh(barrelup,"Brick",0.385,0.535,0.4625)
134
CreateWeld(barrelup,barrel,barrelup,-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))
135
local barrelupglow = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue"))
136
CreateMesh(barrelupglow,"Brick",0.325,0.585,0.455)
137
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))
138
local barrel2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Cyan"))
139
CreateMesh(barrel2,"Brick",0.325,1.5,0.325)
140
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))
141
local barrelhole = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Really Cyan"))
142
CreateMesh(barrelhole,"Brick",0.25,0.25,0.25)
143
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))
144
---
145
146
local gunmode = false
147
148
Player=game:GetService("Players").LocalPlayer
149
Character=Player.Character 
150
PlayerGui=Player.PlayerGui 
151
Backpack=Player.Backpack 
152
Torso=Character.Torso 
153
Head=Character.Head 
154
Humanoid=Character.Humanoid
155
m=Instance.new('Model',Character)
156
LeftArm=Character["Left Arm"] 
157
LeftLeg=Character["Left Leg"] 
158
RightArm=Character["Right Arm"] 
159
RightLeg=Character["Right Leg"] 
160
LS=Torso["Left Shoulder"] 
161
LH=Torso["Left Hip"] 
162
RS=Torso["Right Shoulder"] 
163
RH=Torso["Right Hip"] 
164
Face = Head.face
165
Neck=Torso.Neck
166
it=Instance.new
167
attacktype=1
168
vt=Vector3.new
169
cf=CFrame.new
170
euler=CFrame.fromEulerAnglesXYZ
171
angles=CFrame.Angles
172
cloaked=false
173
necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
174
necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
175
LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
176
LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
177
RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
178
RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
179
RootPart=Character.HumanoidRootPart
180
RootJoint=RootPart.RootJoint
181
RootCF=euler(-1.57,0,3.14)
182
attack = false 
183
attackdebounce = false 
184
deb=false
185
equipped=true
186
hand=false
187
MMouse=nil
188
combo=0
189
mana=0
190
trispeed=.2
191
attackmode='none'
192
local idle=0
193
local Anim="Idle"
194
local Effects={}
195
local gun=false
196
local shoot=false
197
local sine = 0
198
local change = 1
199
player=nil 
200
201
mouse=Player:GetMouse()
202
--save shoulders 
203
RSH, LSH=nil, nil 
204
--welds 
205
RW, LW=Instance.new("Weld"), Instance.new("Weld") 
206
RW.Name="Right Shoulder" LW.Name="Left Shoulder"
207
LH=Torso["Left Hip"]
208
RH=Torso["Right Hip"]
209
TorsoColor=Torso.BrickColor
210
function NoOutline(Part)
211
Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
212
end
213
player=Player 
214
ch=Character
215
RSH=ch.Torso["Right Shoulder"] 
216
LSH=ch.Torso["Left Shoulder"] 
217
-- 
218
RSH.Parent=nil 
219
LSH.Parent=nil 
220
-- 
221
RW.Name="Right Shoulder"
222
RW.Part0=ch.Torso 
223
RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) 
224
RW.C1=cf(0, 0.5, 0) 
225
RW.Part1=ch["Right Arm"] 
226
RW.Parent=ch.Torso 
227
-- 
228
LW.Name="Left Shoulder"
229
LW.Part0=ch.Torso 
230
LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) 
231
LW.C1=cf(0, 0.5, 0) 
232
LW.Part1=ch["Left Arm"] 
233
LW.Parent=ch.Torso 
234
235
local Stats=Instance.new("BoolValue")
236
Stats.Name="Stats"
237
Stats.Parent=Character
238
local Atk=Instance.new("NumberValue")
239
Atk.Name="Damage"
240
Atk.Parent=Stats
241
Atk.Value=1
242
local Def=Instance.new("NumberValue")
243
Def.Name="Defense"
244
Def.Parent=Stats
245
Def.Value=1
246
local Speed=Instance.new("NumberValue")
247
Speed.Name="Speed"
248
Speed.Parent=Stats
249
Speed.Value=1
250
local Mvmt=Instance.new("NumberValue")
251
Mvmt.Name="Movement"
252
Mvmt.Parent=Stats
253
Mvmt.Value=1
254
255
local donum=0
256
 
257
258
function part(formfactor,parent,reflectance,transparency,brickcolor,name,size)
259
local fp=it("Part")
260
fp.formFactor=formfactor 
261
fp.Parent=parent
262
fp.Reflectance=reflectance
263
fp.Transparency=transparency
264
fp.CanCollide=false 
265
fp.Locked=true
266
fp.BrickColor=brickcolor
267
fp.Name=name
268
fp.Size=size
269
fp.Position=Torso.Position 
270
NoOutline(fp)
271
fp.Material="SmoothPlastic"
272
fp:BreakJoints()
273
return fp 
274
end 
275
 
276
function mesh(Mesh,part,meshtype,meshid,offset,scale)
277
local mesh=it(Mesh) 
278
mesh.Parent=part
279
if Mesh=="SpecialMesh" then
280
mesh.MeshType=meshtype
281
if meshid~="nil" then
282
mesh.MeshId="http://www.roblox.com/asset/?id="..meshid
283
end
284
end
285
mesh.Offset=offset
286
mesh.Scale=scale
287
return mesh
288
end
289
 
290
function weld(parent,part0,part1,c0)
291
local weld=it("Weld") 
292
weld.Parent=parent
293
weld.Part0=part0 
294
weld.Part1=part1 
295
weld.C0=c0
296
return weld
297
end
298
 
299
local Color1=Torso.BrickColor
300
301
local bodvel=Instance.new("BodyVelocity")
302
local bg=Instance.new("BodyGyro")
303
304
function swait(num)
305
if num==0 or num==nil then
306
game:service'RunService'.Stepped:wait(0)
307
else
308
for i=0,num do
309
game:service'RunService'.Stepped:wait(0)
310
end
311
end
312
end
313
 
314
 
315
so = function(id,par,vol,pit) 
316
coroutine.resume(coroutine.create(function()
317
local sou = Instance.new("Sound",par or workspace)
318
sou.Volume=vol
319
sou.Pitch=pit or 1
320
sou.SoundId=id
321
swait() 
322
sou:play() 
323
game:GetService("Debris"):AddItem(sou,6)
324
end))
325
end
326
 
327
function clerp(a,b,t) 
328
local qa = {QuaternionFromCFrame(a)}
329
local qb = {QuaternionFromCFrame(b)} 
330
local ax, ay, az = a.x, a.y, a.z 
331
local bx, by, bz = b.x, b.y, b.z
332
local _t = 1-t
333
return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) 
334
end 
335
 
336
function QuaternionFromCFrame(cf) 
337
local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() 
338
local trace = m00 + m11 + m22 
339
if trace > 0 then 
340
local s = math.sqrt(1 + trace) 
341
local recip = 0.5/s 
342
return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 
343
else 
344
local i = 0 
345
if m11 > m00 then
346
i = 1
347
end
348
if m22 > (i == 0 and m00 or m11) then 
349
i = 2 
350
end 
351
if i == 0 then 
352
local s = math.sqrt(m00-m11-m22+1) 
353
local recip = 0.5/s 
354
return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip 
355
elseif i == 1 then 
356
local s = math.sqrt(m11-m22-m00+1) 
357
local recip = 0.5/s 
358
return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip 
359
elseif i == 2 then 
360
local s = math.sqrt(m22-m00-m11+1) 
361
local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip 
362
end 
363
end 
364
end
365
 
366
function QuaternionToCFrame(px, py, pz, x, y, z, w) 
367
local xs, ys, zs = x + x, y + y, z + z 
368
local wx, wy, wz = w*xs, w*ys, w*zs 
369
local xx = x*xs 
370
local xy = x*ys 
371
local xz = x*zs 
372
local yy = y*ys 
373
local yz = y*zs 
374
local zz = z*zs 
375
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)) 
376
end
377
 
378
function QuaternionSlerp(a, b, t) 
379
local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] 
380
local startInterp, finishInterp; 
381
if cosTheta >= 0.0001 then 
382
if (1 - cosTheta) > 0.0001 then 
383
local theta = math.acos(cosTheta) 
384
local invSinTheta = 1/math.sin(theta) 
385
startInterp = math.sin((1-t)*theta)*invSinTheta 
386
finishInterp = math.sin(t*theta)*invSinTheta  
387
else 
388
startInterp = 1-t 
389
finishInterp = t 
390
end 
391
else 
392
if (1+cosTheta) > 0.0001 then 
393
local theta = math.acos(-cosTheta) 
394
local invSinTheta = 1/math.sin(theta) 
395
startInterp = math.sin((t-1)*theta)*invSinTheta 
396
finishInterp = math.sin(t*theta)*invSinTheta 
397
else 
398
startInterp = t-1 
399
finishInterp = t 
400
end 
401
end 
402
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 
403
end
404
405
local function CFrameFromTopBack(at, top, back)
406
local right = top:Cross(back)
407
return CFrame.new(at.x, at.y, at.z,
408
right.x, top.x, back.x,
409
right.y, top.y, back.y,
410
right.z, top.z, back.z)
411
end
412
413
function Triangle(a, b, c)
414
local edg1 = (c-a):Dot((b-a).unit)
415
local edg2 = (a-b):Dot((c-b).unit)
416
local edg3 = (b-c):Dot((a-c).unit)
417
if edg1 <= (b-a).magnitude and edg1 >= 0 then
418
a, b, c = a, b, c
419
elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
420
a, b, c = b, c, a
421
elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
422
a, b, c = c, a, b
423
else
424
assert(false, "unreachable")
425
end
426
 
427
local len1 = (c-a):Dot((b-a).unit)
428
local len2 = (b-a).magnitude - len1
429
local width = (a + (b-a).unit*len1 - c).magnitude
430
 
431
local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
432
 
433
local list = {}
434
 
435
if len1 > 0.01 then
436
local w1 = Instance.new('WedgePart', m)
437
game:GetService("Debris"):AddItem(w1,5)
438
w1.Material = "SmoothPlastic"
439
w1.FormFactor = 'Custom'
440
w1.BrickColor = BrickColor.new("Really red")
441
w1.Transparency = 0
442
w1.Reflectance = 0
443
w1.Material = "SmoothPlastic"
444
w1.CanCollide = false
445
local l1 = Instance.new("PointLight",w1)
446
l1.Color = Color3.new(170,0,0)
447
NoOutline(w1)
448
local sz = Vector3.new(0.2, width, len1)
449
w1.Size = sz
450
local sp = Instance.new("SpecialMesh",w1)
451
sp.MeshType = "Wedge"
452
sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
453
w1:BreakJoints()
454
w1.Anchored = true
455
w1.Parent = workspace
456
w1.Transparency = 0.7
457
table.insert(Effects,{w1,"Disappear",.01})
458
w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
459
table.insert(list,w1)
460
end
461
 
462
if len2 > 0.01 then
463
local w2 = Instance.new('WedgePart', m)
464
game:GetService("Debris"):AddItem(w2,5)
465
w2.Material = "SmoothPlastic"
466
w2.FormFactor = 'Custom'
467
w2.BrickColor = BrickColor.new("Really red")
468
w2.Transparency = 0
469
w2.Reflectance = 0
470
w2.Material = "SmoothPlastic"
471
w2.CanCollide = false
472
local l2 = Instance.new("PointLight",w2)
473
l2.Color = Color3.new(170,0,0)
474
NoOutline(w2)
475
local sz = Vector3.new(0.2, width, len2)
476
w2.Size = sz
477
local sp = Instance.new("SpecialMesh",w2)
478
sp.MeshType = "Wedge"
479
sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
480
w2:BreakJoints()
481
w2.Anchored = true
482
w2.Parent = workspace
483
w2.Transparency = 0.7
484
table.insert(Effects,{w2,"Disappear",.01})
485
w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
486
table.insert(list,w2)
487
end
488
return unpack(list)
489
end
490
 
491
492
Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
493
        if hit.Parent==nil then
494
                return
495
        end
496
        h=hit.Parent:FindFirstChild("Humanoid")
497
        for _,v in pairs(hit.Parent:children()) do
498
        if v:IsA("Humanoid") then
499
        h=v
500
        end
501
        end
502
        if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
503
        h=hit.Parent.Parent:FindFirstChild("Humanoid")
504
        end
505
        if hit.Parent.className=="Hat" then
506
        hit=hit.Parent.Parent:findFirstChild("Head")
507
        end
508
        if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
509
        if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
510
        --[[                if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
511
                        return
512
                end]]
513
--                        hs(hit,1.2) 
514
                        c=Instance.new("ObjectValue")
515
                        c.Name="creator"
516
                        c.Value=game:service("Players").LocalPlayer
517
                        c.Parent=h
518
                        game:GetService("Debris"):AddItem(c,.5)
519
                Damage=math.random(minim,maxim)
520
--                h:TakeDamage(Damage)
521
                blocked=false
522
                block=hit.Parent:findFirstChild("Block")
523
                if block~=nil then
524
                print(block.className)
525
                if block.className=="NumberValue" then
526
                if block.Value>0 then
527
                blocked=true
528
                if decreaseblock==nil then
529
                block.Value=block.Value-1
530
                end
531
                end
532
                end
533
                if block.className=="IntValue" then
534
                if block.Value>0 then
535
                blocked=true
536
                if decreaseblock~=nil then
537
                block.Value=block.Value-1
538
                end
539
                end
540
                end
541
                end
542
                if blocked==false then
543
--                h:TakeDamage(Damage)
544
                h.Health=h.Health-Damage
545
                showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red"))
546
                else
547
                h.Health=h.Health-(Damage/2)
548
                showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
549
                end
550
                if Type=="Knockdown" then
551
                hum=hit.Parent.Humanoid
552
hum.PlatformStand=true
553
coroutine.resume(coroutine.create(function(HHumanoid)
554
swait(1)
555
HHumanoid.PlatformStand=false
556
end),hum)
557
                local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
558
--hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
559
local bodvol=Instance.new("BodyVelocity")
560
bodvol.velocity=angle*knockback
561
bodvol.P=5000
562
bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
563
bodvol.Parent=hit
564
rl=Instance.new("BodyAngularVelocity")
565
rl.P=3000
566
rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
567
rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
568
rl.Parent=hit
569
game:GetService("Debris"):AddItem(bodvol,.5)
570
game:GetService("Debris"):AddItem(rl,.5)
571
                elseif Type=="Normal" then
572
                vp=Instance.new("BodyVelocity")
573
                vp.P=500
574
                vp.maxForce=Vector3.new(math.huge,0,math.huge)
575
--                vp.velocity=Character.Torso.CFrame.lookVector*Knockback
576
                if KnockbackType==1 then
577
                vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
578
                elseif KnockbackType==2 then
579
                vp.velocity=Property.CFrame.lookVector*knockback
580
                end
581
                if knockback>0 then
582
                        vp.Parent=hit.Parent.Torso
583
                end
584
                game:GetService("Debris"):AddItem(vp,.5)
585
                elseif Type=="Up" then
586
                local bodyVelocity=Instance.new("BodyVelocity")
587
                bodyVelocity.velocity=vt(0,60,0)
588
                bodyVelocity.P=5000
589
                bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
590
                bodyVelocity.Parent=hit
591
                game:GetService("Debris"):AddItem(bodyVelocity,1)
592
                rl=Instance.new("BodyAngularVelocity")
593
                rl.P=3000
594
                rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
595
                rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
596
                rl.Parent=hit
597
                game:GetService("Debris"):AddItem(rl,.5)
598
                elseif Type=="Snare" then
599
                bp=Instance.new("BodyPosition")
600
                bp.P=2000
601
                bp.D=100
602
                bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
603
                bp.position=hit.Parent.Torso.Position
604
                bp.Parent=hit.Parent.Torso
605
                game:GetService("Debris"):AddItem(bp,1)
606
                elseif Type=="Target" then
607
                if Targetting==false then
608
                ZTarget=hit.Parent.Torso
609
                coroutine.resume(coroutine.create(function(Part) 
610
                so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) 
611
                swait(5)
612
                so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) 
613
                end),ZTarget)
614
                TargHum=ZTarget.Parent:findFirstChild("Humanoid")
615
                targetgui=Instance.new("BillboardGui")
616
                targetgui.Parent=ZTarget
617
                targetgui.Size=UDim2.new(10,100,10,100)
618
                targ=Instance.new("ImageLabel")
619
                targ.Parent=targetgui
620
                targ.BackgroundTransparency=1
621
                targ.Image="rbxassetid://4834067"
622
                targ.Size=UDim2.new(1,0,1,0)
623
                cam.CameraType="Scriptable"
624
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
625
                dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
626
                workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
627
                Targetting=true
628
                RocketTarget=ZTarget
629
                for i=1,Property do
630
                --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
631
                if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
632
                swait()
633
                end
634
                --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
635
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
636
                dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
637
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
638
                end
639
                Targetting=false
640
                RocketTarget=nil
641
                targetgui.Parent=nil
642
                cam.CameraType="Custom"
643
                end
644
                end
645
                        debounce=Instance.new("BoolValue")
646
                        debounce.Name="DebounceHit"
647
                        debounce.Parent=hit.Parent
648
                        debounce.Value=true
649
                        game:GetService("Debris"):AddItem(debounce,Delay)
650
                        c=Instance.new("ObjectValue")
651
                        c.Name="creator"
652
                        c.Value=Player
653
                        c.Parent=h
654
                        game:GetService("Debris"):AddItem(c,.5)
655
                CRIT=false
656
                hitDeb=true
657
                AttackPos=6
658
        end
659
end
660
 
661
showDamage=function(Char,Dealt,du,Color)
662
        m=Instance.new("Model")
663
        m.Name=tostring(Dealt)
664
        h=Instance.new("Humanoid")
665
        h.Health=0
666
        h.MaxHealth=0
667
        h.Parent=m
668
        c=Instance.new("Part")
669
        c.Transparency=0
670
        c.BrickColor=Color
671
        c.Name="Head"
672
        c.TopSurface=0
673
        c.BottomSurface=0
674
        c.formFactor="Plate"
675
        c.Size=Vector3.new(1,.4,1)
676
        ms=Instance.new("CylinderMesh")
677
        ms.Scale=Vector3.new(.8,.8,.8)
678
local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"}
679
  local dam = Instance.new("Sound",c)
680
  local rndm=math.random(1,#hitsounds)
681
  local r=rndm
682
  dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r]
683
  dam.Volume = 1.25
684
  dam.Pitch = 1
685
  dam:Play()
686
        if CRIT==true then
687
                ms.Scale=Vector3.new(1,1.25,1)
688
        end
689
        ms.Parent=c
690
        c.Reflectance=0
691
        Instance.new("BodyGyro").Parent=c
692
        c.Parent=m
693
        if Char:findFirstChild("Head")~=nil then
694
        c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
695
        elseif Char.Parent:findFirstChild("Head")~=nil then
696
        c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
697
        end
698
        f=Instance.new("BodyPosition")
699
        f.P=2000
700
        f.D=100
701
        f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
702
        f.position=c.Position+Vector3.new(0,3,0)
703
        f.Parent=c
704
        game:GetService("Debris"):AddItem(m,.5+du)
705
        c.CanCollide=false
706
        m.Parent=workspace
707
        c.CanCollide=false
708
end
709
710
function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , IgnoreDescendants
711
return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) 
712
end 
713
714
function SkullEffect(brickcolor,cframe,x1,y1,z1,delay)
715
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
716
prt.Anchored=true
717
prt.CFrame=cframe
718
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
719
--http://www.roblox.com/asset/?id=4770560
720
game:GetService("Debris"):AddItem(prt,2)
721
CF=prt.CFrame
722
coroutine.resume(coroutine.create(function(Part,Mesh,TehCF) 
723
for i=0,1,0.2 do
724
wait()
725
Part.CFrame=CF*cf(0,0,-0.4)
726
end
727
for i=0,1,delay do
728
wait()
729
--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)
730
Mesh.Scale=Mesh.Scale
731
end
732
for i=0,1,0.1 do
733
wait()
734
Part.Transparency=i
735
end
736
Part.Parent=nil
737
end),prt,msh,CF)
738
end
739
 
740
function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
741
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
742
prt.Anchored=true
743
prt.CFrame=cframe
744
msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
745
game:GetService("Debris"):AddItem(prt,5)
746
coroutine.resume(coroutine.create(function(Part,Mesh) 
747
for i=0,1,delay do
748
wait()
749
Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
750
Part.Transparency=i
751
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
752
end
753
Part.Parent=nil
754
end),prt,msh)
755
end
756
 
757
function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
758
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
759
prt.Anchored=false
760
prt.CFrame=cframe
761
msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
762
local wld=weld(prt,prt,Parent,cframe)
763
game:GetService("Debris"):AddItem(prt,5)
764
coroutine.resume(coroutine.create(function(Part,Mesh,Weld) 
765
for i=0,1,delay do
766
wait()
767
Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe
768
--Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
769
Part.Transparency=i
770
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
771
end
772
Part.Parent=nil
773
end),prt,msh,wld)
774
end
775
 
776
function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay)
777
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
778
prt.Anchored=false
779
prt.CFrame=cframe
780
msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
781
local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0))
782
game:GetService("Debris"):AddItem(prt,5)
783
coroutine.resume(coroutine.create(function(Part,Mesh,Weld) 
784
for i=0,1,delay do
785
wait()
786
Weld.C0=euler(i*20,0,0)
787
--Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
788
Part.Transparency=i
789
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
790
end
791
Part.Parent=nil
792
end),prt,msh,wld)
793
end
794
 
795
function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
796
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
797
prt.Anchored=true
798
prt.CFrame=cframe
799
local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
800
game:GetService("Debris"):AddItem(prt,2)
801
coroutine.resume(coroutine.create(function(Part,Mesh) 
802
for i=0,1,delay do
803
wait()
804
Part.CFrame=Part.CFrame
805
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
806
local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
807
prt2.Anchored=true
808
prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
809
local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5))
810
game:GetService("Debris"):AddItem(prt2,2)
811
coroutine.resume(coroutine.create(function(Part,Mesh) 
812
for i=0,1,0.1 do
813
wait()
814
Part.CFrame=Part.CFrame*cf(0,0.5,0)
815
end
816
Part.Parent=nil
817
end),prt2,msh2)
818
end
819
for i=0,1,delay*2 do
820
wait()
821
Part.CFrame=Part.CFrame
822
Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i)
823
end
824
Part.Parent=nil
825
end),prt,msh)
826
end
827
 
828
function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
829
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
830
prt.Anchored=true
831
prt.CFrame=cframe
832
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
833
game:GetService("Debris"):AddItem(prt,2)
834
coroutine.resume(coroutine.create(function(Part,Mesh) 
835
for i=0,1,delay do
836
wait()
837
Part.CFrame=Part.CFrame
838
Part.Transparency=i
839
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
840
end
841
Part.Parent=nil
842
end),prt,msh)
843
end
844
 
845
function MagicRing(brickcolor,cframe,x1,y1,z1,x2,y2,z2,x3,y3,z3)
846
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
847
prt.Anchored=true
848
prt.CFrame=cframe*euler(x2,y2,z2)
849
--"http://www.roblox.com/asset/?id=168892465"
850
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
851
game:GetService("Debris"):AddItem(prt,2)
852
coroutine.resume(coroutine.create(function(Part,Mesh) 
853
for i=0,1,0.03 do
854
wait()
855
Part.CFrame=Part.CFrame
856
Part.Transparency=i
857
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
858
end
859
Part.Parent=nil
860
end),prt,msh)
861
end
862
 
863
function BreakEffect(brickcolor,cframe,x1,y1,z1)
864
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
865
prt.Anchored=true
866
prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
867
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
868
game:GetService("Debris"):AddItem(prt,2)
869
coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) 
870
CF=Part.CFrame
871
Numbb=0
872
randnumb=math.random()/10
873
rand1=math.random()/10
874
for i=0,1,rand1 do
875
wait()
876
CF=CF*cf(0,math.random()/2,0)
877
--Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0)
878
Part.CFrame=CF*euler(Numbb,0,0)
879
Part.Transparency=i
880
Numbb=Numbb+randnumb
881
end
882
Part.Parent=nil
883
end),prt,CF,Numbb,randnumb)
884
end
885
 
886
function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
887
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
888
prt.Anchored=true
889
prt.CFrame=cframe
890
msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1))
891
game:GetService("Debris"):AddItem(prt,5)
892
coroutine.resume(coroutine.create(function(Part,Mesh) 
893
for i=0,1,delay do
894
wait()
895
Part.CFrame=Part.CFrame*euler(0,0.7,0)
896
Part.Transparency=i
897
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
898
end
899
Part.Parent=nil
900
end),prt,msh)
901
end
902
 
903
function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay)
904
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
905
prt.Anchored=true
906
prt.CFrame=cframe
907
msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1))
908
game:GetService("Debris"):AddItem(prt,2)
909
coroutine.resume(coroutine.create(function(Part,Mesh) 
910
for i=0,1,delay do
911
wait()
912
Part.CFrame=Part.CFrame*cf(0,y3/2,0)
913
Part.Transparency=i
914
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
915
end
916
Part.Parent=nil
917
end),prt,msh)
918
end
919
 
920
function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay)
921
local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
922
prt.Anchored=true
923
prt.CFrame=cframe*cf(x,y,z)
924
msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1))
925
game:GetService("Debris"):AddItem(prt,5)
926
coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee) 
927
local num=math.random()
928
local num2=math.random(-3,2)+math.random()
929
local numm=0
930
for i=0,1,delay*2 do
931
swait()
932
Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0)
933
Part.Transparency=i
934
numm=numm+0.01
935
end
936
Part.Parent=nil
937
Mesh.Parent=nil
938
end),prt,msh,x,y,z)
939
end
940
941
function dmgstart(dmg,what)
942
	hitcon = what.Touched:connect(function(hit)
943
		local hum = hit.Parent:FindFirstChild("Humanoid")
944
		if hum and not hum:IsDescendantOf(Character) then
945
			hum:TakeDamage(dmg)
946
		end
947
	end)
948
end
949
950
function dmgstop()
951
	hitcon:disconnect()
952
end
953
954
function Cloak()
955
Face.Parent=nil
956
cloaked=true
957
        for _,v in pairs(Torso.Parent:children()) do
958
                if v.className=="Part" and v.Name~="HumanoidRootPart" then
959
                coroutine.resume(coroutine.create(function() 
960
                for i=0,1,0.2 do
961
                wait()
962
                v.Transparency=i
963
                end
964
                v.Transparency=1
965
                end))
966
                end
967
                if v.className=="Hat" then
968
                hatp=v.Handle
969
                coroutine.resume(coroutine.create(function(derp) 
970
                for i=0,1,0.2 do
971
                wait()
972
                derp.Transparency=i
973
                end
974
                derp.Transparency=1
975
                end),hatp)
976
                end
977
        end
978
        for _,v in pairs(m:children()) do
979
                if v.className=="Part" then
980
                coroutine.resume(coroutine.create(function() 
981
                for i=0,1,0.2 do
982
                wait()
983
                v.Transparency=i
984
                end
985
                v.Transparency=1
986
                end))
987
                end
988
        end
989
end
990
 
991
function UnCloak()
992
so("http://roblox.com/asset/?id=2767090",Torso,1,1.1) 
993
Face.Parent=Head 
994
cloaked=false
995
        for _,v in pairs(Torso.Parent:children()) do
996
                if v.className=="Part" and v.Name~="HumanoidRootPart" then
997
                coroutine.resume(coroutine.create(function() 
998
                for i=0,1,0.1 do
999
                wait()
1000
                v.Transparency=v.Transparency-0.1
1001
                end
1002
                v.Transparency=0
1003
                end))
1004
                end
1005
                if v.className=="Hat" then
1006
                hatp=v.Handle
1007
                coroutine.resume(coroutine.create(function(derp) 
1008
                for i=0,1,0.1 do
1009
                wait()
1010
                derp.Transparency=derp.Transparency-0.1
1011
                end
1012
                derp.Transparency=0
1013
                end),hatp)
1014
                end
1015
        end
1016
        for _,v in pairs(m:children()) do
1017
                if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then
1018
                coroutine.resume(coroutine.create(function() 
1019
                for i=0,1,0.1 do
1020
                wait()
1021
                v.Transparency=v.Transparency-0.1
1022
                end
1023
                v.Transparency=0
1024
                end))
1025
                v.Transparency=0
1026
                end
1027
        end
1028
end
1029
1030
	Player=game:GetService('Players').LocalPlayer
1031
	Character=Player.Character
1032
	Mouse=Player:GetMouse()
1033
	m=Instance.new('Model',Character)
1034
1035
1036
	local function weldBetween(a, b)
1037
	    local weldd = Instance.new("ManualWeld")
1038
	    weldd.Part0 = a
1039
	    weldd.Part1 = b
1040
	    weldd.C0 = CFrame.new()
1041
	    weldd.C1 = b.CFrame:inverse() * a.CFrame
1042
	    weldd.Parent = a
1043
	    return weldd
1044
	end
1045
	
1046
	it=Instance.new
1047
	
1048
	function nooutline(part)
1049
		part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
1050
	end
1051
	
1052
	function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
1053
		local fp=it("Part")
1054
		fp.formFactor=formfactor
1055
		fp.Parent=parent
1056
		fp.Reflectance=reflectance
1057
		fp.Transparency=transparency
1058
		fp.CanCollide=false
1059
		fp.Locked=true
1060
		fp.BrickColor=BrickColor.new(tostring(brickcolor))
1061
		fp.Name=name
1062
		fp.Size=size
1063
		fp.Position=Character.Torso.Position
1064
		nooutline(fp)
1065
		fp.Material=material
1066
		fp:BreakJoints()
1067
		return fp
1068
	end
1069
	
1070
	function mesh(Mesh,part,meshtype,meshid,offset,scale)
1071
		local mesh=it(Mesh)
1072
		mesh.Parent=part
1073
		if Mesh=="SpecialMesh" then
1074
			mesh.MeshType=meshtype
1075
			mesh.MeshId=meshid
1076
		end
1077
		mesh.Offset=offset
1078
		mesh.Scale=scale
1079
		return mesh
1080
	end
1081
	
1082
	function weld(parent,part0,part1,c0,c1)
1083
		local weld=it("Weld")
1084
		weld.Parent=parent
1085
		weld.Part0=part0
1086
		weld.Part1=part1
1087
		weld.C0=c0
1088
		weld.C1=c1
1089
		return weld
1090
	end
1091
1092
Player=game:GetService('Players').LocalPlayer
1093
Character=Player.Character
1094
Mouse=Player:GetMouse()
1095
m=Instance.new('Model',Character)
1096
it=Instance.new
1097
function nooutline(part)
1098
	part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
1099
end
1100
function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
1101
	local fp=it("Part")
1102
	fp.formFactor=formfactor
1103
	fp.Parent=parent
1104
	fp.Reflectance=reflectance
1105
	fp.Transparency=transparency
1106
	fp.CanCollide=false
1107
	fp.Locked=true
1108
	fp.BrickColor=BrickColor.new(tostring(brickcolor))
1109
	fp.Name=name
1110
	fp.Size=size
1111
	fp.Position=Character.Torso.Position
1112
	nooutline(fp)
1113
	fp.Material=material
1114
	fp:BreakJoints()
1115
	return fp
1116
end
1117
function mesh(Mesh,part,meshtype,meshid,offset,scale)
1118
	local mesh=it(Mesh)
1119
	mesh.Parent=part
1120
	if Mesh=="SpecialMesh" then
1121
		mesh.MeshType=meshtype
1122
		mesh.MeshId=meshid
1123
	end
1124
	mesh.Offset=offset
1125
	mesh.Scale=scale
1126
	return mesh
1127
end
1128
function weld(parent,part0,part1,c0,c1)
1129
	local weld=it("Weld")
1130
	weld.Parent=parent
1131
	weld.Part0=part0
1132
	weld.Part1=part1
1133
	weld.C0=c0
1134
	weld.C1=c1
1135
	return weld
1136
end
1137
1138
Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
1139
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))
1140
mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
1141
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
1142
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))
1143
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
1144
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
1145
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))
1146
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
1147
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
1148
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))
1149
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
1150
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
1151
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))
1152
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
1153
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
1154
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))
1155
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
1156
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1157
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))
1158
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1159
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
1160
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))
1161
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1162
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
1163
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))
1164
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1165
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
1166
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))
1167
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
1168
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
1169
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))
1170
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
1171
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1172
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))
1173
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
1174
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1175
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))
1176
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
1177
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
1178
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))
1179
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
1180
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
1181
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))
1182
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1183
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
1184
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))
1185
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
1186
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
1187
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))
1188
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
1189
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1190
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))
1191
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
1192
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
1193
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))
1194
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
1195
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.4375, 0.25))
1196
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))
1197
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1198
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
1199
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))
1200
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1201
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
1202
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))
1203
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
1204
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
1205
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))
1206
mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
1207
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1208
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))
1209
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
1210
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
1211
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))
1212
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
1213
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1214
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))
1215
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1216
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1217
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))
1218
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1219
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1220
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))
1221
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1222
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
1223
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))
1224
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1225
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
1226
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))
1227
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1228
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
1229
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))
1230
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
1231
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
1232
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))
1233
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
1234
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
1235
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))
1236
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1237
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.375, 0.21875))
1238
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))
1239
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
1240
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
1241
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))
1242
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
1243
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
1244
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))
1245
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
1246
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
1247
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))
1248
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
1249
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1250
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))
1251
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1252
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
1253
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))
1254
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1255
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
1256
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))
1257
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
1258
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
1259
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))
1260
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1261
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
1262
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))
1263
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
1264
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
1265
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))
1266
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
1267
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
1268
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))
1269
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1270
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
1271
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))
1272
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
1273
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
1274
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))
1275
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1276
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
1277
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))
1278
mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
1279
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
1280
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))
1281
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
1282
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
1283
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))
1284
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1285
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
1286
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))
1287
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1288
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
1289
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))
1290
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
1291
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
1292
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))
1293
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
1294
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
1295
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))
1296
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
1297
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
1298
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))
1299
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
1300
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
1301
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))
1302
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
1303
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
1304
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))
1305
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1306
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
1307
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))
1308
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1309
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
1310
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))
1311
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1312
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
1313
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))
1314
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
1315
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
1316
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))
1317
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1318
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1319
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))
1320
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
1321
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
1322
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))
1323
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1324
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
1325
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))
1326
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
1327
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
1328
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))
1329
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
1330
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
1331
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))
1332
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1333
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
1334
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))
1335
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1336
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
1337
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))
1338
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1339
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
1340
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))
1341
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1342
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
1343
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))
1344
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1345
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
1346
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))
1347
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
1348
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
1349
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))
1350
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1351
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
1352
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))
1353
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
1354
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
1355
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))
1356
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
1357
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
1358
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))
1359
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
1360
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
1361
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))
1362
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1363
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
1364
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))
1365
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1366
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1367
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))
1368
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
1369
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
1370
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))
1371
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
1372
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
1373
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))
1374
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
1375
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
1376
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))
1377
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
1378
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
1379
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))
1380
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
1381
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
1382
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))
1383
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1384
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
1385
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))
1386
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1387
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
1388
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))
1389
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
1390
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1391
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))
1392
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
1393
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
1394
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))
1395
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
1396
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
1397
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))
1398
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
1399
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
1400
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))
1401
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1402
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
1403
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))
1404
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
1405
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
1406
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))
1407
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
1408
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
1409
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))
1410
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
1411
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
1412
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))
1413
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1414
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
1415
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))
1416
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
1417
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
1418
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))
1419
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1420
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
1421
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))
1422
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
1423
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
1424
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))
1425
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
1426
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1427
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))
1428
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1429
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
1430
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))
1431
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1432
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
1433
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))
1434
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
1435
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
1436
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))
1437
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1438
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
1439
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))
1440
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
1441
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
1442
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))
1443
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
1444
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
1445
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))
1446
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
1447
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
1448
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))
1449
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
1450
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
1451
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))
1452
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1453
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
1454
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))
1455
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
1456
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
1457
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))
1458
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
1459
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
1460
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))
1461
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
1462
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
1463
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))
1464
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
1465
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
1466
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))
1467
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
1468
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
1469
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))
1470
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1471
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
1472
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))
1473
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1474
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
1475
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))
1476
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
1477
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
1478
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))
1479
mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
1480
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
1481
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))
1482
mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
1483
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
1484
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))
1485
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
1486
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
1487
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))
1488
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
1489
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
1490
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))
1491
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
1492
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
1493
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))
1494
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
1495
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
1496
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))
1497
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1498
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
1499
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))
1500
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1501
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
1502
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))
1503
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1504
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
1505
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))
1506
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1507
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
1508
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))
1509
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1510
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
1511
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))
1512
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
1513
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
1514
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))
1515
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
1516
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
1517
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))
1518
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
1519
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
1520
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))
1521
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
1522
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
1523
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))
1524
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
1525
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
1526
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))
1527
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
1528
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
1529
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))
1530
mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
1531
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
1532
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))
1533
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
1534
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1535
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))
1536
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1537
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
1538
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))
1539
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
1540
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
1541
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))
1542
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
1543
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
1544
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))
1545
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
1546
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
1547
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))
1548
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1549
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
1550
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))
1551
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1552
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
1553
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))
1554
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1555
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
1556
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))
1557
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
1558
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
1559
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))
1560
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
1561
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
1562
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))
1563
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
1564
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
1565
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))
1566
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
1567
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
1568
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))
1569
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
1570
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
1571
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))
1572
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1573
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
1574
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))
1575
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
1576
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
1577
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))
1578
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
1579
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
1580
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))
1581
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1582
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
1583
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))
1584
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
1585
Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
1586
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))
1587
mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
1588
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
1589
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))
1590
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1591
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
1592
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))
1593
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
1594
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
1595
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))
1596
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
1597
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
1598
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))
1599
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
1600
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Pastel Blue","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
1601
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))
1602
mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
1603
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
1604
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))
1605
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
1606
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
1607
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))
1608
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
1609
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
1610
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))
1611
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
1612
Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Cyan","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
1613
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))
1614
mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
1615
Hitbox=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(4.90999985, 1.2299999, 0.200000003))
1616
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))
1617
1618
mouse.Button1Down:connect(function()
1619
        if attack==false and attacktype==1 then
1620
                attacktype=2
1621
                attackone()
1622
        elseif attack==false and attacktype==2 then
1623
                attacktype=3
1624
                attacktwo()
1625
        elseif attack==false and attacktype==3 then
1626
                attacktype=4
1627
                attackthree()
1628
        elseif attack==false and attacktype==4 then
1629
                attacktype=1
1630
                attackfour()
1631
        end
1632
end)
1633
1634
function bladespin()
1635
        attack=true
1636
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,5,7,math.random(10,20),"Normal",RootPart,.2,1) end) 
1637
        for i=0,1,0.1 do
1638
                swait()
1639
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-10)),.4)
1640
                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)
1641
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1642
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1643
        end
1644
for z = 0, 2 do
1645
so("http://roblox.com/asset/?id=199146359",Hitbox,1.15,1.05) 
1646
        for i=0,1,0.5 do
1647
                swait()
1648
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1649
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
1650
                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)
1651
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1652
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1653
        end
1654
        for i=0,1,0.5 do
1655
                swait()
1656
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1657
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(180)),.4)
1658
                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)
1659
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1660
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1661
        end
1662
        for i=0,1,0.5 do
1663
                swait()
1664
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1665
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(240)),.4)
1666
                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)
1667
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1668
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1669
        end
1670
        for i=0,1,0.5 do
1671
                swait()
1672
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1673
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(360)),.4)
1674
                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)
1675
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1676
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
1677
        end
1678
end
1679
        attack=false
1680
con1:disconnect()
1681
end  
1682
1683
function flashingslash()
1684
        attack=true
1685
        for i=0,2,0.1 do
1686
                swait()
1687
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1688
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
1689
                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)
1690
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1691
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1692
        end
1693
so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9) 
1694
	 local b = Instance.new("Part")
1695
  b.Parent = char
1696
   b.Material = "Neon"
1697
    b.Color = BrickColor.new("White").Color
1698
     b.CanCollide = false
1699
     b.Shape = "Ball"
1700
     b.CFrame = Hitbox.CFrame
1701
     b.Anchored = true
1702
     b.Transparency = 0
1703
     b.Size = vt(0.5,0.5,0.5)
1704
     local z = Instance.new("SpecialMesh",b)
1705
     z.MeshType = "Sphere"
1706
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,13,16,math.random(10,20),"Normal",RootPart,.2,1) end) 
1707
        for i=0,2,0.1 do
1708
                swait()
1709
            z.Scale = z.Scale + vt(7.5,-0.01,-0.01)
1710
            b.Transparency = b.Transparency + 0.05
1711
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1712
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1713
                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)
1714
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1715
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1716
        end
1717
con1:disconnect()
1718
attack = false
1719
b:Destroy()
1720
end
1721
1722
function executionstab()
1723
        attack=true
1724
        for i=0,5,0.1 do
1725
                swait()
1726
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1727
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4)
1728
                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)
1729
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1730
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1731
        end
1732
so("http://roblox.com/asset/?id=540358153",Hitbox,1.5,0.75) 
1733
	 local b = Instance.new("Part")
1734
  b.Parent = char
1735
   b.Material = "Neon"
1736
    b.Color = BrickColor.new("Really red").Color
1737
     b.CanCollide = false
1738
     b.Shape = "Ball"
1739
     b.CFrame = Hitbox.CFrame
1740
     b.Anchored = true
1741
     b.Transparency = 0
1742
     b.Size = vt(0.5*2,0.5*2,0.5*2)
1743
     local z = Instance.new("SpecialMesh",b)
1744
     z.MeshType = "Sphere"
1745
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,50,60,math.random(10,20),"Normal",RootPart,.2,1) end) 
1746
        for i=0,5,0.1 do
1747
                swait()
1748
            z.Scale = z.Scale + vt(15,-0.01*2,-0.01*2)
1749
            b.Transparency = b.Transparency + 0.05
1750
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3)
1751
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1752
                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)
1753
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1754
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1755
        end
1756
con1:disconnect()
1757
attack = false
1758
b:Destroy()
1759
end
1760
1761
function enerwave()
1762
        attack=true
1763
        for i=0,1,0.1 do
1764
                swait()
1765
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3)
1766
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.4)
1767
                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)
1768
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1769
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1770
        end
1771
so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9) 
1772
	 local lb = Instance.new("Part")
1773
  lb.Parent = char
1774
   lb.Material = "Neon"
1775
    lb.Color = BrickColor.new("Pastel Blue").Color
1776
     lb.CanCollide = false
1777
     lb.CFrame = Torso.CFrame + Torso.CFrame.lookVector*5
1778
     lb.Transparency = 0
1779
     lb.Size = vt(15,0.6,3)
1780
local tra2 = Instance.new("ParticleEmitter",lb)
1781
tra2.Texture = "http://www.roblox.com/asset/?id=745304849"
1782
tra2.LightEmission = 1
1783
tra2.Color = ColorSequence.new(lb.BrickColor.Color)
1784
tra2.Rate = 500000000000
1785
tra2.Lifetime = NumberRange.new(0.5)
1786
tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)})
1787
tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)})
1788
tra2.Speed = NumberRange.new(0)
1789
tra2.Rotation = NumberRange.new(-500,500)
1790
tra2.VelocitySpread = 90000
1791
tra2.RotSpeed = NumberRange.new(-500,500)
1792
     local thing = Instance.new("SpecialMesh",lb)
1793
     thing.MeshType = "Sphere"
1794
lb.Touched:connect(function(hit) Damagefunc(hit,10,13,math.random(10,20),"Normal",RootPart,.2,1) end) 
1795
  local bv = Instance.new("BodyVelocity")
1796
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1797
  bv.velocity = Torso.CFrame.lookVector *150
1798
  bv.Parent = lb
1799
        for i=0,2,0.1 do
1800
                swait()
1801
                Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(30)),.3)
1802
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-30)),.3)
1803
                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)
1804
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
1805
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
1806
        end
1807
attack = false
1808
wait(1)
1809
lb:Destroy()
1810
end
1811
1812
function repeatbullet()
1813
attack = true
1814
		for i = 0,1,0.3 do
1815
		swait()
1816
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1817
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1818
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1819
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1820
		end
1821
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1822
	 local lb = Instance.new("Part")
1823
  lb.Parent = char
1824
   lb.Material = "Neon"
1825
    lb.Color = BrickColor.new("Pastel Blue").Color
1826
     lb.CanCollide = false
1827
     lb.Shape = "Ball"
1828
     lb.CFrame = barrelhole.CFrame
1829
     lb.Anchored = true
1830
     lb.Transparency = 0
1831
     lb.Size = vt(0.6,0.6,0.6)
1832
     local thing = Instance.new("SpecialMesh",lb)
1833
     thing.MeshType = "Sphere"
1834
	 local b = Instance.new("Part")
1835
  b.Parent = char
1836
   b.Material = "Neon"
1837
    b.Color = BrickColor.new("Pastel Blue").Color
1838
     b.CanCollide = false
1839
     b.Shape = "Ball"
1840
     b.CFrame = barrelhole.CFrame
1841
     b.Anchored = true
1842
     b.Transparency = 0
1843
     b.Size = vt(1,1,1)
1844
     local z = Instance.new("SpecialMesh",b)
1845
     z.MeshType = "Sphere"
1846
local hitted = false
1847
lb.Anchored = false
1848
  local bv = Instance.new("BodyVelocity")
1849
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1850
  bv.velocity = mouse.Hit.lookVector *150
1851
  bv.Parent = lb
1852
lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
1853
z.Scale = vt(1,1,1)
1854
b.Transparency = 0
1855
b.CFrame = barrelhole.CFrame
1856
		for i = 0,1,0.3 do
1857
		swait()
1858
            z.Scale = z.Scale + vt(0.2,0.2,0.2)
1859
            b.Transparency = b.Transparency + 0.25
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(-50)), 0.3)
1864
		end
1865
		for i = 0,1,0.3 do
1866
		swait()
1867
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1868
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1869
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1870
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1871
		end
1872
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1873
	 local lb = Instance.new("Part")
1874
  lb.Parent = char
1875
   lb.Material = "Neon"
1876
    lb.Color = BrickColor.new("Pastel Blue").Color
1877
     lb.CanCollide = false
1878
     lb.Shape = "Ball"
1879
     lb.CFrame = barrelhole.CFrame
1880
     lb.Anchored = true
1881
     lb.Transparency = 0
1882
     lb.Size = vt(0.6,0.6,0.6)
1883
     local thing = Instance.new("SpecialMesh",lb)
1884
     thing.MeshType = "Sphere"
1885
local hitted = false
1886
lb.Anchored = false
1887
  local bv = Instance.new("BodyVelocity")
1888
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1889
  bv.velocity = mouse.Hit.lookVector *150
1890
  bv.Parent = lb
1891
lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
1892
z.Scale = vt(1,1,1)
1893
b.Transparency = 0
1894
b.CFrame = barrelhole.CFrame
1895
		for i = 0,1,0.3 do
1896
		swait()
1897
            z.Scale = z.Scale + vt(0.2,0.2,0.2)
1898
            b.Transparency = b.Transparency + 0.25
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(-50)), 0.3)
1903
		end
1904
		for i = 0,1,0.3 do
1905
		swait()
1906
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1907
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1908
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1909
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1910
		end
1911
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1912
	 local lb = Instance.new("Part")
1913
  lb.Parent = char
1914
   lb.Material = "Neon"
1915
    lb.Color = BrickColor.new("Pastel Blue").Color
1916
     lb.CanCollide = false
1917
     lb.Shape = "Ball"
1918
     lb.CFrame = barrelhole.CFrame
1919
     lb.Anchored = true
1920
     lb.Transparency = 0
1921
     lb.Size = vt(0.6,0.6,0.6)
1922
     local thing = Instance.new("SpecialMesh",lb)
1923
     thing.MeshType = "Sphere"
1924
local hitted = false
1925
lb.Anchored = false
1926
  local bv = Instance.new("BodyVelocity")
1927
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1928
  bv.velocity = mouse.Hit.lookVector *150
1929
  bv.Parent = lb
1930
lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
1931
z.Scale = vt(1,1,1)
1932
b.CFrame = barrelhole.CFrame
1933
b.Transparency = 0
1934
		for i = 0,1,0.3 do
1935
		swait()
1936
            z.Scale = z.Scale + vt(0.2,0.2,0.2)
1937
            b.Transparency = b.Transparency + 0.25
1938
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1939
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1940
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1941
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
1942
		end
1943
attack = false
1944
b:Destroy()
1945
wait(10)
1946
lb:Destroy()
1947
lb:Destroy()
1948
lb:Destroy()
1949
end
1950
1951
function stickybomb()
1952
attack = true
1953
		for i = 0,2,0.1 do
1954
		swait()
1955
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1956
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
1957
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
1958
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
1959
		end
1960
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
1961
	 local lb = Instance.new("Part")
1962
  lb.Parent = char
1963
   lb.Material = "Neon"
1964
    lb.Color = BrickColor.new("Pastel Blue").Color
1965
     lb.CanCollide = false
1966
     lb.Shape = "Ball"
1967
     lb.CFrame = barrelhole.CFrame
1968
     lb.Anchored = true
1969
     lb.Transparency = 0
1970
     lb.Size = vt(1,1,1)
1971
     local thing = Instance.new("SpecialMesh",lb)
1972
     thing.MeshType = "Sphere"
1973
	 local b = Instance.new("Part")
1974
  b.Parent = char
1975
   b.Material = "Neon"
1976
    b.Color = BrickColor.new("Pastel Blue").Color
1977
     b.CanCollide = false
1978
     b.Shape = "Ball"
1979
     b.CFrame = barrelhole.CFrame
1980
     b.Anchored = true
1981
     b.Transparency = 0
1982
     b.Size = vt(1,1,1)
1983
     local z = Instance.new("SpecialMesh",b)
1984
     z.MeshType = "Sphere"
1985
local hitted = false
1986
lb.Anchored = false
1987
  local bv = Instance.new("BodyVelocity")
1988
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
1989
  bv.velocity = mouse.Hit.lookVector *150
1990
  bv.Parent = lb
1991
hitted = false
1992
wait(0.00005)
1993
lb.Touched:connect(function(hit)
1994
if hitted == false then
1995
hitted = true
1996
lb.Anchored = true
1997
so("http://roblox.com/asset/?id=604906197",lb,1,1) 
1998
Damagefunc(hit,1,3,-10,"Normal",RootPart,.2,1) 
1999
for i = 0, 4 do
2000
lb.BrickColor = BrickColor.new("Pastel Blue")
2001
wait(0.25)
2002
lb.BrickColor = BrickColor.new("Pastel Blue")
2003
wait(0.25)
2004
end
2005
lb.Transparency = 1
2006
so("http://roblox.com/asset/?id=412755503",lb,1,0.875) 
2007
 local ba = Instance.new("Part")
2008
  ba.Parent = char
2009
   ba.Material = "Neon"
2010
    ba.Color = BrickColor.new("Pastel Blue").Color
2011
     ba.CanCollide = false
2012
     ba.Shape = "Ball"
2013
     ba.CFrame = lb.CFrame
2014
     ba.Anchored = true
2015
     ba.Transparency = 0
2016
     ba.Size = vt(10,10,10)
2017
  ba.CFrame = lb.CFrame
2018
     local za = Instance.new("SpecialMesh",ba)
2019
     za.MeshType = "Sphere"
2020
za.Scale = vt(0,0,0)
2021
ba.Touched:connect(function(hit)
2022
Damagefunc(hit,16,19,math.random(10,20),"Normal",RootPart,.2,1) 
2023
end)
2024
for i = 0, 19 do
2025
ba.Transparency = ba.Transparency + 0.05
2026
za.Scale = za.Scale + vt(0.25,0.25,0.25)
2027
wait()
2028
end
2029
ba:Destroy()
2030
lb:Destroy()
2031
end
2032
end) 
2033
		for i = 0,2,0.1 do
2034
		swait()
2035
            z.Scale = z.Scale + vt(0.1,0.1,0.1)
2036
            b.Transparency = b.Transparency + 0.05
2037
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2038
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2039
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2040
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
2041
		end
2042
attack = false
2043
b:Destroy()
2044
wait(30)
2045
lb:Destroy()
2046
end
2047
2048
function yep()
2049
attack = true
2050
		for i = 0,2,0.1 do
2051
		swait()
2052
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2053
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2054
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2055
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2056
		end
2057
so("http://roblox.com/asset/?id=178452221",barrelhole,1,1)  
2058
	 local lb = Instance.new("Part")
2059
  lb.Parent = char
2060
   lb.Material = "Neon"
2061
    lb.Color = BrickColor.new("Pastel Blue").Color
2062
     lb.CanCollide = false
2063
     lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
2064
     lb.Anchored = true
2065
     lb.Transparency = 0
2066
     lb.Size = vt(2.5,75,2.5)
2067
     local zb = Instance.new("SpecialMesh",lb)
2068
     zb.MeshType = "Sphere"
2069
     zb.Scale = vt(1,1,1)
2070
lb.Touched:connect(function(hit)
2071
Damagefunc(hit,17,20,math.random(10,20),"Normal",RootPart,.2,1) 
2072
end)
2073
for i = 0, 9 do
2074
zb.Scale = zb.Scale + vt(0.1,0,0.1)
2075
lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5
2076
lb.Transparency = lb.Transparency + 0.1
2077
wait()
2078
end
2079
lb:Destroy()
2080
attack = false
2081
end
2082
2083
function test()
2084
attack = true
2085
		for i = 0,2,0.1 do
2086
		swait()
2087
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2088
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2089
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2090
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2091
		end
2092
so("http://roblox.com/asset/?id=412756262",barrelhole,1,0.95) 
2093
 local ba = Instance.new("Part")
2094
  ba.Parent = char
2095
   ba.Material = "Neon"
2096
    ba.Color = BrickColor.new("Pastel Blue").Color
2097
     ba.CanCollide = false
2098
     ba.Shape = "Ball"
2099
     ba.CFrame = barrelhole.CFrame
2100
     ba.Anchored = true
2101
     ba.Transparency = 1
2102
     ba.Size = vt(1,1,1)
2103
     ba.CFrame = barrelhole.CFrame
2104
     local za = Instance.new("SpecialMesh",ba)
2105
     za.MeshType = "Sphere"
2106
     za.Scale = vt(5,5,5)
2107
for i = 0, 49 do
2108
ba.CFrame = barrelhole.CFrame
2109
ba.Transparency = ba.Transparency - 0.1
2110
za.Scale = za.Scale - vt(0.1,0.1,0.1)
2111
wait()
2112
end 
2113
so("http://roblox.com/asset/?id=412756199",barrelhole,1,0.95) 
2114
so("http://roblox.com/asset/?id=412756123",barrelhole,1,0.95) 
2115
so("http://roblox.com/asset/?id=412755564",barrelhole,1,0.95) 
2116
so("http://roblox.com/asset/?id=178452221",barrelhole,1,0.6) 
2117
so("http://roblox.com/asset/?id=87767777",barrelhole,1,1) 
2118
ba.Transparency = 0
2119
za.Scale = vt(5,5,5)
2120
local seen = Instance.new("Sound",barrelhole)
2121
seen.SoundId = "rbxassetid://445796828"
2122
seen.Pitch = 0.75
2123
seen.Volume = 2.5
2124
seen.Looped = true
2125
seen:Play()
2126
	 local lb = Instance.new("Part")
2127
  lb.Parent = char
2128
   lb.Material = "Neon"
2129
    lb.Color = BrickColor.new("Pastel Blue").Color
2130
     lb.CanCollide = false
2131
     lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
2132
     lb.Anchored = true
2133
     lb.Transparency = 0
2134
     lb.Size = vt(10,400,10)
2135
     local zb = Instance.new("SpecialMesh",lb)
2136
     zb.MeshType = "Sphere"
2137
     zb.Scale = vt(1,1,1)
2138
lb.Touched:connect(function(hit)
2139
Damagefunc(hit,22,28,math.random(10,20),"Normal",RootPart,.2,1) 
2140
end)
2141
for i = 0, 99 do
2142
ba.CFrame = barrelhole.CFrame
2143
ba.Transparency = ba.Transparency + 0.025
2144
zb.Scale = zb.Scale + vt(0.01,0,0.01)
2145
za.Scale = za.Scale + vt(1,1,1)
2146
lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
2147
wait()
2148
end
2149
for i = 0, 19 do
2150
seen.Volume = seen.Volume - 0.1
2151
zb.Scale = zb.Scale - vt(0.05,0,0.05)
2152
lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200
2153
lb.Transparency = lb.Transparency + 0.05
2154
wait()
2155
end
2156
seen:Destroy()
2157
ba:Destroy()
2158
lb:Destroy()
2159
attack = false
2160
end
2161
2162
mouse.KeyDown:connect(function(k)
2163
  if k == "q" and gunmode == false then
2164
     gunmode = true
2165
  elseif k == "q" and gunmode == true then
2166
     gunmode = false
2167
  end
2168
  if k == "z" and gunmode == false and attack == false then
2169
     bladespin()
2170
  elseif k == "z" and gunmode == true and attack == false then
2171
     repeatbullet()
2172
  end
2173
  if k == "x" and gunmode == false and attack == false then
2174
     flashingslash()
2175
  elseif k == "x" and gunmode == true and attack == false then
2176
     stickybomb()
2177
  end
2178
  if k == "c" and gunmode == false and attack == false then
2179
     enerwave()
2180
  elseif k == "c" and gunmode == true and attack == false then
2181
     yep()
2182
  end
2183
  if k == "v" and gunmode == false and attack == false then
2184
     executionstab()
2185
  elseif k == "v" and gunmode == true and attack == false then
2186
     test()
2187
  end
2188
end)
2189
2190
function attackone()
2191
        attack=true
2192
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end) 
2193
        for i=0,1,0.1 do
2194
                swait()
2195
                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)
2196
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2197
        end
2198
so("http://roblox.com/asset/?id=199150686",Hitbox,1,1) 
2199
        for i=0,1,0.1 do
2200
                swait()
2201
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-20)),.4)
2202
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(25)),.4)
2203
                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)
2204
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2205
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
2206
        end
2207
        attack=false
2208
con1:disconnect()
2209
end	
2210
2211
function attacktwo()
2212
        attack=true
2213
con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end) 
2214
        for i=0,1,0.1 do
2215
                swait()
2216
                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)
2217
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2218
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4)
2219
        end
2220
so("http://roblox.com/asset/?id=199146359",Hitbox,1,1) 
2221
        for i=0,1,0.1 do
2222
                swait()
2223
                Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(40)),.4)
2224
                RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-45)),.4)
2225
                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)
2226
                LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3)
2227
                HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4)
2228
        end
2229
        attack=false
2230
con1:disconnect()
2231
end     
2232
2233
function attackthree()
2234
attack = true
2235
		for i = 0,2,0.1 do
2236
		swait()
2237
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2238
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2239
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2240
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2241
		end
2242
so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) 
2243
	 local lb = Instance.new("Part")
2244
  lb.Parent = char
2245
   lb.Material = "Neon"
2246
    lb.Color = BrickColor.new("Pastel Blue").Color
2247
     lb.CanCollide = false
2248
     lb.Shape = "Ball"
2249
     lb.CFrame = barrelhole.CFrame
2250
     lb.Anchored = true
2251
     lb.Transparency = 0
2252
     lb.Size = vt(0.6,0.6,0.6)
2253
     local thing = Instance.new("SpecialMesh",lb)
2254
     thing.MeshType = "Sphere"
2255
	 local b = Instance.new("Part")
2256
  b.Parent = char
2257
   b.Material = "Neon"
2258
    b.Color = BrickColor.new("Pastel Blue").Color
2259
     b.CanCollide = false
2260
     b.Shape = "Ball"
2261
     b.CFrame = barrelhole.CFrame
2262
     b.Anchored = true
2263
     b.Transparency = 0
2264
     b.Size = vt(1,1,1)
2265
     local z = Instance.new("SpecialMesh",b)
2266
     z.MeshType = "Sphere"
2267
local hitted = false
2268
lb.Anchored = false
2269
  local bv = Instance.new("BodyVelocity")
2270
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
2271
  bv.velocity = mouse.Hit.lookVector *150
2272
  bv.Parent = lb
2273
lb.Touched:connect(function(hit) Damagefunc(hit,9,12,math.random(10,20),"Normal",RootPart,.2,1) end) 
2274
		for i = 0,2,0.1 do
2275
		swait()
2276
            z.Scale = z.Scale + vt(0.1,0.1,0.1)
2277
            b.Transparency = b.Transparency + 0.05
2278
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2279
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2280
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2281
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
2282
		end
2283
attack = false
2284
b:Destroy()
2285
wait(10)
2286
lb:Destroy()
2287
end
2288
2289
function attackfour()
2290
attack = true
2291
		for i = 0,2,0.1 do
2292
		swait()
2293
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(80)),.3)
2294
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3)
2295
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2296
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2297
		end
2298
so("http://roblox.com/asset/?id=199145204",barrelhole,1,1) 
2299
local con = barrel2.Touched:connect(function(hit) Damagefunc(hit,8,10,math.random(10,20),"Normal",RootPart,.2,1) end) 
2300
		for i = 0,1,0.1 do
2301
		swait()
2302
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2303
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2304
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2305
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3)
2306
		end
2307
con:disconnect()
2308
so("http://roblox.com/asset/?id=604905243",barrelhole,1.25,0.9) 
2309
	 local b = Instance.new("Part")
2310
  b.Parent = char
2311
   b.Material = "Neon"
2312
    b.Color = BrickColor.new("Pastel Blue").Color
2313
     b.CanCollide = false
2314
     b.Shape = "Ball"
2315
     b.CFrame = barrelhole.CFrame
2316
     b.Anchored = true
2317
     b.Transparency = 0
2318
     b.Size = vt(5,5,5)
2319
     local z = Instance.new("SpecialMesh",b)
2320
     z.MeshType = "Sphere"
2321
z.Scale = vt(0.25,0.25,0.25)
2322
  local bv = Instance.new("BodyVelocity")
2323
  bv.maxForce = Vector3.new(1e9, 1e9, 1e9)
2324
  bv.velocity = mouse.Hit.lookVector *150
2325
  bv.Parent = lb
2326
b.Touched:connect(function(hit) Damagefunc(hit,9,11,math.random(10,20),"Normal",RootPart,.2,1) end) 
2327
		for i = 0,2,0.1 do
2328
		swait()
2329
            z.Scale = z.Scale + vt(0.15,0.15,0.15)
2330
            b.Transparency = b.Transparency + 0.05
2331
            RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
2332
            Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3)
2333
             RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3)
2334
             LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3)
2335
		end
2336
attack = false
2337
b:Destroy()
2338
end
2339
2340
idleanim=.4
2341
Humanoid.Animator.Parent = nil
2342
while true do
2343
swait()
2344
  sine = sine + change
2345
local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude 
2346
local velderp=RootPart.Velocity.y
2347
hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
2348
if equipped==true or equipped==false then
2349
if attack==false then
2350
idle=idle+1
2351
else
2352
idle=0
2353
end
2354
if idle>=500 then
2355
if attack==false then
2356
--Sheath()
2357
end
2358
end
2359
if RootPart.Velocity.y > 1 and hitfloor==nil then 
2360
Anim="Jump"
2361
if attack==false then
2362
Neck.C0=clerp(Neck.C0,necko*euler(-0.2,0,0),.3)
2363
Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
2364
RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
2365
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)
2366
RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2367
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(-.5,0,-0.5),.3)
2368
LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2369
RH.C0=clerp(RH.C0,cf(1,-1,-.3)*euler(-0.5,1.57,0)*euler(-.2,0,0),.2)
2370
LH.C0=clerp(LH.C0,cf(-1,-1,-.3)*euler(-0.5,-1.57,0)*euler(-.2,0,0),.2)
2371
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2372
end
2373
elseif RootPart.Velocity.y < -1 and hitfloor==nil then 
2374
Anim="Fall"
2375
if attack==false then
2376
Neck.C0=clerp(Neck.C0,necko*euler(0.4,0,0),.3)
2377
Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3)
2378
RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3)
2379
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)
2380
RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2381
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(0.3,0,-0.2),.3)
2382
LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3)
2383
RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.4,1.57,0),.2)
2384
LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(-0.2,-1.57,0),.2)
2385
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2386
end
2387
elseif torvel<1 and hitfloor~=nil then
2388
Anim="Idle"
2389
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)
2390
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)
2391
if attack==false then
2392
if gunmode == true then
2393
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)
2394
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3)
2395
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)
2396
LW.C0=clerp(LW.C0,cf(-1.35,0.5,0)*angles(math.rad(180),math.rad(30),math.rad(-90)),.3)
2397
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2398
elseif gunmode == false then
2399
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)
2400
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(35)),.3)
2401
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)
2402
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)
2403
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2404
end
2405
end
2406
elseif torvel>2 and torvel<22 and hitfloor~=nil then
2407
Anim="Walk"
2408
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)
2409
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)
2410
if attack==false then
2411
if gunmode == false then
2412
--RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2413
--Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2414
	          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)
2415
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
2416
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)
2417
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-15),math.rad(0),math.rad(-25)),.3)
2418
--RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
2419
--LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
2420
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2421
elseif gunmode == true then
2422
--RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2423
--Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2424
	          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)
2425
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3)
2426
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)
2427
LW.C0=clerp(LW.C0,cf(-1.5,0.45,0)*angles(math.rad(55),math.rad(0),math.rad(25)),.3)
2428
--RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
2429
--LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
2430
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2431
end
2432
end
2433
elseif torvel>=22 and hitfloor~=nil then
2434
Anim="Run"
2435
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)
2436
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)
2437
if attack==false then
2438
	          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)
2439
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3)
2440
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(-60),math.rad(25)),.3)
2441
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-25)),.3)
2442
HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
2443
end
2444
end
2445
end
2446
end