View difference between Paste ID: duHcQBpd and uy9UW4zD
SHOW: | | - or go back to the newest paste.
1
	p = game.Players.LocalPlayer
2
char = p.Character
3
torso = char.Torso
4
neck = char.Torso.Neck
5
hum = char.Humanoid
6
7
CV="Maroon"
8
	
9
local txt = Instance.new("BillboardGui", char)
10
txt.Adornee = char .Head
11
txt.Name = "_status"
12
txt.Size = UDim2.new(2, 0, 1.2, 0)
13
txt.StudsOffset = Vector3.new(-9, 8, 0)
14
local text = Instance.new("TextLabel", txt)
15
text.Size = UDim2.new(10, 0, 7, 0)
16
text.FontSize = "Size24"
17
text.TextScaled = true
18
text.TextTransparency = 0
19
text.BackgroundTransparency = 1 
20
text.TextTransparency = 0
21
text.TextStrokeTransparency = 0
22
text.Font = "SciFi"
23
text.TextStrokeColor3 = BrickColor.Black().Color
24
25
v=Instance.new("Part")
26
v.Name = "ColorBrick"
27
v.Parent=p.Character
28
v.FormFactor="Symmetric"
29
v.Anchored=true
30
v.CanCollide=false
31
v.BottomSurface="Smooth"
32
v.TopSurface="Smooth"
33
v.Size=Vector3.new(10,5,3)
34
v.Transparency=1
35
v.CFrame=char.Torso.CFrame
36
v.BrickColor=BrickColor.new(CV)
37
v.Transparency=1
38
text.TextColor3 = BrickColor.Red().Color
39
v.Shape="Block"
40
while true do
41
text.Text = "Albert"
42
wait(1)
43
text.Text = "You Shall Die."
44
wait(2)
45
text.Text = "yes"
46
wait(1)
47-
text.Text = "Edited By LightYT
47+
text.Text = "Edited By kjlaz"
48
wait(2)
49
text.Text = "YO TENGO YO TENGO YO TENGO"
50
wait(3)
51
text.Text = "Albert"
52
wait(2)
53
54
wait(1)
55
local plr = game.Players.LocalPlayer
56
local char = plr.Character
57
hum=char.Humanoid
58
for i,v in pairs (char:GetChildren()) do
59
	if v.Name~="Humanoid" and v.ClassName~="Part" then
60
		v:Destroy()
61
	end
62
end
63
64
for i,v in pairs (char:WaitForChild("Head"):GetChildren()) do
65
	if v.ClassName=="Sound" then
66
		v:Destroy()
67
	end
68
end
69
spawn(function()
70
	while wait() do
71
		char:WaitForChild("Right Arm").BrickColor=BrickColor.new("Cool yellow")
72
		char:WaitForChild("Left Arm").BrickColor=BrickColor.new("Cool yellow")
73
		char:WaitForChild("Head").BrickColor=BrickColor.new("Cool yellow")
74
		char:WaitForChild("Right Leg").BrickColor=BrickColor.new("Medium blue")
75
		char:WaitForChild("Left Leg").BrickColor=BrickColor.new("Medium blue")
76
		char:WaitForChild("Torso").BrickColor=BrickColor.new("Bright yellow")
77
	end
78
end)
79
ac = Instance.new("Accessory",workspace)
80
ac.AttachmentPos=Vector3.new(0, -0.1, 0.2)
81
o2 = Instance.new("Part")
82
o3 = Instance.new("SpecialMesh")
83
o4 = Instance.new("Vector3Value")
84
o2.Name = "Handle"
85
o2.Parent = ac
86
o2.Position = char.Torso.Position
87
spawn(function()
88
	repeat
89
		if ac.Parent~=char then
90
			o2.Position = char.Torso.Position
91
		else
92
			break
93
		end
94
		wait()
95
	until ac.Parent==char
96
end)
97
o2.Rotation = Vector3.new(0, -0.75999999, 0)
98
o2.CanCollide = false
99
o2.Locked = true
100
o2.FormFactor = Enum.FormFactor.Custom
101
o2.Size = Vector3.new(1.60000014, 0.800000012, 1.60000014)
102
o2.CFrame = CFrame.new(0.128948003, 5.08735895, -0.544525981, 0.999912918, 1.17847014e-26, -0.0131900534, -4.89980362e-24, 1, -3.70551116e-22, 0.013190059, 3.70583553e-22, 0.999912918)
103
o2.BottomSurface = Enum.SurfaceType.Smooth
104
o2.TopSurface = Enum.SurfaceType.Smooth
105
o2.Position = Vector3.new(0.128948003, 5.08735895, -0.544525981)
106
o3.Parent = o2
107
o3.MeshId = "http://www.roblox.com/asset/?id=120626701"
108
o3.Scale = Vector3.new(0.899999976, 0.819999993, 0.819999993)
109
o3.TextureId = "http://www.roblox.com/asset/?id=120626735"
110
o3.MeshType = Enum.MeshType.FileMesh
111
o4.Name = "OriginalSize"
112
o4.Parent = o2
113
o4.Value = Vector3.new(1.60000014, 0.800000012, 1.60000014)
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
local mouse = plr:GetMouse()
132
local torso = char.Torso
133
local RightArm1 = torso["Right Shoulder"]
134
local LeftArm1 = torso["Left Shoulder"]
135
local RightLeg1 = torso["Right Hip"]
136
local LeftLeg1 = torso["Left Hip"]
137
local Torso1 = char.HumanoidRootPart.RootJoint
138
local Head1 = torso.Neck
139
140
local RightArm = torso["Right Shoulder"]:Clone()
141
local LeftArm = torso["Left Shoulder"]:Clone()
142
local RightLeg = torso["Right Hip"]:Clone()
143
local LeftLeg = torso["Left Hip"]:Clone()
144
local Torso = char.HumanoidRootPart.RootJoint:Clone()
145
local Head = torso.Neck:Clone()
146
147
RightArm1:Destroy()
148
LeftArm1:Destroy()
149
RightLeg1:Destroy()
150
LeftLeg1:Destroy()
151
Torso1:Destroy()
152
Head1:Destroy()
153
154
RightArm.Parent=torso
155
LeftArm.Parent=torso
156
RightLeg.Parent=torso
157
LeftLeg.Parent=torso
158
Head.Parent=torso
159
Torso.Parent=char.HumanoidRootPart
160
161
162
163
164
local animpose = "Idle"
165
cananim = true
166
num=0
167
168
local attacking = false
169
if char:FindFirstChildOfClass("Humanoid"):FindFirstChild("Animator") then char:FindFirstChildOfClass("Humanoid").Animator:Destroy() end
170
if char:FindFirstChild("Animate") then char.Animate:Destroy() end
171
172
173
174
175
176
spawn(function()
177
	while wait() do
178
		if torso then
179
			local velocity=torso.Velocity
180
			if hum==nil then
181
				return
182
			end
183
			if hum.MoveDirection==Vector3.new(0,0,0) then
184
				animpose="Idle"
185
			else
186
				animpose="Running"
187
			end
188
			if velocity.Y>0.5 then
189
				animpose="Jumping"
190
			end
191
			if velocity.Y<-0.5 then
192
				animpose="Falling"
193
			end
194
		end
195
	end
196
end)
197
198
199
function sound(id,loop,tim,endtim,eff)
200
	local s=Instance.new("Sound",char.Torso)
201
	s.SoundId=id
202
	if loop==true then
203
		s.Looped=true
204
		s.Name="Music"
205
	else
206
		s.Volume=2
207
		if id~="rbxassetid://245537790" and id~='rbxassetid://1179921724' and id~='rbxassetid://1251737869' then
208
			s.PlaybackSpeed = 1+math.random(-100,100)/1000
209
		end
210
	end
211
	if tim then
212
		s.TimePosition=tim
213
	end
214
	spawn(function()
215
		if endtim then
216
			repeat wait() until s.TimePosition==endtim or s.TimePosition>=endtim
217
			s:Stop()
218
		end
219
	end)
220
	if eff=="echo" then
221
		spawn(function()
222
			wait(1)
223
			local echo=Instance.new("EchoSoundEffect",s)
224
			echo.Delay=0.05
225
			echo.WetLevel=11
226
			echo.DryLevel=-1
227
		end)
228
	end
229
	if eff=="quiet" then
230
		s.Volume=0.3
231
	end
232
	s:Play()
233
end
234
--SCREEEEM
235
function lazor()
236
	sound("rbxassetid://1251737869",false,5.3,7.7,'echo')
237
	cananim=false
238
	for i=1,30 do
239
		wait(1/60)
240
		Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.934085608, 0.339979589, -0.10907802, -0.102499805, 0.0373069048, 0.994033217, 0.342020363, 0.939692557, 0),0.2)
241
		LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.50000006, 0.365961194, 0.435137242, -0.173563123, -0.0313025787, -0.984325111, -0.00543563766, 0.999509931, -0.0308270231, 0.98480773, 0, -0.173648223),0.2)
242
		RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, -7.4505806e-09, 0.0094302753, 0.0843551308, 0.996391118, 0.110700019, 0.990222573, -0.0848806128, -0.993809104, 0.111100972, -4.34407745e-08),0.2)
243
		LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.499999881, 0.49999997, 0, 0.686760783, 0.0407644771, -0.725739539, 0.724464417, 0.0430024639, 0.687969565, 0.0592533089, -0.998242974, -2.59004374e-09),0.2)
244
		RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, -0.0484665036, 2.98023224e-08, -0.31701979, -0.00180978479, 0.948417187, -0.948401749, -0.00541418325, -0.317024946, 0.00570865162, -0.999983728, 2.49531951e-10),0.2)
245
		Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0),0.2)
246
	end
247
248
	local keeprunning=true
249
	spawn(function()
250
		while wait() do
251
			local ray = Ray.new(char['Right Arm'].CFrame.p,(mouse.Hit.p-char['Right Arm'].CFrame.p).unit*300)
252
			local part,position = workspace:FindPartOnRay(ray,char, false, true)
253
			local distance = (char['Right Arm'].CFrame.p - position).magnitude
254
			if keeprunning==false then
255
				break
256
			end
257
			if part then
258
				if part.Parent:FindFirstChild("Humanoid") then
259
					part:BreakJoints()
260
					part.Anchored=false
261
262
				end
263
			end
264
			
265
			local ex=Instance.new("Explosion",workspace)
266
			ex.Position=position
267
			ex.Visible=false
268
			ex.DestroyJointRadiusPercent=0
269
			ex.BlastPressure=100001
270
			ex.BlastRadius=1
271
			
272
			local ex=Instance.new("Explosion",workspace)
273
			ex.Position=position
274
			ex.Visible=false
275
			ex.DestroyJointRadiusPercent=0
276
			ex.BlastPressure=100
277
			ex.BlastRadius=30
278
			
279
			Torso.C1 = Torso.C1:lerp(CFrame.new(0.45384407, 3.25962901e-09, -0.163368881, -0.840329647, -0.538628399, 0.061037913, 0.12248569, -0.0789824352, 0.989322543, -0.528056264, 0.838833332, 0.132345542),0.2)
280
			LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.486327916, 0.918347716, -0.0835282654, -0.139580116, -0.193979532, -0.971024871, -0.210418463, 0.96403873, -0.162337258, 0.967595696, 0.18166253, -0.175377563),0.2)
281
			RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.504761815, 1.01941562, -0.072208859, -0.0534072705, 0.0794541091, 0.995406747, -0.0726492628, 0.993878722, -0.083230041, -0.995926619, -0.0767606497, -0.0473080687),0.2)
282
			LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.49999994, -5.96046448e-08, -0.0783533007, -0.155531406, -0.984718561, -0.400697172, 0.909370303, -0.111747369, 0.912854075, 0.385818183, -0.1335731),0.2)
283
			RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.267708331, 0.709498703, -0.021721065, -0.500156283, -0.117081404, 0.85798347, -0.864884198, 0.0187412351, -0.501621544, 0.0426508784, -0.992945492, -0.110635392),0.2)
284
			Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.951892793, 0.28452459, 0.113780133, 0, -0.371307135, 0.928510129, 0.306431323, 0.883842111, 0.353444576),0.2)
285
286
			local beam = Instance.new("Part", char)
287
			beam.BrickColor = BrickColor.new("Institutional white")
288
			beam.FormFactor = "Custom"
289
			beam.Material = "Neon"
290
			beam.Transparency = 0.5
291
			beam.Anchored = true
292
			beam.Locked = true
293
			beam.CanCollide = false
294
			beam.Size = Vector3.new(0.3, 0.3, distance)
295
			beam.CFrame = CFrame.new((char['Right Arm'].CFrame*CFrame.new(0,-3,0)).p, mouse.Hit.p)  * CFrame.new(0, 0, -distance/2)
296
			spawn(function()
297
				for i=1,10 do
298
					beam.Transparency=i/10
299
					wait()
300
				end
301
				beam:Destroy()
302
			end)
303
			spawn(function()
304
				for i=1,20 do
305
					beam.Size=Vector3.new(i,i,beam.Size.Z)
306
					wait()
307
				end
308
			end)
309
		end
310
	end)
311
	for i=1,10 do
312
		sound("rbxassetid://245537790",false)
313
	end
314
	wait(3)
315
	keeprunning=false
316
	cananim=true
317
end
318
dodamage=false
319
deb=false
320
hum.Touched:connect(function(part)
321
	local ded=part.Parent:FindFirstChildOfClass("Humanoid")
322
	if deb==true then
323
		return
324
	end
325
	deb=true
326
	if ded then
327
		if dodamage == true then
328
			ded.Health=ded.Health-(math.random(5,10))
329
			sound("rbxassetid://386946017",false,0,0.36,'quiet')
330
			if supermode==true then
331
				local ex=Instance.new("Explosion",workspace)
332
				if math.random(1,3) ==1 then
333
					ex.Visible=false
334
				end
335
				ex.DestroyJointRadiusPercent=0
336
				ex.Position=part.Position
337
				ex.BlastPressure=1000
338
				part:BreakJoints()
339
				part.Anchored=false
340
			end
341
		end
342
	end
343
	wait(0.1)
344
	deb=false
345
end)
346
function SUPERlazor()
347
	sound("rbxassetid://1179921724",false,'echo')
348
	
349
	wait(2)
350
	cananim=false
351
	for i=1,30 do
352
		wait(1/60)
353
		Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.934085608, 0.339979589, -0.10907802, -0.102499805, 0.0373069048, 0.994033217, 0.342020363, 0.939692557, 0),0.2)
354
		LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.50000006, 0.365961194, 0.435137242, -0.173563123, -0.0313025787, -0.984325111, -0.00543563766, 0.999509931, -0.0308270231, 0.98480773, 0, -0.173648223),0.2)
355
		RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, -7.4505806e-09, 0.0094302753, 0.0843551308, 0.996391118, 0.110700019, 0.990222573, -0.0848806128, -0.993809104, 0.111100972, -4.34407745e-08),0.2)
356
		LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.499999881, 0.49999997, 0, 0.686760783, 0.0407644771, -0.725739539, 0.724464417, 0.0430024639, 0.687969565, 0.0592533089, -0.998242974, -2.59004374e-09),0.2)
357
		RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, -0.0484665036, 2.98023224e-08, -0.31701979, -0.00180978479, 0.948417187, -0.948401749, -0.00541418325, -0.317024946, 0.00570865162, -0.999983728, 2.49531951e-10),0.2)
358
		Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0),0.2)
359
	end
360
361
	local keeprunning=true
362
	spawn(function()
363
		while wait() do
364
			local ray = Ray.new(char['Right Arm'].CFrame.p,(mouse.Hit.p-char['Right Arm'].CFrame.p).unit*300)
365
			local part,position = workspace:FindPartOnRay(ray,char, false, true)
366
			local distance = (char['Right Arm'].CFrame.p - position).magnitude
367
			if keeprunning==false then
368
				break
369
			end
370
			if part then
371
				if part.Parent:FindFirstChild("Humanoid") then
372
					part:BreakJoints()
373
					part.Anchored=false
374
					part.Velocity = Vector3.new(math.random(-160,160),math.random(-160,160),math.random(-160,160))
375
					if math.random(1,3) == 1 then
376
						part:Destroy()
377
					end
378
				end
379
			end
380
			
381
			local ex=Instance.new("Explosion",workspace)
382
			ex.Position=position
383
			ex.Visible=false
384
			ex.DestroyJointRadiusPercent=0
385
			ex.BlastPressure=100
386
			ex.BlastRadius=10
387
			ex.Hit:connect(function(part)
388
				if part.Parent~=char and part.Parent~=char:WaitForChild("Accessory") then
389
					part:BreakJoints()
390
				end
391
			end)
392
			if math.random(1,5)==5 then
393
				sound("rbxassetid://314970761",false)
394
			end
395
			Torso.C1 = Torso.C1:lerp(CFrame.new(0.45384407, 3.25962901e-09, -0.163368881, -0.840329647, -0.538628399, 0.061037913, 0.12248569, -0.0789824352, 0.989322543, -0.528056264, 0.838833332, 0.132345542),0.2)
396
			LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.486327916, 0.918347716, -0.0835282654, -0.139580116, -0.193979532, -0.971024871, -0.210418463, 0.96403873, -0.162337258, 0.967595696, 0.18166253, -0.175377563),0.2)
397
			RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.504761815, 1.01941562, -0.072208859, -0.0534072705, 0.0794541091, 0.995406747, -0.0726492628, 0.993878722, -0.083230041, -0.995926619, -0.0767606497, -0.0473080687),0.2)
398
			LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.49999994, -5.96046448e-08, -0.0783533007, -0.155531406, -0.984718561, -0.400697172, 0.909370303, -0.111747369, 0.912854075, 0.385818183, -0.1335731),0.2)
399
			RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.267708331, 0.709498703, -0.021721065, -0.500156283, -0.117081404, 0.85798347, -0.864884198, 0.0187412351, -0.501621544, 0.0426508784, -0.992945492, -0.110635392),0.2)
400
			Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.951892793, 0.28452459, 0.113780133, 0, -0.371307135, 0.928510129, 0.306431323, 0.883842111, 0.353444576),0.2)
401
402
			local beam = Instance.new("Part", char)
403
			local colorz = {"Really red","Gold","Lime green","Really blue","Royal purple"}
404
			beam.BrickColor = BrickColor.new(colorz[math.random(1,#colorz)])
405
			beam.FormFactor = "Custom"
406
			beam.Material = "Neon"
407
			beam.Transparency = 0.5
408
			beam.Anchored = true
409
			beam.Locked = true
410
			beam.CanCollide = false
411
			beam.Size = Vector3.new(0.3, 0.3, distance)
412
			beam.CFrame = CFrame.new((char['Right Arm'].CFrame*CFrame.new(0,-3,0)).p, mouse.Hit.p)  * CFrame.new(0, 0, -distance/2)
413
			spawn(function()
414
				while beam do
415
					if beam==nil then break end
416
					beam.Anchored=true
417
					swait()
418
				end
419
			end)
420
			spawn(function()
421
				for i=1,10 do
422
					beam.Transparency=i/10
423
					beam.CFrame=beam.CFrame*CFrame.new(0,0,-i/10)
424
					wait()
425
				end
426
				beam:Destroy()
427
			end)
428
			spawn(function()
429
				for i=5,70, 3 do
430
					beam.Size=Vector3.new(i,i,beam.Size.Z)
431
					wait()
432
				end
433
			end)
434
		end
435
	end)
436
	for i=1,10 do
437
		sound("rbxassetid://314970761",false)
438
	end
439
	wait(6)
440
	keeprunning=false
441
	cananim=true
442
end
443
444
445
mouse.Button1Down:connect(function()
446
	normpunch()
447
end)
448
449
450
supermode=false
451
mouse.KeyDown:connect(function(key)
452
	local k=string.lower(key)
453
	if attacking==true then
454
		return
455
	end
456
	if k=="q" then
457
		attacking=true
458
		if supermode==false then
459
			lazor()
460
		else
461
			SUPERlazor()
462
		end
463
		attacking=false
464
	end
465
	if k=="l" then
466
		transition()
467
	end
468
end)
469
470
punch = 1
471
function normpunch()
472
	if attacking==true then
473
		return
474
	end
475
	dodamage=true
476
	attacking=true
477
	cananim=false
478
	sound("rbxassetid://138097048",false)
479
	if punch==1 then
480
		for i=1,10 do
481
			Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.910118103, -0.41434893, 0, 0, 0, 1, -0.41434893, 0.910118103, 0),0.3)
482
			LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 3.7252903e-09, 0.00116646651, 0.0136213535, -0.99990654, 0.023496937, 0.999630809, 0.0136450082, 0.999723256, -0.0235106573, 0.000845975766),0.3)
483
			RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 4.65661287e-10, -4.35437997e-08, 0.0874831304, 0.996165991, 0.00556585658, 0.996150553, -0.0874817744, -0.999984503, 0.00554451346, -0.000486961944),0.3)
484
			LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, 0.0391717218, -0.188973963, -0.981200516, -0.199156061, 0.960776389, -0.192991138, 0.979184568, 0.202971816, -4.2801517e-08),0.3)
485
			RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.312758863, 0.804995358, -0.0404221117, -0.349137038, 0.0591336042, 0.935203969, -0.937045753, -0.0294431858, -0.347962916, 0.0069590779, -0.997815788, 0.0656905994),0.3)
486
			Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.957687616, 0.287809789, 0, 0, 0, 1, 0.287809789, 0.957687616, 0),0.3)
487
			swait()
488
		end
489
	end
490
	
491
	if punch==2 then
492
		for i=1,10 do
493
			swait()
494
			Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.983417749, -0.116297476, 0.139156267, 0.140106976, 0, 0.990136385, -0.115150362, 0.993214428, 0.0162940882),0.3)
495
			LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.86816901, 0, -4.32735874e-08, -0.141177684, -0.989984274, -6.17107254e-09, 0.989984274, -0.141177684, 1, 0, -4.37113883e-08),0.3)
496
			RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.23575175, 0.176770806, -0.0336775407, -0.11687994, 0.992574871, -0.983614028, 0.179874539, -0.0121925017, -0.177113876, -0.976721108, -0.12102247),0.3)
497
			LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.49999994, 0, -4.33072991e-08, -0.135659724, -0.990755498, -0.144958332, 0.98029089, -0.134226859, 0.989437759, 0.143618271, -0.0196650494),0.3)
498
			RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.49999997, 0, 0.0339012295, 0.115021303, 0.992784381, 0.280674934, 0.952282727, -0.119913273, -0.959203959, 0.282714903, -4.19281356e-08),0.3)
499
			Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.0711001009, 0.997469187, 0, 0.997469187, 0.0711001009),0.3)
500
		end
501
	end
502
	
503
	if punch==3 then
504
		for i=1,10 do
505
			swait()
506
			Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.93749547, 0.347997427, 0, 0, 0, 1, 0.347997427, 0.93749547, 0),0.3)
507
			LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.50000006, 1, 0, 0.0109365005, -0.0829221606, -0.996496022, -0.130298764, 0.98794055, -0.083640255, 0.991414428, 0.13075693, -4.33361009e-08),0.3)
508
			RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.49999997, 1, -3.7252903e-09, 0.114501342, 0.0127837732, 0.99334085, 5.62495939e-10, 0.999917209, -0.0128684072, -0.993423104, 0.00147345045, 0.114491865),0.3)
509
			LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.352809936, 1.3686024, 0.0138391852, -4.37113883e-08, 0, -1, 0.999440074, -0.0334585831, -4.36869136e-08, -0.0334585831, -0.999440074, 1.4625211e-09),0.3)
510
			RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -4.33629381e-08, 0.126015082, 0.992028356, 0.172522247, 0.97715348, -0.124125555, -0.985005617, 0.171146959, -0.0217404477),0.3)
511
			Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.07533779, 0.997158051, 0, 0.997158051, 0.07533779),0.3)
512
		end
513
	end
514
	if punch~=3 then
515
		punch=punch+1
516
	else
517
		punch=1
518
	end
519
	cananim=true
520
	dodamage=false
521
	attacking=false
522
end
523
524
525
526
---transiton
527
function transition()
528
	if supermode==false then
529
		sound("rbxassetid://1321047607",false,0,5)
530
		
531
		cananim=false
532
		attacking=true
533
		local stord = false
534
		spawn(function()
535
			wait(3)
536
			stord=true
537
		end)
538
		local ParticleEmitter0 = Instance.new("ParticleEmitter")
539
		ParticleEmitter0.Parent = torso
540
		ParticleEmitter0.Transparency = NumberSequence.new(0.20000000298023,0.20000000298023)
541
		ParticleEmitter0.Size = NumberSequence.new(3.2240438461304,1.0928964614868,3.7158470153809,0)
542
		ParticleEmitter0.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0))
543
		ParticleEmitter0.Texture = "http://www.roblox.com/asset/?id=232918622"
544
		ParticleEmitter0.Lifetime = NumberRange.new(3)
545
		ParticleEmitter0.Rate = 1000
546
		ParticleEmitter0.VelocitySpread = 180
547
		ParticleEmitter0.Color = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0))
548
		repeat
549
			Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0.787846208, 0.138918549, -1, 0, 0, 0, -0.173648179, 0.98480773, 0, 0.98480773, 0.173648179),0.2)
550
			LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.45286727, 0.316941619, 0.628786147, -4.36354597e-08, -0.058915928, -0.998262942, 0.21313341, 0.975326002, -0.0575622357, 0.977023065, -0.21276319, 0.0125569087),0.2)
551
			RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 0.627124608, -0.0240803957, -4.37113883e-08, 0, 1, 0.551679194, 0.834056437, 2.4114664e-08, -0.834056437, 0.551679194, -3.6457763e-08),0.2)
552
			LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, 0.774880886, 0.296248376, -0.558387458, 0.52156949, 0.199403673, 0.829580307, 0.357106328, -0.934063733, -1.56096132e-08),0.2)
553
			RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -0.00304316962, 0.0175396204, 0.999841511, -0.170919135, 0.985124171, -0.0178016629, -0.985280335, -0.170946226, -4.30679705e-08),0.2)
554
			Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.362809777, 0.931863308, 0, 0.931863308, 0.362809777),0.2)
555
			swait()
556
		until stord==true
557
		sound("rbxassetid://245537790",false)
558
		ParticleEmitter0.Speed=NumberRange.new(50)
559
		local mas = char
560
		local CharacterMesh0 = Instance.new("CharacterMesh")
561
		local CharacterMesh1 = Instance.new("CharacterMesh")
562
		local CharacterMesh2 = Instance.new("CharacterMesh")
563
		local CharacterMesh3 = Instance.new("CharacterMesh")
564
		local CharacterMesh4 = Instance.new("CharacterMesh")
565
		CharacterMesh0.Name = "GirlRocker   Left Arm"
566
		CharacterMesh0.Parent = mas
567
		CharacterMesh0.MeshId = 717353151
568
		CharacterMesh0.BodyPart = Enum.BodyPart.LeftArm
569
		CharacterMesh0.OverlayTextureId = 717346901
570
		CharacterMesh1.Name = "GirlRocker   Right Arm"
571
		CharacterMesh1.Parent = mas
572
		CharacterMesh1.MeshId = 717353483
573
		CharacterMesh1.BodyPart = Enum.BodyPart.RightArm
574
		CharacterMesh1.OverlayTextureId = 717346901
575
		CharacterMesh2.Name = "GirlRocker   Right Leg"
576
		CharacterMesh2.Parent = mas
577
		CharacterMesh2.MeshId = 717353619
578
		CharacterMesh2.BodyPart = Enum.BodyPart.RightLeg
579
		CharacterMesh2.OverlayTextureId = 717346901
580
		CharacterMesh3.Name = "GirlRocker   Torso"
581
		CharacterMesh3.Parent = mas
582
		CharacterMesh3.MeshId = 717353723
583
		CharacterMesh3.BodyPart = Enum.BodyPart.Torso
584
		CharacterMesh3.OverlayTextureId = 717346901
585
		CharacterMesh4.Name = "GirlRocker Left Leg"
586
		CharacterMesh4.Parent = mas
587
		CharacterMesh4.MeshId = 717353920
588
		CharacterMesh4.BodyPart = Enum.BodyPart.LeftLeg
589
		CharacterMesh4.OverlayTextureId = 717346901
590
		for i=1,90 do
591
			Torso.C1 = Torso.C1:lerp(CFrame.new(0, -1.06972265, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0),0.2)
592
			LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 1, 0, -4.37113883e-08, 0, -1, -0.0906665474, 0.995881319, 3.96316047e-09, 0.995881319, 0.0906665474, -4.35313545e-08),0.2)
593
			RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0.0595862567, 0.998223186, 2.60459809e-09, -0.998223186, 0.0595862567, -4.36337224e-08),0.2)
594
			LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, -4.34208935e-08, -0.115096748, -0.993354261, -5.0310387e-09, 0.993354261, -0.115096748, 1, 0, -4.37113883e-08),0.2)
595
			RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -4.36014211e-08, 0.0708893314, 0.997484207, 3.0986711e-09, 0.997484207, -0.0708893314, -1, 0, -4.37113883e-08),0.2)
596
			Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0.249942318, 0.968260705, 0, 0.968260705, -0.249942318),0.2)
597
			swait()
598
		end
599
		ParticleEmitter0.Enabled=false
600
        supermode=true
601
        cananim=true
602
        attacking=false
603
	end
604
end
605
606
607
608
609
610
611
612
613
614
615
616
function swait(t)
617
	if t == nil or t == 0 then
618
		game:service('RunService').Stepped:wait(0)
619
		return true
620
	else
621
		for i = 0, t do
622
			game:service('RunService').Stepped:wait(0)
623
		end
624
		return true
625
	end
626
end
627
628
function scream()
629
	sound("rbxassetid://444895479",false,5.3509586219885250102)
630
	cananim = false
631
	for i=0,1.5, 0.1 do
632
		swait()
633
	end
634
	
635
	attacking=true
636
	for i=0,1.5, 0.1 do
637
		swait()
638
	end
639
	wait()
640
	cananim = true
641
	attacking=false
642
end
643
644
645
spawn(function()
646
	while swait() do
647
		if animpose=="Idle" then
648
			for i=0,0.1,0.0025 do
649
				if animpose == "Idle" and cananim then
650
					swait()
651
					LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.500000238, 0.500000238, -2.38418579e-07, 0.000574484526, -0.0482845455, -0.998833477, -0.00805476494, 0.998800993, -0.0482876077, 0.999967396, 0.0080731092, 0.000184875054),i)
652
						RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.50000006, 0.500000238, 0, -0.000810533762, 0.0540908612, 0.998535693, -0.00984518789, 0.998487175, -0.0540962256, -0.999951184, -0.00987461861, -0.000276772887),i)
653
				else
654
					break
655
				end
656
			end
657
			for i=0,0.1,0.0025 do
658
				if animpose == "Idle" and cananim then
659
					swait()
660
					LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.50000006, 0.50000006, -9.47312119e-16, -4.35179714e-08, -0.0939683169, -0.99557513, -4.10748546e-09, 0.99557513, -0.0939683169, 1, 0, -4.37113883e-08),i)
661
					RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, -1.77635684e-15, -4.34464624e-08, 0.109930925, 0.993939221, 4.80523354e-09, 0.993939221, -0.109930925, -1, 0, -4.37113883e-08),i)
662
				else
663
					break
664
				end
665
			end
666
		end
667
	end
668
end)
669
670
while swait() do
671
	num = num + 0.05
672
	local sin = math.sin(num)
673
	if animpose == "Falling" and cananim then
674
		Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.089640595, 0.995974183, 0, 0.995974183, 0.089640595),0.2)
675
		LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.940049231, 0.240459353, -4.37113883e-08, 0, -1, 0.0583860278, 0.998294055, -2.55213428e-09, 0.998294055, -0.0583860278, -4.36368204e-08),0.2)
676
		RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0.144062787, 0.989568532, 6.29718455e-09, -0.989568532, 0.144062787, -4.32554152e-08),0.2)
677
		LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.635436773, 0, -4.28449951e-08, -0.198112398, -0.98017925, -8.65976801e-09, 0.98017925, -0.198112398, 1, 0, -4.37113883e-08),0.2)
678
		RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.599987805, 0, -4.26205062e-08, 0.222013503, 0.975043535, 9.70451808e-09, 0.975043535, -0.222013503, -1, 0, -4.37113883e-08),0.2)
679
		Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.231759518, 0.972773135, 0, 0.972773135, 0.231759518),0.2)
680
	end
681
682
683
	if animpose == "Idle" and cananim then
684
		for i=0,0.1,0.001 do
685
			if animpose == "Idle" and cananim then
686
				swait()
687
				Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0.200000048, 0, -0.98480767, -0.173648626, 0, 0, 0, 1, -0.173648626, 0.98480767, 0),i)
688
				LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.506504774, 0.77988106, 0.0818042755, 0.00300081098, -0.0723684728, -0.997373462, -0.186295643, 0.979876935, -0.0716594532, 0.982489169, 0.186021373, -0.0105415061),i)
689
				RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.485123575, 0.800115585, 0.135903358, -0.000153154135, -0.00734659936, 0.999972999, -0.0196102634, 0.999780715, 0.0073421835, -0.999807715, -0.0196086094, -0.000297189312),i)
690
				Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.98480767, 0.173648402, 0, 0, 0, 1, 0.173648402, 0.98480767, 0),i)
691
				i=i/2
692
			else
693
				break
694
			end
695
		end
696
		for i=0,0.1,0.001 do
697
			if animpose == "Idle" and cananim then
698
				swait()
699
				Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.98480767, -0.173648626, 0, 0, 0, 1, -0.173648626, 0.98480767, 0),i)
700
				LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.49999994, 1, 0, -4.3619707e-08, -0.0647336245, -0.997902572, -0.143231794, 0.98761338, -0.0640661567, 0.989689171, 0.142931372, -0.00927195605),i)
701
				RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.00000012, 0.0391067117, -4.37113883e-08, 0, 1, -0.0612497553, 0.998122454, -2.67731193e-09, -0.998122454, -0.0612497553, -4.3629317e-08),i)
702
				Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -0.98480767, 0.173648402, 0, 0, 0, 1, 0.173648402, 0.98480767, 0),i)
703
				i=i/2
704
			else
705
				break
706
			end
707
		end
708
	end
709
	if animpose == "Running" and cananim then
710
		for i = 0, 0.25, 0.01 do
711
			if animpose == "Running" and cananim then
712
				Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.0358745977, 0.99935627, 0, 0.99935627, 0.0358745977),i)
713
				LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.999999821, 8.94069672e-08, -4.37113883e-08, 0, -1, 0.342020363, 0.939692557, -1.49501851e-08, 0.939692557, -0.342020363, -4.10752676e-08),i)
714
				RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.00000024, 5.96046448e-08, -4.37113883e-08, 0, 1, 0.500000179, 0.866025269, 2.18557012e-08, -0.866025269, 0.500000179, -3.78551661e-08),i)
715
				LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, -2.98023224e-08, -4.37113883e-08, 0, -1, -0.5, 0.866025388, 2.18556941e-08, 0.866025388, 0.5, -3.78551732e-08),i)
716
				RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, -1.49011612e-08, -4.37113883e-08, 0, 1, -0.5, 0.866025388, -2.18556941e-08, -0.866025388, -0.5, -3.78551732e-08),i)
717
				Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.106743492, 0.994286597, 0, 0.994286597, 0.106743492),i)
718
				swait()
719
				i=i/i*1.5
720
			else
721
				break
722
			end
723
		end
724
		for i = 0, 0.25, 0.01 do
725
			if animpose == "Running" and cananim then
726
				Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -0.999985278, 0, -0.00542885857, -0.00542835938, -0.0135572571, 0.999893367, -7.36004295e-05, 0.99990809, 0.0135570578),i)
727
				LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.5, 0.999999821, -1.1920929e-07, -4.37113883e-08, 0, -1, -0.499999791, 0.866025567, 2.18556853e-08, 0.866025567, 0.499999791, -3.78551803e-08),i)
728
				RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1.00000012, -2.38418579e-07, -4.37113883e-08, 0, 1, -0.342020005, 0.939692616, -1.49501691e-08, -0.939692616, -0.342020005, -4.10752676e-08),i)
729
				LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.483990371, 0.00582697988, -4.37113883e-08, 0, -1, 0.57357651, 0.819151998, -2.50718255e-08, 0.819151998, -0.57357651, -3.58062699e-08),i)
730
				RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.49999997, -2.98023224e-08, -4.37113883e-08, 0, 1, 0.500000179, 0.866025329, 2.18557012e-08, -0.866025329, 0.500000179, -3.78551697e-08),i)
731
				Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, -0.103604339, 0.994618595, 0, 0.994618595, 0.103604339),i)
732
				swait()
733
				i=i/i*1.5
734
			else
735
				break
736
			end
737
		end
738
	end
739
740
	if animpose == "Jumping" and cananim then
741
		Torso.C1 = Torso.C1:lerp(CFrame.new(0, 0, 0, -1, 0, 0, 0, -0.082511276, 0.996590137, 0, 0.996590137, 0.082511276),0.2)
742
		LeftLeg.C1 = LeftLeg.C1:lerp(CFrame.new(-0.495160788, 0.605178833, 0.315436631, 0.00363327051, -0.0117048975, -0.999924898, -0.296433508, 0.95497489, -0.012255826, 0.955046594, 0.296455771, -4.17464108e-08),0.2)
743
		RightLeg.C1 = RightLeg.C1:lerp(CFrame.new(0.5, 1, 0, -4.37113883e-08, 0, 1, 0.10612049, 0.994353294, 4.63867389e-09, -0.994353294, 0.10612049, -4.34645635e-08),0.2)
744
		LeftArm.C1 = LeftArm.C1:lerp(CFrame.new(0.5, 0.5, 0, -4.36747598e-08, -0.0409301594, -0.999162018, -1.78911408e-09, 0.999162018, -0.0409301594, 1, 0, -4.37113883e-08),0.2)
745
		RightArm.C1 = RightArm.C1:lerp(CFrame.new(-0.5, 0.5, 0, -4.36556142e-08, 0.0504997671, 0.998724043, 2.20741492e-09, 0.998724043, -0.0504997671, -1, 0, -4.37113883e-08),0.2)
746
		Head.C1 = Head.C1:lerp(CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0.106113546, 0.99435401, 0, 0.99435401, -0.106113546),0.2)
747
	end
748
end