View difference between Paste ID: eWA9jjyU and TwZSxpaS
SHOW: | | - or go back to the newest paste.
1
-----------------------
2
--Psychotic Cannible--
3
-------------------------------------------------------
4
--Psycho, and this edit by CKbackup (Sugarie Saffron)--
5
--Genocider, an edit of Psycho by Salvo_Starly---------
6
--Fixed By basstracker1970-----------------------------
7
--Edited again by goodguyaiden-------------------------
8
--Fixed again by Miniix15-------------------------
9
--Edited again by Naruto5235-------------------------
10
11
wait(1/60)
12
Effects = { }
13
local Player = game:service'Players'.localPlayer
14
local chara = Player.Character
15
local Humanoid = chara:FindFirstChildOfClass("Humanoid")
16
local Mouse = Player:GetMouse()
17
local LeftArm = chara["Left Arm"]
18
local RightArm = chara["Right Arm"]
19
local LeftLeg = chara["Left Leg"]
20
local RightLeg = chara["Right Leg"]
21
local Head = chara.Head
22
local Torso = chara.Torso
23
local Camera = game.Workspace.CurrentCamera
24
local RootPart = chara.HumanoidRootPart
25
local RootJoint = RootPart.RootJoint
26
local attack = false
27
local Anim = 'Idle'
28
local attacktype = 1
29
local delays = false
30
local play = true
31
local targetted = nil
32
local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude 
33
local velocity = RootPart.Velocity.y
34
local sine = 0
35
local change = 1
36
local doe = 0
37
local Create = LoadLibrary("RbxUtility").Create
38
Humanoid.WalkSpeed = 8
39
local m = Create("Model"){
40
	Parent = chara,
41
	Name = "ThePistol",
42
}
43
44
Player = game:GetService("Players").LocalPlayer
45
PlayerGui = Player.PlayerGui
46
Cam = workspace.CurrentCamera
47
Backpack = Player.Backpack
48
Character = Player.Character
49
local Humanoid = Character.Humanoid
50
Mouse = Player:GetMouse()
51
RootPart = Character["HumanoidRootPart"]
52
Torso = Character["Torso"]
53
Head = Character["Head"]
54
RightArm = Character["Right Arm"]
55
LeftArm = Character["Left Arm"]
56
RightLeg = Character["Right Leg"]
57
LeftLeg = Character["Left Leg"]
58
RootJoint = RootPart["RootJoint"]
59
Neck = Torso["Neck"]
60
RightShoulder = Torso["Right Shoulder"]
61
LeftShoulder = Torso["Left Shoulder"]
62
RightHip = Torso["Right Hip"]
63
LeftHip = Torso["Left Hip"]
64
ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
65
ff.Visible = false
66
function chatfunc(text)
67
local chat = coroutine.wrap(function()
68
if Character:FindFirstChild("TalkingBillBoard")~= nil then
69
Character:FindFirstChild("TalkingBillBoard"):destroy()
70
end
71
local naeeym2 = Instance.new("BillboardGui",Torso)
72
naeeym2.Size = UDim2.new(0,100,0,40)
73
naeeym2.StudsOffset = Vector3.new(0,3,0)
74
naeeym2.Adornee = Character.Torso
75
naeeym2.Name = "TalkingBillBoard"
76
local tecks2 = Instance.new("TextLabel",naeeym2)
77
tecks2.BackgroundTransparency = 1
78
tecks2.BorderSizePixel = 0
79
tecks2.Text = ""
80
tecks2.Font = "Fantasy"
81
tecks2.TextSize = 30
82
tecks2.TextStrokeTransparency = 0
83
tecks2.TextColor3 = Color3.new(0,0,0)
84
tecks2.TextStrokeColor3 = Color3.new(0,0,0)
85
tecks2.Size = UDim2.new(1,0,0.5,0)
86
local tecks3 = Instance.new("TextLabel",naeeym2)
87
tecks3.BackgroundTransparency = 1
88
tecks3.BorderSizePixel = 0
89
tecks3.Text = ""
90
tecks3.Font = "Fantasy"
91
tecks3.TextSize = 30
92
tecks3.TextStrokeTransparency = 0
93
tecks3.TextColor3 = Color3.new(0,0,0)
94
tecks3.TextStrokeColor3 = Color3.new(0,0,0)
95
tecks3.Size = UDim2.new(1,0,0.5,0)
96
for i = 1,string.len(text),1 do
97
	
98
CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=421058925", Character, 6, .8)
99
100
tecks2.Text = string.sub(text,1,i)
101
tecks3.Text = string.sub(text,1,i)
102
wait(0.01)
103
end
104
wait(2)
105
for i = 1, 50 do
106
swait()
107
tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
108
tecks2.Rotation = tecks2.Rotation - .8
109
tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
110
tecks2.TextTransparency = tecks2.TextTransparency + .04
111
tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
112
tecks3.Rotation = tecks2.Rotation + .8
113
tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
114
tecks3.TextTransparency = tecks2.TextTransparency + .04
115
end
116
naeeym2:Destroy()
117
end)
118
chat()
119
end
120
function onChatted(msg)
121
chatfunc(msg)
122
end
123
Player.Chatted:connect(onChatted)
124
125
abss = Instance.new("BillboardGui",Character)
126
abss.Size = UDim2.new(10,0,10,0)
127
abss.Enabled = false
128
abss.Name = "ROCKYMOUNT"
129
imgl = Instance.new("ImageLabel",abss)
130
imgl.Position = UDim2.new(0,0,0,0)
131
imgl.Size = UDim2.new(1,0,1,0)
132
imgl.Image = "rbxassetid://711463989"
133
imgl.BackgroundTransparency = 1
134
imgl.ImageColor3 = Color3.new(0,255,255)
135
img2 = Instance.new("ImageLabel",abss)
136
img2.Position = UDim2.new(0,0,0,0)
137
img2.Size = UDim2.new(1,0,1,0)
138
img2.Image = "rbxassetid://711463989"
139
img2.BackgroundTransparency = 1
140
img2.ImageColor3 = Color3.new(0,255,255)
141
142
143
Void = nil
144
VoidParts = {}
145
Equipped = false
146
147
function RayCast(Position, Direction, MaxDistance, IgnoreList)
148
	return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList) 
149
end
150
151
	Player = Player
152
	Character = Character
153
154
	Humanoid = Character:FindFirstChildOfClass("Humanoid")
155
	Torso = Character:FindFirstChild("Torso")
156
	if not Player or not Humanoid or Humanoid.Health == 0 or not Torso then
157
		return
158
	end
159
	Equipped = true
160
	Void = Instance.new("Model")
161
	Void.Name = "Void"
162
	Angle = 0
163
	for i = 1, 1 do
164
		local VoidPart = Instance.new("Part")
165
		VoidPart.Name = "VoidPart"
166
		VoidPart.Transparency = 1
167
		VoidPart.BrickColor = BrickColor.new("Really black")
168
		VoidPart.Material = Enum.Material.Plastic
169
		VoidPart.Shape = Enum.PartType.Block
170
		VoidPart.FormFactor = Enum.FormFactor.Custom
171
		VoidPart.TopSurface = Enum.SurfaceType.Smooth
172
		VoidPart.BottomSurface = Enum.SurfaceType.Smooth
173
		VoidPart.Anchored = true
174
		VoidPart.CanCollide = false
175
		VoidPart.Locked = true
176
		VoidPart.Size = Vector3.new(10, 0.2, 10)
177
		local BlockMesh = Instance.new("BlockMesh")
178
		BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1)
179
		BlockMesh.Parent = VoidPart
180
		VoidPart.Parent = Void
181
		local Star = Instance.new("Decal", VoidPart)
182
		Star.Texture = "http://www.roblox.com/asset/?id=1048565002"
183
		Star.Face = "Top"
184
		local Light = Instance.new("PointLight", VoidPart)
185
		Light.Color = Color3.new(.5,0,.5)
186
		Light.Brightness = 100
187
		Light.Range = 15
188
		table.insert(VoidParts, VoidPart)
189
	end
190
191
----------------------REMOVING THINGS--------------------
192
for i,v in pairs(Character:children()) do
193
    if v:IsA("Hat") then
194
        v:Destroy()
195
    end
196
end
197
for i,v in pairs(Character:children()) do
198
    if v:IsA("Accessory") then
199
        v:Destroy()
200
    end
201
end
202
-----------------------BODY COLORS-----------------------
203
	local BC = chara["Body Colors"]
204
	BC.HeadColor = BrickColor.new("Really white")
205
	BC.LeftArmColor = BrickColor.new("Really white")
206
	BC.LeftLegColor = BrickColor.new("Really white")
207
	BC.RightArmColor = BrickColor.new("Really white")
208
	BC.RightLegColor = BrickColor.new("Really white")
209
	BC.TorsoColor = BrickColor.new("Really white")
210
211
----------------------CLOACK FUNCTION--------------------
212
local DarkReaper = Instance.new("Part",Character)
213
DarkReaper.Size = Vector3.new(2,2,2)
214
DarkReaper.CFrame = Head.CFrame
215
DarkReaper.CanCollide = false
216
local DarkReaperWeld = Instance.new("Weld",DarkReaper)
217
DarkReaperWeld.Part0 = DarkReaper
218
DarkReaperWeld.Part1 = Head
219
DarkReaperWeld.C0 = DarkReaper.CFrame:inverse() * Head.CFrame
220
----------------HAT FUNCTIONS---------------------------
221
local M1 = Instance.new("SpecialMesh",DarkReaper)
222
M1.Scale = Vector3.new(1.08, 1.08, 1.08)
223
M1.MeshId = "http://www.roblox.com/asset/?id=495214258"
224
M1.TextureId = "http://www.roblox.com/asset/?id=495214290"
225
M1.VertexColor = Vector3.new(1,1,1)
226
----------------TAG FUNCTION-----------------------------
227
228
CV="White"
229
230
	p = game.Players.LocalPlayer
231
	char = p.Character
232
	local txt = Instance.new("BillboardGui", char)
233
	txt.Adornee = char .Head
234
	txt.Name = "_status"
235
	txt.Size = UDim2.new(2, 0, 1.2, 0)
236
	txt.StudsOffset = Vector3.new(-9, 8, 0)
237
	local text = Instance.new("TextLabel", txt)
238
	text.Size = UDim2.new(10, 0, 7, 0)
239
	text.FontSize = "Size24"
240
	text.TextScaled = true
241
	text.TextTransparency = 0
242
	text.BackgroundTransparency = 1 
243
	text.TextTransparency = 0
244
	text.TextStrokeTransparency = 1
245
	text.Font = "Antique"
246
	text.TextStrokeColor3 = Color3.new(0,0,0)
247
248
	v=Instance.new("Part")
249
	v.Name = "ColorBrick"
250
	v.Parent=p.Character
251
	v.FormFactor="Symmetric"
252
	v.Anchored=true
253
	v.CanCollide=false
254
	v.BottomSurface="Smooth"
255
	v.TopSurface="Smooth"
256
	v.Size=Vector3.new(10,5,3)
257
	v.Transparency=1
258
	v.CFrame=char.Torso.CFrame
259
	v.BrickColor=BrickColor.new(CV)
260
	v.Transparency=1
261
	text.TextColor3 = Color3.new(0,0,0)
262
	v.Shape="Block"
263
	text.Text = "Heavy Soldie God"
264
coroutine.wrap(function()
265
	while wait() do
266
		wait()
267
		text.Text = "Hmmm"
268
		wait(0.025)
269
		text.Text = "Sorry,,,";
270
		wait(0.025)
271
		local str = ""
272
		for i = 1, math.random(3,25) do
273
			str = str..string.char(math.random(65,122))
274
		end
275
		text.Text = str
276
		wait()
277
		str = ""
278
		for i = 1, math.random(12,25) do
279
			str = str..string.char(math.random(48,122))
280
		end
281
		wait()
282
		text.Text = str
283
		wait()
284
		text.Text = "Heavy Soldie God";
285
		wait(1)
286
		text.Text = "Sorry your cant scape"
287
		wait()
288
		text.Text = "sorry but it exterminates you"
289
		wait(0.025)
290
		text.Text = "Heavy Soldie God";
291
		wait(2)
292
		text.Text = "Your evil Demon";
293
		wait()
294
		text.Text = "please run";
295
		wait(0.025)
296
		for i = 1, math.random(12,25) do
297
			str = str..string.char(math.random(48,57))
298
		end
299
		text.Text = str
300
		wait()
301
		text.Text = "Heavy Soldie God";
302
		wait(2)
303
	end
304
end)()
305
local sky = game.Lighting
306
game.Lighting.TimeOfDay = "00:00:00"
307
sky.Ambient = BrickColor.new("Really black").Color
308
sky.Brightness = 0
309
sky.FogEnd = 50000
310
sky.FogColor = BrickColor.new("Really black").Color
311
char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=188034494"
312
char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=188035135"
313
char.Head.face.Texture = "http://www.roblox.com/asset/?id=672613770"
314
315
Humanoid.Animator.Parent = nil
316
chara.Animate.Parent = nil
317
318
local newMotor = function(part0, part1, c0, c1)
319
	local w = Create('Motor'){
320
		Parent = part0,
321
		Part0 = part0,
322
		Part1 = part1,
323
		C0 = c0,
324
		C1 = c1,
325
	}
326
	return w
327
end
328
329
function clerp(a, b, t)
330
	return a:lerp(b, t)
331
end
332
333
RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
334
NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
335
336
local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) 
337
local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
338
local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
339
local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
340
RootJoint.C1 = CFrame.new(0, 0, 0)
341
RootJoint.C0 = CFrame.new(0, 0, 0)
342
Torso.Neck.C1 = CFrame.new(0, 0, 0)
343
Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
344
345
local rarmc1 = RW.C1
346
local larmc1 = LW.C1
347
local rlegc1 = RH.C1
348
local llegc1 = LH.C1
349
350
local resetc1 = false
351
352
function PlayAnimationFromTable(table, speed, bool)
353
	RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) 
354
	Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) 
355
	RW.C0 = clerp(RW.C0, table[3], speed) 
356
	LW.C0 = clerp(LW.C0, table[4], speed) 
357
	RH.C0 = clerp(RH.C0, table[5], speed) 
358
	LH.C0 = clerp(LH.C0, table[6], speed) 
359
	if bool == true then
360
		if resetc1 == false then
361
			resetc1 = true
362
			RootJoint.C1 = RootJoint.C1
363
			Torso.Neck.C1 = Torso.Neck.C1
364
			RW.C1 = rarmc1
365
			LW.C1 = larmc1
366
			RH.C1 = rlegc1
367
			LH.C1 = llegc1
368
		end
369
	end
370
end
371
372
ArtificialHB = Instance.new("BindableEvent", script)
373
ArtificialHB.Name = "Heartbeat"
374
script:WaitForChild("Heartbeat")
375
frame = 0.03333333333333
376
tf = 0
377
allowframeloss = false
378
tossremainder = false
379
lastframe = tick()
380
script.Heartbeat:Fire()
381
game:GetService("RunService").Heartbeat:connect(function(s, p)
382
  tf = tf + s
383
  if tf >= frame then
384
    if allowframeloss then
385
      script.Heartbeat:Fire()
386
      lastframe = tick()
387
    else
388
      for i = 1, math.floor(tf / frame) do
389
        script.Heartbeat:Fire()
390
      end
391
      lastframe = tick()
392
    end
393
    if tossremainder then
394
      tf = 0
395
    else
396
      tf = tf - frame * math.floor(tf / frame)
397
    end
398
  end
399
end)
400
function swait(num)
401
  if num == 0 or num == nil then
402
    ArtificialHB.Event:wait()
403
  else
404
    for i = 0, num do
405
      ArtificialHB.Event:wait()
406
    end
407
  end
408
end
409
410
function RemoveOutlines(part)
411
	part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
412
end
413
	
414
---
415
CFuncs = {	
416
	["Part"] = {
417
		Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
418
			local Part = Create("Part"){
419
				Parent = Parent,
420
				Reflectance = Reflectance,
421
				Transparency = Transparency,
422
				CanCollide = false,
423
				Locked = true,
424
				BrickColor = BrickColor.new(tostring(BColor)),
425
				Name = Name,
426
				Size = Size,
427
				Material = Material,
428
			}
429
			RemoveOutlines(Part)
430
			return Part
431
		end;
432
	};
433
	
434
	["Mesh"] = {
435
		Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
436
			local Msh = Create(Mesh){
437
				Parent = Part,
438
				Offset = OffSet,
439
				Scale = Scale,
440
			}
441
			if Mesh == "SpecialMesh" then
442
				Msh.MeshType = MeshType
443
				Msh.MeshId = MeshId
444
			end
445
			return Msh
446
		end;
447
	};
448
	
449
	["Mesh"] = {
450
		Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
451
			local Msh = Create(Mesh){
452
				Parent = Part,
453
				Offset = OffSet,
454
				Scale = Scale,
455
			}
456
			if Mesh == "SpecialMesh" then
457
				Msh.MeshType = MeshType
458
				Msh.MeshId = MeshId
459
			end
460
			return Msh
461
		end;
462
	};
463
	
464
	["Weld"] = {
465
		Create = function(Parent, Part0, Part1, C0, C1)
466
			local Weld = Create("Weld"){
467
				Parent = Parent,
468
				Part0 = Part0,
469
				Part1 = Part1,
470
				C0 = C0,
471
				C1 = C1,
472
			}
473
			return Weld
474
		end;
475
	};
476
477
	["Sound"] = {
478
		Create = function(id, par, vol, pit) 
479
			coroutine.resume(coroutine.create(function()
480
				local S = Create("Sound"){
481
					Volume = vol,
482
					Pitch = pit or 1,
483
					SoundId = id,
484
					Parent = par or workspace,
485
				}
486
				swait() 
487
				S:play() 
488
				game:GetService("Debris"):AddItem(S, 6)
489
			end))
490
		end;
491
	};
492
	
493
	["ParticleEmitter"] = {
494
		Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
495
			local fp = Create("ParticleEmitter"){
496
				Parent = Parent,
497
				Color = ColorSequence.new(Color1, Color2),
498
				LightEmission = LightEmission,
499
				Size = Size,
500
				Texture = Texture,
501
				Transparency = Transparency,
502
				ZOffset = ZOffset,
503
				Acceleration = Accel,
504
				Drag = Drag,
505
				LockedToPart = LockedToPart,
506
				VelocityInheritance = VelocityInheritance,
507
				EmissionDirection = EmissionDirection,
508
				Enabled = Enabled,
509
				Lifetime = LifeTime,
510
				Rate = Rate,
511
				Rotation = Rotation,
512
				RotSpeed = RotSpeed,
513
				Speed = Speed,
514
				VelocitySpread = VelocitySpread,
515
			}
516
			return fp
517
		end;
518
	};
519
520
	CreateTemplate = {
521
	
522
	};
523
}
524
525
526
527
New = function(Object, Parent, Name, Data)
528
	local Object = Instance.new(Object)
529
	for Index, Value in pairs(Data or {}) do
530
		Object[Index] = Value
531
	end
532
	Object.Parent = Parent
533
	Object.Name = Name
534
	return Object
535
end
536
	
537
538
--ShadowHead = New("Part",chara,"ShadowHeadss",{CanCollide = false,BrickColor = BrickColor.new("Really black"),Size = Vector3.new(1.20000005, 0.600000024, 1),CFrame = CFrame.new(68.5999985, 0.700013041, 9.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1),Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
539
--Mesh = New("SpecialMesh",ShadowHead,"Mesh",{Scale = Vector3.new(1.25999999, 1.5, 1.25999999),})
540
--Weld = New("Weld",ShadowHead,"mot",{Part0 = ShadowHead,Part1 = chara.Head,C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
541
542
Handle = New("Part",m,"Handle",{Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(1.78105354, 1.21267569, 0.446083069),CFrame = CFrame.new(3.48884702, 1.89424598, -23.6011944, 0.0172098875, -7.30156898e-07, 0.999851942, 0.999853492, 1.19907781e-08, -0.0172098596, -1.80598714e-09, 1.00000083, 1.4975667e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
543
---
544
moter = New("Weld",Handle,"mot",{Part0 = RightArm,Part1 = Handle,})
545
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.46324158, 2.55061626, -23.0996056, 0.0172099378, 1.26508749e-05, 0.999852061, 0.999856234, 0.000737910799, -0.0172098614, -0.000738026109, 1.00000215, 2.29468287e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
546
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.492160469, 0.24608025, 0.123040132),})
547
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098838, 0.999853015, -0.000738022442, 1.18836761e-05, 0.000737924012, 1.00000048, 0.999851942, -0.0172098614, 1.52736902e-06),C1 = CFrame.new(0.655831456, 0.501588821, -0.0368974209, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
548
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.200000003, 0.270688266, 0.270688266),CFrame = CFrame.new(3.47537327, 1.11045444, -23.2953625, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
549
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.123040125, 1, 1),MeshType = Enum.MeshType.Cylinder,})
550
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.783906102, 0.305831909, 1.74045563e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
551
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(1.47648132, 0.221472263, 0.344512314),CFrame = CFrame.new(3.48828244, 1.86040294, -23.3093491, 0.0172099452, 3.70001203e-08, 0.999852061, 0.99985671, -3.59708352e-09, -0.0172098596, -4.18887769e-09, 1.0000025, 2.26488032e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
552
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 1.00999999, 1),})
553
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),C1 = CFrame.new(-0.0338476896, 0.291845322, 1.8119812e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
554
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.98432076, 0.200000003, 0.24608022),CFrame = CFrame.new(3.48404813, 1.61474013, -23.4433804, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
555
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.246080264, 1),})
556
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.279546618, 0.157814026, 1.21593475e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
557
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.984321058, 0.200000003, 0.200000003),CFrame = CFrame.new(3.36101127, 1.61687815, -23.4187717, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
558
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.492160618, 0.492160439),MeshType = Enum.MeshType.Cylinder,})
559
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.279526353, 0.182422638, -0.123043299, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
560
561
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.53706741, 2.54934502, -23.0996056, 0.0172099378, 1.26508749e-05, 0.999852061, 0.999856234, 0.000737910799, -0.0172098614, -0.000738026109, 1.00000215, 2.29468287e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
562
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.492160469, 0.246080235, 0.123040132),})
563
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098838, 0.999853015, -0.000738022442, 1.18836761e-05, 0.000737924012, 1.00000048, 0.999851942, -0.0172098614, 1.52736902e-06),C1 = CFrame.new(0.655830979, 0.501588821, 0.0369393826, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
564
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(1.47648132, 0.200000003, 0.200000003),CFrame = CFrame.new(3.48828554, 1.86097884, -23.1606178, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
565
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.7382406),})
566
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.0332717896, 0.440576553, 1.14440918e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
567
Partss = New("Part",m,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.200000003, 0.221472204, 0.221472189),CFrame = CFrame.new(3.47526526, 1.10428262, -23.2953568, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
568
Mesh = New("SpecialMesh",Partss,"Mesh",{Scale = Vector3.new(0.123040125, 1, 1),MeshType = Enum.MeshType.Cylinder,})
569
mot = New("Weld",Partss,"mot",{Part0 = Partss,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.790078878, 0.305837631, 1.57356262e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
570
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.49040294, 1.9837563, -23.5174713, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
571
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.615200579, 0.36912033, 0.24608025),MeshId = "rbxassetid://3270017",MeshType = Enum.MeshType.FileMesh,})
572
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(0.0895236731, 0.0837230682, 1.52587891e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
573
Part = New("Part",m,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.295296252, 0.738240778, 0.369120389),CFrame = CFrame.new(3.49802279, 2.42631888, -23.8138046, 0.0172099452, 3.70001203e-08, 0.999852061, 0.99985671, -3.59708352e-09, -0.0172098596, -4.18887769e-09, 1.0000025, 2.26488032e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
574
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),C1 = CFrame.new(0.532151103, -0.212610245, 1.74045563e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
575
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.344512314, 0.78745681, 0.344512314),CFrame = CFrame.new(3.49802279, 2.42631888, -23.8138046, 0.0172099452, 3.70001203e-08, 0.999852061, 0.99985671, -3.59708352e-09, -0.0172098596, -4.18887769e-09, 1.0000025, 2.26488032e-06),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
576
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),C1 = CFrame.new(0.532151103, -0.212610245, 1.74045563e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
577
Part = New("Part",m,"Part",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really white"),Shape = Enum.PartType.Cylinder,Size = Vector3.new(0.984321058, 0.200000003, 0.200000003),CFrame = CFrame.new(3.60706425, 1.61264217, -23.4187698, 0.0172099359, 1.26359728e-05, 0.999851942, 0.999856234, 0.000738034665, -0.0172098596, -0.000738148578, 1.00000226, 2.36918868e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
578
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 0.492160618, 0.492160439),MeshType = Enum.MeshType.Cylinder,})
579
mot = New("Weld",Part,"mot",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098819, 0.999853015, -0.00073814491, 1.18687749e-05, 0.000738047936, 1.0000006, 0.999851882, -0.0172098596, 1.60187483e-06),C1 = CFrame.new(-0.279527187, 0.182424545, 0.12304616, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
580
Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.47672749, 1.18911982, -23.1232109, 0.999851942, 0.00638213893, 0.0159827713, -0.0172098316, 0.37065956, 0.928613782, 4.44045327e-06, -0.928749561, 0.370713741),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
581
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.24608025, 0.246080264, 0.615200639),MeshType = Enum.MeshType.Wedge,})
582
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851882, -0.0172098316, 3.67313623e-06, 0.00638283044, 0.370658338, -0.928748012, 0.0159824342, 0.928610861, 0.370713145),C1 = CFrame.new(-0.705229163, 0.477983475, 1.76429749e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
583
Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.344512254, 0.787456751, 0.200000003),CFrame = CFrame.new(3.50247502, 2.68478155, -23.8132839, 0.999851942, 1.0713723e-05, -0.0172099732, -0.0172098912, 0.000738376984, -0.999856234, 4.21693585e-06, 1.00000226, 0.000738456321),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
584
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.861280859),MeshType = Enum.MeshType.Wedge,})
585
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851882, -0.0172098912, 3.44961882e-06, 9.9465251e-06, 0.000738390256, 1.0000006, -0.0172099192, -0.999853015, 0.000738452654),C1 = CFrame.new(0.790651679, -0.212089539, 2.07424164e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
586
Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(3.4904809, 1.98827124, -23.5162678, -0.999852061, -0.0148990965, 0.00861407723, 0.0172099397, -0.865535975, 0.500560343, -4.36594746e-06, 0.500633478, 0.865662456),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
587
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(0.24608025, 0.369120389, 0.861280918),MeshType = Enum.MeshType.Wedge,})
588
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.999851942, 0.0172099397, -3.59863043e-06, -0.0148994327, -0.865533173, 0.500632644, 0.00861338526, 0.500558794, 0.865661025),C1 = CFrame.new(0.0940393209, 0.0849266052, 1.54972076e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
589
Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.442944348, 0.200000003, 0.200000003),CFrame = CFrame.new(3.37415838, 2.37982368, -23.1609974, 0.0172098633, 1.48413446e-05, 0.999851882, 0.999856234, 0.0007376945, -0.0172097869, -0.000737846654, 1.00000215, 7.44058752e-08),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
590
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.492160529),MeshType = Enum.MeshType.Wedge,})
591
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098093, 0.999853015, -0.000737842987, 1.40741467e-05, 0.000737707771, 1.00000048, 0.999851823, -0.0172097888, -6.92903996e-07),C1 = CFrame.new(0.483531356, 0.440196991, -0.12302804, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
592
Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(0.61520052, 0.200000003, 0.200000003),CFrame = CFrame.new(3.35783243, 1.43252242, -23.1602993, 0.0172098633, 1.48413446e-05, 0.999851882, 0.999856234, 0.0007376945, -0.0172097869, -0.000737846654, 1.00000215, 7.44058752e-08),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
593
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.492160529),MeshType = Enum.MeshType.Wedge,})
594
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.0172098093, 0.999853015, -0.000737842987, 1.40741467e-05, 0.000737707771, 1.00000048, 0.999851823, -0.0172097888, -6.92903996e-07),C1 = CFrame.new(-0.463909149, 0.440895081, -0.123048544, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
595
Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really yellow"),Size = Vector3.new(1.47648132, 0.200000003, 0.200000003),CFrame = CFrame.new(3.61130548, 1.85886192, -23.160614, -0.0172098689, 1.04156998e-05, -0.99985218, -0.999856234, 0.000738191127, 0.0172097925, 0.000738266157, 1.00000238, -4.55221243e-06),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
596
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 0.369120389, 0.492160529),MeshType = Enum.MeshType.Wedge,})
597
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -0.0172098149, -0.999853075, 0.00073826249, 9.64850187e-06, 0.00073820434, 1.00000072, -0.999852121, 0.0172097944, -3.78489494e-06),C1 = CFrame.new(-0.0332713127, 0.440580368, 0.123049498, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
598
Wedge = New("WedgePart",m,"Wedge",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.36912033, 0.738240778, 0.200000003),CFrame = CFrame.new(3.50183868, 2.64789343, -23.8132629, 0.999851942, 1.0818032e-05, -0.017209895, -0.0172098186, 0.000737608876, -0.999856234, 4.13497901e-06, 1.00000238, 0.000737691764),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
599
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.738240719),MeshType = Enum.MeshType.Wedge,})
600
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851882, -0.0172098186, 3.36766243e-06, 1.00508332e-05, 0.000737622147, 1.00000072, -0.0172098409, -0.999853015, 0.000737688097),C1 = CFrame.new(0.753758311, -0.212068558, 1.93119049e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
601
Wedge = New("WedgePart",m,"Wedge",{Material = Enum.Material.SmoothPlastic,BrickColor = BrickColor.new("Really white"),Size = Vector3.new(0.344512254, 0.787456751, 0.200000003),CFrame = CFrame.new(3.49357963, 2.16808391, -23.8129005, 0.999852061, -1.05647114e-05, 0.0172100067, -0.0172099303, -0.000737611321, 0.999856114, 4.36594746e-06, -1.00000226, -0.000737689785),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
602
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.861280859),MeshType = Enum.MeshType.Wedge,})
603
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851942, -0.0172099303, 3.59863043e-06, -9.79751348e-06, -0.000737624592, -1.0000006, 0.0172099527, 0.999852955, -0.000737686118),C1 = CFrame.new(0.273878455, -0.211706161, 1.90734863e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
604
Wedge = New("WedgePart",m,"Wedge",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.36912033, 0.738240659, 0.200000003),CFrame = CFrame.new(3.49420977, 2.20497489, -23.8129292, 0.999852061, -1.05647114e-05, 0.0172100067, -0.0172099303, -0.000737611321, 0.999856114, 4.36594746e-06, -1.00000226, -0.000737689785),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.105882, 0.164706, 0.207843),})
605
Mesh = New("SpecialMesh",Wedge,"Mesh",{Scale = Vector3.new(1, 1, 0.738240719),MeshType = Enum.MeshType.Wedge,})
606
mot = New("Weld",Wedge,"mot",{Part0 = Wedge,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 0.999851942, -0.0172099303, 3.59863043e-06, -9.79751348e-06, -0.000737624592, -1.0000006, 0.0172099527, 0.999852955, -0.000737686118),C1 = CFrame.new(0.310774684, -0.211734772, 1.43051147e-05, 0.0172098875, 0.999853492, -1.80598714e-09, -7.30156898e-07, 1.19907781e-08, 1.00000083, 0.999851942, -0.0172098596, 1.4975667e-06),})
607
608
Knifu = New("Model",chara,"TheKnife",{})
609
Handle = New("Part",Knifu,"Handle",{BrickColor = BrickColor.new("Really yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(44.9000015, 1.0999999, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
610
KWeld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0),C1 = CFrame.new(0, -1.00000644, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
611
Mesh = New("CylinderMesh",Handle,"Mesh",{})
612
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.89999986, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
613
614
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
615
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
616
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(44.9000015, 2.90000057, 22.3000011, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
617
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
618
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.80000067, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
619
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.69999981, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
620
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
621
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
622
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.69999981, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
623
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
624
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
625
BloodPart = New("Part",Knifu,"BloodPart",{BrickColor = BrickColor.new("Really yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.19999993, 0.600000024),CFrame = CFrame.new(44.9000015, 3.99999976, 22.3000031, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
626
Mesh = New("SpecialMesh",BloodPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
627
Weld = New("ManualWeld",BloodPart,"Weld",{Part0 = BloodPart,Part1 = Handle,C1 = CFrame.new(0, 2.89999986, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
628
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really yellow"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(44.9000015, 2.20000029, 22.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
629
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
630
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.10000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
631
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000083),CFrame = CFrame.new(44.9000015, 1.5, 21.8999977, -1, 0, 0, 0, -1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
632
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
633
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.400000095, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
634
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(44.9000015, 1.5, 22.3999996, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
635
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
636
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.400000095, 0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
637
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 1.89999986, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
638
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
639
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
640
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.0999999, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
641
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
642
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
643
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.0999999, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
644
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
645
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
646
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.29999995, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
647
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
648
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
649
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 2.29999995, 22.3000031, -1, 0, 0, 0, 1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
650
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
651
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
652
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(44.9000015, 2.10000038, 22.3000011, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
653
Mesh = New("BlockMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.400000006, 1, 0.5),})
654
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.00000048, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
655
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 1.30000019, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
656
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
657
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.200000286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
658
Blood2Part = New("Part",Knifu,"Blood2Part",{BrickColor = BrickColor.new("Yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000083, 0.200000003),CFrame = CFrame.new(44.9000015, 3.10000038, 22.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
659
Mesh = New("BlockMesh",Blood2Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),})
660
Weld = New("ManualWeld",Blood2Part,"Weld",{Part0 = Blood2Part,Part1 = Handle,C1 = CFrame.new(0, 2.00000048, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
661
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 1.10000014, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
662
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
663
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.38418579e-07, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
664
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 1.50000024, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
665
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.5, 1.20000005, 1.5),})
666
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.400000334, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
667
Hitbox = New("Part",Knifu,"Hitbox",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 3.00000024, 0.600000024),CFrame = CFrame.new(44.9000015, 3.0999999, 22.3000031, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
668
Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = Handle,C1 = CFrame.new(0, 2, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
669
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 0.900000095, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
670
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
671
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.199999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
672
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(44.9000015, 2.70000029, 22.1000004, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
673
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
674
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.60000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
675
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(44.9000015, 3.30000019, 22.4000034, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
676
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
677
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 2.20000029, 0.20000267, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
678
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(44.9000015, 3.30000067, 22.5000019, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
679
Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
680
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 2.20000076, 0.300001144, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
681
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.200000077),CFrame = CFrame.new(44.9000015, 1.80000007, 21.6999969, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
682
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
683
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 0.700000167, -0.500003815, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
684
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 2.30000043, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
685
Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
686
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, 1.20000052, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
687
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really Black"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(44.9000015, 0.700000286, 22.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
688
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "rbxassetid://9756362",MeshType = Enum.MeshType.FileMesh,})
689
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C1 = CFrame.new(0, -0.399999619, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
690
Part = New("Part",Knifu,"Part",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(44.9000015, 2.9000001, 22.5000038, 1, 0, 0, 0, -1, 0, 0, 0, -1),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
691
Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
692
Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = Handle,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.80000019, 0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
693
694
local att1 = Instance.new("Attachment",Hitbox)
695
att1.Position = Vector3.new(0,Hitbox.Size.Y/2,Hitbox.Size.Z/2)
696
local att2 = Instance.new("Attachment",Hitbox)
697
att2.Position = Vector3.new(0,-Hitbox.Size.Y/2,-Hitbox.Size.Z/2)
698
local tr1 = Instance.new("Trail",Hitbox)
699
tr1.Color = ColorSequence.new(Color3.new(1,0,0))
700
tr1.Transparency = NumberSequence.new(0,1)
701
tr1.Lifetime = .5
702
tr1.Enabled = false
703
tr1.LightEmission = 1
704
tr1.Attachment0 = att1
705
tr1.Attachment1 = att2
706
707
for _,v in pairs(m:children()) do
708
if v:IsA("Part") then
709
v.CanCollide = false
710
end
711
end
712
if chara.Name == "grgrgry21" or chara.Name == "Player1" then
713
for _,v in pairs(chara:children()) do
714
if v:IsA("Accessory") then
715
v:Remove()
716
end
717
end	
718
Handle = New("Part",m,"Handle",{CanCollide = false,BrickColor = BrickColor.new("Really white"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-27.3000507, 4.79990387, 28.10005, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
719
Mesh = New("SpecialMesh",Handle,"Mesh",{Offset = Vector3.new(0, 0.100000001, 0),MeshId = "rbxassetid://62246019",MeshType = Enum.MeshType.FileMesh,})
720
Decal = New("Decal",Handle,"Decal",{Face = Enum.NormalId.Top,Texture = "rbxassetid://146022204",})
721
mot = New("Motor",Handle,"mot",{Part0 = Handle,Part1 = Head,C0 = CFrame.new(0, 0, 0, 4.49431016e-21, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, -1, -6.79974523e-22, 4.49431016e-21),C1 = CFrame.new(-0.100000381, 0.0999999046, 0.200000763, 4.49431016e-21, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, -1, -6.79974523e-22, 4.49431016e-21),})
722
Handle1 = New("Part",m,"Handle1",{CanCollide = false,BrickColor = BrickColor.new("New Yeller"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(-27.3000507, 4.79990387, 28.10005, 4.49431016e-21, -6.79974523e-22, -1, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, 4.49431016e-21),BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.768628, 0.156863, 0.109804),})
723
Mesh = New("SpecialMesh",Handle1,"Mesh",{Offset = Vector3.new(0, 0.100000001, 0),Scale = Vector3.new(0.949999988, 0.949999988, 0.949999988),MeshId = "rbxassetid://62246019",MeshType = Enum.MeshType.FileMesh,})
724
mot = New("Motor",Handle1,"mot",{Part0 = Handle1,Part1 = Head,C0 = CFrame.new(0, 0, 0, 4.49431016e-21, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, -1, -6.79974523e-22, 4.49431016e-21),C1 = CFrame.new(-0.100000381, 0.0999999046, 0.200000763, 4.49431016e-21, 4.72251821e-22, 1, -6.79974523e-22, 1, -4.72251821e-22, -1, -6.79974523e-22, 4.49431016e-21),})
725
726
chara.Shirta.ShirtTemplate = "rbxassetid://1049388163"
727
chara.Pantsa.PantsTemplate = "rbxassetid://1269870713"
728
		for i,v in pairs(chara:GetDescendants()) do
729
		if v:IsA("BasePart") and (v.BrickColor == BrickColor.new("Alder") or v.BrickColor == BrickColor.new("Royal purple")) then
730
		v.BrickColor = BrickColor.new("Crimson")
731
		elseif v:IsA("BasePart") and v.BrickColor == BrickColor.new("Institutional white") then
732
		v.BrickColor = BrickColor.new("Really black")
733
		elseif v.Name == "SpecPart" or v.Name == "Ears1Part" then
734
		v:Destroy()
735
		elseif v.Name == "Ears2Part" then
736
		v.Transparency = 0
737
		end
738
		end
739
end
740
741
742
function rayCast(Position, Direction, Range, Ignore)
743
	return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) 
744
end 
745
746
--[[FindNearestTorso = function(pos)
747
	local list = (game.workspace:GetDescendants())
748
	local torso = nil
749
	local dist = 1000
750
	local temp, human, temp2 = nil, nil, nil
751
	for x = 1, #list do
752
		temp2 = list[x]
753
		if temp2.className == "Model" and temp2.Name ~= chara.Name then
754
			temp = temp2:findFirstChild("Torso")
755
			human = temp2:FindFirstChildOfClass("Humanoid")
756
			if temp ~= nil and human ~= nil and human.Health > 0 and (temp.Position - pos).magnitude < dist then
757
				local dohit = true
758
				if dohit == true then
759
					torso = temp
760
					dist = (temp.Position - pos).magnitude
761
				end
762
			end
763
		end
764
	end
765
	return torso, dist
766
end]]
767
function FindNearestTorso(Position, Distance, SinglePlayer)
768
	if SinglePlayer then
769
		return (SinglePlayer.Head.CFrame.p - Position).magnitude < Distance
770
	end
771
	local List = {}
772
	for i, v in pairs(workspace:GetDescendants()) do
773
		if v:IsA("Model") then
774
			if v:findFirstChild("Head") then
775
				if v ~= chara then
776
					if (v.Head.Position - Position).magnitude <= Distance then
777
						table.insert(List, v)
778
					end 
779
				end 
780
			end 
781
		end 
782
	end
783
	return List
784
end
785
786
local p1mit = Instance.new("ParticleEmitter")
787
p1mit.Texture = "rbxasset://textures/particles/fire_main.dds"
788
p1mit.LightEmission = 1
789
p1mit.Color = ColorSequence.new(Color3.new(1,0,0))
790
p1mit.Size = NumberSequence.new(1,0)
791
p1mit.Lifetime = NumberRange.new(2)
792
p1mit.Rate = 1000
793
p1mit.Rotation = NumberRange.new(0,359)
794
p1mit.Speed = NumberRange.new(0)
795
796
function dmg(dude)
797
if dude.Name ~= chara then
798
dude:FindFirstChildOfClass("Humanoid").PlatformStand = true
799
local bgf = Instance.new("BodyGyro",dude.Head)
800
bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
801
local val = Instance.new("BoolValue",dude)
802
val.Name = "IsHit"
803
local torsy = dude:FindFirstChild("UpperTorso") or dude:FindFirstChild("Torso")
804
local partasdeff = Instance.new("ParticleEmitter",torsy)
805
partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
806
partasdeff.LightEmission = .1
807
partasdeff.Size = NumberSequence.new(0.2)
808
partasdeff.Texture = "rbxassetid://771221224"
809
aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
810
bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
811
partasdeff.Transparency = bbb
812
partasdeff.Size = aaa
813
partasdeff.ZOffset = .9
814
partasdeff.Acceleration = Vector3.new(0, -5, 0)
815
partasdeff.LockedToPart = false
816
partasdeff.EmissionDirection = "Back"
817
partasdeff.Lifetime = NumberRange.new(1, 2)
818
partasdeff.Rate = 1000
819
partasdeff.Rotation = NumberRange.new(-100, 100)
820
partasdeff.RotSpeed = NumberRange.new(-100, 100)
821
partasdeff.Speed = NumberRange.new(6)
822
partasdeff.VelocitySpread = 10000
823
partasdeff.Enabled=false
824
partasdeff:Emit(30)
825
coroutine.wrap(function()
826
targetted = nil
827
swait(30)
828
dude:BreakJoints()
829
swait(5)
830
CFuncs["Sound"].Create("rbxassetid://62339698", dude, 3, .3)
831
dude:FindFirstChildOfClass("Humanoid"):Destroy()
832
for i,v in pairs(dude:GetChildren()) do
833
if v:IsA("BasePart") then
834
local bodpos = Instance.new("BodyPosition",v)
835
bodpos.Position = v.Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
836
p1mit:Clone().Parent = v
837
v.BrickColor = BrickColor.new("Really black")
838
end
839
end
840
for i=0,1,.05 do
841
for a,v in pairs(dude:GetChildren()) do
842
if v:IsA("BasePart") then
843
v.Transparency = i
844
end
845
end
846
swait()
847
end
848
for a,v in pairs(dude:GetChildren()) do
849
if v:IsA("BasePart") and v:FindFirstChild("ParticleEmitter") then
850
v.ParticleEmitter.Enabled = false
851
end
852
game:service'Debris':AddItem(v,2)
853
end
854
end)()
855
end
856
end
857
858
---if Player.Name == "basstracker1970" then chara:BreakJoints() end
859
function mdmg(Part, Magnitude)--, MinimumDamage, MaximumDamage, KnockBack, Type, HitSound, HitPitch)
860
    --local buddy
861
	for _, c in pairs(workspace:GetDescendants()) do
862
		local hum = c:FindFirstChildOfClass("Humanoid")
863
		if hum ~= nil then
864
			local head = c:FindFirstChild("UpperTorso") or c:FindFirstChild("Torso")
865
			if head ~= nil then
866
				local targ = head.Position - Part.Position
867
				local mag = targ.magnitude
868
				if mag <= Magnitude and c.Name ~= Player.Name and c:FindFirstChild("MagDmgd")==nil then 
869
				if c.Name ~= chara then
870
				if c.Name ~= "basstracker1970" or c.Name ~= "Nebula_Zorua" or c.Name ~= "Salvo_Starly" then
871
			local val = Instance.new("BoolValue",c)
872
			val.Name = "MagDmgd"
873
			local asd = Instance.new("ParticleEmitter",head)
874
			asd.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
875
			asd.LightEmission = .1
876
			asd.Size = NumberSequence.new(0.2)
877
			asd.Texture = "rbxassetid://771221224"
878
			aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
879
			bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
880
			asd.Transparency = bbb
881
			asd.Size = aaa
882
			asd.ZOffset = .9
883
			asd.Acceleration = Vector3.new(0, -5, 0)
884
			asd.LockedToPart = false
885
			asd.EmissionDirection = "Back"
886
			asd.Lifetime = NumberRange.new(1, 2)
887
			asd.Rate = 1000
888
			asd.Rotation = NumberRange.new(-100, 100)
889
			asd.RotSpeed = NumberRange.new(-100, 100)
890
			asd.Speed = NumberRange.new(6)
891
			asd.VelocitySpread = 10000
892
			asd.Enabled=true
893
					--Damage(head, head, MinimumDamage, MaximumDamage, KnockBack, Type, RootPart, .1, "rbxassetid://" .. HitSound, HitPitch)
894
					dmg(c)
895
					CFuncs["Sound"].Create("rbxassetid://206082273", c.Head, 1.2, .8)
896
					coroutine.wrap(function()
897
					swait(.2)
898
					asd.Enabled = false
899
					wait(2)
900
					asd:Remove()
901
					end)()
902
				       else
903
        CFuncs["Sound"].Create("rbxassetid://240429289", head, 1.5, math.random(1,1.3))		
904
        Effects.Sphere.Create(BrickColor.new("New Yeller"), head.CFrame, 30, 30, 30, .5, .5, .5, 0.04)
905
906
					end
907
				end
908
			end
909
		end
910
	end
911
	end
912
end
913
EffectModel = Create("Model"){
914
	Parent = chara,
915
	Name = "Effects",
916
}
917
918
Effects = {
919
	Block = {
920
		Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
921
			local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
922
			prt.Anchored = true
923
			prt.CFrame = cframe
924
			local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
925
			game:GetService("Debris"):AddItem(prt, 10)
926
			if Type == 1 or Type == nil then
927
				table.insert(Effects, {
928
					prt,
929
					"Block1",
930
					delay,
931
					x3,
932
					y3,
933
					z3,
934
					msh
935
				})
936
			elseif Type == 2 then
937
				table.insert(Effects, {
938
					prt,
939
					"Block2",
940
					delay,
941
					x3,
942
					y3,
943
					z3,
944
					msh
945
				})
946
			end
947
		end;
948
	};
949
950
		Cylinder = {
951
		Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
952
			local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())		
953
			prt.Anchored = true
954
			prt.CFrame = cframe
955
			local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
956
			game:GetService("Debris"):AddItem(prt, 10)
957
			table.insert(Effects, {
958
				prt,
959
				"Cylinder",
960
				delay,
961
				x3,
962
				y3,
963
				z3,
964
				msh
965
			})
966
		end;
967
	};
968
	Head = {
969
		Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
970
			local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
971
			prt.Anchored = true
972
			prt.CFrame = cframe
973
			local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Head", "nil", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
974
			game:GetService("Debris"):AddItem(prt, 10)
975
			table.insert(Effects, {
976
				prt,
977
				"Cylinder",
978
				delay,
979
				x3,
980
				y3,
981
				z3,
982
				msh
983
			})
984
		end;
985
	};
986
	
987
	Sphere = {
988
		Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
989
			local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
990
			prt.Anchored = true
991
			prt.CFrame = cframe
992
			local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
993
			game:GetService("Debris"):AddItem(prt, 10)
994
			table.insert(Effects, {
995
				prt,
996
				"Cylinder",
997
				delay,
998
				x3,
999
				y3,
1000
				z3,
1001
				msh
1002
			})
1003
		end;
1004
	};
1005
	
1006
	Elect = {
1007
		Create = function(cff, x, y, z)
1008
			local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, BrickColor.new("Lime green"), "Part", Vector3.new(1, 1, 1))
1009
			prt.Anchored = true
1010
			prt.CFrame = cff * CFrame.new(math.random(-x, x), math.random(-y, y), math.random(-z, z))
1011
			prt.CFrame = CFrame.new(prt.Position)
1012
			game:GetService("Debris"):AddItem(prt, 2)
1013
			local xval = math.random() / 2
1014
			local yval = math.random() / 2
1015
			local zval = math.random() / 2
1016
			local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(xval, yval, zval))
1017
			table.insert(Effects, {
1018
				prt,
1019
				"Elec",
1020
				0.1,
1021
				x,
1022
				y,
1023
				z,
1024
				xval,
1025
				yval,
1026
				zval
1027
			})
1028
		end;
1029
1030
	};
1031
	
1032
	Ring = {
1033
		Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
1034
			local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
1035
			prt.Anchored = true
1036
			prt.CFrame = cframe
1037
			local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
1038
			game:GetService("Debris"):AddItem(prt, 10)
1039
			table.insert(Effects, {
1040
				prt,
1041
				"Cylinder",
1042
				delay,
1043
				x3,
1044
				y3,
1045
				z3,
1046
				msh
1047
			})
1048
		end;
1049
	};
1050
1051
1052
	Wave = {
1053
		Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
1054
			local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
1055
			prt.Anchored = true
1056
			prt.CFrame = cframe
1057
			local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
1058
			game:GetService("Debris"):AddItem(prt, 10)
1059
			table.insert(Effects, {
1060
				prt,
1061
				"Cylinder",
1062
				delay,
1063
				x3,
1064
				y3,
1065
				z3,
1066
				msh
1067
			})
1068
		end;
1069
	};
1070
1071
	Break = {
1072
		Create = function(brickcolor, cframe, x1, y1, z1)
1073
			local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
1074
			prt.Anchored = true
1075
			prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
1076
			local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
1077
			local num = math.random(10, 50) / 1000
1078
			game:GetService("Debris"):AddItem(prt, 10)
1079
			table.insert(Effects, {
1080
				prt,
1081
				"Shatter",
1082
				num,
1083
				prt.CFrame,
1084
				math.random() - math.random(),
1085
				0,
1086
				math.random(50, 100) / 100
1087
			})
1088
		end;
1089
	};
1090
	
1091
	Fire = {
1092
		Create = function(brickcolor, cframe, x1, y1, z1, delay)
1093
			local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
1094
			prt.Anchored = true
1095
			prt.CFrame = cframe
1096
			msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
1097
			game:GetService("Debris"):AddItem(prt, 10)
1098
			table.insert(Effects, {
1099
				prt,
1100
				"Fire",
1101
				delay,
1102
				1,
1103
				1,
1104
				1,
1105
				msh
1106
			})
1107
		end;
1108
	};
1109
	
1110
	FireWave = {
1111
		Create = function(brickcolor, cframe, x1, y1, z1)
1112
			local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 1, brickcolor, "Effect", Vector3.new())
1113
			prt.Anchored = true
1114
			prt.CFrame = cframe
1115
			msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
1116
			local d = Create("Decal"){
1117
				Parent = prt,
1118
				Texture = "rbxassetid://26356434",
1119
				Face = "Top",
1120
			}
1121
			local d = Create("Decal"){
1122
				Parent = prt,
1123
				Texture = "rbxassetid://26356434",
1124
				Face = "Bottom",
1125
			}
1126
			game:GetService("Debris"):AddItem(prt, 10)
1127
			table.insert(Effects, {
1128
				prt,
1129
				"FireWave",
1130
				1,
1131
				30,
1132
				math.random(400, 600) / 100,
1133
				msh
1134
			})
1135
		end;
1136
	};
1137
	
1138
	Lightning = {
1139
		Create = function(p0, p1, tym, ofs, col, th, tra, last)
1140
			local magz = (p0 - p1).magnitude
1141
			local curpos = p0
1142
			local trz = {
1143
				-ofs,
1144
				ofs
1145
			}
1146
			for i = 1, tym do
1147
				local li = CFuncs.Part.Create(EffectModel, "Neon", 0, tra or 0.4, col, "Ref", Vector3.new(th, th, magz / tym))
1148
				local ofz = Vector3.new(trz[math.random(1, 2)], trz[math.random(1, 2)], trz[math.random(1, 2)])
1149
				local trolpos = CFrame.new(curpos, p1) * CFrame.new(0, 0, magz / tym).p + ofz
1150
				li.Material = "Neon"
1151
				if tym == i then
1152
					local magz2 = (curpos - p1).magnitude
1153
					li.Size = Vector3.new(th, th, magz2)
1154
					li.CFrame = CFrame.new(curpos, p1) * CFrame.new(0, 0, -magz2 / 2)
1155
					table.insert(Effects, {
1156
						li,
1157
						"Disappear",
1158
						last
1159
					})
1160
				else
1161
					do
1162
						do
1163
							li.CFrame = CFrame.new(curpos, trolpos) * CFrame.new(0, 0, magz / tym / 2)
1164
							curpos = li.CFrame * CFrame.new(0, 0, magz / tym / 2).p
1165
							game.Debris:AddItem(li, 10)
1166
							table.insert(Effects, {
1167
								li,
1168
								"Disappear",
1169
								last
1170
							})
1171
						end
1172
					end
1173
				end
1174
			end
1175
		end
1176
	};
1177
1178
	EffectTemplate = {
1179
1180
	};
1181
}
1182
1183
--Chat Function--
1184
function chatfunc(text)
1185
coroutine.wrap(function()
1186
if chara:FindFirstChild("TalkingBillBoard")~= nil then
1187
chara:FindFirstChild("TalkingBillBoard"):destroy()
1188
end
1189
local naeeym2 = Instance.new("BillboardGui",chara)
1190
naeeym2.Size = UDim2.new(0,100,0,40)
1191
naeeym2.StudsOffset = Vector3.new(0,3,0)
1192
naeeym2.Adornee = chara.Head
1193
naeeym2.Name = "TalkingBillBoard"
1194
local tecks2 = Instance.new("TextLabel",naeeym2)
1195
tecks2.BackgroundTransparency = 1
1196
tecks2.BorderSizePixel = 0
1197
tecks2.Text = ""
1198
tecks2.Font = "Fantasy"
1199
tecks2.FontSize = "Size24"
1200
tecks2.TextStrokeTransparency = 0
1201
tecks2.TextColor3 = Color3.new(.6,0,0)
1202
tecks2.TextStrokeColor3 = Color3.new(0,0,0)
1203
tecks2.Size = UDim2.new(1,0,0.5,0)
1204
local shk = coroutine.wrap(function()
1205
while tecks2 ~= nil do
1206
swait(.05)
1207
tecks2.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
1208
end
1209
end)
1210
shk()
1211
for i = 1,string.len(text),1 do
1212
tecks2.Text = string.sub(text,1,i)
1213
swait(0.01)
1214
end
1215
swait(30)
1216
for i = 1, 5 do
1217
swait()
1218
tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0)
1219
tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2
1220
tecks2.TextTransparency = tecks2.TextTransparency + .2
1221
end
1222
naeeym2:Destroy()
1223
end)()
1224
end
1225
1226
crosshair = Instance.new("BillboardGui",chara)
1227
crosshair.Size = UDim2.new(10,0,10,0)
1228
crosshair.Enabled = false
1229
1230
imgl = Instance.new("ImageLabel",crosshair)
1231
imgl.Position = UDim2.new(0,0,0,0)
1232
imgl.Size = UDim2.new(1,0,1,0)
1233
imgl.Image = "rbxassetid://711463989"
1234
imgl.BackgroundTransparency = 1
1235
imgl.ImageColor3 = Color3.new(.8,0,0)
1236
imgl2 = Instance.new("ImageLabel",crosshair)
1237
imgl2.Position = UDim2.new(-.25,0,-.25,0)
1238
imgl2.Size = UDim2.new(1.5,0,1.5,0)
1239
imgl2.Image = "rbxassetid://233522684"
1240
imgl2.BackgroundTransparency = 1
1241
imgl2.ImageColor3 = Color3.new(.8,0,0)
1242
1243
function attackone()
1244
	attack = true
1245
	Humanoid.WalkSpeed = 0
1246
	local torsy = targetted:FindFirstChild("UpperTorso") or targetted:FindFirstChild("Torso")
1247
	if targetted.Name ~= "CKbackup" or targetted.Name ~= "Nebula_Zorua" or targetted.Name ~= "Salvo_Starly" then
1248
			local partasdeff = Instance.new("ParticleEmitter",torsy)
1249
			partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
1250
			partasdeff.LightEmission = .1
1251
			partasdeff.Size = NumberSequence.new(0.2)
1252
			partasdeff.Texture = "rbxassetid://771221224"
1253
			aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
1254
			bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
1255
			partasdeff.Transparency = bbb
1256
			partasdeff.Size = aaa
1257
			partasdeff.ZOffset = .9
1258
			partasdeff.Acceleration = Vector3.new(0, -5, 0)
1259
			partasdeff.LockedToPart = false
1260
			partasdeff.EmissionDirection = "Back"
1261
			partasdeff.Lifetime = NumberRange.new(1, 2)
1262
			partasdeff.Rate = 1000
1263
			partasdeff.Rotation = NumberRange.new(-100, 100)
1264
			partasdeff.RotSpeed = NumberRange.new(-100, 100)
1265
			partasdeff.Speed = NumberRange.new(6)
1266
			partasdeff.VelocitySpread = 10000
1267
			partasdeff.Enabled=false
1268
	for i = 0, 1, 0.2 do
1269
		swait()
1270
		PlayAnimationFromTable({
1271
CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),
1272
CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),
1273
CFrame.new(1.39999962, 0.500000238, 0.600002289, 0, -1, 0, 0, 0, -1, 1, 0, 0),
1274
CFrame.new(-1.52556908, 0.222140431, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1),
1275
CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789),
1276
CFrame.new(-0.592542052, -1.98263681, 0.0336810946, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795),
1277
		}, .1, false)
1278
		moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1279
	end
1280
for a = 1,5 do
1281
	Effects.Block.Create(BrickColor.new("New Yeller"), Partss.CFrame, 2, 2, 2, 2, 2, 2, 0.05)
1282
    Effects.Block.Create(BrickColor.new("Persimmon"), Partss.CFrame, 2, 2, 2, 1, 1, 1, 0.05)
1283
    CFuncs["Sound"].Create("rbxassetid://168586621", chara, 1, .8)
1284
    partasdeff:Emit(10)
1285
	targetted.Head.Velocity = RootPart.CFrame.lookVector*50
1286
	for i = 0, 1, 0.25 do
1287
		swait()
1288
		PlayAnimationFromTable({
1289
CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),
1290
CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),
1291
CFrame.new(1.39999962, 0.500000238, 0.600002289, 0, -1, 0, 0, 0, -1, 1, 0, 0),
1292
CFrame.new(-1.52556908, 0.222140431, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1),
1293
CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789),
1294
CFrame.new(-0.592542052, -1.98263681, 0.0336810946, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795),
1295
		}, .4, false)
1296
		moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1297
	end
1298
	for i = 0, 1, 0.25 do
1299
		swait()
1300
		PlayAnimationFromTable({
1301
CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),
1302
CFrame.new(0, 1.49999809, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),
1303
CFrame.new(1.47320819, 0.773207605, 0.600002289, 0, -0.866025388, 0.500000238, 0, -0.500000238, -0.866025388, 1, 0, 0),
1304
CFrame.new(-1.52556896, 0.22214067, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736, 0, 0, 0, 1),
1305
CFrame.new(0.596984804, -1.98263633, 0.0171013549, 0.969846368, -0.171009913, -0.173648238, 0.173648059, 0.984807849, 3.13053391e-07, 0.171010062, -0.0301539823, 0.984807789),
1306
CFrame.new(-0.592541993, -1.98263633, 0.0336810648, 0.925416648, 0.163176075, 0.342019767, -0.17364794, 0.984807849, -1.08010261e-06, -0.336823881, -0.0593900271, 0.939692795),
1307
		}, .4, false)
1308
		moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1309
	end
1310
end
1311
    dmg(targetted)
1312
	game:service'Debris':AddItem(partasdeff,3)
1313
	else
1314
	sel = math.random(1,3)
1315
	if sel == 1 then	
1316
	chatfunc("...")
1317
	elseif sel == 2 then	
1318
	chatfunc("No...")
1319
	elseif sel == 3 then
1320
	chatfunc("I can't do that...")
1321
	end
1322
	for i = 0, 5, 0.1 do
1323
		swait()
1324
		PlayAnimationFromTable({
1325
         CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1326
         CFrame.new(-0.055980958, 1.49253583, -0.318915963, 0.999889553, 0.0107171191, -0.0102898544, -0.00218299939, 0.791040659, 0.611759722, 0.0146959936, -0.61166966, 0.790976703) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), 
1327
         CFrame.new(1.54004693, 0.0494250022, 1.90734852e-06, 0.997847795, -0.0655719861, 0, 0.0655719936, 0.997847855, 7.53468894e-22, -4.94064563e-23, -7.51847299e-22, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1328
         CFrame.new(-1.51232088, 0.0410207808, -3.73942044e-06, 0.998558879, 0.053665854, -2.33806347e-07, -0.0536658242, 0.998558939, -1.04548817e-05, -3.27600219e-07, 1.04523697e-05, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1329
         CFrame.new(0.540300906, -1.99793804, -2.11055158e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1330
         CFrame.new(-0.539562821, -1.99794102, -5.75710146e-09, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1331
		}, .3, false)
1332
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111967381, -1.6377008, -0.318754196, -0.0172117949, 0, -0.999851942, 0.999851942, 0, -0.0172117949, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1333
	end
1334
	end
1335
	Humanoid.WalkSpeed = 8
1336
	attack = false
1337
end
1338
function attack2one()
1339
	attack = true
1340
	Humanoid.WalkSpeed = 0
1341
	local totrans = {}
1342
	for i, v in pairs(chara:GetDescendants()) do
1343
	if v:IsA("BasePart") and v.Transparency~=1 and v.Parent.Name == "TheKnife" then
1344
	table.insert(totrans,v)
1345
	end
1346
	end
1347
	local torsy = targetted:FindFirstChild("UpperTorso") or targetted:FindFirstChild("Torso")
1348
	if targetted.Name ~= "CKbackup" or targetted.Name ~= "Nebula_Zorua" or targetted.Name ~= "Salvo_Starly" then
1349
			local partasdeff = Instance.new("ParticleEmitter",targetted.Head)
1350
			partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
1351
			partasdeff.LightEmission = .1
1352
			partasdeff.Size = NumberSequence.new(0.2)
1353
			partasdeff.Texture = "rbxassetid://110538200"
1354
			aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
1355
			bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
1356
			partasdeff.Transparency = bbb
1357
			partasdeff.Size = aaa
1358
			partasdeff.ZOffset = .9
1359
			partasdeff.Acceleration = Vector3.new(0, -5, 0)
1360
			partasdeff.LockedToPart = false
1361
			partasdeff.EmissionDirection = "Back"
1362
			partasdeff.Lifetime = NumberRange.new(1, 2)
1363
			partasdeff.Rate = 1000
1364
			partasdeff.Rotation = NumberRange.new(-100, 100)
1365
			partasdeff.RotSpeed = NumberRange.new(-100, 100)
1366
			partasdeff.Speed = NumberRange.new(6)
1367
			partasdeff.VelocitySpread = 10000
1368
			partasdeff.Enabled=false
1369
	for i = 0, 1.5, 0.1 do
1370
		swait()
1371
		PlayAnimationFromTable({
1372
CFrame.new(-0.013760807, 0, 0.00454730028, 0.500000238, 0, 0.866025388, 0, 1, 0, -0.866025388, 0, 0.500000238),
1373
CFrame.new(0.010819382, 1.49999833, 0.00964166038, 0.500000238, 0, -0.866025388, 0, 1, 0, 0.866025388, 0, 0.500000238),
1374
CFrame.new(1.54018927, 0.669616818, -3.72918021e-06, 0.499999791, -0.866025686, 1.75833702e-06, 0.866025567, 0.499999732, -1.27693363e-06, 2.38418579e-07, 2.14576721e-06, 1.00000012),
1375
CFrame.new(-1.52901936, 0.888710737, 2.4381518e-06, 0.984807968, 0.173648, 4.17232513e-07, 0.173648, -0.984807789, 3.45977355e-06, 1.01327896e-06, -3.33786011e-06, -1.00000012),
1376
CFrame.new(0.500000119, -2.00000095, 0, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024),
1377
CFrame.new(-0.68507731, -1.96527267, 0.0673612207, 0.925416648, 0.163175583, 0.342020541, -0.173648059, 0.984807849, 6.55481983e-07, -0.336824358, -0.059391804, 0.939692676),
1378
		}, .2, false)
1379
		moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1380
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,3,0), 0.3)
1381
	end
1382
	for i = 0, 1, 0.25 do
1383
		swait()
1384
		PlayAnimationFromTable({
1385
CFrame.new(0.033490371, -4.76837158e-07, -0.0274436511, -0.500000238, 0, -0.866025388, 0, 1, 0, 0.866025388, 0, -0.500000238),
1386
CFrame.new(-0.0390504077, 1.52660453, -0.19198662, 0.934456527, -0.171009883, 0.312324822, 0.0593909845, 0.939692736, 0.336823851, -0.351089597, -0.296197981, 0.888258457),
1387
CFrame.new(1.54018593, 0.669616103, -3.75895024e-06, 0.499999344, -0.866025925, 1.75833702e-06, 0.866025805, 0.499999285, -1.27693352e-06, 2.38418579e-07, 2.17556953e-06, 1.00000012),
1388
CFrame.new(-0.661082923, 0.549146414, -0.783065915, 0.264424562, -0.610265017, -0.746764064, -0.609933972, 0.493972659, -0.619654536, 0.74703449, 0.619328618, -0.241602808),
1389
CFrame.new(0.500003934, -2.00000095, 0, 1.00000024, 0, 0, 0, 1, 0, 0, 0, 1.00000024),
1390
CFrame.new(-0.685080409, -1.96527231, 0.0673582703, 0.925416648, 0.163175583, 0.342020541, -0.173648059, 0.984807849, 6.55481983e-07, -0.336824358, -0.059391804, 0.939692676),
1391
		}, .4, false)
1392
		moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1393
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,3,0), 0.3)
1394
	end
1395
	for a=1,#totrans do
1396
	totrans[a].Transparency = 1
1397
	end
1398
    CFuncs["Sound"].Create("rbxassetid://743521497", chara, 1, 1)
1399
    partasdeff:Emit(30)
1400
	game:service'Debris':AddItem(partasdeff,3)
1401
KnifuHit = New("Model",workspace,"KnifuHit",{})
1402
HWeldPart = New("Part",KnifuHit,"HWeldPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000024, 0.400000006),CFrame = CFrame.new(68.629982, 1.83662391, 15.8509817, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1403
Mesh = New("CylinderMesh",HWeldPart,"Mesh",{})
1404
Weld = New("ManualWeld",HWeldPart,"Weld",{Part0 = HWeldPart,Part1 = targetted.Head,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),C1 = CFrame.new(0.0299835205, 1.33661091, -2.04901791, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1405
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.52322841, 16.5938034, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1406
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1407
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1408
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(68.629982, 1.0232265, 17.4598274, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1409
Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
1410
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.80000067, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1411
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.62322855, 16.4205971, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1412
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1413
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1414
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.62322855, 16.4205971, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1415
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1416
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.599999905, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1417
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.19999993, 0.600000024),CFrame = CFrame.new(68.629982, 0.473228455, 18.4124565, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
1418
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
1419
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.89999986, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1420
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(68.629982, 1.20002079, 16.7536106, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1421
Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
1422
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.10000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1423
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.600000083),CFrame = CFrame.new(68.629982, 1.37681365, 16.04739, 1, 0, 0, 0, 0.5, 0.866025448, 0, -0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1424
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
1425
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),C1 = CFrame.new(0, 0.400000095, -0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1426
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(68.629982, 1.80982792, 16.2973919, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1427
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
1428
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.400000095, 0.199998856, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1429
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.52322841, 16.5938034, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1430
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1431
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 0.799999952, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1432
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.4232285, 16.7670078, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1433
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1434
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1435
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.4232285, 16.7670078, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1436
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1437
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1438
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.32322836, 16.9402142, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1439
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, -0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1440
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1441
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 1.32322836, 16.9402142, 1, 0, 0, 0, -0.5, -0.866025448, 0, 0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1442
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0.0500000007, -0.0500000007),Scale = Vector3.new(0.400000006, 0.5, 0.5),MeshType = Enum.MeshType.Wedge,})
1443
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.20000005, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1444
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(68.629982, 1.42322659, 16.7670078, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1445
Mesh = New("BlockMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.400000006, 1, 0.5),})
1446
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.00000048, 0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1447
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.73662376, 16.0241871, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1448
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
1449
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.200000286, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1450
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.600000083, 0.200000003),CFrame = CFrame.new(68.629982, 0.750020742, 17.5330334, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
1451
Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),})
1452
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.00000048, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1453
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.83662379, 15.8509817, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1454
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
1455
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.38418579e-07, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1456
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.63662374, 16.1973915, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1457
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.5, 1.20000005, 1.5),})
1458
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.400000334, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1459
HPart = New("Part",KnifuHit,"HPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 3.00000024, 0.600000024),CFrame = CFrame.new(68.629982, 0.923228443, 17.6330338, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
1460
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2, 0.100002289, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1461
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.93662381, 15.6777763, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1462
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1.20000005, 0.949999988, 1.20000005),})
1463
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, -0.199999809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1464
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(68.629982, 0.95002085, 17.1866226, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
1465
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
1466
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.60000038, -0.100000381, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1467
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("yellow"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 0.400000036),CFrame = CFrame.new(68.629982, 0.909831166, 17.8562393, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.592157, 0, 0),})
1468
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.409999996, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
1469
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 2.20000029, 0.20000267, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1470
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(68.629982, 0.996432185, 17.9062386, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1471
Mesh = New("BlockMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),})
1472
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 2.20000076, 0.300001144, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1473
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.400000006, 0.200000077),CFrame = CFrame.new(68.629982, 1.05360782, 16.2071972, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1474
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(1, 1, 1.20000005),MeshType = Enum.MeshType.Wedge,})
1475
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 0.700000167, -0.500003815, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1476
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 1.23662364, 16.890213, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
1477
Mesh = New("SpecialMesh",HPart,"Mesh",{Offset = Vector3.new(0, 0, -0.0500000007),Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
1478
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, 1.20000052, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1479
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(68.629982, 2.03662372, 15.5045719, -1, 0, 0, 0, -0.5, 0.866025448, 0, 0.866025448, 0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.666667, 0, 0.666667),})
1480
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.200000003, 0.5, 0.200000003),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
1481
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C1 = CFrame.new(0, -0.399999619, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1482
HPart = New("Part",KnifuHit,"HPart",{BrickColor = BrickColor.new("Really white"),Material = Enum.Material.SmoothPlastic,Reflectance = 0.20000000298023,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(68.629982, 1.19643402, 17.5598297, -1, 0, 0, 0, 0.5, -0.866025448, 0, -0.866025448, -0.5),BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
1483
Mesh = New("SpecialMesh",HPart,"Mesh",{Scale = Vector3.new(0.400000006, 1, 1),MeshType = Enum.MeshType.Wedge,})
1484
Weld = New("ManualWeld",HPart,"Weld",{Part0 = HPart,Part1 = HWeldPart,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.80000019, 0.300003052, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
1485
game:service'Debris':AddItem(KnifuHit,10)
1486
dmg(targetted)
1487
	swait(30)
1488
	for i = 0,1,.05 do
1489
	swait()
1490
	for a=1,#totrans do
1491
	totrans[a].Transparency = 1-i
1492
	end
1493
	end
1494
	for a=1,#totrans do
1495
	totrans[a].Transparency = 0
1496
	end
1497
	else
1498
	sel = math.random(1,3)
1499
	if sel == 1 then	
1500
	chatfunc("...")
1501
	elseif sel == 2 then	
1502
	chatfunc("No...")
1503
	elseif sel == 3 then
1504
	chatfunc("I can't do that...")
1505
	end
1506
	for i = 0, 5, 0.1 do
1507
		swait()
1508
		PlayAnimationFromTable({
1509
         CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1510
         CFrame.new(-0.055980958, 1.49253583, -0.318915963, 0.999889553, 0.0107171191, -0.0102898544, -0.00218299939, 0.791040659, 0.611759722, 0.0146959936, -0.61166966, 0.790976703) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), 
1511
         CFrame.new(1.54004693, 0.0494250022, 1.90734852e-06, 0.997847795, -0.0655719861, 0, 0.0655719936, 0.997847855, 7.53468894e-22, -4.94064563e-23, -7.51847299e-22, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1512
         CFrame.new(-1.51232088, 0.0410207808, -3.73942044e-06, 0.998558879, 0.053665854, -2.33806347e-07, -0.0536658242, 0.998558939, -1.04548817e-05, -3.27600219e-07, 1.04523697e-05, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1513
         CFrame.new(0.540300906, -1.99793804, -2.11055158e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1514
         CFrame.new(-0.539562821, -1.99794102, -5.75710146e-09, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1515
		}, .3, false)
1516
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111967381, -1.6377008, -0.318754196, -0.0172117949, 0, -0.999851942, 0.999851942, 0, -0.0172117949, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1517
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,1,0), 0.3)
1518
	end
1519
	end
1520
	Humanoid.WalkSpeed = 8
1521
	attack = false
1522
end
1523
1524
function attacktwo()
1525
	attack = true
1526
	Humanoid.WalkSpeed = 8
1527
	for i = 0, 1, 0.1 do
1528
		swait()
1529
		PlayAnimationFromTable({
1530
CFrame.new(-0.224620387, 0.00182679901, 0.355692446, 0.422617137, -0.0789889544, 0.902859628, 0, 0.99619478, 0.0871546194, -0.906308293, -0.0368330367, 0.421009034),
1531
CFrame.new(-0.0279945955, 1.50454211, 0.0181391276, 0.342018783, 0, -0.939693093, -0.0818985924, 0.99619478, -0.0298085138, 0.936117411, 0.0871546194, 0.340717345),
1532
CFrame.new(1.61931372, 0.398556918, -0.0915643871, 0.834718168, -0.50676024, 0.21549882, 0.395640552, 0.824083865, 0.405406326, -0.383032948, -0.253139973, 0.88837254),
1533
CFrame.new(-1.64381778, 0.290096372, -0.0866609737, 0.940106511, 0.338986784, 0.0358846784, -0.330018938, 0.931456149, -0.153222129, -0.0853652954, 0.132202506, 0.987540126),
1534
CFrame.new(0.54622674, -2.08882928, -0.297503173, 0.965925395, -0.0449437164, -0.254888713, -0.0225574225, 0.96644187, -0.255893201, 0.257835865, 0.252923369, 0.932496965),
1535
CFrame.new(-0.444928914, -2.02823257, 0.194471419, 0.984807789, -0.0449433886, 0.167731091, 0.0151342247, 0.984464884, 0.174928144, -0.172987282, -0.169732109, 0.970188916),
1536
		}, .3, false)
1537
		moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1538
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
1539
	end
1540
	tr1.Enabled = true
1541
	CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
1542
	for i = 0, 1, 0.1 do
1543
		swait()
1544
		PlayAnimationFromTable({
1545
CFrame.new(-0.350145102, 0.00182692707, -0.224671245, 0.342019022, 0.0818999559, -0.936117291, 0, 0.996194661, 0.0871560797, 0.939693093, -0.0298090316, 0.340717524),
1546
CFrame.new(-0.0356696025, 1.4968617, 0.105928369, 0.422617376, 0, 0.906308234, 0.0789902657, 0.996194661, -0.0368336663, -0.902859449, 0.0871560797, 0.421009183),
1547
CFrame.new(1.61931276, 0.398557454, -0.0915763676, 0.834717989, -0.506760418, 0.215499386, 0.395641148, 0.824084282, 0.405404925, -0.383032799, -0.253138334, 0.888373256),
1548
CFrame.new(-0.841956139, 1.08718979, -0.194648504, 0.451776862, -0.675602078, -0.582631707, -0.841145873, -0.540190697, -0.02584197, -0.297273308, 0.501753032, -0.812325478),
1549
CFrame.new(0.384299219, -2.04907751, 0.312563866, 0.965925992, 0.109381422, -0.234569386, -0.0225576125, 0.93843776, 0.344711155, 0.257833749, -0.327674121, 0.908928871),
1550
CFrame.new(-0.55455792, -1.93629444, -0.421594352, 0.984807789, 0.0733868033, 0.157378852, 0.0151345003, 0.866585255, -0.498799652, -0.172987461, 0.493603587, 0.852309287),
1551
		}, .3, false)
1552
		moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1553
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
1554
		mdmg(Hitbox, 3)
1555
	end
1556
	swait(5)
1557
	Humanoid.WalkSpeed = 8
1558
	tr1.Enabled = false
1559
	attack = false
1560
end
1561
function attack2two()
1562
	attack = true
1563
	Humanoid.WalkSpeed = 8
1564
	for i = 0, 1, 0.1 do
1565
		swait()
1566
		PlayAnimationFromTable({
1567
CFrame.new(-0.118413232, -0.0999996662, -0.0162695143, 0.342019916, 0, 0.939692736, 0, 1, 0, -0.939692736, 0, 0.342019886),
1568
CFrame.new(-0.0974596441, 1.42617989, -0.153679788, 0.698022485, 0.0783720315, -0.71177417, 0.241093084, 0.910238683, 0.33665964, 0.67426914, -0.406599849, 0.616472006),
1569
CFrame.new(1.56614149, 0.675835967, -0.176545516, 0.635042489, -0.737752557, 0.229002833, 0.764718115, 0.558491647, -0.321392745, 0.109212175, 0.379220605, 0.91883868),
1570
CFrame.new(-0.894028425, 0.449107349, -0.694228411, 0.777676225, -0.60256654, -0.179258019, -0.0868209973, 0.179467112, -0.979925394, 0.622641146, 0.777628005, 0.0872518644),
1571
CFrame.new(0.732766688, -1.80342793, 0.0847177207, 0.88302201, -0.321393669, -0.34202078, 0.342020035, 0.939692736, 3.31529257e-08, 0.321394414, -0.116978005, 0.939692497),
1572
CFrame.new(-0.534722447, -1.9000001, -0.196958184, 0.984807849, 0, 0.173648164, 0, 1, 0, -0.173648134, 0, 0.984807849),
1573
		}, .3, false)
1574
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3)
1575
		moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1576
	end
1577
	tr1.Enabled = true
1578
	CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
1579
	for i = 0, 1, 0.1 do
1580
		swait()
1581
		PlayAnimationFromTable({
1582
CFrame.new(-0.08830598, -0.0999999046, -0.0618330762, 0.342019022, 0, -0.939693093, 0, 1, 0, 0.939693093, 0, 0.342018992),
1583
CFrame.new(6.13927841e-06, 1.43159294, -0.187939167, 0.49999994, 3.87430191e-07, 0.866025567, -0.296198189, 0.939692616, 0.171009645, -0.813797832, -0.342019975, 0.469846368),
1584
CFrame.new(1.52318263, 0.334726363, -0.285165101, 0.918839276, -0.321389288, 0.229005635, 0.38301909, 0.866026044, -0.321395814, -0.0950317085, 0.383024603, 0.918836951),
1585
CFrame.new(-1.56829596, 0.236604273, 0.118294179, 0.433012068, 0.866026044, 0.2499993, 0.499999821, -1.78813863e-07, -0.866025567, -0.750000656, 0.499999046, -0.433012933),
1586
CFrame.new(0.732768059, -1.80342686, 0.0847166926, 0.883022785, -0.321393728, -0.342019022, 0.342019916, 0.939692736, 0, 0.321392775, -0.116977297, 0.939693093),
1587
CFrame.new(-0.534724653, -1.90000021, -0.196965426, 0.984807789, 0, 0.173648238, 0, 1, 0, -0.173648268, 0, 0.98480773),
1588
		}, .3, false)
1589
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3)
1590
		moter.C0 = clerp(moter.C0, CFrame.new(0.011209704, -1.63770795, -0.318749219, -0.0172089972, -4.19956632e-06, -0.999852002, 0.999852061, 8.99471343e-06, -0.0172089972, 9.06549394e-06, -1.00000012, 4.04558159e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1591
		mdmg(Hitbox, 3)
1592
	end
1593
	swait(5)
1594
	Humanoid.WalkSpeed = 8
1595
	tr1.Enabled = false
1596
	attack = false
1597
end
1598
local Grabbed = false
1599
1600
function hedshoot()
1601
	attack = true
1602
	--local GGyro = Instance.new("BodyPosition")
1603
	local grab = nil
1604
	local torsy
1605
	local partasdeff
1606
    Effects.Wave.Create(BrickColor.new("White"), RootPart.CFrame * CFrame.Angles(0,math.rad(90),math.rad(90)), .5, .5, .5, 1, .2, 1, 0.07)
1607
	CFuncs["Sound"].Create("rbxassetid://200632211", RootPart, 1.5, .5)
1608
		for i = 0, 1, 0.1 do
1609
		swait()
1610
		if Grabbed == true then
1611
			grab:FindFirstChildOfClass("Humanoid").PlatformStand = true
1612
			--GGyro.position = Partss.Position
1613
			--GGyro.Parent = grab.Head
1614
			torsy.CFrame = Hitbox.CFrame * CFrame.Angles(math.rad(90),0,0)
1615
		end
1616
		PlayAnimationFromTable({
1617
CFrame.new(0, 0.014960058, -0.00263785874, 0, 0, -1, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, 0),
1618
CFrame.new(0.0756459087, 1.47367561, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0),
1619
CFrame.new(1.61953926, 0.256342351, 0, 0.939692676, -0.342020601, 0, 0.342020601, 0.939692676, 0, 0, 0, 1),
1620
CFrame.new(-1.41317761, 0.492402643, 0.500001907, 0, 0.984807849, -0.173647985, 0, -0.173647985, -0.984807849, -1, 0, 0),
1621
CFrame.new(0.696965218, -2.03472972, 1.90734863e-06, 0.984807849, -0.173648134, 0, 0.173648164, 0.984807849, 0, 0, 0, 1),
1622
CFrame.new(-0.303041309, -2.03472829, -1.90734863e-06, 0.965925813, -0.258818924, 0, 0.258818924, 0.965925813, 0, 0, 0, 1),
1623
		}, .3, false)
1624
		RootPart.Velocity = RootPart.CFrame.lookVector * 90
1625
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1626
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3)
1627
	if grab == nil then
1628
	for i, v in pairs(FindNearestTorso(Hitbox.CFrame.p, 5)) do
1629
		if v:FindFirstChild('Head') then
1630
			Grabbed = true
1631
			torsy = v:FindFirstChild("UpperTorso") or v:FindFirstChild("Torso")
1632
			CFuncs["Sound"].Create("rbxassetid://444667824", torsy, 5, .8)
1633
			partasdeff = Instance.new("ParticleEmitter",torsy)
1634
			partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
1635
			partasdeff.LightEmission = .1
1636
			partasdeff.Size = NumberSequence.new(0.2)
1637
			partasdeff.Texture = "rbxassetid://771221224"
1638
			aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
1639
			bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
1640
			partasdeff.Transparency = bbb
1641
			partasdeff.Size = aaa
1642
			partasdeff.ZOffset = .9
1643
			partasdeff.Acceleration = Vector3.new(0, -5, 0)
1644
			partasdeff.LockedToPart = false
1645
			partasdeff.EmissionDirection = "Front"
1646
			partasdeff.Lifetime = NumberRange.new(1, 2)
1647
			partasdeff.Rate = 1000
1648
			partasdeff.Rotation = NumberRange.new(-100, 100)
1649
			partasdeff.RotSpeed = NumberRange.new(-100, 100)
1650
			partasdeff.Speed = NumberRange.new(6)
1651
			partasdeff.VelocitySpread = 10
1652
			grab = v
1653
		end
1654
	end
1655
	end
1656
		end
1657
		if Grabbed == true then
1658
		Humanoid.WalkSpeed = 0
1659
		for i = 0, 2, 0.1 do
1660
		swait()
1661
		if Grabbed == true then
1662
			grab:FindFirstChildOfClass("Humanoid").PlatformStand = true
1663
			--GGyro.position = Partss.Position
1664
			--GGyro.Parent = grab.Head
1665
			torsy.CFrame = Hitbox.CFrame * CFrame.Angles(math.rad(90),0,0)
1666
		end
1667
		PlayAnimationFromTable({
1668
CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0),
1669
CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0),
1670
CFrame.new(1.6195389, 0.256341636, 0, 0.939692736, -0.342019886, 0, 0.342019916, 0.939692736, 0, 0, 0, 1),
1671
CFrame.new(-1.41317773, 0.492402405, 0.500001907, 0, 0.984807849, -0.173647985, 0, -0.173647985, -0.984807849, -1, 0, 0),
1672
CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1),
1673
CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),
1674
		}, .3, false)
1675
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1676
		end
1677
		if grab.Name ~= "CKbackup" or grab.Name ~= "Nebula_Zorua" or grab.Name ~= "Salvo_Starly" then
1678
			local partasdeff = Instance.new("ParticleEmitter",torsy)
1679
			partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
1680
			partasdeff.LightEmission = .1
1681
			partasdeff.Size = NumberSequence.new(0.2)
1682
			partasdeff.Texture = "rbxassetid://771221224"
1683
			aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
1684
			bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
1685
			partasdeff.Transparency = bbb
1686
			partasdeff.Size = aaa
1687
			partasdeff.ZOffset = .9
1688
			partasdeff.Acceleration = Vector3.new(0, -5, 0)
1689
			partasdeff.LockedToPart = false
1690
			partasdeff.EmissionDirection = "Back"
1691
			partasdeff.Lifetime = NumberRange.new(1, 2)
1692
			partasdeff.Rate = 1000
1693
			partasdeff.Rotation = NumberRange.new(-100, 100)
1694
			partasdeff.RotSpeed = NumberRange.new(-100, 100)
1695
			partasdeff.Speed = NumberRange.new(10)
1696
			partasdeff.VelocitySpread = 20
1697
			partasdeff.Enabled=false
1698
	sel = math.random(1,3)
1699
	if sel == 1 then	
1700
	chatfunc("Not so fast")
1701
	elseif sel == 2 then	
1702
	chatfunc("Die.")
1703
	elseif sel == 3 then
1704
	chatfunc("Take this...")
1705
	end
1706
	for i = 0, 2, 0.1 do
1707
		swait()
1708
				if Grabbed == true then
1709
			grab:FindFirstChildOfClass("Humanoid").PlatformStand = true
1710
			--GGyro.position = Partss.Position
1711
			--GGyro.Parent = grab.Head
1712
			torsy.CFrame = Hitbox.CFrame * CFrame.Angles(math.rad(90),0,0)
1713
		end
1714
		PlayAnimationFromTable({
1715
CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0),
1716
CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0),
1717
CFrame.new(0.177449316, 0.626879215, -0.79883039, -0.163171932, 0.896216869, -0.412516981, -0.0593889691, -0.426284939, -0.902637362, -0.984808505, -0.122786134, 0.122783162),
1718
CFrame.new(-1.33671415, 0.478919148, 0.210226327, 0.254886955, 0.951251388, -0.173647881, -0.0449429974, -0.167731076, -0.984807849, -0.965925872, 0.258818924, -3.7422879e-07),
1719
CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1),
1720
CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),
1721
		}, .1, false)
1722
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111939851, -1.63769794, -0.31875661, -0.0172049776, -1.39437616e-05, -0.999852121, 0.999852002, 5.96046448e-06, -0.0172049757, 6.16908073e-06, -1, 1.38394535e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1723
	end
1724
	Effects.Block.Create(BrickColor.new("New Yeller"), Partss.CFrame, 2, 2, 2, 2, 2, 2, 0.05)
1725
    Effects.Block.Create(BrickColor.new("Persimmon"), Partss.CFrame, 2, 2, 2, 1, 1, 1, 0.05)
1726
    CFuncs["Sound"].Create("rbxassetid://168586621", chara, 1, .8)
1727
    dmg(grab)
1728
		grab.Head.Velocity = grab.Head.CFrame.lookVector * -60
1729
	partasdeff.Enabled=true
1730
	for i = 0, 1, 0.1 do
1731
		swait()
1732
		PlayAnimationFromTable({
1733
CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0),
1734
CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0),
1735
CFrame.new(0.580128729, 0.911159813, -0.882691503, -0.163171932, 0.569887638, -0.805358887, -0.0593889691, -0.820492566, -0.568563819, -0.984808505, -0.0449442416, 0.167726412),
1736
CFrame.new(-1.33671415, 0.478919148, 0.210226327, 0.254886955, 0.951251388, -0.173647881, -0.0449429974, -0.167731076, -0.984807849, -0.965925872, 0.258818924, -3.7422879e-07),
1737
CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1),
1738
CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),
1739
		}, .3, false)
1740
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111932531, -1.63769579, -0.318755656, -0.0172050633, -1.61863863e-05, -0.999852121, 0.999851882, 5.15580177e-06, -0.017205067, 5.453825e-06, -1, 1.60960481e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1741
	end
1742
	partasdeff.Enabled=false
1743
	for i = 0, 2.5, 0.1 do
1744
		swait()	
1745
		PlayAnimationFromTable({
1746
CFrame.new(0, 0.00631189346, 0.102432251, 0, 0, -1, 0, 1, 0, 1, 0, 0),
1747
CFrame.new(0.0756477267, 1.47367513, 0, 0, 0.173647985, 0.984807849, 0, 0.984807849, -0.173647985, -1, 0, 0),
1748
CFrame.new(0.177449316, 0.626879215, -0.79883039, -0.163171932, 0.896216869, -0.412516981, -0.0593889691, -0.426284939, -0.902637362, -0.984808505, -0.122786134, 0.122783162),
1749
CFrame.new(-1.33671415, 0.478919148, 0.210226327, 0.254886955, 0.951251388, -0.173647881, -0.0449429974, -0.167731076, -0.984807849, -0.965925872, 0.258818924, -3.7422879e-07),
1750
CFrame.new(0.696966887, -2.03472996, 1.90734863e-06, 0.984807849, -0.173647985, 0, 0.173647985, 0.984807849, 0, 0, 0, 1),
1751
CFrame.new(-0.696959853, -1.96527123, -1.90734863e-06, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),
1752
		}, .2, false)
1753
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111939851, -1.63769794, -0.31875661, -0.0172049776, -1.39437616e-05, -0.999852121, 0.999852002, 5.96046448e-06, -0.0172049757, 6.16908073e-06, -1, 1.38394535e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1754
	end
1755
	coroutine.wrap(function()	
1756
		wait(2)
1757
	partasdeff:Remove()	
1758
	end)()
1759
		else
1760
	grab:FindFirstChildOfClass("Humanoid").PlatformStand = false
1761
	for i = 0, 3, 0.1 do
1762
		swait()
1763
		PlayAnimationFromTable({
1764
         CFrame.new(0.104280457, -1.46030498e-22, -0.179343686, 0.249860913, 5.18448626e-22, 0.968281686, -5.82335151e-22, 1, -5.29395592e-22, -0.968281686, -3.70576914e-22, 0.249860913) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1765
         CFrame.new(0.00671941042, 1.48144531, -0.121562012, 0.0679168552, 0.388981611, -0.918738663, 0.158512011, 0.904961228, 0.394866198, 0.985018492, -0.172449201, -0.000196114182) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1766
         CFrame.new(1.5714488, -0.100437641, -0.219321564, 0.297819793, -0.653239965, -0.696118593, -0.0311920028, 0.722160041, -0.691022456, 0.954112411, 0.227513462, 0.194697708) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1767
         CFrame.new(-1.5814501, 0.177012652, 5.41775626e-06, 0.939689815, 0.342028022, -2.68220901e-06, -0.342027992, 0.939689755, -6.1805149e-06, 4.17232513e-07, 6.72787428e-06, 1) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1768
         CFrame.new(0.569012046, -1.89856982, -0.00933695585, 0.266445845, -0.0764764398, -0.960811257, 0.0135949478, 0.997046292, -0.075590536, 0.963754177, 0.00707861409, 0.266698539) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1769
         CFrame.new(-0.849534154, -2.01595497, 0.241721377, 0.948572636, 0.308689058, 0.070150286, -0.312330276, 0.948733151, 0.0485308319, -0.0515729487, -0.067945078, 0.996355295) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1770
		}, .1, false)
1771
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111981034, -1.63767779, -0.318741798, -0.0172085222, -1.4077872e-05, -0.999851882, 0.999851942, 7.4505806e-06, -0.0172085222, 7.68899918e-06, -1.00000012, 1.39512122e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1772
	end
1773
sel = math.random(1,3)
1774
if sel == 1 then	
1775
chatfunc("I'm so silly...")
1776
elseif sel == 2 then	
1777
chatfunc("What am I doing..?")
1778
elseif sel == 3 then
1779
chatfunc("I can't...")
1780
end
1781
		for i = 0, 5, 0.1 do
1782
		swait()
1783
		PlayAnimationFromTable({
1784
         CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1785
         CFrame.new(-0.0399715528, 1.42130852, -0.217550665, 0.985933542, -0.136098281, -0.097015582, 0.166522697, 0.849608123, 0.500436008, 0.0143167432, -0.509551942, 0.860320628) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), 
1786
         CFrame.new(1.57258642, 0.0433240086, 3.83948304e-08, 0.990993857, -0.133906633, -2.60571618e-08, 0.133906662, 0.990993977, 5.96046341e-08, 1.78410318e-08, -6.25570422e-08, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1787
         CFrame.new(-0.693957031, 0.999676406, -0.811627388, 0.817211449, -0.569911301, -0.0858340934, -0.499626935, -0.626295447, -0.598442137, 0.287295371, 0.531934083, -0.796558976) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1788
         CFrame.new(0.540301144, -1.99792778, 1.70425119e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1789
         CFrame.new(-0.539563119, -1.99793291, 1.9016752e-06, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1790
		}, .3, false)
1791
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111991819, -1.63769639, -0.318748534, -0.0172109455, -5.96046448e-08, -0.999852002, 0.999852061, -1.19209318e-07, -0.0172108412, 5.96046519e-08, -0.99999994, -1.19209275e-07) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1792
	end
1793
	end
1794
	end
1795
	--GGyro.Parent = nil
1796
	attack = false
1797
	Grabbed = false
1798
	Humanoid.WalkSpeed = 8
1799
1800
end
1801
	local blpemit = Instance.new("ParticleEmitter")
1802
	blpemit.Color = ColorSequence.new(Color3.new(.5,0,0))
1803
	blpemit.Texture = "rbxassetid://233069772"
1804
	blpemit.Transparency = NumberSequence.new(0,1)
1805
	blpemit.Lifetime = NumberRange.new(1,3)
1806
	blpemit.Acceleration = Vector3.new(0,-10,0)
1807
	blpemit.Enabled = true
1808
	blpemit.EmissionDirection = "Front"
1809
	blpemit.Speed = NumberRange.new(1,3)
1810
	blpemit.Size = NumberSequence.new(.5)
1811
	blpemit.Rate = 1000
1812
	blpemit.RotSpeed = NumberRange.new(50)
1813
	blpemit.Rotation = NumberRange.new(0,360)
1814
function moarblood()
1815
	attack = true
1816
	Humanoid.WalkSpeed = 0
1817
	local torsy = targetted:FindFirstChild("UpperTorso") or targetted:FindFirstChild("Torso")
1818
    Tele(torsy.CFrame * CFrame.new(0,0,1.3))
1819
	local totrans = {}
1820
	for i, v in pairs(chara:GetDescendants()) do
1821
	if v:IsA("BasePart") and v.Transparency~=1 and (v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife") then
1822
	table.insert(totrans,v)
1823
	end
1824
	end
1825
	local stu = Instance.new("Part",targetted)
1826
	stu.Anchored = true
1827
	stu.CanCollide = false
1828
	stu.Transparency = 1
1829
	stu.CFrame = torsy.CFrame
1830
	local w = Instance.new("Weld",stu)
1831
	w.Part0 = torsy
1832
	w.Part1 = stu
1833
	local stu2 = Instance.new("Part",chara)
1834
	stu2.Anchored = true
1835
	stu2.CanCollide = false
1836
	stu2.Transparency = 1
1837
	stu2.CFrame = chara.HumanoidRootPart.CFrame
1838
	local w2 = Instance.new("Weld",stu2)
1839
	w2.Part0 = chara.HumanoidRootPart
1840
	w2.Part1 = stu2
1841
		PlayAnimationFromTable({
1842
CFrame.new(0, 0.00182705373, -0.0581560358, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661),
1843
CFrame.new(0, 1.52556372, -0.222143173, 1, 0, 0, 0, 0.939692795, 0.342019618, 0, -0.342019618, 0.939692795),
1844
CFrame.new(1.49999928, -1.34110451e-07, 1.58933972e-07, 0.99619478, -0.0871556178, -1.0595604e-07, 0.0871556178, 0.99619472, -3.35276127e-07, 1.35041773e-07, 3.27825546e-07, 1),
1845
CFrame.new(-1.50000119, 2.68220901e-07, 1.58934313e-07, 0.99619478, 0.0871556178, 1.0595604e-07, -0.0871556178, 0.99619472, -3.35276127e-07, -1.35041773e-07, 3.27825546e-07, 1),
1846
CFrame.new(0.499997675, -1.9992758, -0.116536342, 0.965925872, 0, -0.258818984, -0.02255762, 0.996194661, -0.0841862038, 0.257834077, 0.087155968, 0.962250173),
1847
CFrame.new(-0.50000006, -1.99927592, -0.116537228, 0.984807849, 0, 0.173647985, 0.0151344584, 0.996194661, -0.0858318806, -0.172987193, 0.087155968, 0.981060326),
1848
		}, 1, false)
1849
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111980997, -1.6377027, -0.318750381, -0.0172109306, 0, -0.999851882, 0.999851882, 0, -0.0172109306, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1850
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
1851
	for i = 0,1,.1 do
1852
	swait()
1853
	for a=1,#totrans do
1854
	totrans[a].Transparency = i
1855
	end
1856
	end
1857
	for a=1,#totrans do
1858
	totrans[a].Transparency = 1
1859
	end
1860
		swait(5)
1861
		for i = 0, 1, 0.1 do
1862
		swait()
1863
		PlayAnimationFromTable({
1864
CFrame.new(0, 0.00182705373, -0.0581560358, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661),
1865
CFrame.new(0, 1.49941719, 0.0767186508, 1, 0, 0, 0, 0.996194661, -0.087155968, 0, 0.087155968, 0.996194661),
1866
CFrame.new(1.1733681, 1.00347483, -0.438556999, 0.834721148, 0.546610475, 0.0667646676, 0.395648003, -0.510977745, -0.763128042, -0.383018494, 0.663414538, -0.642789304),
1867
CFrame.new(-1.19234979, 1.02193367, -0.467352033, 0.879184604, -0.471780479, -0.0667649657, -0.349608243, -0.543515444, -0.763128519, 0.323741287, 0.694272459, -0.642788768),
1868
CFrame.new(0.499997675, -1.9992758, -0.116536342, 0.965925872, 0, -0.258818984, -0.02255762, 0.996194661, -0.0841862038, 0.257834077, 0.087155968, 0.962250173),
1869
CFrame.new(-0.50000006, -1.99927592, -0.116537228, 0.984807849, 0, 0.173647985, 0.0151344584, 0.996194661, -0.0858318806, -0.172987193, 0.087155968, 0.981060326),
1870
		}, .3, false)
1871
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1872
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3)
1873
		end
1874
swait(10)
1875
if targetted.Name ~= "CKbackup" or targetted.Name ~= "Nebula_Zorua" or targetted.Name ~= "Salvo_Starly" then
1876
	sel = math.random(1,3)
1877
	if sel == 1 then	
1878
	chatfunc("Time's up.")
1879
	elseif sel == 2 then	
1880
	chatfunc("Your end is here.")
1881
	elseif sel == 3 then
1882
	chatfunc("It's over.")
1883
	end
1884
swait(5)
1885
		local wel = Instance.new("Weld",targetted.Head)
1886
		wel.Part0 = torsy
1887
		wel.Part1 = targetted.Head
1888
		wel.C0 = CFrame.new(0,1.5,0)
1889
		local bledp = Instance.new("Part",targetted)
1890
	bledp.Size = Vector3.new(0,0,0)
1891
	bledp.Transparency = 1
1892
	bledp.CanCollide = false
1893
	local blpe = blpemit:Clone()
1894
	blpe.Parent = bledp
1895
	blpe.EmissionDirection = "Top"
1896
	blpe.VelocitySpread = 5
1897
	wel.C0 = CFrame.new(0,-1.5,0) * CFrame.fromEulerAnglesXYZ(math.rad(180),0,0)
1898
	local bledw = Instance.new("Weld",bledp)
1899
	bledw.Part0 = targetted.Head
1900
	bledw.Part1 = bledp
1901
	bledw.C0 = CFrame.new(0,-.7,0) * CFrame.Angles(0,0,math.rad(45))
1902
	CFuncs["Sound"].Create("rbxassetid://314390675", chara, 5, .7)
1903
		for i = 0, 1, 0.25 do
1904
		swait()
1905
		PlayAnimationFromTable({
1906
CFrame.new(-0.37728107, 0.00182711286, -0.228351086, 0.707106352, 0.0616285279, -0.704416513, 0, 0.99619478, 0.0871558264, 0.707107365, -0.0616284423, 0.7044155),
1907
CFrame.new(-9.90927219e-07, 1.49941754, 0.0767165273, 0.766044199, 0, 0.642788053, 0.0560227223, 0.99619478, -0.066765219, -0.640341938, 0.0871558264, 0.763129056),
1908
CFrame.new(1.14925241, 0.936202288, -0.560600817, 0.834721982, 0.490812272, 0.249685481, 0.39564395, -0.219157442, -0.891872227, -0.383021295, 0.843251646, -0.377122372),
1909
CFrame.new(-1.01654804, 1.22616923, -0.180458635, 0.525007069, -0.121539712, -0.8423751, -0.63483566, -0.715151966, -0.292475075, -0.566878796, 0.688320994, -0.452617407),
1910
CFrame.new(0.499999106, -1.99927592, -0.116537355, 0.965925813, 0, -0.258819491, -0.0225576311, 0.99619478, -0.0841860622, 0.257834613, 0.0871558264, 0.962249994),
1911
CFrame.new(-0.500003219, -1.99927604, -0.116538122, 0.984807849, 0, 0.173648447, 0.0151344724, 0.99619478, -0.0858317465, -0.17298761, 0.0871558264, 0.981060266),
1912
		}, .3, false)
1913
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111932121, -1.63769805, -0.318755955, -0.0172044784, -1.3951445e-05, -0.999852121, 0.999852002, 3.55020165e-06, -0.0172044784, 3.78862023e-06, -1.00000012, 1.38879986e-05) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1914
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0,-.5,0)*CFrame.Angles(math.rad(180),0,0), 0.3)
1915
		wel.C0 = CFrame.new(.7*i,1.5,0) * CFrame.Angles(0,0,math.rad(-90*i))
1916
		end
1917
		swait(30)
1918
		targetted:BreakJoints()
1919
	else
1920
	sel = math.random(1,3)
1921
	if sel == 1 then	
1922
	chatfunc("...")
1923
	elseif sel == 2 then	
1924
	chatfunc("No...")
1925
	elseif sel == 3 then
1926
	chatfunc("I can't do that...")
1927
	end
1928
	for i = 0, 5, 0.1 do
1929
		swait()
1930
		PlayAnimationFromTable({
1931
         CFrame.new(0, 0, 0, 0.999999881, 5.04870979e-29, -4.21790838e-43, 5.04870979e-29, 1, -5.04870979e-29, -4.21790838e-43, -5.04870979e-29, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1932
         CFrame.new(-0.055980958, 1.49253583, -0.318915963, 0.999889553, 0.0107171191, -0.0102898544, -0.00218299939, 0.791040659, 0.611759722, 0.0146959936, -0.61166966, 0.790976703) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0- .4 * math.cos((sine) / 5), 0), 
1933
         CFrame.new(1.54004693, 0.0494250022, 1.90734852e-06, 0.997847795, -0.0655719861, 0, 0.0655719936, 0.997847855, 7.53468894e-22, -4.94064563e-23, -7.51847299e-22, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1934
         CFrame.new(-1.51232088, 0.0410207808, -3.73942044e-06, 0.998558879, 0.053665854, -2.33806347e-07, -0.0536658242, 0.998558939, -1.04548817e-05, -3.27600219e-07, 1.04523697e-05, 0.99999994) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1935
         CFrame.new(0.540300906, -1.99793804, -2.11055158e-06, 0.998698354, -0.0510031469, 6.26438805e-07, 0.0510031544, 0.998698473, -1.04335422e-05, -9.34800966e-08, 1.04519122e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1936
         CFrame.new(-0.539562821, -1.99794102, -5.75710146e-09, 0.998630941, 0.0523070693, -1.67712614e-07, -0.0523070768, 0.99863106, -1.0458818e-05, -3.79587107e-07, 1.04532719e-05, 0.999999881) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1937
		}, .3, false)
1938
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111967381, -1.6377008, -0.318754196, -0.0172117949, 0, -0.999851942, 0.999851942, 0, -0.0172117949, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
1939
	end
1940
end
1941
stu:Destroy()
1942
stu2:Destroy()
1943
coroutine.wrap(function()
1944
	for i = 0,1,.05 do
1945
	swait()
1946
	for a=1,#totrans do
1947
	totrans[a].Transparency = 1-i
1948
	end
1949
	end
1950
	for a=1,#totrans do
1951
	totrans[a].Transparency = 0
1952
	end
1953
end)()
1954
	attack = false
1955
         Humanoid.WalkSpeed = 8
1956
end
1957
1958
1959
function painlessrain()
1960
attack = true
1961
    Humanoid.WalkSpeed = 0
1962
   local ref1 = New("Part",m,"ref",{Transparency = 1,Size = Vector3.new(.2,.2,.2),CFrame = Torso.CFrame,Anchored = true,CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,})
1963
	local totrans = {}
1964
	for i, v in pairs(chara:GetDescendants()) do
1965
	if v:IsA("BasePart") and v.Transparency~=1 and (v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife") then
1966
	table.insert(totrans,v)
1967
	end
1968
	end
1969
	for i = 0, 1, 0.1 do
1970
		swait()
1971
		PlayAnimationFromTable({
1972
CFrame.new(0, 0.00182705373, -0.0581560358, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661),
1973
CFrame.new(0, 1.52556372, -0.222143173, 1, 0, 0, 0, 0.939692795, 0.342019618, 0, -0.342019618, 0.939692795),
1974
CFrame.new(1.49999928, -1.34110451e-07, 1.58933972e-07, 0.99619478, -0.0871556178, -1.0595604e-07, 0.0871556178, 0.99619472, -3.35276127e-07, 1.35041773e-07, 3.27825546e-07, 1),
1975
CFrame.new(-1.50000119, 2.68220901e-07, 1.58934313e-07, 0.99619478, 0.0871556178, 1.0595604e-07, -0.0871556178, 0.99619472, -3.35276127e-07, -1.35041773e-07, 3.27825546e-07, 1),
1976
CFrame.new(0.499997675, -1.9992758, -0.116536342, 0.965925872, 0, -0.258818984, -0.02255762, 0.996194661, -0.0841862038, 0.257834077, 0.087155968, 0.962250173),
1977
CFrame.new(-0.50000006, -1.99927592, -0.116537228, 0.984807849, 0, 0.173647985, 0.0151344584, 0.996194661, -0.0858318806, -0.172987193, 0.087155968, 0.981060326),
1978
		}, .2, false)
1979
		moter.C0 = clerp(moter.C0, CFrame.new(0.00354172289, -1.19249964, -0.318736732, -0.017209189, -1.8668361e-06, -0.999851942, 0.999851882, 1.90734863e-06, -0.0172091946, 1.93715096e-06, -1.00000012, 1.82725489e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, math.rad(doe * 22)), 0.3)
1980
	end
1981
swait(10)
1982
	for i = 0,1,.05 do
1983
	swait()
1984
	for a=1,#totrans do
1985
	totrans[a].Transparency = i
1986
	end
1987
	end
1988
	for a=1,#totrans do
1989
	totrans[a].Transparency = 1
1990
	end
1991
swait(10)
1992
CFuncs["Sound"].Create("rbxassetid://367850772", chara, 1, .7)		
1993
	for i = 0, 7, 0.1 do
1994
		swait()
1995
		PlayAnimationFromTable({
1996
CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
1997
CFrame.new(0, 1.43159318, -0.187939137, 1, 0, 0, 0, 0.939692736, 0.342019886, 0, -0.342019916, 0.939692736),
1998
CFrame.new(1.5, 0.199999809, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1),
1999
CFrame.new(-1.5, 0.199999809, 0, 0, 1, 0, 1, 0, 0, 0, 0, -1),
2000
CFrame.new(0.500001848, -2, 1.62422657e-06, 0.939692736, 0, -0.342019886, 0, 1, 0, 0.342019916, 0, 0.939692736),
2001
CFrame.new(-0.500000954, -2, 7.00354576e-07, 0.984807849, 0, 0.173647985, 0, 1, 0, -0.173647985, 0, 0.984807849),
2002
		}, .07, false)
2003
		moter.C0 = clerp(moter.C0, CFrame.new(0.00354172289, -1.19249964, -0.318736732, -0.017209189, -1.8668361e-06, -0.999851942, 0.999851882, 1.90734863e-06, -0.0172091946, 1.93715096e-06, -1.00000012, 1.82725489e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, math.rad(doe * 22)), 0.3)
2004
Effects.Block.Create(BrickColor.new("New Yeller"), RightArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
2005
Effects.Block.Create(BrickColor.new("New Yeller"), LeftArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
2006
	end
2007
for i = 0, 30 do
2008
Effects.Block.Create(BrickColor.new("New Yeller"), RightArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
2009
Effects.Block.Create(BrickColor.new("New Yeller"), LeftArm.CFrame*CFrame.new(0,-1,0), 2, 2, 2, 2, 2, 2, 0.05)
2010
swait(3)
2011
mdmg(ref1, 10)
2012
CFuncs["Sound"].Create("rbxassetid://224339201", chara, 1, .8)		
2013
ref1.CFrame = Mouse.Hit
2014
Effects.Cylinder.Create(BrickColor.new("New Yeller"), ref1.CFrame, .5, 9999, .5, 10, 0, 10, 0.05)
2015
Effects.Block.Create(BrickColor.new("New Yeller"), ref1.CFrame, 1, 1, 1, 10, 10, 10, 0.05)
2016
end
2017
ref1:Destroy()
2018
	for i = 0,1,.05 do
2019
	swait()
2020
	for a=1,#totrans do
2021
	totrans[a].Transparency = 1-i
2022
	end
2023
	end
2024
	for a=1,#totrans do
2025
	totrans[a].Transparency = 0
2026
	end
2027
attack = false
2028
Humanoid.WalkSpeed = 8
2029
end
2030
2031
function killyourself()
2032
	chatfunc("i can't take this but i will be back")
2033
	attack = true
2034
	Humanoid.WalkSpeed = 0
2035
	kkk:Destroy()
2036
	for i = 0, 3, 0.1 do
2037
		swait()
2038
		PlayAnimationFromTable({
2039
CFrame.new(0, 0, 0, 0.999999881, 0, -4.47034836e-07, 0, 1, 0, -4.47034836e-07, 0, 1.00000024),
2040
CFrame.new(-0.115837865, 1.50782096, -0.215681732, 0.984807611, -0.173648, -5.83465351e-07, 0.163175955, 0.925416708, 0.342019916, -0.0593914725, -0.33682391, 0.939692974),
2041
CFrame.new(1.54293299, 0.123661026, 1.21202584e-06, 0.98480773, -0.173647955, -4.47034836e-07, 0.173647985, 0.984807849, 0, -4.43412773e-07, 8.23791027e-08, 1.00000024),
2042
CFrame.new(-1.49999988, 0.984808981, 0.17364502, 0.999999881, 7.72039854e-08, 4.43865531e-07, 0, -0.984807849, 0.173647985, -4.47034836e-07, -0.173648015, -0.984808087),
2043
CFrame.new(0.49999693, -1.99999797, 3.65078449e-06, 0.939692497, 0, -0.342020273, 0, 1, 0, 0.342019558, 0, 0.939693153),
2044
CFrame.new(-0.499997526, -1.99999797, 2.32458115e-06, 0.939692736, 0, 0.342019409, 0, 1, 0, -0.342020422, 0, 0.939692795),
2045
		}, .3, false)
2046
		moter.C0 = clerp(moter.C0, CFrame.new(0.0112083517, -1.63770616, -0.318746239, -0.0172079317, -2.87033617e-06, -0.999851942, 0.999852002, 8.28504562e-06, -0.0172079336, 8.27014446e-06, -1.00000012, 2.72750913e-06) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
2047
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
2048
	end
2049
	tr1.Enabled = true
2050
	CFuncs["Sound"].Create("rbxasset://sounds/swordlunge.wav", chara, 3, .7)
2051
	for i = 0, 1, 0.25 do
2052
		swait()
2053
		PlayAnimationFromTable({
2054
CFrame.new(0, 0, 0, 1, 0, 2.38418579e-07, 0, 1, 0, 2.38418579e-07, 0, 1.00000024),
2055
CFrame.new(-0.0666886047, 1.42028046, 0.35870862, 0.984808087, -0.0868246108, 0.15038164, 0.163175017, 0.758906007, -0.630424976, -0.0593888946, 0.645386159, 0.761544466),
2056
CFrame.new(1.47452879, 0.311596215, -3.63892013e-06, 0.939692736, -0.342019886, 1.1920929e-07, 0.342019916, 0.939692736, 0, 1.12020103e-07, -4.07719476e-08, 1.00000012),
2057
CFrame.new(-0.971452236, 0.0420972407, -0.727193654, 0.472706228, -0.864956677, 0.168519452, 0.874283433, 0.436382502, -0.212600186, 0.110351123, 0.247830987, 0.962498188),
2058
CFrame.new(0.499999553, -1.99999785, -3.15904617e-06, 0.939692795, 0, -0.342019647, 0, 1, 0, 0.342020184, 0, 0.939692795),
2059
CFrame.new(-0.499998242, -1.99999785, 1.78813934e-07, 0.939692616, 0, 0.342020124, 0, 1, 0, -0.342019767, 0, 0.939693034),
2060
		}, .4, false)
2061
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
2062
	end
2063
local partasdeff = Instance.new("ParticleEmitter",Torso)
2064
partasdeff.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(.5, 0, 0))
2065
partasdeff.LightEmission = .1
2066
partasdeff.Size = NumberSequence.new(0.2)
2067
partasdeff.Texture = "rbxassetid://771221224"
2068
aaa = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.2),NumberSequenceKeypoint.new(1, 5)})
2069
bbb = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),NumberSequenceKeypoint.new(0.0636, 0), NumberSequenceKeypoint.new(1, 1)})
2070
partasdeff.Transparency = bbb
2071
partasdeff.Size = aaa
2072
partasdeff.ZOffset = .9
2073
partasdeff.Acceleration = Vector3.new(0, -5, 0)
2074
partasdeff.LockedToPart = false
2075
partasdeff.EmissionDirection = "Back"
2076
partasdeff.Lifetime = NumberRange.new(1, 2)
2077
partasdeff.Rate = 1000
2078
partasdeff.Rotation = NumberRange.new(-100, 100)
2079
partasdeff.RotSpeed = NumberRange.new(-100, 100)
2080
partasdeff.Speed = NumberRange.new(6)
2081
partasdeff.VelocitySpread = 10000
2082
partasdeff.Enabled=false
2083
partasdeff:Emit(30)
2084
CFuncs["Sound"].Create("rbxassetid://206082273", chara, 1.2, .8)
2085
swait(10)
2086
for i, v in pairs(chara:GetDescendants()) do
2087
if v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife" then
2088
v.CanCollide = true
2089
end
2090
end
2091
m.Parent = workspace
2092
game:service'Debris':AddItem(m,20)
2093
moter:Destroy()
2094
swait(20)
2095
Knifu.Parent = workspace
2096
game:service'Debris':AddItem(Knifu,20)
2097
	for i = 0, 1, 0.1 do
2098
		swait()
2099
		PlayAnimationFromTable({
2100
CFrame.new(0, -1.39999962, 0, 1, 0, 2.38418852e-06, 0, 1, 0, 2.38418852e-06, 0, 1.00000238),
2101
CFrame.new(-0.102913857, 1.42711043, -0.223223031, 0.984807372, -0.171011478, -0.0301612895, 0.163180962, 0.851966083, 0.497519821, -0.0593829304, -0.494883925, 0.866929054),
2102
CFrame.new(1.40506089, -0.0823242813, 1.94649601e-07, 0.984807849, 0.173647985, 6.31810508e-06, -0.173647985, 0.984807849, 0, -3.87415957e-06, -6.83118003e-07, 1.00000119),
2103
CFrame.new(-0.971458435, 0.0420978218, -0.727199256, 0.472706467, -0.864956141, 0.168521509, 0.874283433, 0.436382502, -0.212600186, 0.110352375, 0.247829661, 0.962500572),
2104
CFrame.new(0.500002623, -1.26108539, 0.461084843, 0.939690471, -6.31810508e-06, -0.342026144, 0.342026144, 0, 0.939690471, -3.69667123e-06, -1.00000119, 1.34550498e-06),
2105
CFrame.new(-0.499990612, -1.26108611, 0.461088777, 0.939694881, -6.31810508e-06, 0.342013985, -0.342013955, 0, 0.939694881, -3.69668851e-06, -1.00000119, -1.34545712e-06),
2106
		}, .3, false)
2107
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
2108
	end
2109
swait(20)
2110
KWeld:Destroy()
2111
coroutine.wrap(function()
2112
chara:BreakJoints()
2113
swait(.2)
2114
CFuncs["Sound"].Create("rbxassetid://62339698", chara, 3, .3)
2115
chara:FindFirstChildOfClass("Humanoid"):Destroy()
2116
for i,v in pairs(chara:GetChildren()) do
2117
if v:IsA("BasePart") then
2118
local bodpos = Instance.new("BodyPosition",v)
2119
bodpos.Position = v.Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
2120
p1mit:Clone().Parent = v
2121
v.BrickColor = BrickColor.new("Really black")
2122
end
2123
end
2124
for i=0,1,.05 do
2125
for a,v in pairs(chara:GetChildren()) do
2126
if v:IsA("BasePart") then
2127
v.Transparency = i
2128
end
2129
end
2130
swait()
2131
end
2132
for a,v in pairs(chara:GetChildren()) do
2133
if v:IsA("BasePart") and v:FindFirstChild("ParticleEmitter") then
2134
v.ParticleEmitter.Enabled = false
2135
end
2136
game:service'Debris':AddItem(v,2)
2137
end
2138
end)()
2139
end
2140
2141
function Tele(pos)
2142
	CFuncs["Sound"].Create("rbxassetid://743521656", chara, 1, .8)
2143
    for _, v in pairs(chara:children()) do
2144
      if v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then
2145
        do
2146
          local p = v:clone()
2147
          p.Name = "trail"
2148
          p.Parent = EffectModel
2149
          p.Transparency = 0.5
2150
          p.Anchored = true
2151
          p.BrickColor = BrickColor.new("New Yeller")
2152
          p.Material = "Neon"
2153
          p:BreakJoints()
2154
          p.CanCollide = false
2155
		  if v == Head then
2156
		  for a, b in pairs(p:children()) do
2157
		  if b:IsA("Sound") then
2158
		  b:Destroy()
2159
		  end
2160
		  end
2161
		  end
2162
          coroutine.resume(coroutine.create(function()
2163
            for i = 1, 50 do
2164
              swait()
2165
              p.Transparency = i / 50
2166
            end
2167
            p:Destroy()
2168
          end))
2169
        end
2170
      end
2171
      if v.className == "Accessory" then
2172
      end
2173
    end
2174
RootPart.CFrame = pos
2175
end
2176
2177
function TargetSelect(person)
2178
local dd=coroutine.wrap(function()
2179
if targetted ~= person then
2180
targetted = person
2181
for i=0,1,.05 do
2182
swait()
2183
crosshair.Size = UDim2.new(40-30*i,0,40-30*i,0)
2184
imgl.ImageTransparency = 1-i
2185
imgl2.ImageTransparency = 1-i
2186
end
2187
crosshair.Size = UDim2.new(10,0,10,0)
2188
imgl.ImageTransparency = 0
2189
imgl2.ImageTransparency = 0
2190
end
2191
end)
2192
dd()
2193
end
2194
2195
function LockOn()
2196
if Mouse.Target.Parent ~= chara and Mouse.Target.Parent.Parent ~= chara and Mouse.Target.Parent:FindFirstChildOfClass("Humanoid") ~= nil then
2197
TargetSelect(Mouse.Target.Parent)
2198
CFuncs["Sound"].Create("rbxassetid://743521450", chara, 1, .8)
2199
end
2200
end
2201
2202
2203
function ofmoosic() -- 2 lazi hoh
2204
delays = true
2205
while kkk and kkk.Volume >= 0.02 do
2206
	swait(.5)
2207
	kkk.Volume = kkk.Volume - 0.05
2208
end
2209
swait(0.1)
2210
kkk.Pitch = 0
2211
kkk.PlaybackSpeed = 0
2212
play = false
2213
delays = false
2214
end
2215
function onmoosic()
2216
delays = true
2217
kkk.Pitch = 1
2218
kkk.PlaybackSpeed = 1
2219
while kkk and kkk.Volume <= 1 do
2220
	swait(.5)
2221
	kkk.Volume = kkk.Volume + 0.05
2222
end
2223
swait(0.1)
2224
play = true
2225
delays = false
2226
end
2227
Mouse.Button1Down:connect(function()
2228
	if attack == false then
2229
	local cho = math.random(1,2)
2230
	if cho == 1 then
2231
	attacktwo()
2232
	elseif cho == 2 then
2233
	attack2two()	
2234
	end
2235
	end
2236
end)
2237
2238
2239
Mouse.KeyDown:connect(function(k)
2240
	k = k:lower()
2241
	if attack == false and k == 'q' then
2242
	LockOn()
2243
	end
2244
	if attack == false and k == 'p' then
2245
	killyourself()
2246
	end
2247
	if k == 'z' and attack == false then	
2248
	hedshoot()
2249
	elseif k == 'e' and attack == false and targetted ~= nil then
2250
    Tele(targetted.Head.CFrame * CFrame.new(0,-1.5,3))
2251
	elseif k == 'x' and attack == false and targetted ~= nil then
2252
	local cho = math.random(1,2)
2253
	if cho == 1 then
2254
	attackone()
2255
	elseif cho == 2 then
2256
	attack2one()	
2257
	end
2258
	elseif k == 'c' and attack == false and targetted ~= nil then
2259
	moarblood()
2260
	elseif k == 'v' and attack == false then
2261
	painlessrain()
2262
	elseif k == 'g' and delays == false then
2263
	delays = true
2264
	chatfunc("There is only darkness.")
2265
	delays = false
2266
    elseif k == 'm' and play == true and delays == false then
2267
	ofmoosic()
2268
	elseif k == 'm' and play == false and delays == false then
2269
	onmoosic()
2270
	end
2271
end)
2272
2273
kkk = Instance.new("Sound",chara)
2274
kkk.Volume = 1
2275
kkk.PlaybackSpeed = 1
2276
kkk.Pitch = 1
2277
kkk.SoundId = "rbxassetid://798464853"
2278
kkk:Play()
2279
kkk.Name = "a"
2280
kkk.Looped = true
2281
2282
	for i, v in pairs(chara:GetDescendants()) do
2283
	if v:IsA("BasePart") then
2284
	v.CanCollide = false
2285
	end
2286
	end
2287
2288
coroutine.wrap(function()
2289
while true do
2290
	swait()
2291
	for i, v in pairs(chara:GetDescendants()) do
2292
		if v:IsA("BasePart") and (v.Parent.Name == "ThePistol" or v.Parent.Name == "TheKnife") then
2293
		v.Anchored = false
2294
		end
2295
	end
2296
	chara.Torso.Anchored = false
2297
end
2298
end)()
2299
coroutine.wrap(function()
2300
while 1 do
2301
swait()
2302
if doe <= 360 then
2303
	doe = doe + 2
2304
else
2305
	doe = 0
2306
end
2307
end
2308
end)()
2309
while true do
2310
	swait()
2311
	for i, v in pairs(chara:GetChildren()) do
2312
		if v:IsA("Part") then
2313
			v.Material = "SmoothPlastic"
2314
		elseif v:IsA("Accessory") then
2315
			v:WaitForChild("Handle").Material = "SmoothPlastic"
2316
		end
2317
	end
2318
while true do
2319
swait()
2320
Humanoid.MaxHealth = math.huge
2321
Humanoid.Health = math.huge
2322
Humanoid.Name = "asfopwejfopewkpfkwepfkp"
2323
imgl.Rotation = imgl.Rotation + 3
2324
imgl2.Rotation = imgl2.Rotation - 3
2325
if targetted ~= nil then
2326
crosshair.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
2327
crosshair.Enabled = true
2328
elseif targetted == nil then
2329
crosshair.Adornee = nil
2330
crosshair.Enabled = false
2331
targetted = nil
2332
end
2333
if targetted ~= nil and targetted:FindFirstChildOfClass("Humanoid").Health<1 then
2334
crosshair.Adornee = nil
2335
crosshair.Enabled = false
2336
targetted = nil
2337
end
2338
while true and imgl.Rotation >= 360 do
2339
imgl.Rotation = 0
2340
imgl2.Rotation = 0
2341
end
2342
	Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude 
2343
	velocity = RootPart.Velocity.y
2344
	sine = sine + change
2345
	local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, chara)
2346
		if RootPart.Velocity.y > 1 and hit == nil then 
2347
			Anim = "Jump"
2348
			if attack == false then
2349
		PlayAnimationFromTable({
2350
         CFrame.new(0, 0, 0, 1, -2.21689355e-12, -5.11591203e-13, -2.21689355e-12, 1, 7.74860496e-07, -5.11591203e-13, 7.74860496e-07, 1.00000048) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2351
         CFrame.new(-0.0579944476, 1.48445117, -0.000906195492, 0.999631822, -0.0259140469, -0.00804444961, 0.0262291897, 0.998776913, 0.0419151038, 0.0069484422, -0.0421099029, 0.999089062) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2352
         CFrame.new(1.68067598, 0.167780995, 5.50026158e-08, 0.965881884, -0.258982956, -3.41060513e-13, 0.258982956, 0.965881884, 4.47034836e-07, 8.49010675e-08, 3.16640808e-07, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2353
         CFrame.new(-1.67620921, 0.188169807, -3.04922651e-07, 0.95698452, 0.290146649, -2.61441073e-07, -0.290146649, 0.95698452, -1.0069979e-05, -2.89639524e-06, 1.04542296e-05, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2354
         CFrame.new(0.537238836, -1.93797374, 0.176598221, 0.998698533, -0.0506777391, -0.00574572897, 0.0510024093, 0.992341697, 0.112511501, -6.35704041e-08, -0.112657718, 0.993634105) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2355
         CFrame.new(-0.536944568, -1.94808352, 0.126473114, 0.998626292, 0.0520468242, 0.00521374354, -0.0523067154, 0.993665218, 0.0995327011, -3.84102691e-07, -0.099668026, 0.995023906) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2356
		}, .3, false)
2357
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111988392, -1.63769972, -0.318750381, -0.0172117054, 0, -0.999851942, 0.999851942, 0, -0.0172116756, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
2358
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
2359
					end
2360
		elseif RootPart.Velocity.y < -1 and hit == nil then 
2361
			Anim = "Fall"
2362
			if attack == false then
2363
		PlayAnimationFromTable({
2364
         CFrame.new(0, 0, 0, 1, -2.21689355e-12, -5.11591203e-13, -2.21689355e-12, 1, 7.74860496e-07, -5.11591203e-13, 7.74860496e-07, 1.00000048) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2365
         CFrame.new(-0.0576509275, 1.50532985, -0.129091382, 0.999631822, -0.0231846143, -0.0140984114, 0.0262298863, 0.958684564, 0.283279002, 0.00694822101, -0.283544153, 0.958935201) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2366
         CFrame.new(1.68622994, 0.21415168, 7.02040666e-08, 0.881990671, -0.471266806, -3.41060513e-13, 0.471266806, 0.881990671, 4.47034836e-07, 1.54493137e-07, 2.89139166e-07, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2367
         CFrame.new(-1.72513735, 0.240890861, 2.54038241e-07, 0.814108491, 0.58071363, -2.61430017e-07, -0.580713034, 0.814108849, -1.00698489e-05, -6.08482924e-06, 8.98058715e-06, 1.00000024) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2368
         CFrame.new(0.536720514, -1.92783141, 0.223740995, 0.998698533, -0.0498600565, -0.0107376017, 0.0510031059, 0.976314366, 0.210260883, -3.04512355e-07, -0.210534185, 0.977587521) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2369
         CFrame.new(-0.535922825, -1.92850935, 0.222419083, 0.99863112, 0.0512506701, 0.0104565797, -0.0523065142, 0.978474379, 0.199629858, -3.7062793e-07, -0.199902818, 0.97981596) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2370
		}, .3, false)
2371
		moter.C0 = clerp(moter.C0, CFrame.new(0.0112015437, -1.63769758, -0.318750381, -0.0172110498, 0, -0.999851942, 0.999851942, 0, -0.0172110498, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
2372
					end
2373
		elseif Torsovelocity < 1 and hit ~= nil then
2374
			Anim = "Idle"
2375
			if attack == false then
2376
				change = 1
2377
		PlayAnimationFromTable({
2378
CFrame.new(0.0315842479, -0.0265286062, -0.152690947, 0.906307876, 0.109381199, -0.408217728, 0, 0.965926111, 0.25881815, 0.422617942, -0.234568939, 0.875426471),
2379
CFrame.new(8.40146095e-06, 1.4825958, -0.0984789878, 0.939692557, -0.059389703, 0.336824298, 0.0298068672, 0.995281875, 0.0923336893, -0.340718806, -0.0767255723, 0.937029362),
2380
CFrame.new(1.10245335, 0.636036694, -0.730026484, 0.875466704, 0.48325485, 0.00478051743, 0.116469122, -0.201375037, -0.972565234, -0.469034195, 0.852005303, -0.232581407),
2381
CFrame.new(-0.395449817, 0.579820335, -0.690471053, -0.341808617, -0.515997887, -0.785438061, -0.896480024, 0.429773033, 0.107790381, 0.28194046, 0.740973234, -0.609481931),
2382
CFrame.new(0.499991119, -2.02235937, -0.229938298, 0.982728899, -0.0649467632, 0.173279479, 0.106723413, 0.963886976, -0.243992254, -0.15117538, 0.258271217, 0.954170942),
2383
CFrame.new(-0.59830004, -2.02112007, -0.211634785, 0.983016431, 0.0602907613, 0.173330963, -0.0124089085, 0.964169204, -0.26499784, -0.183097318, 0.258346409, 0.948542297),
2384
		}, .3, false)
2385
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111980997, -1.6377027, -0.318750381, -0.0172109306, 0, -0.999851882, 0.999851882, 0, -0.0172109306, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
2386
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
2387
			end
2388
		elseif Torsovelocity > 2 and hit ~= nil then
2389
			Anim = "Walk"
2390
			if attack == false then
2391
		PlayAnimationFromTable({		
2392
         CFrame.new(0, 0, 0, 1, -2.21689355e-12, -5.11591203e-13, -2.21689355e-12, 1, 7.74860496e-07, -5.11591203e-13, 7.74860496e-07, 1.00000048) * CFrame.new(0, 0- .08 * math.cos((sine) / 5), 0) * CFrame.Angles(0, 0, 0), 
2393
         CFrame.new(-0.0595112406, 1.55331731, -0.0425721854, 0.999631822, -0.0248252042, -0.010953242, 0.0262294486, 0.987443328, 0.155781403, 0.00694842171, -0.156010598, 0.987731278) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
2394
         CFrame.new(1.54809988, 0.041232653, 1.35168499e-08, 0.996376455, -0.0850530341, -3.41060513e-13, 0.0850530341, 0.996376455, 4.47034836e-07, 2.78823862e-08, 3.26637689e-07, 1.00000024) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 10)) * CFrame.Angles(math.rad(0 + 30 * math.cos((sine) / 10)), 0, 0), 
2395
         CFrame.new(-1.53598976, 0.0413191095, -1.86092848e-06, 0.995650649, 0.0931596532, -2.61508148e-07, -0.0931649953, 0.995651186, -1.00695124e-05, -7.49969331e-07, 1.08217946e-05, 1.00000024) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 10)) * CFrame.Angles(math.rad(0 - 30 * math.cos((sine) / 10)), 0, 0), 
2396
         CFrame.new(0.540300786, -1.99793816, -9.82598067e-07, 0.998698533, -0.0510031395, 6.36324955e-07, 0.0510031395, 0.998698533, -1.00461093e-05, -8.35937328e-08, 1.08393433e-05, 1.00000024) * CFrame.new(0, 0, 0+ .5 * math.cos((sine) / 10)) * CFrame.Angles(math.rad(0 - 30 * math.cos((sine) / 10)), 0, 0), 
2397
         CFrame.new(-0.539563596, -1.99794078, 1.12228372e-06, 0.998635888, 0.0523072146, -1.77852357e-07, -0.0523072146, 0.998635888, -1.00715051e-05, -3.89727461e-07, 1.08406466e-05, 1.00000024) * CFrame.new(0, 0, 0- .5 * math.cos((sine) / 10)) * CFrame.Angles(math.rad(0 + 30 * math.cos((sine) / 10)), 0, 0), 
2398
		}, .3, false)
2399
		moter.C0 = clerp(moter.C0, CFrame.new(0.0111980997, -1.6377027, -0.318750381, -0.0172109306, 0, -0.999851882, 0.999851882, 0, -0.0172109306, 0, -1, 0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 0.3)
2400
		KWeld.C0 = clerp(KWeld.C0, CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0), 0.3)
2401
			end
2402
		end
2403
	if 0 < #Effects then
2404
		for e = 1, #Effects do
2405
			if Effects[e] ~= nil then
2406
				local Thing = Effects[e]
2407
				if Thing ~= nil then
2408
					local Part = Thing[1]
2409
					local Mode = Thing[2]
2410
					local Delay = Thing[3]
2411
					local IncX = Thing[4]
2412
					local IncY = Thing[5]
2413
					local IncZ = Thing[6]
2414
					if Thing[2] == "Shoot" then
2415
						local Look = Thing[1]
2416
						local move = 30
2417
						if Thing[8] == 3 then
2418
							move = 10
2419
						end
2420
						local hit, pos = rayCast(Thing[4], Thing[1], move, m)
2421
						if Thing[10] ~= nil then
2422
							da = pos
2423
							cf2 = CFrame.new(Thing[4], Thing[10].Position)
2424
							cfa = CFrame.new(Thing[4], pos)
2425
							tehCF = cfa:lerp(cf2, 0.2)
2426
							Thing[1] = tehCF.lookVector
2427
						end
2428
						local mag = (Thing[4] - pos).magnitude
2429
						Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2)
2430
						if Thing[8] == 2 then
2431
							Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1)
2432
						end
2433
						Thing[4] = Thing[4] + Look * move
2434
						Thing[3] = Thing[3] - 1
2435
						if 2 < Thing[5] then
2436
							Thing[5] = Thing[5] - 0.3
2437
							Thing[6] = Thing[6] - 0.3
2438
						end
2439
						if hit ~= nil then
2440
							Thing[3] = 0
2441
							if Thing[8] == 1 or Thing[8] == 3 then
2442
								Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
2443
							else
2444
								if Thing[8] == 2 then
2445
									Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
2446
									if (hit.Parent:FindFirstChildOfClass("Humanoid")) ~= nil or (hit.Parent.Parent:FindFirstChildOfClass("Humanoid")) ~= nil then
2447
										ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("New Yeller"), "Reference", Vector3.new())
2448
										ref.Anchored = true
2449
										ref.CFrame = CFrame.new(pos)
2450
										CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
2451
										game:GetService("Debris"):AddItem(ref, 0.2)
2452
										Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2)
2453
										Effects["Ring"].Create(BrickColor.new("New Yeller"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
2454
										MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
2455
									end
2456
								end
2457
							end
2458
							ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("New Yeller"), "Reference", Vector3.new())
2459
							ref.Anchored = true
2460
							ref.CFrame = CFrame.new(pos)
2461
							Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
2462
							game:GetService("Debris"):AddItem(ref, 1)
2463
						end
2464
						if Thing[3] <= 0 then
2465
							table.remove(Effects, e)
2466
						end
2467
					end
2468
					do
2469
						do
2470
							if Thing[2] == "FireWave" then
2471
								if Thing[3] <= Thing[4] then
2472
									Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
2473
									Thing[3] = Thing[3] + 1
2474
									Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
2475
								else
2476
									Part.Parent = nil
2477
									table.remove(Effects, e)
2478
								end
2479
							end
2480
							if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
2481
								if Thing[1].Transparency <= 1 then
2482
									if Thing[2] == "Block1" then
2483
										Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
2484
										Mesh = Thing[7]
2485
										Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
2486
										Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2487
									else
2488
										if Thing[2] == "Block2" then
2489
											Thing[1].CFrame = Thing[1].CFrame
2490
											Mesh = Thing[7]
2491
											Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
2492
											Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2493
										else
2494
											if Thing[2] == "Fire" then
2495
												Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
2496
												Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
2497
												Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2498
											else
2499
												if Thing[2] == "Cylinder" then
2500
													Mesh = Thing[7]
2501
													Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
2502
													Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2503
												else
2504
													if Thing[2] == "Blood" then
2505
														Mesh = Thing[7]
2506
														Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
2507
														Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
2508
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2509
													else
2510
														if Thing[2] == "Elec" then
2511
															Mesh = Thing[10]
2512
															Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
2513
															Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2514
														else
2515
															if Thing[2] == "Disappear" then
2516
																Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2517
															else
2518
																if Thing[2] == "Shatter" then
2519
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
2520
														Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
2521
														Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
2522
														Thing[6] = Thing[6] + Thing[5]
2523
																end
2524
															end
2525
														end
2526
													end
2527
												end
2528
											end
2529
										end
2530
									end
2531
								else
2532
									Part.Parent = nil
2533
									table.remove(Effects, e)
2534
								end
2535
							end
2536
						end
2537
					end
2538
				end
2539
			end
2540
		end
2541
	end
2542
end
2543
end