View difference between Paste ID: bPbJTU26 and 3A2pS4UX
SHOW: | | - or go back to the newest paste.
1
local Player = game.Players.LocalPlayer
2
local Character = game.Players.LocalPlayer.Character
3
local Create = LoadLibrary("RbxUtility").Create
4
CFuncs = {	
5
	
6
	
7
	
8
	
9
	["Weld"] = {
10
		Create = function(Parent, Part0, Part1, C0, C1)
11
			local Weld = Create("Weld"){
12
				Parent = Parent,
13
				Part0 = Part0,
14
				Part1 = Part1,
15
				C0 = C0,
16
				C1 = C1,
17
			}
18
			return Weld
19
		end;
20
	};
21
22
	["Sound"] = {
23
		Create = function(id, par, vol, pit) 
24
			coroutine.resume(coroutine.create(function()
25
				local S = Create("Sound"){
26
					Volume = vol,
27
					Pitch = pit or 1,
28
					SoundId = id,
29
					Parent = par or workspace,
30
				}
31
				wait() 
32
				S:play() 
33
				game:GetService("Debris"):AddItem(S, 6)
34
			end))
35
		end;
36
	};
37
	
38
	["ParticleEmitter"] = {
39
		Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
40
			local fp = Create("ParticleEmitter"){
41
				Parent = Parent,
42
				Color = ColorSequence.new(Color1, Color2),
43
				LightEmission = LightEmission,
44
				Size = Size,
45
				Texture = Texture,
46
				Transparency = Transparency,
47
				ZOffset = ZOffset,
48
				Acceleration = Accel,
49
				Drag = Drag,
50
				LockedToPart = LockedToPart,
51
				VelocityInheritance = VelocityInheritance,
52
				EmissionDirection = EmissionDirection,
53
				Enabled = Enabled,
54
				Lifetime = LifeTime,
55
				Rate = Rate,
56
				Rotation = Rotation,
57
				RotSpeed = RotSpeed,
58
				Speed = Speed,
59
				VelocitySpread = VelocitySpread,
60
			}
61
			return fp
62
		end;
63
	};
64
65
	CreateTemplate = {
66
	
67
	};
68
}
69
70
71
72
New = function(Object, Parent, Name, Data)
73
	local Object = Instance.new(Object)
74
	for Index, Value in pairs(Data or {}) do
75
		Object[Index] = Value
76
	end
77
	Object.Parent = Parent
78
	Object.Name = Name
79
	return Object
80
end
81
82
83
CV="Really black"
84
ArtificialHB = Create("BindableEvent", script){
85
	Parent = script,
86
	Name = "Heartbeat",
87
}
88
	
89
function swait(num)
90
	if num == 0 or num == nil then
91
		ArtificialHB.Event:wait()
92
	else
93
		for i = 0, num do
94
			ArtificialHB.Event:wait()
95
		end
96
	end
97
end
98
function chat(chatt)
99
local text = Instance.new("BillboardGui", game.Players.LocalPlayer.Character)
100
text.Size = UDim2.new(0,100,0,40)
101
text.StudsOffset = Vector3.new(0,3,0)
102
text.Adornee = game.Players.LocalPlayer.Character.Head
103
text.Name = "1"
104
local text1 = Instance.new("TextLabel",text)
105
text1.BackgroundTransparency = 1
106
text1.TextStrokeTransparency = 1
107
text1.TextTransparency = 1
108
text1.BorderSizePixel = 0
109
text1.Text = chatt
110
text1.Font = "Fantasy"
111
text1.FontSize = "Size36"
112
text1.TextStrokeTransparency = 0
113
text1.TextColor3 = Color3.new(1,1,1)
114
text1.TextStrokeColor3 = Color3.new(0,0,0)
115
text1.Size = UDim2.new(1,0,0.5,0)
116
for i=1,15 do
117
wait()
118
text1.TextStrokeTransparency = text1.TextStrokeTransparency - 0.1
119
text1.TextTransparency = text1.TextTransparency - 0.1
120
end
121
wait(1)
122
for i=1,25 do
123
wait()
124
text1.TextStrokeTransparency = text1.TextStrokeTransparency + 0.1
125
text1.TextTransparency = text1.TextTransparency + 0.1
126
end
127
end
128
function chatfunc(text)
129
local chat = coroutine.wrap(function()
130
if Character:FindFirstChild("TalkingBillBoard")~= nil then
131
Character:FindFirstChild("TalkingBillBoard"):destroy()
132
end
133
local naeeym2 = Instance.new("BillboardGui",Character)
134
naeeym2.Size = UDim2.new(0,100,0,40)
135
naeeym2.StudsOffset = Vector3.new(0,3,0)
136
naeeym2.Adornee = Character.Head
137
naeeym2.Name = "TalkingBillBoard"
138
local tecks2 = Instance.new("TextLabel",naeeym2)
139
tecks2.BackgroundTransparency = 1
140
tecks2.BorderSizePixel = 0
141
tecks2.Text = ""
142
tecks2.Font = "Fantasy"
143
tecks2.TextSize = 30
144
tecks2.TextStrokeTransparency = 0
145
tecks2.TextColor3 = Color3.new(0,0,0)
146
tecks2.TextStrokeColor3 = Color3.new(0,0,0)
147
tecks2.Size = UDim2.new(1,0,0.5,0)
148
local tecks3 = Instance.new("TextLabel",naeeym2)
149
tecks3.BackgroundTransparency = 1
150
tecks3.BorderSizePixel = 0
151
tecks3.Text = ""
152
tecks3.Font = "Fantasy"
153
tecks3.TextSize = 30
154
tecks3.TextStrokeTransparency = 0
155
tecks3.TextColor3 = Color3.new(0,0,0)
156
tecks3.TextStrokeColor3 = Color3.new(255,255,255)
157
tecks3.Size = UDim2.new(1,0,0.5,0)
158
for i = 1,string.len(text),1 do
159
CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", Character, 6, .8)
160
tecks2.Text = string.sub(text,1,i)
161
tecks3.Text = string.sub(text,1,i)
162
wait(0.01)
163
end
164
wait(2)
165
for i = 1, 50 do
166
swait()
167
tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
168
tecks2.Rotation = tecks2.Rotation - .8
169
tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
170
tecks2.TextTransparency = tecks2.TextTransparency + .04
171
tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
172
tecks3.Rotation = tecks2.Rotation + .8
173
tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
174
tecks3.TextTransparency = tecks2.TextTransparency + .04
175
end
176
naeeym2:Destroy()
177
end)
178
chat()
179
180
end
181
function onChatted(msg)
182
chatfunc(msg)
183
184
end
185
Player.Chatted:connect(onChatted)
186
187
abss = Instance.new("BillboardGui",Character)
188
abss.Size = UDim2.new(10,0,10,0)
189
abss.Enabled = false
190
abss.Name = "ROCKYMOUNT"
191
imgl = Instance.new("ImageLabel",abss)
192
imgl.Position = UDim2.new(0,0,0,0)
193
imgl.Size = UDim2.new(1,0,1,0)
194
imgl.Image = "rbxassetid://711463989"
195
imgl.BackgroundTransparency = 1
196
imgl.ImageColor3 = Color3.new(0,255,255)
197
img2 = Instance.new("ImageLabel",abss)
198
img2.Position = UDim2.new(0,0,0,0)
199
img2.Size = UDim2.new(1,0,1,0)
200
img2.Image = "rbxassetid://711463989"
201
img2.BackgroundTransparency = 1
202
img2.ImageColor3 = Color3.new(0,255,255)
203
204
205
206
207
local lolf = true
208
local shake = false
209
local go2 = false
210
local up = 0
211
local grab2 = false
212
local pushed = false
213
	base = Instance.new("Part",workspace)
214
	base.Name = "Base"
215
base.Transparency = 1
216
z42d = Instance.new("Sound",game.Players.LocalPlayer.Character)
217
z42d.Volume = 100
218
z42d.Looped = true
219
z42d.SoundId = "rbxassetid://515604325"
220
z42d:Play()
221
local jk = false
222
local kiout = false
223
local rl = true
224
ll = 0
225
local combodamage = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999e+999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
226
local can = 5
227
local lolwait = 3
228
local auracan3 = true
229
local auracan1 = true
230
local darius1 = true
231
local ki = true
232
local darius = true
233
local kamecolor = "Really black"
234
z42 = Instance.new("Sound",game.Players.LocalPlayer.Character)
235
z42.Volume = 20
236
z42.Looped = false
237
z42.SoundId = "rbxassetid://863808186"
238
local clickon = false
239
local beamknockback = 0
240
local beamdamage = 100
241
local hited1 = false
242
local hited = false
243
local kamesize = 1
244
local kamehameha  = false
245
local walksound = "rbxassetid://908473722"
246
local moving = false
247
local poon = false
248
249
local v3 = Vector3.new
250
	divine = Instance.new("Part",game.Players.LocalPlayer.Character)
251
	divine.Size = Vector3.new(0.5,0.5,3)
252
	divine.Position = v3(5,50,5)
253
	
254
	divine.BrickColor = BrickColor.new("Really red")
255
	divine.Transparency = 1
256
	divinemesh = Instance.new("SpecialMesh",divine)
257
	divinemesh.MeshType = "Sphere"
258
	divinemesh.Scale = v3(1,1,1)
259
	
260
	
261
	
262
	------------------------------------------------------------------
263
	divine2 = Instance.new("Part",game.Players.LocalPlayer.Character)
264
	divine2.Size = Vector3.new(0.5,0.5,3)
265
	divine2.Position = v3(5,5,5)
266
	
267
	divine2.BrickColor = BrickColor.new("Really red")
268
	divine2.Transparency = 1
269
	divinemesh = Instance.new("SpecialMesh",divine2)
270
	divinemesh.MeshType = "Sphere"
271
	divinemesh.Scale = v3(1,1,1)
272
	
273
	
274
	
275
	------------------------------------------------------------------
276
	divine3 = Instance.new("Part",game.Players.LocalPlayer.Character)
277
	divine3.Size = Vector3.new(0.5,0.5,3)
278
	divine3.Position = v3(5,8,5)
279
	
280
	divine3.BrickColor = BrickColor.new("Really red")
281
	divine3.Transparency = 1
282
	divinemesh = Instance.new("SpecialMesh",divine3)
283
	divinemesh.MeshType = "Sphere"
284
	divinemesh.Scale = v3(1,1,1)
285
	
286
	
287
	
288
	------------------------------------------------------------------
289
	divine4 = Instance.new("Part",game.Players.LocalPlayer.Character)
290
	divine4.Size = Vector3.new(0.5,0.5,3)
291
	divine4.Position = v3(5,3,5)
292
	
293
	divine4.BrickColor = BrickColor.new("Really red")
294
	divine4.Transparency = 1
295
	divinemesh = Instance.new("SpecialMesh",divine4)
296
	divinemesh.MeshType = "Sphere"
297
	divinemesh.Scale = v3(1,1,1)
298
	
299
	
300
	
301
	------------------------------------------------------------------
302
	divine5 = Instance.new("Part",game.Players.LocalPlayer.Character)
303
	divine5.Size = Vector3.new(0.5,0.5,3)
304
	divine5.Position = v3(5,55,5)
305
	
306
	divine5.BrickColor = BrickColor.new("Really red")
307
	divine5.Transparency = 1
308
	divinemesh = Instance.new("SpecialMesh",divine5)
309
	divinemesh.MeshType = "Sphere"
310
	divinemesh.Scale = v3(1,1,1)
311
	
312
	
313
	
314
	------------------------------------------------------------------
315
	divine6 = Instance.new("Part",game.Players.LocalPlayer.Character)
316
	divine6.Size = Vector3.new(0.5,0.5,3)
317
	divine6.Position = v3(5,5,5)
318
	
319
	divine6.BrickColor = BrickColor.new("Really red")
320
	divine6.Transparency = 1
321
	divinemesh = Instance.new("SpecialMesh",divine6)
322
	divinemesh.MeshType = "Sphere"
323
	divinemesh.Scale = v3(1,1,1)
324
325
326
local new=Instance.new
327
local rad=math.rad
328
local cf=CFrame.new
329
local v3=Vector3.new
330
local ang=function(x,y,z)
331
return CFrame.Angles(rad(x),rad(y),rad(z))
332
end
333
local player=game:service'Players'.LocalPlayer
334
local char=player.Character
335
local cam=workspace.Camera
336
local mouse=player:GetMouse()
337
local weld=function(a,b,c0,c1)
338
m=Instance.new('Motor',a)
339
m.Part0=a
340
m.Part1=b
341
m.C0=c0
342
m.C1=c1
343
return m
344
end
345
346
347
beamm=Instance.new('Model',workspace)
348
beamm.Name='beam'
349
350
laser=false
351
352
rs=Instance.new('Part',char)
353
rs.Transparency=1
354
rs.CanCollide=false
355
rs.TopSurface,rs.BottomSurface=0,0
356
rs.FormFactor=3
357
rs.Size=Vector3.new(.5,.5,.5)
358
359
ls=rs:Clone()
360
ls.Parent=char
361
362
363
364
s1=Instance.new('Sound',char)
365
s1.Volume=1
366
s1.Pitch=1
367
s1.Looped=true
368
369
370
particles={}
371
372
local wep=new('Part',char)
373
374
wep.FormFactor=3
375
wep.Transparency = 1
376
wep.CanCollide=false
377
wep.Size=v3(0.1,0.1,0.1)
378
wep.TopSurface,wep.BottomSurface=0,0
379
local wepw=weld(wep,char['Torso'],cf(0,2,0),ang(95,0,0))
380
381
382
local beam1=wep:Clone()
383
beam1:ClearAllChildren()
384
beam1.Material='Neon'
385
beam1.BrickColor=BrickColor.new(kamecolor)
386
beam1.Color = Color3.fromRGB(35,0,53)
387
beam1.Size=Vector3.new(1,1,1)
388
beam1.Transparency=0
389
beam1.Anchored=true
390
local ms=Instance.new('BlockMesh',beam1)
391
local inner1=beam1:Clone()
392
inner1.Transparency=1
393
inner1.Material='SmoothPlastic'
394
inner1.BrickColor=BrickColor.new(kamecolor)
395
inner1.Color = Color3.fromRGB(35,0,53)
396
local ms2=inner1.Mesh
397
398
local expl1=inner1:Clone()
399
expl1.Mesh:Destroy()
400
expl1.Material='Neon'
401
expl1.BrickColor=BrickColor.new(kamecolor)
402
expl1.Color = Color3.fromRGB(35,0,53)
403
expl1.Size=Vector3.new(1,1,1)
404
expl1.Transparency=0
405
pl=Instance.new('PointLight',expl1)
406
pl.Color=expl1.BrickColor.Color
407
pl.Range=pl.Range*2
408
pl.Name='light'
409
local br=pl.Range
410
411
local exa1=expl1:Clone()
412
exa1.Size=Vector3.new(1,1,1)
413
pl2=exa1.light
414
415
local part=exa1:Clone()
416
part.Size=Vector3.new(1.5,1.5,1.5)
417
pl3=part.light
418
pms=Instance.new('BlockMesh',part)
419
420
char.Humanoid.Died:connect(function()
421
laser=false
422
beam1.Parent=nil
423
inner1.Parent=nil
424
expl1.Parent=nil
425
exa1.Parent=nil
426
s1:stop()
427
end)
428
429
430
431
parti=0
432
game:service'RunService'.Stepped:connect(function()
433
parti=parti+1
434
for i,v in pairs(particles) do
435
v.CFrame=v.CFrame*CFrame.new(0,0,-.3)
436
v.Transparency=v.Transparency+.08
437
if v.Transparency >= 1 then
438
v:Destroy()
439
table.remove(particles,i)
440
else
441
v.Parent=beamm
442
end
443
end
444
445
a=cam.CoordinateFrame.p
446
b=mouse.Hit.p
447
mhitr=Ray.new(a,(b-a).unit*999)
448
mhit,ps=workspace:FindPartOnRayWithIgnoreList(mhitr,{char,beamm})
449
450
451
if laser then
452
beamm.Parent=workspace
453
beam1.Parent=beamm
454
inner1.Parent=beamm
455
expl1.Parent=beamm
456
exa1.Parent=beamm
457
s1.Volume=s1.Volume-0.0034
458
459
ray=Ray.new((wep.CFrame*cf(0,-1.5,0)).p,((wep.CFrame*cf(0,-10,0)).p-(wep.CFrame*cf(0,-1.5,0)).p).unit*999)
460
hit,pos=workspace:FindPartOnRayWithIgnoreList(ray,{char,beamm})
461
462
if hit and s1.Volume > .3 and parti/8==math.floor(parti/8) then
463
	
464
	if hit.Parent:IsA("Model") and hit ~= workspace.Base then
465
		hit.Parent:BreakJoints()
466
		
467
		wait()
468
	end
469
	if hit.Parent:IsA("Part") and hit ~= workspace.Base then
470
		hit.Anchored = false
471
		hit.Position = hit.Position + Vector3.new(0,1,0)
472
		block = Instance.new("BodyForce",hit)
473
block.Force = beam1.CFrame.lookVector 
474
s1.Volume=s1.Volume+0.0034
475
476
hit.Position = hit.Position + Vector3.new(0,1,0)
477
		block = Instance.new("BodyForce",hit)
478
block.Force = beam1.CFrame.lookVector
479
480
	end
481
	end
482
483
if hit and hit.Parent==workspace.Terrain or hit==workspace.Terrain and parti/8==math.floor(parti/8) then
484
e=Instance.new('Explosion',workspace)
485
e.Position=pos
486
e.BlastRadius=14
487
e.BlastPressure=1e4
488
end
489
if hit and not hit.Anchored and not (hit:GetMass()>1e4) then
490
hit.Velocity=hit.Velocity+beam1.CFrame.lookVector*(1*s1.Volume*hit:GetMass())
491
end
492
493
if parti==math.floor(parti) then
494
par=part:Clone()
495
table.insert(particles,par)
496
par.Parent=beamm
497
par.Transparency=1-s1.Volume
498
par.light.Range=br*s1.Volume
499
par.CFrame=cf(pos)*ang(math.random(-180,180),math.random(-180,180),math.random(-180,180))*cf(10,10,10)
500
end
501
502
mag=((wep.CFrame*cf(0,-1.5,0)).p-pos).magnitude
503
ms.Scale=v3(s1.Volume,s1.Volume,mag)
504
ms2.Scale=v3(ms.Scale.x/2,ms.Scale.y/2,mag-(.1/mag))
505
beam1.CFrame=cf((wep.CFrame*cf(0,-1.5,0)).p,pos)*cf(0,0,-mag/2)*ang(0,0,math.random(0,180))
506
inner1.CFrame=beam1.CFrame
507
pl.Range=br*s1.Volume
508
pl2.Range=br*s1.Volume
509
510
expl1.Transparency=0
511
expl1.CFrame=cf(pos)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
512
513
exa1.CFrame=wep.CFrame*cf(0,-1.5,0)*ang(math.random(0,180),math.random(0,180),math.random(0,180))
514
515
end
516
end)
517
518
local base = true
519
local ssjr = false
520
local down2 = false
521
local ok = 0
522
local lala = false
523
local walkon = false
524
local idle = true
525
local idle1 = true
526
local canattack = true
527
local nohit = 0
528
local p = game.Players.LocalPlayer
529
local char = p.Character
530
local mouse = p:GetMouse()
531
local larm = char["Left Arm"]
532
local rarm = char["Right Arm"]
533
local lleg = char["Left Leg"]
534
local rleg = char["Right Leg"]
535
local hed = char.Head
536
local torso = char.Torso
537
zwc = Instance.new("Sound",torso)
538
zwc.Volume = 1
539
zwc.Looped = false
540
zwc.SoundId = "rbxassetid://137579113"
541
local hum = char.Humanoid
542
hum.Name = "loldar"
543
local cam = game.Workspace.CurrentCamera
544
local root = char.HumanoidRootPart
545
local deb = false
546
local shot = 0
547
local walk = true
548
local debris=game:service"Debris"
549
local l = game:GetService("Lighting")
550
local rs = game:GetService("RunService").RenderStepped
551
local canattack = true
552
hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110"
553
ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
554
function lerp(a, b, t) -- Linear interpolation
555
        return a + (b - a)*t
556
end
557
558
function slerp(a, b, t) --Spherical interpolation
559
        dot = a:Dot(b)
560
        if dot > 0.99999 or dot < -0.99999 then
561
                return t <= 0.5 and a or b
562
        else
563
                r = math.acos(dot)
564
                return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
565
        end
566
end
567
function matrixInterpolate(a, b, t)
568
        local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
569
        local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
570
        local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
571
        local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
572
        local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
573
        local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
574
        local t = v1:Dot(v2)
575
        if not (t < 0 or t == 0 or t > 0) then         -- Failsafe
576
                return CFrame.new()
577
        end
578
        return CFrame.new(
579
        v0.x, v0.y, v0.z,
580
        v1.x, v1.y, v1.z,
581
        v2.x, v2.y, v2.z,
582
        v3.x, v3.y, v3.z)
583
end
584
----------------------------------------------------
585
function genWeld(a,b)
586
    local w = Instance.new("Weld",a)
587
    w.Part0 = a
588
    w.Part1 = b
589
    return w
590
end
591
function weld(a, b)
592
    local weld = Instance.new("Weld")
593
    weld.Name = "W"
594
    weld.Part0 = a
595
    weld.Part1 = b
596
    weld.C0 = a.CFrame:inverse() * b.CFrame
597
    weld.Parent = a
598
    return weld;
599
end
600
----------------------------------------------------
601
function Lerp(c1,c2,al)
602
local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
603
local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
604
for i,v in pairs(com1) do
605
com1[i] = v+(com2[i]-v)*al
606
end
607
return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
608
end
609
----------------------------------------------------
610
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
611
local wld = Instance.new("Weld", wp1)
612
wld.Part0 = wp0
613
wld.Part1 = wp1
614
wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
615
end
616
hum.MaxHealth = math.huge
617
wait()
618
hum.Health = math.huge
619
----------------------------------------------------
620
function weld5(part0, part1, c0, c1)
621
    weeld=Instance.new("Weld", part0)
622
    weeld.Part0=part0
623
    weeld.Part1=part1
624
    weeld.C0=c0
625
    weeld.C1=c1
626
    return weeld
627
end
628
----------------------------------------------------
629
function HasntTouched(plrname)
630
local ret = true
631
for _, v in pairs(Touche) do
632
if v == plrname then
633
ret = false
634
end
635
end
636
return ret
637
end
638
newWeld(torso, larm, -1.5, 0.5, 0)
639
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
640
newWeld(torso, rarm, 1.5, 0.5, 0)
641
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
642
newWeld(torso, hed, 0, 1.5, 0)
643
newWeld(torso, lleg, -0.5, -1, 0)
644
lleg.Weld.C1 = CFrame.new(0, 1, 0)
645
newWeld(torso, rleg, 0.5, -1, 0)
646
rleg.Weld.C1 = CFrame.new(0, 1, 0)
647
newWeld(root, torso, 0, -1, 0)
648
torso.Weld.C1 = CFrame.new(0, -1, 0)
649
GroundWave1 = function()
650
	local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
651
	
652
		local wave = Instance.new("Part", torso)
653
		wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
654
		wave.Anchored = true
655
		wave.CanCollide = false
656
		wave.Locked = true
657
		wave.Size = Vector3.new(1, 1, 1)
658
		wave.TopSurface = "Smooth"
659
		wave.BottomSurface = "Smooth"
660
		wave.Transparency = 0.35
661
		wave.CFrame = HandCF
662
		wm = Instance.new("SpecialMesh", wave)
663
		wm.MeshId = "rbxassetid://20329976"
664
		coroutine.wrap(function()
665
		for i = 1, 30, 1 do
666
		wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2)
667
		wave.Size = wm.Scale
668
		wave.CFrame = HandCF
669
        wave.Orientation = Vector3.new(0, 180, 0)
670
		wave.Transparency = i/30
671
		wait()
672
		end
673
		wait()
674
		wave:Destroy()
675
	end)()
676
end
677
GroundBall1 = function()
678
	local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
679
	
680
		local wave = Instance.new("Part", torso)
681
		wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
682
		wave.Anchored = true
683
		wave.CanCollide = false
684
		wave.Locked = true
685
		wave.Size = Vector3.new(1, 1, 1)
686
		wave.TopSurface = "Smooth"
687
		wave.BottomSurface = "Smooth"
688
		wave.Transparency = 0.35
689
		wave.CFrame = HandCF
690
		wm = Instance.new("SpecialMesh", wave)
691
		wm.MeshId = "rbxassetid://9982590"
692
		coroutine.wrap(function()
693
		for i = 1, 30, 1 do
694
		wm.Scale = Vector3.new(1 + i*1.2, 1 + i*1.2, 1 + i*1.2)
695
		wave.Size = wm.Scale
696
		wave.CFrame = HandCF
697
        wave.Orientation = Vector3.new(0, 180, 0)
698
		wave.Transparency = i/30
699
		wait()
700
		end
701
		wait()
702
		wave:Destroy()
703
	end)()
704
end
705
706
function stance1()
707
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(15),math.rad(0)), 0.1)--head
708
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(0)), 1)--torso
709
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(30)), 0.1)--arm
710
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(12),math.rad(15),math.rad(-30)), 0.1)--arm
711
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(15), math.rad(10)), 0.1)--leg
712
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(-40), math.rad(-5)), 0.1)--leg
713
end
714
-------------------------------------------------------------
715
function stance2()
716
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.1)--head
717
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), math.rad(0)), 0.1)--torso
718
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.3,-0.5)*CFrame.Angles(math.rad(160),math.rad(210),math.rad(0)), 0.1)--rarm
719
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(0)), 0.1)--larm
720
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .2) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(-20)), 0.1)--lleg
721
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(20)), 0.1)--rleg
722
		
723
end
724
----------------------------------------------------------
725
z41 = Instance.new("Sound",torso)
726
z41.Volume = 20
727
z41.Looped = false
728
z41.SoundId = "rbxassetid://863807725"
729
z412 = Instance.new("Sound",torso)
730
z412.Volume = 20
731
z412.Looped = false
732
z412.SoundId = "rbxassetid://895090420"
733
z4122 = Instance.new("Sound",torso)
734
z4122.Volume = 20
735
z4122.Looped = false
736
z4122.SoundId = "rbxassetid://897147945"
737
function swing1()
738
for i = 1, 5 do
739
		wait()
740
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
741
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
742
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
743
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
744
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
745
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg
746
end
747
748
z41:Play()
749
for i = 1, 5 do
750
		wait()
751
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
752
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
753
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm
754
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
755
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
756
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
757
end
758
end
759
function swing11()
760
for i = 1, 5 do
761
		wait()
762
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
763
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
764
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
765
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
766
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
767
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.4)--leg
768
end
769
770
z412:Play()
771
for i = 1, 5 do
772
		wait()
773
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
774
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
775
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(60)), 0.4)--arm
776
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
777
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
778
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
779
end
780
end
781
------------------------------------------------------------------------------------------------
782
function swing2()
783
for i = 1, 5 do
784
		wait()
785
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
786
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)), 0.4)--torso
787
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-200),math.rad(0),math.rad(30)), 0.4)--arm
788
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
789
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.4)--leg
790
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)--leg
791
end
792
793
z41:Play()
794
for i = 1, 5 do
795
		wait()
796
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head
797
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso
798
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm
799
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm
800
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg
801
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg
802
end
803
end
804
-----------------------------------------------------------------------------------------------
805
function swing3()
806
	
807
z41:Play()
808
for i = 1, 7 do
809
		wait()
810
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
811
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
812
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)), 0.4)--arm
813
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
814
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
815
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
816
		torso.CFrame = torso.CFrame * CFrame.Angles(0,-.928,0)+ Vector3.new(0,5,0)
817
		
818
end
819
820
end
821
------------------------------------------------------------------------------------------------
822
function firstswing()
823
for i = 1, 10 do
824
		wait()
825
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
826
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
827
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-70)), 0.4)--arm
828
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
829
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
830
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
831
end
832
833
for i = 1, 10 do
834
		wait()
835
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
836
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
837
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(40)), 0.4)--arm
838
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
839
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
840
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
841
end
842
end
843
function flytowards()
844
for i = 1, 5 do
845
		wait()
846
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.4)--head
847
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-40), math.rad(0), math.rad(0)), 0.4)--torso
848
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.4)--arm
849
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm
850
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
851
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
852
end
853
end
854
	function swings()
855
for i = 1, 5 do
856
		wait()
857
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(0)), 0.4)--head
858
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(0)), 0.4)--torso
859
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(170),math.rad(0),math.rad(-70)), 0.4)--arm
860
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-10)), 0.4)--arm
861
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
862
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)--leg
863
end
864
865
866
for i = 1, 5 do
867
		wait()
868
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
869
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
870
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm
871
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
872
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
873
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
874
end
875
z42:Play()
876
end
877
-----------------------------------------------
878
function divineswinging()
879
	shot1 = true
880
for i = 1, 4 do
881
		wait()
882
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
883
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
884
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
885
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
886
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
887
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
888
end
889
z42:Play()
890
for i = 1, 4 do
891
		wait()
892
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
893
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
894
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm
895
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
896
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg
897
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg
898
end
899
z42:Play()
900
for i = 1, 4 do
901
		wait()
902
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(-10),math.rad(0)), 0.4)--head
903
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(10), math.rad(0)), 0.4)--torso
904
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.3,-.4)*CFrame.Angles(math.rad(40),math.rad(0),math.rad(-50)), 0.4)--arm
905
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-30)), 0.4)--arm
906
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-10)), 0.4)--leg
907
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(12), math.rad(0), math.rad(0)), 0.4)--leg
908
end
909
z42:Play()
910
for i = 1, 4 do
911
		wait()
912
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
913
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
914
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
915
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
916
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
917
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
918
end
919
z42:Play()
920
for i = 1, 4 do
921
		wait()
922
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
923
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
924
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(120)), 0.8)--arm
925
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
926
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-18)), 0.8)--leg
927
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(10)), 0.8)--leg
928
end
929
z42:Play()
930
for i = 1, 4 do
931
		wait()
932
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)--head
933
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
934
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,0.5,-1)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-120)), 0.8)--arm
935
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.8)--arm
936
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--leg
937
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.8)--leg
938
end
939
z42:Play()
940
z4122:Play()
941
for i = 1, 4 do
942
		wait()
943
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
944
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
945
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(30)), 0.4)--arm
946
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
947
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
948
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(10)), 0.4)--leg
949
end
950
951
end
952
-----------------------------------------------------------------------------------------
953
function divineend()
954
	
955
for i = 1, 7 do
956
		wait()
957
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
958
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
959
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm
960
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
961
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
962
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
963
		torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0)
964
end
965
wait(0.5)
966
for i = 1, 7 do
967
		wait()
968
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
969
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
970
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(80)), 0.4)--arm
971
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
972
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.4)--leg
973
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.4)--leg
974
		torso.CFrame = torso.CFrame * CFrame.Angles(0,.88,0)
975
end
976
kiweld7.C0 = CFrame.new(-1.7,-3,0) * CFrame.Angles(rad(180),rad(0),rad(40))
977
for i = 1, 15 do
978
		wait()
979
		
980
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.4)--head
981
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.4)--torso
982
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.8,1.5,-0.3)*CFrame.Angles(math.rad(190),math.rad(40),math.rad(-50)), 0.4)--arm
983
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-70)), 0.4)--arm
984
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
985
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
986
end
987
end
988
---------------------------------------------------------
989
local block = Instance.new("Part",torso)
990
block.Size = Vector3.new(0.1,0.1,0.1)
991
block.Position = block.Position + Vector3.new(2,2,2)
992
block.Transparency = 1
993
local weld = Instance.new("Weld",torso)
994
weld.Part0 = torso
995
weld.Part1 = block
996
weld.C0 = CFrame.new(0,3,0)
997
local block2 = Instance.new("Part",torso)
998
block2.Size = Vector3.new(3,2,1)
999
block2.CanCollide = false
1000
block2.Position = block.Position + Vector3.new(2,2,2)
1001
block2.Transparency = 1
1002
local weld2 = Instance.new("Weld",torso)
1003
weld2.Part0 = torso
1004
weld2.Part1 = block2
1005
weld2.C0 = CFrame.new(0,-1.5,0)
1006
local part2 = Instance.new("ParticleEmitter",block)
1007
part2.Lifetime = NumberRange.new(5)
1008
part2.Speed = NumberRange.new(0)
1009
part2.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
1010
part2.Size = NumberSequence.new(12)
1011
part2.Transparency = NumberSequence.new(1)
1012
part2.LockedToPart = true
1013
part2.Rate = 3
1014
part2.Texture = "http://www.roblox.com/asset/?id=894173257"
1015
part2.ZOffset = -3
1016
1017
local part7 = Instance.new("ParticleEmitter",block)
1018
part7.Lifetime = NumberRange.new(5)
1019
part7.Speed = NumberRange.new(0)
1020
1021
part7.Size = NumberSequence.new(12)
1022
part7.Transparency = NumberSequence.new(1)
1023
part7.LockedToPart = true
1024
part7.Rate = 3
1025
part7.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
1026
part7.Texture = "http://www.roblox.com/asset/?id=894173257"
1027
part7.ZOffset = -1
1028
local model = Instance.new("Model",torso)
1029
local part3 = Instance.new("ParticleEmitter",block2)
1030
part3.Lifetime = NumberRange.new(1)
1031
part3.Speed = NumberRange.new(5)
1032
part3.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
1033
part3.Transparency = NumberSequence.new(1)
1034
part3.Size = NumberSequence.new(0.5)
1035
part3.LockedToPart = true
1036
part3.Rate = 10
1037
part3.Texture = "http://www.roblox.com/asset/?id=549349471"
1038
part3.ZOffset = -0.5
1039
part3.SpreadAngle = Vector2.new(50,0)
1040
	aura1 = Instance.new("ParticleEmitter",torso)
1041
aura1.Transparency = NumberSequence.new(1)
1042
aura1.Size = NumberSequence.new(5)
1043
aura1.Speed = NumberRange.new(0)
1044
aura1.Lifetime = NumberRange.new(5)
1045
aura1.LockedToPart = true
1046
aura1.Rate = 3.5
1047
aura1.Color = ColorSequence.new(Color3.new(0,0,0))
1048
1049
aura1.ZOffset = 2
1050
aura1.Lifetime = NumberRange.new(3)
1051
1052
1053
1054
ypcall(function()
1055
shirt = Instance.new("Shirt", char)
1056
shirt.Name = "Shirt"
1057
pants = Instance.new("Pants", char)
1058
pants.Name = "Pants"
1059
char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=317842437"
1060
char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=317843230"
1061
end)
1062
for i,v in pairs(char:children()) do
1063
    if v:IsA("Accessory") then
1064
        v:Destroy()
1065
    end
1066
end
1067
char["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
1068
char["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
1069
char["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
1070
char["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
1071
Hair99 = Instance.new("Part")
1072
1073
Hair99.Parent = p.Character
1074
Hair99.Name = "Hair"
1075
Hair99.formFactor = "Symmetric"
1076
Hair99.Size = Vector3.new(1, 1, 1)
1077
Hair99.CFrame = p.Character.Head.CFrame
1078
Hair99:BreakJoints()
1079
Hair99.CanCollide = false
1080
Hair99.TopSurface = "Smooth"
1081
Hair99.BottomSurface = "Smooth"
1082
Hair99.BrickColor = BrickColor.new("New Yeller")
1083
Hair99.Transparency = 1
1084
1085
Weld = Instance.new("Weld") 
1086
Weld.Part0 = p.Character.Head 
1087
Weld.Part1 = Hair99
1088
Weld.Parent = p.Character.Head 
1089
Weld.C0 = CFrame.new(0, 0.26, 0.06)*CFrame.fromEulerAnglesXYZ(0, 0, 0) 
1090
1091
Hair7 = Instance.new("Part")
1092
Hair7.Parent = p.Character
1093
Hair7.Name = "Hair"
1094
Hair7.CanCollide = false
1095
Hair7.Locked = true
1096
Hair7.TopSurface = "Smooth"
1097
Hair7.BottomSurface = "Smooth"
1098
Hair7.formFactor = "Symmetric"
1099
Hair7.Material = "Neon"
1100
Hair7.BrickColor = BrickColor.new("White")
1101
Hair7.CFrame = p.Character.Torso.CFrame
1102
Hair7.Size = Vector3.new(1, 1, 1)
1103
Hair7.Transparency = 0
1104
1105
Mesh = Instance.new("SpecialMesh")
1106
Mesh.Parent = Hair99
1107
Mesh.MeshType = "Sphere"
1108
Mesh.Offset = Vector3.new(0, 0.1, 0.1)
1109
Mesh.Scale = Vector3.new(1.2, 1.2, 1.2)
1110
1111
1112
Weld1 = Instance.new("Weld")
1113
Weld1.Parent = p.Character.Head
1114
Weld1.Part0 = p.Character.Head
1115
Weld1.Part1 = Hair7
1116
Weld1.C0 = CFrame.new(0, 1, 0)
1117
1118
1119
Mesh = Instance.new("SpecialMesh")
1120
Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
1121
Mesh.Parent = Hair7
1122
Mesh.Scale = Vector3.new(6, 6, 6)
1123
Mesh.MeshType = "FileMesh"
1124
Mesh.MeshId = "http://www.roblox.com/asset/?id=430344159"
1125
Mesh.TextureId = ""
1126
1127
mouse.Button1Down:connect(function()
1128
	t = mouse.Target.Parent:FindFirstChild("Torso")
1129
	hu = mouse.Target.Parent:FindFirstChild("Humanoid")
1130
	if mouse.Target == nil then
1131
		clickon = false
1132
	end
1133
if mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
1134
	clickon = true
1135
	poon = true
1136
zwc1s2 = Instance.new("Sound",mouse.Target)
1137
zwc1s2.Volume = 5
1138
zwc1s2.Looped = false
1139
zwc1s2.SoundId = "rbxassetid://915341277"
1140
zwc1s2:Play()
1141
1142
1143
1144
else
1145
	clickon = false
1146
	
1147
end
1148
	
1149
end)
1150
aurapart3 = Instance.new("Part",char)
1151
aurapart3.Size = Vector3.new(0.1,0.1,0.1)
1152
aurapart3.Position = Vector3.new(0,2,0)
1153
aurapart3.Transparency = 1
1154
aurapart3.CanCollide = false
1155
auraweld3 = Instance.new("Weld",char)
1156
auraweld3.Part0 = aurapart3
1157
auraweld3.Part1 = torso
1158
auraweld3.C0 = CFrame.new(0,-3,0)
1159
aura3 = Instance.new("ParticleEmitter",aurapart3)
1160
aura3.Transparency = NumberSequence.new(1)
1161
aura3.Color = ColorSequence.new(Color3.new(0,0,0))
1162
aura3.Size = NumberSequence.new(8)
1163
aura3.Speed = NumberRange.new(0)
1164
aura3.LockedToPart = true
1165
aura3.Rate = 5
1166
aura3.Lifetime = NumberRange.new(5)
1167
aura3.ZOffset = -5
1168
	z2 = Instance.new("Sound",torso)
1169
z2.Volume = 3
1170
z2.Looped = false
1171
z2.SoundId = "rbxassetid://908489666"
1172
	z2d = Instance.new("Sound",torso)
1173
z2d.Volume = 20
1174
z2d.Looped = false
1175
z2d.SoundId = "rbxassetid://663610350"
1176
z4r = Instance.new("Sound",torso)
1177
z4r.Volume = 5
1178
z4r.Looped = false
1179
z4r.SoundId = "rbxassetid://908474188"
1180
1181
mouse.KeyDown:connect(function(Key)
1182
if Key == "r" then
1183
if canattack == true then
1184
1185
1186
kamehamehaon = true
1187
1188
			idle = false
1189
				
1190
			idle1 = false
1191
			canattack = false
1192
			hum.WalkSpeed = 0
1193
		
1194
		
1195
1196
for i = 1,25 do
1197
wait()
1198
		
1199
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(85),math.rad(0)), 0.1)--head
1200
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-85), math.rad(0)), 0.1)--torso
1201
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.4,0)*CFrame.Angles(math.rad(30),math.rad(-40),math.rad(-10)), 0.1)--rarm
1202
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.2,-0.2)*CFrame.Angles(math.rad(30),math.rad(40),math.rad(40)), 0.1)--larm
1203
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--lleg
1204
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--rleg
1205
		end
1206
		
1207
	if ssjr == true then	
1208
		chatfunc("Kaaaaaaa")
1209
z2d:Play()
1210
wait(3)
1211
chatfunc("Meeeeeeee")
1212
	else
1213
		z2:Play()
1214
		chatfunc("")
1215
end		
1216
		partaura.Size = NumberSequence.new(0.1)
1217
		
1218
		partaura.Transparency = NumberSequence.new(0)
1219
		partaura1.Transparency = NumberSequence.new(0)
1220
		kamehameha = true
1221
		if ssjr == true then
1222
			
1223
		wait(2.5)
1224
		chatfunc("Haaaaaa")
1225
		wait(3.5)
1226
		chatfunc("Meeeeeee")
1227
		wait(2)
1228
		chatfunc("HA")
1229
		wait(0.5)
1230
		else
1231
			
1232
			wait(2)
1233
			chatfunc("")
1234
			wait(0)
1235
		end
1236
		if kamehamehaon == true then
1237
		kamehamehaon = false
1238
		hited = true
1239
		wait(0.1)
1240
	point = true
1241
	kamehamehaon = false
1242
kamehameha = false
1243
1244
1245
1246
partaura.Transparency = NumberSequence.new(1)
1247
partaura1.Transparency = NumberSequence.new(1)
1248
if ssjr == false then
1249
z2:Stop()
1250
z4r:Play()
1251
chatfunc("HAAAAAAAAAA")
1252
end
1253
1254
1255
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 1)--head
1256
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 1)--torso
1257
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1,0.5,0)*CFrame.Angles(math.rad(95),math.rad(-10),math.rad(-20)), 1)--rarm
1258
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1,0.5,-0.2)*CFrame.Angles(math.rad(75),math.rad(170),math.rad(-20)), 1)--larm
1259
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-10)), 1)--lleg
1260
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(10)), 1)--rleg
1261
1262
1263
1264
1265
1266
		laser = true
1267
		s1.Volume=1
1268
s1:play()
1269
		wait(5.4)
1270
		point = false
1271
		laser = false
1272
		beam1.Size = Vector3.new(1,1,1)
1273
beam1.Parent=nil
1274
inner1.Parent=nil
1275
expl1.Parent=nil
1276
if Character:FindFirstChild("TalkingBillBoard")~= nil then
1277
Character:FindFirstChild("TalkingBillBoard"):destroy()
1278
end
1279
hited1 = false
1280
exa1.Parent=nil
1281
s1:stop()
1282
1283
		idle = true
1284
				canattack = true
1285
			idle1 = true
1286
			hum.WalkSpeed = 16
1287
		
1288
		end
1289
		end
1290
end
1291
end)
1292
partt = Instance.new("Part",char)
1293
partt.Position = Vector3.new(999,999,999)
1294
partt.Transparency = 1
1295
partt.CanCollide = false
1296
partt.Size = Vector3.new(0.1,0.1,0.1)
1297
partweld = Instance.new("Weld",partt)
1298
partweld.Part0 = torso
1299
partweld.Part1 = partt
1300
partweld.C0 = CFrame.new(0.3,-.5,-1.5)
1301
partaura = Instance.new("ParticleEmitter",partt)
1302
partaura.Size = NumberSequence.new(2)
1303
partaura.LockedToPart = true
1304
1305
partaura.Transparency = NumberSequence.new(1)
1306
partaura.Texture = "rbxassetid://547574922"
1307
partaura.Speed = NumberRange.new(0)
1308
partaura.Color = ColorSequence.new(Color3.fromRGB(35,0,53))
1309
partaura.Rate = 2
1310
partaura.ZOffset = 0
1311
partaura1 = Instance.new("ParticleEmitter",partt)
1312
partaura1.Size = NumberSequence.new(5)
1313
partaura1.LockedToPart = true
1314
1315
partaura1.Transparency = NumberSequence.new(1)
1316
partaura1.Texture = "http://www.roblox.com/asset/?id=243660364"
1317
partaura1.Color = ColorSequence.new(Color3.fromRGB(35,0,53))
1318
partaura1.Speed = NumberRange.new(0)
1319
partaura1.Rate = 3
1320
partaura1.ZOffset = -1
1321
1322
partaura1.RotSpeed = NumberRange.new(-10,10)
1323
partaura1.SpreadAngle = Vector2.new(360,360)
1324
partaura1.Rotation = NumberRange.new(0,360)
1325
aj = 0
1326
1327
zh = Instance.new("Sound",torso)
1328
zh.Volume = 1
1329
zh.Looped = true
1330
zh.SoundId = "rbxassetid://491515754"
1331
mouse.KeyDown:connect(function(key)
1332
	 if key == "b" then
1333
		if ssjr == false then
1334
		if canattack == true then
1335
			chatfunc("Hmm, You Seem To Rival The Gods Power...")
1336
			wait(4)
1337
			chatfunc("But You're Not Strong Enough To Defeat me")
1338
wait(4)
1339
			chatfunc("Time For You To Taste A Power OF a True God!")
1340
for i = 1,10 do
1341
	wait()
1342
z42d.Volume = z42d.Volume - 5
1343
end
1344
			idle = false
1345
			kiout = false
1346
			kiblade.Transparency = 1
1347
	trail.Enabled = false
1348
			base = false
1349
			hum.WalkSpeed = 0
1350
			lolwait = 6
1351
			local part9 = Instance.new("ParticleEmitter",block)
1352
part9.Lifetime = NumberRange.new(100)
1353
part9.Speed = NumberRange.new(50)
1354
part9.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
1355
part9.Size = NumberSequence.new(15)
1356
part9.Transparency = NumberSequence.new(1)
1357
part9.LockedToPart = true
1358
part9.Rate = 300
1359
part9.Texture = "http://www.roblox.com/asset/?id=894173257"
1360
part9.ZOffset = -3
1361
				
1362
			idle1 = false
1363
			Colors = {"Really black", "Really black"}
1364
			canattack = false
1365
			wait(0.1)
1366
		
1367
			for i = 1, 20 do
1368
		wait()
1369
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.10)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.4)--head
1370
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)--torso
1371
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(10)), 0.2)--rarm
1372
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.2,-.70)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(-10)), 0.2)--larm
1373
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)), 0.4)--lleg
1374
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.40) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.4)--rleg
1375
			end
1376
			shake = true
1377
			partt2 = Instance.new("Part",char)
1378
partt2.Position = torso.Position - Vector3.new(0,2,0)
1379
partt2.Transparency = 1
1380
partt2.CanCollide = true
1381
partt2.Size = Vector3.new(15,0.1,15)
1382
partaura1 = Instance.new("ParticleEmitter",partt2)
1383
partaura1.Size = NumberSequence.new(0.8)
1384
partaura1.LockedToPart = true
1385
partaura1.Lifetime = NumberRange.new(3)
1386
partaura1.Transparency = NumberSequence.new(0)
1387
partaura1.Texture = "http://www.roblox.com/asset/?id=570874272"
1388
1389
partaura1.Speed = NumberRange.new(5)
1390
partaura1.Rate = 2
1391
			
1392
			aura3.Transparency = NumberSequence.new(0)
1393
			
1394
				z1 = Instance.new("Sound",torso)
1395
z1.Volume = 100
1396
z1.Looped = false
1397
z1.SoundId = "rbxassetid://927472099"
1398
z1:Play()
1399
game.Lighting.TimeOfDay = 0
1400
smoke.Enabled = true
1401
light.Enabled = true
1402
GroundWave1()
1403
wait(0.3)
1404
1405
wait(0.3)
1406
GroundWave1()
1407
wait(0.3)
1408
1409
wait(0.3)
1410
GroundWave1()
1411
wait(0.3)
1412
1413
wait(0.3)
1414
GroundWave1()
1415
wait(0.3)
1416
1417
wait(0.3)
1418
GroundWave1()
1419
wait(0.3)
1420
1421
wait(0.3)
1422
GroundWave1()
1423
wait(0.3)
1424
1425
wait(0.3)
1426
Colors = {"New Yeller", "New Yeller"}
1427
GroundWave1()
1428
chatfunc("Super Saiyan 3")
1429
Mesh.MeshId = "rbxassetid://560193297"
1430
    Mesh.Scale = Vector3.new(6.25, 6.25, 6.25)
1431
    Mesh.Offset = Vector3.new(0.03, -2.4, 1.63)
1432
		Hair7.BrickColor = BrickColor.new("New Yeller")
1433
wait(0.3)
1434
1435
wait(0.3)
1436
GroundWave1()
1437
wait(0.3)
1438
if Character:FindFirstChild("TalkingBillBoard")~= nil then
1439
Character:FindFirstChild("TalkingBillBoard"):destroy()
1440
end
1441
wait(0.3)
1442
GroundWave1()
1443
wait(0.3)
1444
1445
wait(0.3)
1446
GroundWave1()
1447
wait(0.3)
1448
Colors = {"Really red", "Really red"}
1449
GroundWave1()
1450
chatfunc("Super Saiyan God")
1451
		Hair7.BrickColor = BrickColor.new("Really red")
1452
Mesh.MeshId = "rbxassetid://476757756"
1453
    Mesh.Scale = Vector3.new(1, 1, 1)
1454
    Mesh.Offset = Vector3.new(0.2, -0.2, 0.2)
1455
1456
wait(0.05)
1457
GroundBall1()
1458
wait(0.25)
1459
1460
wait(0.3)
1461
GroundWave1()
1462
wait(0.3)
1463
1464
wait(0.3)
1465
GroundWave1()
1466
wait(0.3)
1467
1468
wait(0.3)
1469
GroundWave1()
1470
wait(0.3)
1471
1472
wait(0.3)
1473
Colors = {"Cyan", "Cyan"}
1474
GroundWave1()
1475
chatfunc("Super Saiyan Blue")
1476
		Hair7.BrickColor = BrickColor.new("Cyan")
1477
Mesh.MeshId = "rbxassetid://430344159"
1478
    Mesh.Scale = Vector3.new(6,6,6)
1479
    Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
1480
wait(0.05)
1481
GroundBall1()
1482
wait(0.25)
1483
1484
wait(0.3)
1485
GroundWave1()
1486
wait(0.3)
1487
1488
wait(0.3)
1489
GroundWave1()
1490
wait(0.3)
1491
1492
wait(0.3)
1493
GroundWave1()
1494
wait(0.3)
1495
1496
wait(0.3)
1497
GroundWave1()
1498
wait(0.3)
1499
1500
wait(0.3)
1501
GroundWave1()
1502
wait(0.3)
1503
1504
wait(0.3)
1505
Colors = {"Magenta", "Magenta"}
1506
GroundWave1()
1507
chatfunc("Super Saiyan Rose")
1508
		Hair7.BrickColor = BrickColor.new("Hot pink")
1509
wait(0.05)
1510
GroundBall1()
1511
wait(0.25)
1512
1513
wait(0.3)
1514
GroundWave1()
1515
wait(0.3)
1516
1517
wait(0.3)
1518
GroundWave1()
1519
wait(0.3)
1520
1521
wait(0.3)
1522
GroundWave1()
1523
wait(0.3)
1524
1525
wait(0.3)
1526
GroundWave1()
1527
wait(0.3)
1528
1529
wait(0.3)
1530
Colors = {"White", "White"}
1531
GroundWave1()
1532
chatfunc("Super Saiyan White")
1533
		Hair7.BrickColor = BrickColor.new("White")
1534
Mesh.MeshId = "rbxassetid://560196103"
1535
    Mesh.Scale = Vector3.new(4,4,4)
1536
    Mesh.Offset = Vector3.new(-0.03, 0, 0.5)
1537
wait(0.05)
1538
GroundBall1()
1539
wait(0.25)
1540
chatfunc("")
1541
1542
wait(0.3)
1543
GroundWave1()
1544
wait(0.3)
1545
1546
wait(0.3)
1547
GroundWave1()
1548
wait(0.3)
1549
1550
wait(0.3)
1551
GroundWave1()
1552
wait(0.3)
1553
1554
wait(0.3)
1555
GroundWave1()
1556
wait(0.1)
1557
GroundBall1()
1558
wait(0.1)
1559
GroundBall1()
1560
wait(0.1)
1561
GroundBall1()
1562
wait(0.1)
1563
GroundBall1()
1564
wait(0.1)
1565
GroundBall1()
1566
wait(0.1)
1567
GroundBall1()
1568
wait(0.05)
1569
GroundBall1()
1570
wait(0.25)
1571
chatfunc("")
1572
wait(0.1)
1573
GroundBall1()
1574
wait(0.1)
1575
GroundBall1()
1576
wait(0.1)
1577
GroundBall1()
1578
wait(0.1)
1579
GroundBall1()
1580
wait(0.1)
1581
GroundBall1()
1582
wait(0.1)
1583
GroundBall1()
1584
wait(0.3)
1585
GroundWave1()
1586
wait(0.3)
1587
1588
wait(0.3)
1589
GroundWave1()
1590
wait(0.3)
1591
1592
wait(0.3)
1593
GroundWave1()
1594
wait(0.3)
1595
GroundWave1()
1596
wait(0.3)
1597
1598
wait(0.3)
1599
GroundWave1()
1600
wait(0.3)
1601
1602
wait(0.3)
1603
GroundWave1()
1604
shake = false
1605
hed.face.Texture = "http://www.roblox.com/asset/?id=1002452110"
1606
hum.CameraOffset = Vector3.new(0,0,0)
1607
part9.Transparency = NumberSequence.new(0.4)
1608
aura3.Transparency = NumberSequence.new(1)
1609
1610
aura1.Transparency = NumberSequence.new(1)
1611
	Mesh.MeshId = "rbxassetid://560193297"
1612
    Mesh.Scale = Vector3.new(6.25, 6.25, 6.25)
1613
    Mesh.Offset = Vector3.new(0.03, -2.4, 1.63)
1614
		Hair7.BrickColor = BrickColor.new("Really black")
1615
	
1616
for i = 1, 5 do
1617
		wait()
1618
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.3,.2)*CFrame.Angles(math.rad(50),math.rad(0),math.rad(0)), 0.8)--head
1619
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)--torso
1620
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(60)), 0.8)--arm
1621
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.5,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(-60)), 0.8)--arm
1622
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-10)), 0.8)--leg
1623
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(10)), 0.8)--leg
1624
end
1625
wait(3)
1626
part9:Destroy()
1627
smoke:Destroy()
1628
zh:Play()
1629
Colors = {"Really red", "Really red"}
1630
GroundWave1()
1631
wait(0.3)
1632
1633
1634
GroundWave1()
1635
wait(0.3)
1636
1637
GroundWave1()
1638
wait(0.3)
1639
1640
GroundWave1()
1641
wait(0.3)
1642
GroundWave1()
1643
			part2.Transparency = NumberSequence.new(0)
1644
			part3.Transparency = NumberSequence.new(0)
1645
			part7.Transparency = NumberSequence.new(0)
1646
			hed.Anchored = false
1647
			
1648
		ssjr = true
1649
		beam1.Color = Color3.fromRGB(203,16,97)
1650
		inner1.Color = Color3.fromRGB(203,16,97)
1651
		expl1.Color = Color3.fromRGB(203,16,97)
1652
		exa1.Color = Color3.fromRGB(203,16,97)
1653
		partaura.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
1654
		partaura1.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
1655
		wait(1)
1656
		for i = 1,20 do
1657
			wait()
1658
			z1.Volume = z1.Volume - 0.5
1659
		end
1660
for i = 1,50 do
1661
	wait()
1662
z42d.Volume = z42d.Volume + 1
1663
end
1664
		idle = true
1665
		idle1 = true
1666
		canattack = true
1667
		chat("I Have Finally Mastered Those Form And Put Them Together.")
1668
		wait(2)
1669
		chat("It Tooks Me Years And Years To Finally Fuse That Together.")
1670
		wait(2)
1671
		chat("My Power Rivals The Omni King.")
1672
		wait(2)
1673
		chat("And Ill Shall Call This.")
1674
		wait(2)
1675
chat("Limit Breaker Saiyan")
1676
		wait(2)
1677
		if Character:FindFirstChild("TalkingBillBoard")~= nil then
1678
Character:FindFirstChild("TalkingBillBoard"):destroy()
1679
end
1680
hum.WalkSpeed = 16
1681
		
1682
		end
1683
		end
1684
		end
1685
end)
1686
local hit1 = true
1687
local hit2 = false
1688
local hit3 = false
1689
local hit4 = false
1690
zw = Instance.new("Sound",torso)
1691
zw.Volume = 1
1692
zw.Looped = false
1693
zw.SoundId = "rbxassetid://896243541"
1694
1695
function leftkick()
1696
for i = 1, 5 do
1697
		wait()
1698
	            	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-60),math.rad(0)), 0.8)--head
1699
	     	torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(2), math.rad(60), math.rad(0)), 0.8)--torso
1700
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.8)--rarm
1701
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--larm
1702
			 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.8)--lleg
1703
		        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(40)), 0.8)--rleg
1704
end
1705
zw:Play()
1706
end
1707
function rightkick()
1708
for i = 1, 5 do
1709
		wait()
1710
	            	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(60),math.rad(0)), 0.8)--head
1711
	     	torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(5), math.rad(-60), math.rad(0)), 0.8)--torso
1712
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.8)--rarm
1713
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-30)), 0.8)--larm
1714
			 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(100), math.rad(0), math.rad(-40)), 0.8)--lleg
1715
		        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.8)--rleg
1716
end
1717
zw:Play()
1718
end
1719
function leftpunch()
1720
for i = 1, can do
1721
		wait()
1722
		                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-50),math.rad(0)), 0.8)--head
1723
		             torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.8)--torso
1724
				    	rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)), 0.8)--rarm
1725
					   larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-10)), 0.8)--larm
1726
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
1727
		             rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
1728
end
1729
zw:Play()
1730
end
1731
function rightpunch()
1732
for i = 1, can do
1733
		wait()
1734
		                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(70),math.rad(0)), 0.8)--head
1735
		             torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.8)--torso
1736
				    	rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(10)), 0.8)--rarm
1737
					   larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)), 0.8)--larm
1738
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.8)--lleg
1739
		             rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), 0.8)--rleg
1740
end
1741
zw:Play()
1742
end
1743
mouse.KeyDown:connect(function(key)
1744
        if key == "e" then
1745
	 if hit1 == true and canattack == true and kiout == false then
1746
	canattack = false
1747
	nohit = 0
1748
1749
	hit1 = false
1750
	hit2 = true
1751
	hit3 = false
1752
	hit4 = false
1753
	hand1 = Instance.new("Part",rarm)
1754
hand1.Size = Vector3.new(1.5,1.5,1.5)
1755
hand1.CanCollide = false
1756
hand1.Transparency = 1
1757
hand1.Position = Vector3.new(999,999,999)
1758
hand1weld = Instance.new("Weld",hand1)
1759
hand1weld.Part0 = rarm
1760
hand1weld.Part1 = hand1
1761
hand1weld.C0 = CFrame.new(0,-1.2,0)
1762
----------------------------------------------------------------
1763
1764
function touch1(hit)
1765
if not hit.Parent:findFirstChild("Humanoid") then return end
1766
if hit.Parent:findFirstChild("Humanoid") ~= nil then
1767
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
1768
	
1769
zwc:Play()
1770
end
1771
end
1772
hand1.Touched:connect(touch1)
1773
rightpunch()
1774
1775
hand1:Destroy()
1776
canattack = true
1777
	end
1778
	
1779
	
1780
	
1781
	
1782
	if hit1 == true and canattack == true and kiout == true then
1783
		nohit = 0
1784
	canattack = false
1785
	hit1 = false
1786
	kiblade5 = Instance.new("Part",char)
1787
kiblade5.Name = "Blade"
1788
kiblade5.Size = v3(1,5,1)
1789
kiblade5.Transparency = 1
1790
kiblade5.Color = Color3.fromRGB(170,0,127)
1791
kiblade5.Position = v3(999,999,999)
1792
kiblade5.CanCollide = false
1793
1794
1795
kiweld5 = Instance.new("Weld",kiblade5)
1796
kiweld5.Part0 = rarm
1797
kiweld5.Part1 = kiblade5
1798
kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
1799
	hit2 = true
1800
	hit3 = false
1801
	hit4 = false
1802
	function touch1(hit)
1803
if not hit.Parent:findFirstChild("Humanoid") then return end
1804
if hit.Parent:findFirstChild("Humanoid") ~= nil then
1805
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
1806
1807
z42:Play()
1808
end
1809
end
1810
kiblade5.Touched:connect(touch1)
1811
	hum.WalkSpeed = 0
1812
	swing1()
1813
	hum.WalkSpeed = 16
1814
	
1815
	canattack = true
1816
kiblade5:Destroy()
1817
	end
1818
end
1819
1820
1821
1822
1823
1824
1825
end)
1826
mouse.KeyDown:connect(function(key)
1827
        if key == "e" then
1828
	if hit2 == true and canattack == true and kiout == false then
1829
	canattack = false
1830
	nohit = 0
1831
	
1832
	hit1 = false
1833
	hit2 = false
1834
	hit3 = true
1835
	hit4 = false
1836
hand2 = Instance.new("Part",rarm)
1837
hand2.Size = Vector3.new(1.5,1.5,1.5)
1838
hand1.CanCollide = false
1839
hand2.Transparency = 1
1840
hand2.Position = Vector3.new(999,999,999)
1841
hand2weld = Instance.new("Weld",hand2)
1842
hand2weld.Part0 = larm
1843
hand2weld.Part1 = hand2
1844
hand2weld.C0 = CFrame.new(0,-1.2,0)
1845
----------------------------------------------------------------
1846
1847
function touch1(hit)
1848
if not hit.Parent:findFirstChild("Humanoid") then return end
1849
if hit.Parent:findFirstChild("Humanoid") ~= nil then
1850
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
1851
1852
zwc:Play()
1853
end
1854
end
1855
hand2.Touched:connect(touch1)
1856
leftpunch()
1857
1858
canattack = true
1859
hand2:Destroy()
1860
1861
	end
1862
	
1863
	if hit2 == true and canattack == true and kiout == true then
1864
	canattack = false
1865
	nohit = 0
1866
	kiblade5 = Instance.new("Part",char)
1867
kiblade5.Name = "Blade"
1868
kiblade5.Size = v3(1,5,1)
1869
kiblade5.Transparency = 1
1870
kiblade5.Color = Color3.fromRGB(170,0,127)
1871
kiblade5.Position = v3(999,999,999)
1872
kiblade5.CanCollide = false
1873
1874
1875
kiweld5 = Instance.new("Weld",kiblade5)
1876
kiweld5.Part0 = rarm
1877
kiweld5.Part1 = kiblade5
1878
kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
1879
	hit1 = false
1880
	hit2 = false
1881
	hit3 = true
1882
	hit4 = false
1883
	function touch1(hit)
1884
if not hit.Parent:findFirstChild("Humanoid") then return end
1885
if hit.Parent:findFirstChild("Humanoid") ~= nil then
1886
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
1887
	
1888
z42:Play()
1889
end
1890
end
1891
kiblade5.Touched:connect(touch1)
1892
	hum.WalkSpeed = 0
1893
	swing2()
1894
	hum.WalkSpeed = 16
1895
	
1896
	canattack = true
1897
kiblade5:Destroy()
1898
	end
1899
	
1900
	end
1901
end)
1902
mouse.KeyDown:connect(function(key)
1903
        if key == "e" then
1904
	if hit3 == true and canattack == true and kiout == false then
1905
	canattack = false
1906
	nohit = 0
1907
	
1908
	hit1 = true
1909
	hit2 = false
1910
	hit3 = false
1911
	hit4 = false
1912
hand3 = Instance.new("Part",lleg)
1913
hand3.Size = Vector3.new(1.5,1.5,1.5)
1914
hand3.CanCollide = false
1915
hand3.Transparency = 1
1916
hand3.Position = Vector3.new(999,999,999)
1917
hand3weld = Instance.new("Weld",hand3)
1918
hand3weld.Part0 = lleg
1919
hand3weld.Part1 = hand3
1920
hand3weld.C0 = CFrame.new(0,-1.2,0)
1921
----------------------------------------------------------------
1922
1923
function touch1(hit)
1924
if not hit.Parent:findFirstChild("Humanoid") then return end
1925
if hit.Parent:findFirstChild("Humanoid") ~= nil then
1926
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage
1927
	
1928
zwc:Play()
1929
end
1930
end
1931
hand3.Touched:connect(touch1)
1932
rightkick()
1933
1934
canattack = true
1935
hand3:Destroy()
1936
1937
	end
1938
	
1939
	if hit3 == true and canattack == true and kiout == true then
1940
		if clickon == true then
1941
		jk = true
1942
	clickon = false
1943
	end
1944
	canattack = false
1945
	kiblade5 = Instance.new("Part",char)
1946
kiblade5.Name = "Blade"
1947
kiblade5.Size = v3(1,5,1)
1948
kiblade5.Transparency = 1
1949
kiblade5.Color = Color3.fromRGB(170,0,127)
1950
kiblade5.Position = v3(999,999,999)
1951
kiblade5.CanCollide = false
1952
1953
1954
kiweld5 = Instance.new("Weld",kiblade5)
1955
kiweld5.Part0 = rarm
1956
kiweld5.Part1 = kiblade5
1957
kiweld5.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
1958
	nohit = 0
1959
	hit1 = true
1960
	hit2 = false
1961
	hit3 = false
1962
	hit4 = false
1963
	function touch1(hit)
1964
if not hit.Parent:findFirstChild("Humanoid") then return end
1965
if hit.Parent:findFirstChild("Humanoid") ~= nil then
1966
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - combodamage / 2
1967
	hit.Parent:findFirstChild("Torso").CFrame =	hit.Parent:findFirstChild("Torso").CFrame + v3(0,5,0)
1968
	
1969
z42:Play()
1970
end
1971
end
1972
kiblade5.Touched:connect(touch1)
1973
hum.WalkSpeed = 0
1974
	swing3()
1975
	hum.WalkSpeed = 16
1976
	
1977
	canattack = true
1978
	
1979
kiblade5:Destroy()
1980
wait(0.4)
1981
if jk == true then
1982
		jk = false
1983
		clickon = true
1984
	end
1985
	end
1986
	
1987
	
1988
	
1989
	
1990
	
1991
	
1992
	end
1993
end)
1994
1995
	
1996
	
1997
	
1998
	
1999
	
2000
	
2001
	
2002
	
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
kiblade = Instance.new("Part",char)
2016
kiblade.Name = "Blade"
2017
kiblade.Size = v3(1,5,1)
2018
kiblade.Transparency = 1
2019
kiblade.Color = Color3.fromRGB(255,255,255)
2020
kiblade.Position = v3(999,999,999)
2021
kiblade.CanCollide = false
2022
kiblademesh = Instance.new("SpecialMesh",kiblade)
2023
kiblademesh.MeshType = "FileMesh"
2024
kiblademesh.MeshId = "rbxassetid://898849476"
2025
kiblademesh.Scale = v3(0.01,0.0084,0.01)
2026
kiweld7 = Instance.new("Weld",kiblade)
2027
kiweld7.Part0 = rarm
2028
kiweld7.Part1 = kiblade
2029
kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))
2030
kiblade1 = Instance.new("Part",char)
2031
kiblade1.Name = "Blade"
2032
kiblade1.Transparency = 1
2033
kiblade1.Size = v3(0.1,0.1,0.1)
2034
kiblade1.Position = v3(999,999,999)
2035
kiblade1.CanCollide = false
2036
kiblademesh = Instance.new("SpecialMesh",kiblade1)
2037
kiblademesh.MeshType = "Sphere"
2038
kiblademesh.Scale = v3(1,1,1)
2039
kiweld = Instance.new("Weld",kiblade1)
2040
kiweld.Part0 = rarm
2041
kiweld.Part1 = kiblade1
2042
kiweld.C0 = CFrame.new(0,-1,0)
2043
kiblade2 = Instance.new("Part",char)
2044
kiblade2.Name = "Blade"
2045
kiblade2.Size = v3(0.1,0.1,0.1)
2046
kiblade2.Transparency = 1
2047
kiblade2.Position = v3(999,999,999)
2048
kiblade2.CanCollide = false
2049
kiblademesh = Instance.new("SpecialMesh",kiblade2)
2050
kiblademesh.MeshType = "Sphere"
2051
kiblademesh.Scale = v3(1,1,1)
2052
kiweld = Instance.new("Weld",kiblade2)
2053
kiweld.Part0 = rarm
2054
kiweld.Part1 = kiblade2
2055
kiweld.C0 = CFrame.new(0,-4.5,0)
2056
torso = game.Players.LocalPlayer.Character.Torso
2057
head = game.Players.LocalPlayer.Character.Head
2058
torso1 = Instance.new("Attachment",kiblade1)
2059
head1 = Instance.new("Attachment",kiblade2)
2060
trail = Instance.new("Trail",torso)
2061
trail.Color = ColorSequence.new(Color3.fromRGB(0,0,0))
2062
trail.Attachment0 = torso1
2063
trail.Attachment1 = head1
2064
trail.Lifetime = 0.5
2065
trail.Enabled = false
2066
light = Instance.new("PointLight",torso)
2067
light.Enabled = false
2068
light.Color = Color3.fromRGB(255,255,255)
2069
light.Brightness = 999
2070
light.Range = 50
2071
smoke = Instance.new("Smoke",torso)
2072
smoke.RiseVelocity = 5
2073
smoke.Color = Color3.fromRGB(0,0,0)
2074
smoke.Size = 20
2075
smoke.Opacity = 0.5
2076
smoke.Enabled = false
2077
2078
mouse.KeyDown:connect(function(key)
2079
        if key == "n" then
2080
	if kiout == false then
2081
		if canattack == true then
2082
			canattack = false
2083
			idle=false
2084
			idle1=false
2085
			wait(0.1)
2086
	kiout = true
2087
	swing11()
2088
	kiblade.Transparency = 0
2089
	trail.Enabled = true
2090
	wait(0.6)
2091
	canattack = true
2092
			idle=true
2093
			idle1=true
2094
	end
2095
	end
2096
	
2097
	
2098
	end
2099
end)
2100
function pushaway()
2101
for i = 1, 10 do
2102
		wait()
2103
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(0)), 0.4)--head
2104
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(-1)), 0.4)--torso
2105
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(10)), 0.4)--arm
2106
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.4)--arm
2107
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
2108
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
2109
		end
2110
for i = 1, 10 do
2111
		wait()
2112
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-80),math.rad(0)), 0.4)--head
2113
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(80), math.rad(1)), 0.4)--torso
2114
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.4)--arm
2115
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.4)--arm
2116
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.4)--leg
2117
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--leg
2118
end
2119
end
2120
mouse.KeyDown:connect(function(key)
2121
	if key == "m" then
2122
	if kiout == true then
2123
		
2124
		
2125
	kiout = false
2126
	kiblade.Transparency = 1
2127
	trail.Enabled = false
2128
		
2129
		end
2130
	end
2131
end)
2132
2133
2134
2135
function grab5()
2136
for i = 1, 10 do
2137
		wait()
2138
		
2139
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
2140
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso		
2141
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(10)), 0.1)--arm
2142
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-10)), 0.1)--arm
2143
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.1)--leg
2144
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.1)--leg
2145
end
2146
for i = 1, 10 do
2147
		wait()
2148
		
2149
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)--head
2150
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.2)--torso		
2151
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-40)), 0.2)--arm
2152
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(40)), 0.2)--arm
2153
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.2)--leg
2154
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(10)), 0.2)--leg
2155
end
2156
end
2157
2158
mouse.KeyDown:connect(function(key)
2159
        if key == "u" then
2160
	if canattack == true then
2161
		
2162
			if kiout == false then
2163
				grab2 = false
2164
					grabhit3 = Instance.new("Part",char)
2165
grabhit3.Size = Vector3.new(2,2,2)
2166
grabhit3.Name = "LOL"
2167
grabhit3.Position = Vector3.new(999,999,999)
2168
grabhit3.Transparency = 1
2169
grabhit3.CanCollide = false
2170
grabweld3 = Instance.new("Weld",grabhit3)
2171
grabweld3.Part0 = torso
2172
grabweld3.Part1 = grabhit3
2173
grabweld3.C0 = CFrame.new(0,0,-2)
2174
				
2175
				grab8 = false	
2176
				idle = false						
2177
			idle1 = false
2178
		canattack = false
2179
				hum.HipHeight = 0
2180
			
2181
			kiblade.Transparency = 0
2182
	trail.Enabled = true	
2183
	swing11()
2184
	if clickon == true then
2185
		jk = true
2186
	clickon = false
2187
	end
2188
				wait(1.4)
2189
				
2190
				go2 = true
2191
					flytowards()
2192
				
2193
function touch5(hit)
2194
if not hit.Parent:findFirstChild("Humanoid") then return end
2195
if hit.Parent:findFirstChild("Humanoid") ~= nil then
2196
	grabhit3.TouchInterest:Destroy()
2197
				go2 = false
2198
2199
2200
	
2201
	
2202
	
2203
	
2204
	
2205
	
2206
			
2207
2208
	
2209
	
2210
	
2211
	
2212
	
2213
	
2214
	grabhit = Instance.new("Part",char)
2215
grabhit.Size = Vector3.new(5,5,5)
2216
grabhit.Position = Vector3.new(999,999,999)
2217
grabhit.Transparency = 1
2218
grabhit.CanCollide = false
2219
grabweld = Instance.new("Weld",grabhit)
2220
grabweld.Part0 = torso
2221
grabweld.Part1 = grabhit
2222
grabweld.C0 = CFrame.new(0,0,-2)
2223
---------------------------------------------------------------
2224
hand1 = Instance.new("Part",rarm)
2225
hand1.Size = Vector3.new(0.1,0.1,0.1)
2226
hand1.CanCollide = false
2227
hand1.Transparency = 1
2228
hand1.Position = Vector3.new(999,999,999)
2229
hand2mesh = Instance.new("SpecialMesh",hand1)
2230
hand2mesh.MeshType = "FileMesh"
2231
2232
hand2mesh.Scale = Vector3.new(1,1,1)
2233
hand2aura = Instance.new("ParticleEmitter",hand1)
2234
hand2aura.Size = NumberSequence.new(1)
2235
hand2aura.Texture = "rbxassetid://715401010"
2236
hand2aura.Speed = NumberRange.new(0)
2237
hand2aura.LockedToPart = true
2238
hand2aura.Transparency = NumberSequence.new(1)
2239
hand2aura.RotSpeed = NumberRange.new(999)
2240
hand1weld = Instance.new("Weld",hand1)
2241
hand1weld.Part0 = rarm
2242
hand1weld.Part1 = hand1
2243
hand1weld.C0 = CFrame.new(0,-1.8,0)
2244
----------------------------------------------------------------
2245
hand2 = Instance.new("Part",rarm)
2246
hand2.Size = Vector3.new(1,1,1)
2247
hand1.CanCollide = false
2248
hand2.Transparency = 1
2249
hand2.Position = Vector3.new(999,999,999)
2250
2251
hand2weld = Instance.new("Weld",hand2)
2252
hand2weld.Part0 = larm
2253
hand2weld.Part1 = hand2
2254
hand2weld.C0 = CFrame.new(0,-1.2,0)
2255
function touch1(hit)
2256
if not hit.Parent:findFirstChild("Humanoid") then return end
2257
if hit.Parent:findFirstChild("Humanoid") ~= nil then
2258
	hu1 = hit.Parent:findFirstChild("Humanoid")
2259
	
2260
	t.Anchored = false
2261
	if clickon == true then
2262
		jk = true
2263
	clickon = false
2264
	end
2265
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
2266
	if hu1.Health > 100 then
2267
	hu1.MaxHealth = 100
2268
	hu1.Health = 100
2269
	end
2270
	
2271
end
2272
end
2273
hand1.Touched:connect(touch1)
2274
function touch2(hit)
2275
if not hit.Parent:findFirstChild("Humanoid") then return end
2276
if hit.Parent:findFirstChild("Humanoid") ~= nil then
2277
	hu1 = hit.Parent:findFirstChild("Humanoid")
2278
	
2279
2280
	if clickon == true then
2281
		jk = true
2282
	clickon = false
2283
	end
2284
	hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 0.5
2285
	if hu1.Health > 100 then
2286
	hu1.MaxHealth = 100
2287
	hu1.Health = 100
2288
end
2289
end
2290
end
2291
hand2.Touched:connect(touch2)
2292
function touch(hit)
2293
if not hit.Parent:findFirstChild("Humanoid") then return end
2294
if hit.Parent:findFirstChild("Humanoid") ~= nil then
2295
	grabhit.TouchInterest:Destroy()
2296
	grab2 = true
2297
	t.Anchored = false
2298
	if clickon == true then
2299
		jk = true
2300
	clickon = false
2301
	end
2302
	
2303
	
2304
	
2305
	hu12 = hit.Parent:findFirstChild("Humanoid")
2306
to12 = hit.Parent:findFirstChild("Torso")
2307
he12 = hit.Parent:findFirstChild("Head")
2308
ra12 = hit.Parent:findFirstChild("Right Arm")
2309
la12 = hit.Parent:findFirstChild("Left Arm")
2310
rl12 = hit.Parent:findFirstChild("Right Leg")
2311
ll12 = hit.Parent:findFirstChild("Left Leg")
2312
hu12.WalkSpeed = 0
2313
if hu12.Health > 100 then
2314
	hu12.MaxHealth = 100
2315
	hu12.Health = 100
2316
end
2317
2318
2319
2320
2321
end
2322
2323
if grab2 == true then
2324
	
2325
hu12.Health = hu12.Health - 10
2326
	firstswing()
2327
	hu12.Health = hu12.Health - 10
2328
	z42:Play()
2329
	pushed = true
2330
	go1 = true
2331
	flytowards()
2332
2333
	he12.Anchored = true
2334
	pushed = false
2335
	-------------------------------------------------------------
2336
	grabhit1 = Instance.new("Part",char)
2337
grabhit1.Size = Vector3.new(1,1,1)
2338
grabhit1.Position = Vector3.new(999,999,999)
2339
grabhit1.Transparency = 1
2340
grabhit1.CanCollide = false
2341
grabweld = Instance.new("Weld",grabhit1)
2342
grabweld.Part0 = torso
2343
grabweld.Part1 = grabhit1
2344
grabweld.C0 = CFrame.new(0,0,-2)
2345
function touch(hit)
2346
if not hit.Parent:findFirstChild("Humanoid") then return end
2347
if hit.Parent:findFirstChild("Humanoid") ~= nil then
2348
	grabhit1.TouchInterest:Destroy()
2349
	go1 = false
2350
2351
-------------------------------------------------------------------
2352
	
2353
	
2354
	swings()
2355
	hu12.Health = hu12.Health - 20
2356
	hu12.Health = hu12.Health - 10
2357
	he12.Anchored = false
2358
	pushed1 = true
2359
	divine.Transparency = .5
2360
	divine2.Transparency = .5
2361
	divine3.Transparency = .5
2362
	divine4.Transparency = .5
2363
	divine5.Transparency = .5
2364
	divine6.Transparency = .5
2365
	
2366
	divineswinging()
2367
	
2368
	hu12.Health = hu12.Health - 10
2369
	pushed1 = false
2370
	shot1 = false
2371
	divine.CFrame = to12.CFrame + hed.CFrame.lookVector
2372
		divine2.CFrame = ra12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
2373
		divine3.CFrame = la12.CFrame + hed.CFrame.lookVector + v3(0,0,0)
2374
		divine4.CFrame = rl12.CFrame + hed.CFrame.lookVector + v3(2.1,1.3,0)
2375
		divine5.CFrame = ll12.CFrame + hed.CFrame.lookVector + v3(-1.7,1.6,0)
2376
		divine6.CFrame = he12.CFrame + hed.CFrame.lookVector + v3(1.9,-1,0)
2377
	
2378
	divine.Anchored = true
2379
	divine2.Anchored = true
2380
	divine3.Anchored = true
2381
	divine4.Anchored = true
2382
	divine5.Anchored = true
2383
	divine6.Anchored = true
2384
	he12.Anchored = true
2385
	go1 = false
2386
	part6 = Instance.new("Part",to12)
2387
part6.Size = Vector3.new(1,1,1)
2388
part6.Transparency = 0
2389
part6.Position = hit.Position
2390
part6.BrickColor = BrickColor.new("Really red")
2391
partmesh = Instance.new("SpecialMesh",part6)
2392
partmesh.MeshType = "Sphere"
2393
partmesh.Scale = Vector3.new(1,1,1)
2394
partweld1 = Instance.new("Weld",to12)
2395
partweld1.Part0 = to12
2396
partweld1.Part1 = part6
2397
partweld1.C0 = CFrame.new(0,0,0)
2398
2399
	divineend()
2400
	
2401
	
2402
	wait(0.4)
2403
	hu12:Destroy()
2404
	
2405
	for i = 1,50 do
2406
	wait()
2407
	partmesh.Scale = partmesh.Scale + Vector3.new(7,7,7)
2408
	part6.Transparency = part6.Transparency + 0.02
2409
	end
2410
	hu12.WalkSpeed = 16
2411
	
2412
2413
------------------------------------------------------------
2414
	hand1:Destroy()
2415
hand2:Destroy()
2416
kiweld7.C0 = CFrame.new(0,-2.1,0) * CFrame.Angles(rad(180),rad(0),rad(0))	
2417
	kiblade.Transparency = 1
2418
	trail.Enabled = false
2419
	
2420
	for i,v in pairs(char:children()) do
2421
    if v:IsA("Accessory") then
2422
        v:Destroy()
2423
    end
2424
end
2425
for i,v in pairs(char:children()) do
2426
    if v:IsA("Hat") then
2427
        v:Destroy()
2428
    end
2429
end
2430
canattack = true
2431
idle = true
2432
			grabhit:Destroy()			
2433
			idle1 = true
2434
		
2435
	if jk == true then
2436
		jk = false
2437
		clickon = true
2438
	end
2439
	
2440
		grab8 = false
2441
		end
2442
end
2443
grabhit1.Touched:connect(touch)	
2444
end
2445
2446
	
2447
end
2448
2449
	
2450
2451
2452
2453
2454
2455
2456
grabhit.Touched:connect(touch)
2457
end
2458
end
2459
grabhit3.Touched:connect(touch5)
2460
2461
2462
	
2463
	wait(3)
2464
	
2465
	if grab2 == false then
2466
		grabhit3:Destroy()
2467
		go2 = false
2468
	kiblade.Transparency = 1
2469
	trail.Enabled = false
2470
canattack = true
2471
idle = true
2472
	up = 0	
2473
				
2474
			idle1 = true
2475
		if jk == true then
2476
		jk = false
2477
		clickon = true
2478
	end	
2479
2480
2481
	
2482
	end
2483
end
2484
end
2485
		
2486
	
2487
	end
2488
end)
2489
	
2490
	
2491
	
2492
	------------------------------------------------------------------
2493
	throw1 = 3
2494
game:GetService("RunService").RenderStepped:connect(function()
2495
	
2496
	
2497
	if pushed == true then
2498
		
2499
		to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 3 + v3(0,0.51,0)
2500
	end
2501
	if pushed1 == true then
2502
		
2503
		to12.CFrame = to12.CFrame + hed.CFrame.lookVector * 1.5 + v3(0,0,0)
2504
	end
2505
	if go1 == true then
2506
		
2507
		torso.CFrame = CFrame.new(torso.CFrame.p,to12.CFrame.p + v3(0,0,2))
2508
	end
2509
	if go2 == true then
2510
		torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p + v3(0,0,2))
2511
		
2512
	end
2513
	if shot1 == true then
2514
		throw1 = throw1 + 1.5
2515
		divine.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(0,0,0)
2516
		divine2.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(1,0,0)
2517
		divine3.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,-1,0)
2518
		divine4.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,1,0)
2519
		divine5.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(-1,1,0)
2520
		divine6.CFrame = hed.CFrame + hed.CFrame.lookVector * throw1 + v3(2,-1,0)
2521
		
2522
		
2523
	end
2524
	
2525
	
2526
	
2527
	
2528
	
2529
	
2530
	
2531
	
2532
	
2533
	
2534
	
2535
	
2536
	
2537
	
2538
	
2539
	if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2540
2541
			if walk == true then
2542
			
2543
			if canattack == true then
2544
			walk = false
2545
			ok = 0
2546
			hum.HipHeight = 0
2547
			lala = false
2548
			down2 = false
2549
			walkon = true
2550
			
2551
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
2552
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
2553
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
2554
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
2555
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
2556
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
2557
wait(0.1)
2558
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2559
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)--head
2560
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.5)--torso
2561
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(5)), 0.5)--rarm
2562
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-5)),0.5)--larm
2563
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(-5)),.5)--lleg
2564
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(5)),.5)--rleg
2565
		wait(0.1)
2566
		end
2567
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2568
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2569
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2570
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
2571
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
2572
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
2573
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
2574
		
2575
	
2576
wait(.1)
2577
end
2578
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2579
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2580
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2581
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(5)), .5)--rarm
2582
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-5)),1)--larm
2583
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(-5)),.5)--lleg
2584
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(5)),.5)--rleg
2585
		
2586
		
2587
wait(.1)
2588
end
2589
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2590
2591
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2592
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2593
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
2594
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
2595
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
2596
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
2597
wait(0.1)
2598
2599
end
2600
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2601
2602
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2603
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2604
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
2605
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
2606
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
2607
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
2608
wait(0.1)
2609
2610
end
2611
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2612
2613
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2614
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2615
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
2616
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
2617
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
2618
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
2619
wait(0.1)
2620
end
2621
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2622
2623
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2624
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2625
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(5)), .5)--rarm
2626
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-5)),.5)--larm
2627
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(5), math.rad(0), math.rad(-5)),.5)--lleg
2628
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.6, -.5) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(5)),.5)--rleg
2629
wait(0.1)
2630
end
2631
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2632
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2633
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2634
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
2635
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
2636
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
2637
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
2638
		wait(0.1)
2639
		
2640
end
2641
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then
2642
	hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2643
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2644
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(5)), .5)--rarm
2645
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-5)),.5)--larm
2646
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(-8), math.rad(0), math.rad(-5)),.5)--lleg
2647
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.2) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(5)),.5)--rleg
2648
		wait(0.1)
2649
	
2650
end
2651
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then	
2652
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2653
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2654
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
2655
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
2656
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
2657
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
2658
2659
wait(0.1)
2660
end
2661
if hum.MoveDirection.x > 0 and nohit > 10 or hum.MoveDirection.x < 0 and nohit > 10 then	
2662
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), .5)--head
2663
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), .5)--torso
2664
					rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(5)), .5)--rarm
2665
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-5)),.5)--larm
2666
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -.2) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)),.5)--lleg
2667
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)),.5)--rleg
2668
2669
wait(0.1)
2670
end
2671
2672
		walk = true
2673
			end	
2674
			end
2675
end
2676
	if hum.MoveDirection.x == 0 and nohit > 10 then
2677
		if idle1 == true then
2678
			if ssjr == true then
2679
			walkon = false
2680
			idle1 = false
2681
		idle = false
2682
			if canattack == true then
2683
idle = true
2684
idle1 = true
2685
			end
2686
		
2687
		hum.HipHeight = ok
2688
	stance1()
2689
	
2690
	end
2691
		end
2692
	end
2693
	if hum.MoveDirection.x == 0 and nohit > 10 then
2694
		if idle1 == true then
2695
			if base == true then
2696
				hum.HipHeight = 0
2697
				if canattack == true then
2698
idle = true
2699
idle1 = true
2700
end
2701
			walkon = false
2702
			idle1 = false
2703
		idle = false
2704
			if canattack == true then
2705
idle = true
2706
idle1 = true
2707
			end
2708
		
2709
	stance2()
2710
	
2711
	end
2712
		end
2713
	end
2714
	if rl == true then
2715
		rl = false
2716
		nohit = nohit + 0.2	
2717
		rl = true
2718
	end
2719
	
2720
	if lala == false and walkon == false then
2721
		
2722
		ok = ok + 0.05
2723
		
2724
	end
2725
	if ok > 3.9999999 and walkon == false then
2726
		lala = true
2727
		down2 = true
2728
		ok = ok - 0.05
2729
		
2730
	end
2731
	if ok < 0.1111111 and walkon == false then
2732
		down2 = false
2733
		lala = false
2734
	end
2735
	if down2 == true then
2736
		ok = ok - 0.05
2737
	end
2738
	
2739
	
2740
	
2741
	
2742
	
2743
	
2744
	if auracan3 == true then
2745
	auracan3 = false
2746
	aura3.Texture = "rbxassetid://901509906"
2747
	wait(0.07)
2748
	aura3.Texture = "rbxassetid://901510046"
2749
	wait(0.07)
2750
	aura3.Texture = "rbxassetid://901510125"
2751
	wait(0.07)
2752
	auracan3 = true
2753
	end
2754
	
2755
	
2756
	
2757
	
2758
	
2759
	if kamehameha == true then
2760
			aj1 = aj1 + 0.005
2761
			partaura.Size = NumberSequence.new(aj1)
2762
			beam1.Size=beam1.Size + v3(0.5,0.5,0)
2763
			beamdamage = beamdamage + 9
2764
			expl1.Size=expl1.Size + v3(0.01,0.01,0.01)*s1.Volume
2765
			exa1.Size=exa1.Size + v3(0.01,0.01,0.01)*s1.Volume
2766
	else
2767
		aj1 = 0.1
2768
		
2769
	end
2770
	
2771
if clickon == true then
2772
		
2773
	torso.CFrame = CFrame.new(torso.CFrame.p,t.CFrame.p)
2774
	if hu.Health > 100 then
2775
		hu.MaxHealth = 100
2776
		hu.Health = 100
2777
	end
2778
	if hu.Health < 1 then
2779
		clickon = false
2780
	
2781
		end
2782
		
2783
	end
2784
	
2785
	if darius == true then
2786
		darius = false
2787
	wait(0.1)
2788
part2.Texture = "http://www.roblox.com/asset/?id=926975911" 
2789
wait(0.1)
2790
part2.Texture = "http://www.roblox.com/asset/?id=926976058"
2791
wait(0.1)
2792
part2.Texture = "http://www.roblox.com/asset/?id=926976185"
2793
2794
2795
darius = true
2796
	end
2797
if darius1 == true then
2798
		darius1 = false
2799
	wait(0.1)
2800
part7.Texture = "http://www.roblox.com/asset/?id=927229024" 
2801
wait(0.1)
2802
part7.Texture = "http://www.roblox.com/asset/?id=927282857"
2803
wait(0.1)
2804
part7.Texture = "http://www.roblox.com/asset/?id=927283016"
2805
2806
2807
darius1 = true
2808
	end
2809
	
2810
	
2811
	if auracan1 == true then
2812
	auracan1 = false
2813
	aura1.Texture = "rbxassetid://281983000"
2814
	wait(0.1)
2815
aura1.Texture = "rbxassetid://281982895"
2816
	wait(0.1)
2817
aura1.Texture = "rbxassetid://281983092"
2818
	wait(0.1)
2819
aura1.Texture = "rbxassetid://281996097"
2820
	wait(0.1)
2821
aura1.Texture = "rbxassetid://281983189"
2822
	wait(0.1)
2823
aura1.Texture = "rbxassetid://281983242"
2824
	wait(0.1)
2825
aura1.Texture = "rbxassetid://281983280"
2826
	wait(0.1)
2827
aura1.Texture = "rbxassetid://281983337"
2828
	wait(0.1)
2829
	
2830
	auracan1 = true
2831
	end
2832
	
2833
2834
	
2835
	
2836
	
2837
	
2838
	
2839
	
2840
	
2841
	
2842
	
2843
	if shake == true then
2844
		if lolf == true then
2845
		lolf = false
2846
		
2847
hum.CameraOffset = Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))
2848
2849
2850
2851
		
2852
		wait()
2853
	lolf = true
2854
	end
2855
	end
2856
	
2857
end)
2858
zwc1 = Instance.new("Sound",torso)
2859
zwc1.Volume = 5
2860
zwc1.Looped = false
2861
zwc1.SoundId = "rbxassetid://744770874"
2862
mouse.KeyDown:connect(function(key)
2863
        if key == "z" then
2864
if canattack == true then
2865
	
2866
canattack = false
2867
idle = false
2868
hum.WalkSpeed = 0
2869
nohit = 0
2870
idle1 = false
2871
for i = 1, 10 do
2872
		wait()
2873
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)--head
2874
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)--torso
2875
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.4)--arm
2876
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.8,0.7,-0.7)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(140)), 0.4)--arm
2877
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-10)), 0.4)--leg
2878
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(10)), 0.4)--leg
2879
end
2880
2881
zwc1:Play()
2882
if clickon == true then
2883
torso.CFrame = t.CFrame - Vector3.new(0,0,2)
2884
else
2885
	torso.CFrame = torso.CFrame + torso.CFrame.lookVector * 40
2886
end
2887
canattack = true
2888
idle = true
2889
hum.WalkSpeed = 10
2890
idle1 = true
2891
end
2892
2893
2894
end
2895
end)
2896
2897
ee = Instance.new("Part",char)
2898
ee.Size = Vector3.new(0.2,0.2,0.2)
2899
ee.Position = Vector3.new(9999999,9999999,9999999)
2900
ee.Shape = "Ball"
2901
ee.BrickColor = BrickColor.new("Really red")
2902
ee1 = Instance.new("Part",char)
2903
ee1.Size = Vector3.new(0.18,0.18,0.18)
2904
ee1.Position = Vector3.new(999999,999999,999999)
2905
ee1.Shape = "Ball"
2906
ee1.BrickColor = BrickColor.new("Really black") 
2907
ee2 = Instance.new("Part",char)
2908
ee2.Size = Vector3.new(0.06,0.06,0.06)
2909
ee2.Shape = "Ball"
2910
ee2.BrickColor = BrickColor.new("Really black")
2911
ee2.Position = Vector3.new(99999,99999,99999)
2912
ee3 = Instance.new("Part",char)
2913
ee3.Size = Vector3.new(0.06,0.06,0.06)
2914
ee3.Shape = "Ball"
2915
ee3.BrickColor = BrickColor.new("Really black")
2916
ee3.Position = Vector3.new(9999,9999,9999)
2917
ee4 = Instance.new("Part",char)
2918
ee4.Size = Vector3.new(0.1,0.1,0.1)
2919
ee4.Shape = "Ball"
2920
ee4.BrickColor = BrickColor.new("Really black")
2921
ee4.Position = Vector3.new(999,999,999)
2922
eew = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
2923
eew.Part0 = game.Players.LocalPlayer.Character.Head
2924
eew.Part1 = ee
2925
eew.C0 = CFrame.new(-0.68,-0.22,0)
2926
eew1 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
2927
eew1.Part0 = ee
2928
eew1.Part1 = ee1
2929
eew1.C0 = CFrame.new(0,0.02,0)
2930
eew2 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
2931
eew2.Part0 = game.Players.LocalPlayer.Character.Head
2932
eew2.Part1 = ee2
2933
eew2.C0 = CFrame.new(-0.67,-0.1,0)
2934
eew3 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
2935
eew3.Part0 = game.Players.LocalPlayer.Character.Head
2936
eew3.Part1 = ee3
2937
eew3.C0 = CFrame.new(-0.66,-0.05,0)
2938
eew4 = Instance.new("Weld",game.Players.LocalPlayer.Character.Head)
2939
eew4.Part0 = game.Players.LocalPlayer.Character.Head
2940
eew4.Part1 = ee4
2941
eew4.C0 = CFrame.new(-0.64,-0.01,0)
2942
    local txt = Instance.new("BillboardGui", char)
2943
    txt.Adornee = char .Head
2944
    txt.Name = "_status"
2945
    txt.Size = UDim2.new(2, 0, 1.2, 0)
2946
    txt.StudsOffset = Vector3.new(-9, 11, 0)
2947
    local text = Instance.new("TextLabel", txt)
2948
    text.Size = UDim2.new(10, 0, 7, 0)
2949
    text.FontSize = "Size24"
2950
    text.TextScaled = true
2951
    text.TextTransparency = 0
2952
    text.BackgroundTransparency = 1
2953
    text.TextTransparency = 0
2954
    text.TextStrokeTransparency = 0
2955
    text.Font = "Cartoon"
2956
    text.TextStrokeColor3 = Color3.new(255,255,255)
2957
 
2958
    v=Instance.new("Part")
2959
    v.Name = "ColorBrick"
2960
    v.Parent=p.Character
2961
    v.FormFactor="Symmetric"
2962
    v.Anchored=true
2963
    v.CanCollide=false
2964
    v.BottomSurface="Smooth"
2965
    v.TopSurface="Smooth"
2966
    v.Size=Vector3.new(10,5,3)
2967
    v.Transparency=1
2968
    v.CFrame=char.Torso.CFrame
2969
    v.BrickColor=BrickColor.new(CV)
2970
    v.Transparency=1
2971
    text.TextColor3 = Color3.new(255,0,0)
2972
    v.Shape="Block"
2973
    text.Text = "Black Goku(Edited)"
2974
chatfunc("Original Black Goku made by DarkerThanBlack20")
2975
wait(4)
2976
chatfunc("Edited by yapjingwei")
2977
wait(2)
2978
chatfunc("Have Fun!")
2979
wait(1)
2980
chatfunc("")
2981
wait(1)
2982
chat("My Master Have Been Watching You And Thinks You're A Big Threat To The Evil Realm.")
2983
wait(3)
2984
chat("So I'll Eliminate You And Bring Him You're Head.")
2985
wait(2)
2986
if Character:FindFirstChild("TalkingBillBoard")~= nil then
2987
Character:FindFirstChild("TalkingBillBoard"):destroy()
2988
end
2989
----------------------------------------------------------------------
2990
hum.WalkSpeed = 0
2991
Colors = {"White", "White"}
2992
GroundWave1()
2993
wait(0.1)
2994
GroundBall1()
2995
wait(0.1)
2996
GroundWave1()
2997
wait(0.1)
2998
GroundWave1()
2999
wait(0.1)
3000
GroundWave1()
3001
wait(0.1)
3002
GroundBall1()
3003
wait(0.1)
3004
GroundWave1()
3005
wait(0.1)
3006
GroundWave1()
3007
wait(0.1)
3008
GroundBall1()
3009
wait(0.1)
3010
GroundBall1()
3011
wait(0.1)
3012
GroundBall1()
3013
wait(0.05)
3014
GroundBall1()
3015
wait(0.001)
3016
local m2 = Instance.new("Model")
3017
m2.Name = "Wings"
3018
p1 = Instance.new("Part", m2)
3019
p1.BrickColor = BrickColor.new("White")
3020
p1.Material = Enum.Material.Neon
3021
p1.CFrame = CFrame.new(28.7928066, 27.8741341, 25.9347725, -0.579227924, -0.579227805, -0.573576331, 0.707106769, -0.707106769, 0, -0.405579776, -0.405579716, 0.819152117)
3022
p1.FormFactor = Enum.FormFactor.Custom
3023
p1.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
3024
p1.BottomSurface = Enum.SurfaceType.Smooth
3025
p1.TopSurface = Enum.SurfaceType.Smooth
3026
b1 = Instance.new("SpecialMesh", p1)
3027
b1.MeshType = Enum.MeshType.Sphere
3028
b1.Name = "Mesh"
3029
p2 = Instance.new("Part", m2)
3030
p2.BrickColor = BrickColor.new("White")
3031
p2.Material = Enum.Material.SmoothPlastic
3032
p2.Reflectance = 0.30000001192093
3033
p2.CFrame = CFrame.new(23.8806973, 23.7568359, 26.9065781, -0.573576033, 0.346188396, -0.742403686, 0, -0.906307817, -0.422617972, -0.819152117, -0.24240382, 0.519836783)
3034
p2.CanCollide = false
3035
p2.FormFactor = Enum.FormFactor.Custom
3036
p2.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3037
p2.BottomSurface = Enum.SurfaceType.Smooth
3038
p2.TopSurface = Enum.SurfaceType.Smooth
3039
b2 = Instance.new("SpecialMesh", p2)
3040
b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
3041
b2.TextureId = ""
3042
b2.MeshType = Enum.MeshType.FileMesh
3043
b2.Name = "Mesh"
3044
b2.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3045
p3 = Instance.new("Part", m2)
3046
p3.BrickColor = BrickColor.new("White")
3047
p3.Material = Enum.Material.SmoothPlastic
3048
p3.Reflectance = 0.30000001192093
3049
p3.CFrame = CFrame.new(23.7651176, 23.6910381, 26.9875221, -0.573576033, 0.346188247, -0.742403686, -2.40360578e-007, -0.906307697, -0.422617912, -0.819152117, -0.242403969, 0.519836664)
3050
p3.CanCollide = false
3051
p3.FormFactor = Enum.FormFactor.Custom
3052
p3.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3053
p3.BottomSurface = Enum.SurfaceType.Smooth
3054
p3.TopSurface = Enum.SurfaceType.Smooth
3055
b3 = Instance.new("SpecialMesh", p3)
3056
b3.MeshId = "http://www.roblox.com/asset/?id=3270017"
3057
b3.TextureId = ""
3058
b3.MeshType = Enum.MeshType.FileMesh
3059
b3.Name = "Mesh"
3060
b3.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3061
p4 = Instance.new("Part", m2)
3062
p4.BrickColor = BrickColor.new("White")
3063
p4.Material = Enum.Material.SmoothPlastic
3064
p4.Reflectance = 0.30000001192093
3065
p4.CFrame = CFrame.new(29.5663891, 25.8075085, 26.4371891, -0.573576391, 0.280166149, 0.769750714, 2.08616257e-007, -0.939692259, 0.342020333, 0.819151878, 0.196174487, 0.538985968)
3066
p4.CanCollide = false
3067
p4.FormFactor = Enum.FormFactor.Custom
3068
p4.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3069
p4.BottomSurface = Enum.SurfaceType.Smooth
3070
p4.TopSurface = Enum.SurfaceType.Smooth
3071
b4 = Instance.new("SpecialMesh", p4)
3072
b4.MeshId = "http://www.roblox.com/asset/?id=3270017"
3073
b4.TextureId = ""
3074
b4.MeshType = Enum.MeshType.FileMesh
3075
b4.Name = "Mesh"
3076
b4.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3077
p5 = Instance.new("Part", m2)
3078
p5.BrickColor = BrickColor.new("White")
3079
p5.Material = Enum.Material.SmoothPlastic
3080
p5.Reflectance = 0.30000001192093
3081
p5.CFrame = CFrame.new(23.880703, 23.7568455, 26.9065876, -0.573576212, 0.346188098, -0.742403805, -4.76837158e-007, -0.906307578, -0.422617912, -0.819152236, -0.242404133, 0.519836485)
3082
p5.CanCollide = false
3083
p5.FormFactor = Enum.FormFactor.Custom
3084
p5.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3085
p5.BottomSurface = Enum.SurfaceType.Smooth
3086
p5.TopSurface = Enum.SurfaceType.Smooth
3087
b5 = Instance.new("SpecialMesh", p5)
3088
b5.MeshId = "http://www.roblox.com/asset/?id=3270017"
3089
b5.TextureId = ""
3090
b5.MeshType = Enum.MeshType.FileMesh
3091
b5.Name = "Mesh"
3092
b5.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3093
p6 = Instance.new("Part", m2)
3094
p6.BrickColor = BrickColor.new("White")
3095
p6.Material = Enum.Material.SmoothPlastic
3096
p6.Reflectance = 0.30000001192093
3097
p6.CFrame = CFrame.new(23.6530266, 23.6272411, 27.0660267, -0.573576212, 0.346187949, -0.742403805, -7.17197622e-007, -0.906307459, -0.422617853, -0.819152236, -0.242404282, 0.519836366)
3098
p6.CanCollide = false
3099
p6.FormFactor = Enum.FormFactor.Custom
3100
p6.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3101
p6.BottomSurface = Enum.SurfaceType.Smooth
3102
p6.TopSurface = Enum.SurfaceType.Smooth
3103
b6 = Instance.new("SpecialMesh", p6)
3104
b6.MeshId = "http://www.roblox.com/asset/?id=3270017"
3105
b6.TextureId = ""
3106
b6.MeshType = Enum.MeshType.FileMesh
3107
b6.Name = "Mesh"
3108
b6.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3109
p7 = Instance.new("Part", m2)
3110
p7.BrickColor = BrickColor.new("White")
3111
p7.Material = Enum.Material.SmoothPlastic
3112
p7.Reflectance = 0.30000001192093
3113
p7.CFrame = CFrame.new(23.7651253, 23.6910515, 26.9875393, -0.573576212, 0.3461878, -0.742403805, -9.57558086e-007, -0.90630734, -0.422617793, -0.819152236, -0.242404431, 0.519836247)
3114
p7.CanCollide = false
3115
p7.FormFactor = Enum.FormFactor.Custom
3116
p7.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3117
p7.BottomSurface = Enum.SurfaceType.Smooth
3118
p7.TopSurface = Enum.SurfaceType.Smooth
3119
b7 = Instance.new("SpecialMesh", p7)
3120
b7.MeshId = "http://www.roblox.com/asset/?id=3270017"
3121
b7.TextureId = ""
3122
b7.MeshType = Enum.MeshType.FileMesh
3123
b7.Name = "Mesh"
3124
b7.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3125
p8 = Instance.new("Part", m2)
3126
p8.BrickColor = BrickColor.new("White")
3127
p8.Material = Enum.Material.SmoothPlastic
3128
p8.Reflectance = 0.30000001192093
3129
p8.CFrame = CFrame.new(23.6530304, 23.6272488, 27.0660381, -0.573576212, 0.346187651, -0.742403805, -1.19791855e-006, -0.90630722, -0.422617733, -0.819152236, -0.24240458, 0.519836128)
3130
p8.CanCollide = false
3131
p8.FormFactor = Enum.FormFactor.Custom
3132
p8.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3133
p8.BottomSurface = Enum.SurfaceType.Smooth
3134
p8.TopSurface = Enum.SurfaceType.Smooth
3135
b8 = Instance.new("SpecialMesh", p8)
3136
b8.MeshId = "http://www.roblox.com/asset/?id=3270017"
3137
b8.TextureId = ""
3138
b8.MeshType = Enum.MeshType.FileMesh
3139
b8.Name = "Mesh"
3140
b8.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3141
p9 = Instance.new("Part", m2)
3142
p9.BrickColor = BrickColor.new("White")
3143
p9.Material = Enum.Material.SmoothPlastic
3144
p9.Reflectance = 0.30000001192093
3145
p9.CFrame = CFrame.new(30.2536392, 23.691061, 26.9184284, -0.573576212, -0.346188962, 0.74240309, 4.47034836e-007, -0.906307578, -0.422616601, 0.81915164, -0.242404819, 0.519836843)
3146
p9.CanCollide = false
3147
p9.FormFactor = Enum.FormFactor.Custom
3148
p9.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3149
p9.BottomSurface = Enum.SurfaceType.Smooth
3150
p9.TopSurface = Enum.SurfaceType.Smooth
3151
b9 = Instance.new("SpecialMesh", p9)
3152
b9.MeshId = "http://www.roblox.com/asset/?id=3270017"
3153
b9.TextureId = ""
3154
b9.MeshType = Enum.MeshType.FileMesh
3155
b9.Name = "Mesh"
3156
b9.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3157
p10 = Instance.new("Part", m2)
3158
p10.BrickColor = BrickColor.new("White")
3159
p10.Material = Enum.Material.SmoothPlastic
3160
p10.Reflectance = 0.30000001192093
3161
p10.CFrame = CFrame.new(27.9471893, 26.8180733, 25.3034286, -0.573576212, 0.469845235, 0.671010077, 2.86794574e-007, -0.819150567, 0.573576927, 0.81915164, 0.328989446, 0.469847172)
3162
p10.CanCollide = false
3163
p10.FormFactor = Enum.FormFactor.Custom
3164
p10.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3165
p10.BottomSurface = Enum.SurfaceType.Smooth
3166
p10.TopSurface = Enum.SurfaceType.Smooth
3167
b10 = Instance.new("SpecialMesh", p10)
3168
b10.MeshId = "http://www.roblox.com/asset/?id=3270017"
3169
b10.TextureId = ""
3170
b10.MeshType = Enum.MeshType.FileMesh
3171
b10.Name = "Mesh"
3172
b10.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3173
p11 = Instance.new("Part", m2)
3174
p11.BrickColor = BrickColor.new("White")
3175
p11.Material = Enum.Material.SmoothPlastic
3176
p11.Reflectance = 0.30000001192093
3177
p11.CFrame = CFrame.new(27.8153667, 25.7751122, 25.211132, -0.573576212, 0.469845206, 0.671010017, 3.03888498e-007, -0.819150567, 0.573576987, 0.81915164, 0.328989416, 0.469847172)
3178
p11.CanCollide = false
3179
p11.FormFactor = Enum.FormFactor.Custom
3180
p11.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3181
p11.BottomSurface = Enum.SurfaceType.Smooth
3182
p11.TopSurface = Enum.SurfaceType.Smooth
3183
b11 = Instance.new("SpecialMesh", p11)
3184
b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
3185
b11.TextureId = ""
3186
b11.MeshType = Enum.MeshType.FileMesh
3187
b11.Name = "Mesh"
3188
b11.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3189
p12 = Instance.new("Part", m2)
3190
p12.BrickColor = BrickColor.new("White")
3191
p12.Material = Enum.Material.SmoothPlastic
3192
p12.Reflectance = 0.30000001192093
3193
p12.CFrame = CFrame.new(29.655653, 24.6090927, 26.4997177, -0.573576212, 0.212011248, 0.791239619, 2.79475898e-007, -0.965924561, 0.258820325, 0.81915164, 0.14845185, 0.554032922)
3194
p12.CanCollide = false
3195
p12.FormFactor = Enum.FormFactor.Custom
3196
p12.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3197
p12.BottomSurface = Enum.SurfaceType.Smooth
3198
p12.TopSurface = Enum.SurfaceType.Smooth
3199
b12 = Instance.new("SpecialMesh", p12)
3200
b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
3201
b12.TextureId = ""
3202
b12.MeshType = Enum.MeshType.FileMesh
3203
b12.Name = "Mesh"
3204
b12.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3205
p13 = Instance.new("Part", m2)
3206
p13.BrickColor = BrickColor.new("White")
3207
p13.Material = Enum.Material.SmoothPlastic
3208
p13.Reflectance = 0.30000001192093
3209
p13.CFrame = CFrame.new(27.9198303, 25.8644161, 25.2842865, -0.573576212, 0.469845116, 0.671010017, 2.51205847e-007, -0.819150507, 0.573577106, 0.81915164, 0.328989446, 0.469847202)
3210
p13.CanCollide = false
3211
p13.FormFactor = Enum.FormFactor.Custom
3212
p13.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3213
p13.BottomSurface = Enum.SurfaceType.Smooth
3214
p13.TopSurface = Enum.SurfaceType.Smooth
3215
b13 = Instance.new("SpecialMesh", p13)
3216
b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
3217
b13.TextureId = ""
3218
b13.MeshType = Enum.MeshType.FileMesh
3219
b13.Name = "Mesh"
3220
b13.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3221
p14 = Instance.new("Part", m2)
3222
p14.BrickColor = BrickColor.new("White")
3223
p14.Material = Enum.Material.SmoothPlastic
3224
p14.Reflectance = 0.30000001192093
3225
p14.CFrame = CFrame.new(29.778841, 24.6493893, 26.5859776, -0.573576212, 0.212011158, 0.791239619, 2.26793262e-007, -0.965924621, 0.258820474, 0.81915164, 0.148451865, 0.554032922)
3226
p14.CanCollide = false
3227
p14.FormFactor = Enum.FormFactor.Custom
3228
p14.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3229
p14.BottomSurface = Enum.SurfaceType.Smooth
3230
p14.TopSurface = Enum.SurfaceType.Smooth
3231
b14 = Instance.new("SpecialMesh", p14)
3232
b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
3233
b14.TextureId = ""
3234
b14.MeshType = Enum.MeshType.FileMesh
3235
b14.Name = "Mesh"
3236
b14.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3237
p15 = Instance.new("Part", m2)
3238
p15.BrickColor = BrickColor.new("White")
3239
p15.Material = Enum.Material.SmoothPlastic
3240
p15.Reflectance = 0.30000001192093
3241
p15.CFrame = CFrame.new(29.3303242, 25.7026424, 26.271925, -0.573576212, 0.280165315, 0.769750893, 1.98523225e-007, -0.939691305, 0.342021316, 0.81915164, 0.196174055, 0.538986266)
3242
p15.CanCollide = false
3243
p15.FormFactor = Enum.FormFactor.Custom
3244
p15.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3245
p15.BottomSurface = Enum.SurfaceType.Smooth
3246
p15.TopSurface = Enum.SurfaceType.Smooth
3247
b15 = Instance.new("SpecialMesh", p15)
3248
b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
3249
b15.TextureId = ""
3250
b15.MeshType = Enum.MeshType.FileMesh
3251
b15.Name = "Mesh"
3252
b15.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3253
p16 = Instance.new("Part", m2)
3254
p16.BrickColor = BrickColor.new("White")
3255
p16.Material = Enum.Material.SmoothPlastic
3256
p16.Reflectance = 0.30000001192093
3257
p16.CFrame = CFrame.new(29.8983212, 24.6884689, 26.6696377, -0.573576272, 0.212011099, 0.791239798, 1.39939146e-007, -0.965924501, 0.258820534, 0.81915158, 0.148451924, 0.554033041)
3258
p16.CanCollide = false
3259
p16.FormFactor = Enum.FormFactor.Custom
3260
p16.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3261
p16.BottomSurface = Enum.SurfaceType.Smooth
3262
p16.TopSurface = Enum.SurfaceType.Smooth
3263
b16 = Instance.new("SpecialMesh", p16)
3264
b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
3265
b16.TextureId = ""
3266
b16.MeshType = Enum.MeshType.FileMesh
3267
b16.Name = "Mesh"
3268
b16.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3269
p17 = Instance.new("Part", m2)
3270
p17.BrickColor = BrickColor.new("White")
3271
p17.Material = Enum.Material.SmoothPlastic
3272
p17.Reflectance = 0.30000001192093
3273
p17.CFrame = CFrame.new(29.5664043, 25.8075294, 26.4372196, -0.573576272, 0.280165255, 0.769751072, 1.1166911e-007, -0.939691126, 0.342021376, 0.81915158, 0.196174115, 0.538986385)
3274
p17.CanCollide = false
3275
p17.FormFactor = Enum.FormFactor.Custom
3276
p17.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3277
p17.BottomSurface = Enum.SurfaceType.Smooth
3278
p17.TopSurface = Enum.SurfaceType.Smooth
3279
b17 = Instance.new("SpecialMesh", p17)
3280
b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
3281
b17.TextureId = ""
3282
b17.MeshType = Enum.MeshType.FileMesh
3283
b17.Name = "Mesh"
3284
b17.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3285
p18 = Instance.new("Part", m2)
3286
p18.BrickColor = BrickColor.new("White")
3287
p18.Material = Enum.Material.SmoothPlastic
3288
p18.Reflectance = 0.30000001192093
3289
p18.CFrame = CFrame.new(28.021162, 25.9510212, 25.3552322, -0.573576331, 0.469845086, 0.671010435, 8.10900147e-008, -0.819150269, 0.573577285, 0.819151521, 0.328989595, 0.469847381)
3290
p18.CanCollide = false
3291
p18.FormFactor = Enum.FormFactor.Custom
3292
p18.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3293
p18.BottomSurface = Enum.SurfaceType.Smooth
3294
p18.TopSurface = Enum.SurfaceType.Smooth
3295
b18 = Instance.new("SpecialMesh", p18)
3296
b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
3297
b18.TextureId = ""
3298
b18.MeshType = Enum.MeshType.FileMesh
3299
b18.Name = "Mesh"
3300
b18.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3301
p19 = Instance.new("Part", m2)
3302
p19.BrickColor = BrickColor.new("White")
3303
p19.Material = Enum.Material.SmoothPlastic
3304
p19.Reflectance = 0.30000001192093
3305
p19.CFrame = CFrame.new(30.3657436, 23.6272507, 26.9969234, -0.573576272, -0.346189439, 0.74240303, -9.24166343e-009, -0.906307697, -0.422616035, 0.819151521, -0.242404714, 0.519837141)
3306
p19.CanCollide = false
3307
p19.FormFactor = Enum.FormFactor.Custom
3308
p19.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3309
p19.BottomSurface = Enum.SurfaceType.Smooth
3310
p19.TopSurface = Enum.SurfaceType.Smooth
3311
b19 = Instance.new("SpecialMesh", p19)
3312
b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
3313
b19.TextureId = ""
3314
b19.MeshType = Enum.MeshType.FileMesh
3315
b19.Name = "Mesh"
3316
b19.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3317
p20 = Instance.new("Part", m2)
3318
p20.BrickColor = BrickColor.new("White")
3319
p20.Material = Enum.Material.SmoothPlastic
3320
p20.Reflectance = 0.30000001192093
3321
p20.CFrame = CFrame.new(30.2536469, 23.6910553, 26.9184265, -0.573576272, -0.346189529, 0.742402911, -2.63107069e-007, -0.906307518, -0.422615975, 0.819151521, -0.242404476, 0.519837141)
3322
p20.CanCollide = false
3323
p20.FormFactor = Enum.FormFactor.Custom
3324
p20.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3325
p20.BottomSurface = Enum.SurfaceType.Smooth
3326
p20.TopSurface = Enum.SurfaceType.Smooth
3327
b20 = Instance.new("SpecialMesh", p20)
3328
b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
3329
b20.TextureId = ""
3330
b20.MeshType = Enum.MeshType.FileMesh
3331
b20.Name = "Mesh"
3332
b20.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3333
p21 = Instance.new("Part", m2)
3334
p21.BrickColor = BrickColor.new("White")
3335
p21.Material = Enum.Material.SmoothPlastic
3336
p21.Reflectance = 0.30000001192093
3337
p21.CFrame = CFrame.new(27.8458843, 26.7314644, 25.2324886, -0.573576272, 0.469844759, 0.671010494, -4.23347274e-007, -0.819149971, 0.573577166, 0.819151521, 0.328989863, 0.469847023)
3338
p21.CanCollide = false
3339
p21.FormFactor = Enum.FormFactor.Custom
3340
p21.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3341
p21.BottomSurface = Enum.SurfaceType.Smooth
3342
p21.TopSurface = Enum.SurfaceType.Smooth
3343
b21 = Instance.new("SpecialMesh", p21)
3344
b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
3345
b21.TextureId = ""
3346
b21.MeshType = Enum.MeshType.FileMesh
3347
b21.Name = "Mesh"
3348
b21.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3349
p22 = Instance.new("Part", m2)
3350
p22.BrickColor = BrickColor.new("White")
3351
p22.Material = Enum.Material.SmoothPlastic
3352
p22.Reflectance = 0.30000001192093
3353
p22.CFrame = CFrame.new(30.1380615, 23.756855, 26.8374882, -0.573576212, -0.346189648, 0.742402732, -5.1367897e-007, -0.906307459, -0.422615856, 0.819151521, -0.242404282, 0.519837141)
3354
p22.CanCollide = false
3355
p22.FormFactor = Enum.FormFactor.Custom
3356
p22.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3357
p22.BottomSurface = Enum.SurfaceType.Smooth
3358
p22.TopSurface = Enum.SurfaceType.Smooth
3359
b22 = Instance.new("SpecialMesh", p22)
3360
b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
3361
b22.TextureId = ""
3362
b22.MeshType = Enum.MeshType.FileMesh
3363
b22.Name = "Mesh"
3364
b22.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3365
p23 = Instance.new("Part", m2)
3366
p23.BrickColor = BrickColor.new("White")
3367
p23.Material = Enum.Material.SmoothPlastic
3368
p23.Reflectance = 0.30000001192093
3369
p23.CFrame = CFrame.new(29.4501858, 25.7558784, 26.3558216, -0.573576212, 0.280164778, 0.769751191, -6.73919146e-007, -0.939690709, 0.342021406, 0.819151521, 0.196174636, 0.538986027)
3370
p23.CanCollide = false
3371
p23.FormFactor = Enum.FormFactor.Custom
3372
p23.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3373
p23.BottomSurface = Enum.SurfaceType.Smooth
3374
p23.TopSurface = Enum.SurfaceType.Smooth
3375
b23 = Instance.new("SpecialMesh", p23)
3376
b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
3377
b23.TextureId = ""
3378
b23.MeshType = Enum.MeshType.FileMesh
3379
b23.Name = "Mesh"
3380
b23.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3381
p24 = Instance.new("Part", m2)
3382
p24.BrickColor = BrickColor.new("White")
3383
p24.Material = Enum.Material.SmoothPlastic
3384
p24.Reflectance = 0.30000001192093
3385
p24.CFrame = CFrame.new(29.3303471, 25.702631, 26.2719078, -0.573576272, 0.280164808, 0.76975143, -7.04498234e-007, -0.939690709, 0.342021465, 0.819151461, 0.196174651, 0.538986087)
3386
p24.CanCollide = false
3387
p24.FormFactor = Enum.FormFactor.Custom
3388
p24.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3389
p24.BottomSurface = Enum.SurfaceType.Smooth
3390
p24.TopSurface = Enum.SurfaceType.Smooth
3391
b24 = Instance.new("SpecialMesh", p24)
3392
b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
3393
b24.TextureId = ""
3394
b24.MeshType = Enum.MeshType.FileMesh
3395
b24.Name = "Mesh"
3396
b24.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3397
p25 = Instance.new("Part", m2)
3398
p25.BrickColor = BrickColor.new("White")
3399
p25.Material = Enum.Material.SmoothPlastic
3400
p25.Reflectance = 0.30000001192093
3401
p25.CFrame = CFrame.new(29.7788715, 24.6493816, 26.5859661, -0.573576331, 0.212010548, 0.791240335, -7.63082312e-007, -0.965923905, 0.258820742, 0.819151402, 0.14845252, 0.554032862)
3402
p25.CanCollide = false
3403
p25.FormFactor = Enum.FormFactor.Custom
3404
p25.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3405
p25.BottomSurface = Enum.SurfaceType.Smooth
3406
p25.TopSurface = Enum.SurfaceType.Smooth
3407
b25 = Instance.new("SpecialMesh", p25)
3408
b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
3409
b25.TextureId = ""
3410
b25.MeshType = Enum.MeshType.FileMesh
3411
b25.Name = "Mesh"
3412
b25.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3413
p26 = Instance.new("Part", m2)
3414
p26.BrickColor = BrickColor.new("White")
3415
p26.Material = Enum.Material.SmoothPlastic
3416
p26.Reflectance = 0.30000001192093
3417
p26.CFrame = CFrame.new(29.450201, 25.7558823, 26.3558235, -0.573576331, 0.280164748, 0.769751668, -7.91352306e-007, -0.93969059, 0.342021525, 0.819151402, 0.196174681, 0.538986146)
3418
p26.CanCollide = false
3419
p26.FormFactor = Enum.FormFactor.Custom
3420
p26.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3421
p26.BottomSurface = Enum.SurfaceType.Smooth
3422
p26.TopSurface = Enum.SurfaceType.Smooth
3423
b26 = Instance.new("SpecialMesh", p26)
3424
b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
3425
b26.TextureId = ""
3426
b26.MeshType = Enum.MeshType.FileMesh
3427
b26.Name = "Mesh"
3428
b26.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3429
p27 = Instance.new("Part", m2)
3430
p27.BrickColor = BrickColor.new("White")
3431
p27.Material = Enum.Material.SmoothPlastic
3432
p27.Reflectance = 0.30000001192093
3433
p27.CFrame = CFrame.new(30.3657703, 23.6272449, 26.9969063, -0.57357645, -0.346190155, 0.74240309, -9.161393e-007, -0.90630734, -0.422615707, 0.819151342, -0.242404088, 0.51983732)
3434
p27.CanCollide = false
3435
p27.FormFactor = Enum.FormFactor.Custom
3436
p27.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3437
p27.BottomSurface = Enum.SurfaceType.Smooth
3438
p27.TopSurface = Enum.SurfaceType.Smooth
3439
b27 = Instance.new("SpecialMesh", p27)
3440
b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
3441
b27.TextureId = ""
3442
b27.MeshType = Enum.MeshType.FileMesh
3443
b27.Name = "Mesh"
3444
b27.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3445
p28 = Instance.new("Part", m2)
3446
p28.BrickColor = BrickColor.new("White")
3447
p28.Material = Enum.Material.SmoothPlastic
3448
p28.Reflectance = 0.30000001192093
3449
p28.CFrame = CFrame.new(28.0211868, 25.9510098, 25.3552094, -0.57357645, 0.469844639, 0.67101109, -1.07637948e-006, -0.819149673, 0.573577106, 0.819151342, 0.328990191, 0.469846785)
3450
p28.CanCollide = false
3451
p28.FormFactor = Enum.FormFactor.Custom
3452
p28.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3453
p28.BottomSurface = Enum.SurfaceType.Smooth
3454
p28.TopSurface = Enum.SurfaceType.Smooth
3455
b28 = Instance.new("SpecialMesh", p28)
3456
b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
3457
b28.TextureId = ""
3458
b28.MeshType = Enum.MeshType.FileMesh
3459
b28.Name = "Mesh"
3460
b28.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3461
p29 = Instance.new("Part", m2)
3462
p29.BrickColor = BrickColor.new("White")
3463
p29.Material = Enum.Material.Neon
3464
p29.CFrame = CFrame.new(31.2683067, 23.2277946, 27.6474876, 0.280168235, -0.769749522, -0.573576212, 0.939691305, 0.342017233, -1.0690095e-006, 0.19617486, -0.538985491, 0.819151521)
3465
p29.FormFactor = Enum.FormFactor.Custom
3466
p29.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
3467
p29.BottomSurface = Enum.SurfaceType.Smooth
3468
p29.TopSurface = Enum.SurfaceType.Smooth
3469
b29 = Instance.new("SpecialMesh", p29)
3470
b29.MeshType = Enum.MeshType.Sphere
3471
b29.Name = "Mesh"
3472
p30 = Instance.new("Part", m2)
3473
p30.BrickColor = BrickColor.new("White")
3474
p30.Material = Enum.Material.SmoothPlastic
3475
p30.Reflectance = 0.30000001192093
3476
p30.CFrame = CFrame.new(29.655632, 24.6090698, 26.4996777, -0.573576212, 0.2120094, 0.791238904, -1.13902195e-006, -0.965922236, 0.258820891, 0.819151521, 0.148452237, 0.554032147)
3477
p30.CanCollide = false
3478
p30.FormFactor = Enum.FormFactor.Custom
3479
p30.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3480
p30.BottomSurface = Enum.SurfaceType.Smooth
3481
p30.TopSurface = Enum.SurfaceType.Smooth
3482
b30 = Instance.new("SpecialMesh", p30)
3483
b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
3484
b30.TextureId = ""
3485
b30.MeshType = Enum.MeshType.FileMesh
3486
b30.Name = "Mesh"
3487
b30.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3488
p31 = Instance.new("Part", m2)
3489
p31.BrickColor = BrickColor.new("White")
3490
p31.Material = Enum.Material.SmoothPlastic
3491
p31.Reflectance = 0.30000001192093
3492
p31.CFrame = CFrame.new(30.138031, 23.7568359, 26.8374538, -0.573576212, -0.346189976, 0.742401063, -1.26856219e-006, -0.906306148, -0.422614396, 0.819151521, -0.242403775, 0.519836485)
3493
p31.CanCollide = false
3494
p31.FormFactor = Enum.FormFactor.Custom
3495
p31.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3496
p31.BottomSurface = Enum.SurfaceType.Smooth
3497
p31.TopSurface = Enum.SurfaceType.Smooth
3498
b31 = Instance.new("SpecialMesh", p31)
3499
b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
3500
b31.TextureId = ""
3501
b31.MeshType = Enum.MeshType.FileMesh
3502
b31.Name = "Mesh"
3503
b31.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3504
p32 = Instance.new("Part", m2)
3505
p32.BrickColor = BrickColor.new("White")
3506
p32.Material = Enum.Material.SmoothPlastic
3507
p32.Reflectance = 0.30000001192093
3508
p32.CFrame = CFrame.new(27.741394, 26.6421375, 25.1592979, -0.573576212, 0.469842911, 0.671009958, -1.42880219e-006, -0.819147944, 0.573576748, 0.819151521, 0.328989625, 0.4698461)
3509
p32.CanCollide = false
3510
p32.FormFactor = Enum.FormFactor.Custom
3511
p32.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3512
p32.BottomSurface = Enum.SurfaceType.Smooth
3513
p32.TopSurface = Enum.SurfaceType.Smooth
3514
b32 = Instance.new("SpecialMesh", p32)
3515
b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
3516
b32.TextureId = ""
3517
b32.MeshType = Enum.MeshType.FileMesh
3518
b32.Name = "Mesh"
3519
b32.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3520
p33 = Instance.new("Part", m2)
3521
p33.BrickColor = BrickColor.new("White")
3522
p33.Material = Enum.Material.Neon
3523
p33.CFrame = CFrame.new(32.7100258, 25.2490444, 28.6569691, -0.14224124, -0.806705832, -0.573576093, 0.984804153, -0.173650295, -1.38238238e-006, -0.0996002704, -0.564861953, 0.819151759)
3524
p33.FormFactor = Enum.FormFactor.Custom
3525
p33.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
3526
p33.BottomSurface = Enum.SurfaceType.Smooth
3527
p33.TopSurface = Enum.SurfaceType.Smooth
3528
b33 = Instance.new("SpecialMesh", p33)
3529
b33.MeshType = Enum.MeshType.Sphere
3530
b33.Name = "Mesh"
3531
p34 = Instance.new("Part", m2)
3532
p34.BrickColor = BrickColor.new("White")
3533
p34.Material = Enum.Material.SmoothPlastic
3534
p34.Reflectance = 0.30000001192093
3535
p34.CFrame = CFrame.new(27.919817, 25.8643856, 25.2842369, -0.573576391, 0.469842792, 0.671009898, -1.37759764e-006, -0.819147885, 0.573576868, 0.8191517, 0.328989476, 0.46984604)
3536
p34.CanCollide = false
3537
p34.FormFactor = Enum.FormFactor.Custom
3538
p34.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3539
p34.BottomSurface = Enum.SurfaceType.Smooth
3540
p34.TopSurface = Enum.SurfaceType.Smooth
3541
b34 = Instance.new("SpecialMesh", p34)
3542
b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
3543
b34.TextureId = ""
3544
b34.MeshType = Enum.MeshType.FileMesh
3545
b34.Name = "Mesh"
3546
b34.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3547
p35 = Instance.new("Part", m2)
3548
p35.BrickColor = BrickColor.new("White")
3549
p35.Material = Enum.Material.SmoothPlastic
3550
p35.Reflectance = 0.30000001192093
3551
p35.CFrame = CFrame.new(29.8982925, 24.6884441, 26.6695824, -0.573576391, 0.212008998, 0.791238666, -1.40201018e-006, -0.965921998, 0.25882113, 0.8191517, 0.148452297, 0.554031909)
3552
p35.CanCollide = false
3553
p35.FormFactor = Enum.FormFactor.Custom
3554
p35.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3555
p35.BottomSurface = Enum.SurfaceType.Smooth
3556
p35.TopSurface = Enum.SurfaceType.Smooth
3557
b35 = Instance.new("SpecialMesh", p35)
3558
b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
3559
b35.TextureId = ""
3560
b35.MeshType = Enum.MeshType.FileMesh
3561
b35.Name = "Mesh"
3562
b35.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3563
p36 = Instance.new("Part", m2)
3564
p36.BrickColor = BrickColor.new("White")
3565
p36.Material = Enum.Material.SmoothPlastic
3566
p36.Reflectance = 0.30000001192093
3567
p36.CFrame = CFrame.new(27.8153496, 25.7750854, 25.2110863, -0.573576391, 0.469842672, 0.671009898, -1.43028012e-006, -0.819147885, 0.573576927, 0.8191517, 0.328989506, 0.4698461)
3568
p36.CanCollide = false
3569
p36.FormFactor = Enum.FormFactor.Custom
3570
p36.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3571
p36.BottomSurface = Enum.SurfaceType.Smooth
3572
p36.TopSurface = Enum.SurfaceType.Smooth
3573
b36 = Instance.new("SpecialMesh", p36)
3574
b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
3575
b36.TextureId = ""
3576
b36.MeshType = Enum.MeshType.FileMesh
3577
b36.Name = "Mesh"
3578
b36.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3579
p37 = Instance.new("Part", m2)
3580
p37.BrickColor = BrickColor.new("White")
3581
p37.Material = Enum.Material.Neon
3582
p37.CFrame = CFrame.new(30.7430439, 27.8460693, 27.2796841, -0.409572512, -0.709406137, -0.573576272, 0.866021335, -0.500000834, -1.38386031e-006, -0.286787719, -0.49673146, 0.819151938)
3583
p37.FormFactor = Enum.FormFactor.Custom
3584
p37.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
3585
p37.BottomSurface = Enum.SurfaceType.Smooth
3586
p37.TopSurface = Enum.SurfaceType.Smooth
3587
b37 = Instance.new("SpecialMesh", p37)
3588
b37.MeshType = Enum.MeshType.Sphere
3589
b37.Name = "Mesh"
3590
p38 = Instance.new("Part", m2)
3591
p38.BrickColor = BrickColor.new("White")
3592
p38.Material = Enum.Material.Neon
3593
p38.CFrame = CFrame.new(32.7113533, 27.1965656, 28.6579113, -0.28016308, -0.769750178, -0.573576272, 0.939688683, -0.342021704, -1.3540581e-006, -0.196174175, -0.538985133, 0.819152057)
3594
p38.FormFactor = Enum.FormFactor.Custom
3595
p38.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
3596
p38.BottomSurface = Enum.SurfaceType.Smooth
3597
p38.TopSurface = Enum.SurfaceType.Smooth
3598
b38 = Instance.new("SpecialMesh", p38)
3599
b38.MeshType = Enum.MeshType.Sphere
3600
b38.Name = "Mesh"
3601
p39 = Instance.new("Part", m2)
3602
p39.BrickColor = BrickColor.new("White")
3603
p39.Material = Enum.Material.SmoothPlastic
3604
p39.Reflectance = 0.30000001192093
3605
p39.CFrame = CFrame.new(26.2033787, 25.7750854, 25.2801971, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
3606
p39.CanCollide = false
3607
p39.FormFactor = Enum.FormFactor.Custom
3608
p39.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3609
p39.BottomSurface = Enum.SurfaceType.Smooth
3610
p39.TopSurface = Enum.SurfaceType.Smooth
3611
b39 = Instance.new("SpecialMesh", p39)
3612
b39.MeshId = "http://www.roblox.com/asset/?id=3270017"
3613
b39.TextureId = ""
3614
b39.MeshType = Enum.MeshType.FileMesh
3615
b39.Name = "Mesh"
3616
b39.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3617
p40 = Instance.new("Part", m2)
3618
p40.BrickColor = BrickColor.new("White")
3619
p40.Material = Enum.Material.SmoothPlastic
3620
p40.Reflectance = 0.30000001192093
3621
p40.CFrame = CFrame.new(25.9975967, 25.9509888, 25.4242878, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
3622
p40.CanCollide = false
3623
p40.FormFactor = Enum.FormFactor.Custom
3624
p40.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3625
p40.BottomSurface = Enum.SurfaceType.Smooth
3626
p40.TopSurface = Enum.SurfaceType.Smooth
3627
b40 = Instance.new("SpecialMesh", p40)
3628
b40.MeshId = "http://www.roblox.com/asset/?id=3270017"
3629
b40.TextureId = ""
3630
b40.MeshType = Enum.MeshType.FileMesh
3631
b40.Name = "Mesh"
3632
b40.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3633
p41 = Instance.new("Part", m2)
3634
p41.BrickColor = BrickColor.new("White")
3635
p41.Material = Enum.Material.SmoothPlastic
3636
p41.Reflectance = 0.30000001192093
3637
p41.CFrame = CFrame.new(26.098917, 25.8643856, 25.3533516, -0.573574483, -0.469848186, -0.671007693, -2.18929154e-006, -0.819150686, 0.573572934, -0.819151402, 0.328989863, 0.469846785)
3638
p41.CanCollide = false
3639
p41.FormFactor = Enum.FormFactor.Custom
3640
p41.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3641
p41.BottomSurface = Enum.SurfaceType.Smooth
3642
p41.TopSurface = Enum.SurfaceType.Smooth
3643
b41 = Instance.new("SpecialMesh", p41)
3644
b41.MeshId = "http://www.roblox.com/asset/?id=3270017"
3645
b41.TextureId = ""
3646
b41.MeshType = Enum.MeshType.FileMesh
3647
b41.Name = "Mesh"
3648
b41.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3649
p42 = Instance.new("Part", m2)
3650
p42.BrickColor = BrickColor.new("White")
3651
p42.Material = Enum.Material.SmoothPlastic
3652
p42.Reflectance = 0.30000001192093
3653
p42.CFrame = CFrame.new(24.12043, 24.6884346, 26.7387066, -0.573574483, -0.212014884, -0.791238487, -2.23079792e-006, -0.965923309, 0.258816421, -0.819151402, 0.148452327, 0.554032683)
3654
p42.CanCollide = false
3655
p42.FormFactor = Enum.FormFactor.Custom
3656
p42.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3657
p42.BottomSurface = Enum.SurfaceType.Smooth
3658
p42.TopSurface = Enum.SurfaceType.Smooth
3659
b42 = Instance.new("SpecialMesh", p42)
3660
b42.MeshId = "http://www.roblox.com/asset/?id=3270017"
3661
b42.TextureId = ""
3662
b42.MeshType = Enum.MeshType.FileMesh
3663
b42.Name = "Mesh"
3664
b42.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3665
p43 = Instance.new("Part", m2)
3666
p43.BrickColor = BrickColor.new("White")
3667
p43.Material = Enum.Material.SmoothPlastic
3668
p43.Reflectance = 0.30000001192093
3669
p43.CFrame = CFrame.new(24.12043, 24.6884365, 26.7387066, -0.573574483, -0.212014899, -0.791238487, -2.30996147e-006, -0.96592325, 0.258816421, -0.819151402, 0.148452222, 0.554032683)
3670
p43.CanCollide = false
3671
p43.FormFactor = Enum.FormFactor.Custom
3672
p43.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3673
p43.BottomSurface = Enum.SurfaceType.Smooth
3674
p43.TopSurface = Enum.SurfaceType.Smooth
3675
b43 = Instance.new("SpecialMesh", p43)
3676
b43.MeshId = "http://www.roblox.com/asset/?id=3270017"
3677
b43.TextureId = ""
3678
b43.MeshType = Enum.MeshType.FileMesh
3679
b43.Name = "Mesh"
3680
b43.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3681
p44 = Instance.new("Part", m2)
3682
p44.BrickColor = BrickColor.new("White")
3683
p44.Material = Enum.Material.SmoothPlastic
3684
p44.Reflectance = 0.30000001192093
3685
p44.CFrame = CFrame.new(24.3630924, 24.6090679, 26.5687962, -0.573574483, -0.212014914, -0.791238487, -2.38912503e-006, -0.96592319, 0.258816421, -0.819151402, 0.148452118, 0.554032683)
3686
p44.CanCollide = false
3687
p44.FormFactor = Enum.FormFactor.Custom
3688
p44.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3689
p44.BottomSurface = Enum.SurfaceType.Smooth
3690
p44.TopSurface = Enum.SurfaceType.Smooth
3691
b44 = Instance.new("SpecialMesh", p44)
3692
b44.MeshId = "http://www.roblox.com/asset/?id=3270017"
3693
b44.TextureId = ""
3694
b44.MeshType = Enum.MeshType.FileMesh
3695
b44.Name = "Mesh"
3696
b44.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3697
p45 = Instance.new("Part", m2)
3698
p45.BrickColor = BrickColor.new("White")
3699
p45.Material = Enum.Material.SmoothPlastic
3700
p45.Reflectance = 0.30000001192093
3701
p45.CFrame = CFrame.new(24.2399025, 24.6493645, 26.6550598, -0.573574483, -0.212014928, -0.791238487, -2.46828859e-006, -0.965923131, 0.258816421, -0.819151402, 0.148452014, 0.554032683)
3702
p45.CanCollide = false
3703
p45.FormFactor = Enum.FormFactor.Custom
3704
p45.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3705
p45.BottomSurface = Enum.SurfaceType.Smooth
3706
p45.TopSurface = Enum.SurfaceType.Smooth
3707
b45 = Instance.new("SpecialMesh", p45)
3708
b45.MeshId = "http://www.roblox.com/asset/?id=3270017"
3709
b45.TextureId = ""
3710
b45.MeshType = Enum.MeshType.FileMesh
3711
b45.Name = "Mesh"
3712
b45.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3713
p46 = Instance.new("Part", m2)
3714
p46.BrickColor = BrickColor.new("White")
3715
p46.Material = Enum.Material.SmoothPlastic
3716
p46.Reflectance = 0.30000001192093
3717
p46.CFrame = CFrame.new(24.3630962, 24.6090736, 26.5688019, -0.573574483, -0.212014943, -0.791238487, -2.54745214e-006, -0.965923071, 0.258816421, -0.819151402, 0.148451909, 0.554032683)
3718
p46.CanCollide = false
3719
p46.FormFactor = Enum.FormFactor.Custom
3720
p46.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3721
p46.BottomSurface = Enum.SurfaceType.Smooth
3722
p46.TopSurface = Enum.SurfaceType.Smooth
3723
b46 = Instance.new("SpecialMesh", p46)
3724
b46.MeshId = "http://www.roblox.com/asset/?id=3270017"
3725
b46.TextureId = ""
3726
b46.MeshType = Enum.MeshType.FileMesh
3727
b46.Name = "Mesh"
3728
b46.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3729
p47 = Instance.new("Part", m2)
3730
p47.BrickColor = BrickColor.new("White")
3731
p47.Material = Enum.Material.SmoothPlastic
3732
p47.Reflectance = 0.30000001192093
3733
p47.CFrame = CFrame.new(24.2399063, 24.6493702, 26.6550655, -0.573574483, -0.212014958, -0.791238487, -2.6266157e-006, -0.965923011, 0.258816421, -0.819151402, 0.148451805, 0.554032683)
3734
p47.CanCollide = false
3735
p47.FormFactor = Enum.FormFactor.Custom
3736
p47.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3737
p47.BottomSurface = Enum.SurfaceType.Smooth
3738
p47.TopSurface = Enum.SurfaceType.Smooth
3739
b47 = Instance.new("SpecialMesh", p47)
3740
b47.MeshId = "http://www.roblox.com/asset/?id=3270017"
3741
b47.TextureId = ""
3742
b47.MeshType = Enum.MeshType.FileMesh
3743
b47.Name = "Mesh"
3744
b47.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3745
p48 = Instance.new("Part", m2)
3746
p48.BrickColor = BrickColor.new("White")
3747
p48.Material = Enum.Material.Neon
3748
p48.CFrame = CFrame.new(25.2453995, 27.8142643, 25.9324112, 0.579229355, 0.579225123, -0.573574543, 0.707105756, -0.707103014, -2.67389237e-006, -0.405579329, -0.40558058, -0.819151223)
3749
p48.FormFactor = Enum.FormFactor.Custom
3750
p48.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
3751
p48.BottomSurface = Enum.SurfaceType.Smooth
3752
p48.TopSurface = Enum.SurfaceType.Smooth
3753
b48 = Instance.new("SpecialMesh", p48)
3754
b48.MeshType = Enum.MeshType.Sphere
3755
b48.Name = "Mesh"
3756
p49 = Instance.new("Part", m2)
3757
p49.BrickColor = BrickColor.new("White")
3758
p49.Material = Enum.Material.SmoothPlastic
3759
p49.Reflectance = 0.30000001192093
3760
p49.CFrame = CFrame.new(26.2033863, 25.7751026, 25.2802086, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
3761
p49.CanCollide = false
3762
p49.FormFactor = Enum.FormFactor.Custom
3763
p49.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3764
p49.BottomSurface = Enum.SurfaceType.Smooth
3765
p49.TopSurface = Enum.SurfaceType.Smooth
3766
b49 = Instance.new("SpecialMesh", p49)
3767
b49.MeshId = "http://www.roblox.com/asset/?id=3270017"
3768
b49.TextureId = ""
3769
b49.MeshType = Enum.MeshType.FileMesh
3770
b49.Name = "Mesh"
3771
b49.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3772
p50 = Instance.new("Part", m2)
3773
p50.BrickColor = BrickColor.new("White")
3774
p50.Material = Enum.Material.SmoothPlastic
3775
p50.Reflectance = 0.30000001192093
3776
p50.CFrame = CFrame.new(25.9976063, 25.9510059, 25.4242992, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
3777
p50.CanCollide = false
3778
p50.FormFactor = Enum.FormFactor.Custom
3779
p50.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3780
p50.BottomSurface = Enum.SurfaceType.Smooth
3781
p50.TopSurface = Enum.SurfaceType.Smooth
3782
b50 = Instance.new("SpecialMesh", p50)
3783
b50.MeshId = "http://www.roblox.com/asset/?id=3270017"
3784
b50.TextureId = ""
3785
b50.MeshType = Enum.MeshType.FileMesh
3786
b50.Name = "Mesh"
3787
b50.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3788
p51 = Instance.new("Part", m2)
3789
p51.BrickColor = BrickColor.new("White")
3790
p51.Material = Enum.Material.SmoothPlastic
3791
p51.Reflectance = 0.30000001192093
3792
p51.CFrame = CFrame.new(26.0989265, 25.8644028, 25.353363, -0.573574364, -0.469848186, -0.671007454, -2.67389191e-006, -0.819150448, 0.573572874, -0.819151223, 0.328989238, 0.469846845)
3793
p51.CanCollide = false
3794
p51.FormFactor = Enum.FormFactor.Custom
3795
p51.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3796
p51.BottomSurface = Enum.SurfaceType.Smooth
3797
p51.TopSurface = Enum.SurfaceType.Smooth
3798
b51 = Instance.new("SpecialMesh", p51)
3799
b51.MeshId = "http://www.roblox.com/asset/?id=3270017"
3800
b51.TextureId = ""
3801
b51.MeshType = Enum.MeshType.FileMesh
3802
b51.Name = "Mesh"
3803
b51.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3804
p52 = Instance.new("Part", m2)
3805
p52.BrickColor = BrickColor.new("White")
3806
p52.Material = Enum.Material.Neon
3807
p52.CFrame = CFrame.new(21.2912331, 25.2490387, 28.7011547, 0.142246991, 0.806705594, -0.573574483, 0.984804809, -0.173645705, -2.66166035e-006, -0.0995996594, -0.564862788, -0.819151103)
3808
p52.FormFactor = Enum.FormFactor.Custom
3809
p52.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
3810
p52.BottomSurface = Enum.SurfaceType.Smooth
3811
p52.TopSurface = Enum.SurfaceType.Smooth
3812
b52 = Instance.new("SpecialMesh", p52)
3813
b52.MeshType = Enum.MeshType.Sphere
3814
b52.Name = "Mesh"
3815
p53 = Instance.new("Part", m2)
3816
p53.BrickColor = BrickColor.new("White")
3817
p53.Material = Enum.Material.Neon
3818
p53.CFrame = CFrame.new(23.2582321, 27.8460655, 27.3238525, 0.409577936, 0.709403872, -0.573574483, 0.866023481, -0.499996662, -2.64914797e-006, -0.28678745, -0.496732205, -0.819151103)
3819
p53.FormFactor = Enum.FormFactor.Custom
3820
p53.Size = Vector3.new(0.61060679, 7.32508755, 0.221234918)
3821
p53.BottomSurface = Enum.SurfaceType.Smooth
3822
p53.TopSurface = Enum.SurfaceType.Smooth
3823
b53 = Instance.new("SpecialMesh", p53)
3824
b53.MeshType = Enum.MeshType.Sphere
3825
b53.Name = "Mesh"
3826
p54 = Instance.new("Part", m2)
3827
p54.BrickColor = BrickColor.new("White")
3828
p54.Material = Enum.Material.Neon
3829
p54.CFrame = CFrame.new(21.2899132, 27.1965466, 28.7020855, 0.280168742, 0.769748747, -0.573574483, 0.939690113, -0.342017204, -2.64914797e-006, -0.196173787, -0.538985729, -0.819151103)
3830
p54.FormFactor = Enum.FormFactor.Custom
3831
p54.Size = Vector3.new(0.61060679, 8.03632927, 0.221234918)
3832
p54.BottomSurface = Enum.SurfaceType.Smooth
3833
p54.TopSurface = Enum.SurfaceType.Smooth
3834
b54 = Instance.new("SpecialMesh", p54)
3835
b54.MeshType = Enum.MeshType.Sphere
3836
b54.Name = "Mesh"
3837
p55 = Instance.new("Part", m2)
3838
p55.BrickColor = BrickColor.new("White")
3839
p55.Material = Enum.Material.Neon
3840
p55.CFrame = CFrame.new(22.732933, 23.2277641, 27.6916542, -0.280163169, 0.769749939, -0.573574483, 0.939688265, 0.342020243, -2.67457881e-006, 0.196175426, -0.538984358, -0.819150984)
3841
p55.FormFactor = Enum.FormFactor.Custom
3842
p55.Size = Vector3.new(0.61060679, 3.09150696, 0.221234918)
3843
p55.BottomSurface = Enum.SurfaceType.Smooth
3844
p55.TopSurface = Enum.SurfaceType.Smooth
3845
b55 = Instance.new("SpecialMesh", p55)
3846
b55.MeshType = Enum.MeshType.Sphere
3847
b55.Name = "Mesh"
3848
p56 = Instance.new("Part", m2)
3849
p56.BrickColor = BrickColor.new("White")
3850
p56.Material = Enum.Material.SmoothPlastic
3851
p56.Reflectance = 0.30000001192093
3852
p56.CFrame = CFrame.new(26.1728668, 26.7314224, 25.3015804, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
3853
p56.CanCollide = false
3854
p56.FormFactor = Enum.FormFactor.Custom
3855
p56.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3856
p56.BottomSurface = Enum.SurfaceType.Smooth
3857
p56.TopSurface = Enum.SurfaceType.Smooth
3858
b56 = Instance.new("SpecialMesh", p56)
3859
b56.MeshId = "http://www.roblox.com/asset/?id=3270017"
3860
b56.TextureId = ""
3861
b56.MeshType = Enum.MeshType.FileMesh
3862
b56.Name = "Mesh"
3863
b56.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3864
p57 = Instance.new("Part", m2)
3865
p57.BrickColor = BrickColor.new("White")
3866
p57.Material = Enum.Material.SmoothPlastic
3867
p57.Reflectance = 0.30000001192093
3868
p57.CFrame = CFrame.new(26.0715504, 26.8180256, 25.3725224, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
3869
p57.CanCollide = false
3870
p57.FormFactor = Enum.FormFactor.Custom
3871
p57.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3872
p57.BottomSurface = Enum.SurfaceType.Smooth
3873
p57.TopSurface = Enum.SurfaceType.Smooth
3874
b57 = Instance.new("SpecialMesh", p57)
3875
b57.MeshId = "http://www.roblox.com/asset/?id=3270017"
3876
b57.TextureId = ""
3877
b57.MeshType = Enum.MeshType.FileMesh
3878
b57.Name = "Mesh"
3879
b57.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3880
p58 = Instance.new("Part", m2)
3881
p58.BrickColor = BrickColor.new("White")
3882
p58.Material = Enum.Material.SmoothPlastic
3883
p58.Reflectance = 0.30000001192093
3884
p58.CFrame = CFrame.new(26.2773418, 26.6421242, 25.2284393, -0.573574424, -0.469846636, -0.671006322, -2.71658587e-006, -0.819149017, 0.573572636, -0.819150925, 0.328987926, 0.469845742)
3885
p58.CanCollide = false
3886
p58.FormFactor = Enum.FormFactor.Custom
3887
p58.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3888
p58.BottomSurface = Enum.SurfaceType.Smooth
3889
p58.TopSurface = Enum.SurfaceType.Smooth
3890
b58 = Instance.new("SpecialMesh", p58)
3891
b58.MeshId = "http://www.roblox.com/asset/?id=3270017"
3892
b58.TextureId = ""
3893
b58.MeshType = Enum.MeshType.FileMesh
3894
b58.Name = "Mesh"
3895
b58.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3896
p59 = Instance.new("Part", m2)
3897
p59.BrickColor = BrickColor.new("White")
3898
p59.Material = Enum.Material.SmoothPlastic
3899
p59.Reflectance = 0.30000001192093
3900
p59.CFrame = CFrame.new(24.6884308, 25.7025909, 26.3410091, -0.573574424, -0.280167818, -0.769747615, -2.71658587e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172908, 0.538984478)
3901
p59.CanCollide = false
3902
p59.FormFactor = Enum.FormFactor.Custom
3903
p59.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3904
p59.BottomSurface = Enum.SurfaceType.Smooth
3905
p59.TopSurface = Enum.SurfaceType.Smooth
3906
b59 = Instance.new("SpecialMesh", p59)
3907
b59.MeshId = "http://www.roblox.com/asset/?id=3270017"
3908
b59.TextureId = ""
3909
b59.MeshType = Enum.MeshType.FileMesh
3910
b59.Name = "Mesh"
3911
b59.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3912
p60 = Instance.new("Part", m2)
3913
p60.BrickColor = BrickColor.new("White")
3914
p60.Material = Enum.Material.SmoothPlastic
3915
p60.Reflectance = 0.30000001192093
3916
p60.CFrame = CFrame.new(24.4523582, 25.807478, 26.5063095, -0.573574424, -0.280167848, -0.769747615, -2.7445908e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172863, 0.538984478)
3917
p60.CanCollide = false
3918
p60.FormFactor = Enum.FormFactor.Custom
3919
p60.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3920
p60.BottomSurface = Enum.SurfaceType.Smooth
3921
p60.TopSurface = Enum.SurfaceType.Smooth
3922
b60 = Instance.new("SpecialMesh", p60)
3923
b60.MeshId = "http://www.roblox.com/asset/?id=3270017"
3924
b60.TextureId = ""
3925
b60.MeshType = Enum.MeshType.FileMesh
3926
b60.Name = "Mesh"
3927
b60.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3928
p61 = Instance.new("Part", m2)
3929
p61.BrickColor = BrickColor.new("White")
3930
p61.Material = Enum.Material.SmoothPlastic
3931
p61.Reflectance = 0.30000001192093
3932
p61.CFrame = CFrame.new(24.5685883, 25.7558403, 26.4249287, -0.573574424, -0.280167878, -0.769747615, -2.77259574e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172819, 0.538984478)
3933
p61.CanCollide = false
3934
p61.FormFactor = Enum.FormFactor.Custom
3935
p61.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3936
p61.BottomSurface = Enum.SurfaceType.Smooth
3937
p61.TopSurface = Enum.SurfaceType.Smooth
3938
b61 = Instance.new("SpecialMesh", p61)
3939
b61.MeshId = "http://www.roblox.com/asset/?id=3270017"
3940
b61.TextureId = ""
3941
b61.MeshType = Enum.MeshType.FileMesh
3942
b61.Name = "Mesh"
3943
b61.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3944
p62 = Instance.new("Part", m2)
3945
p62.BrickColor = BrickColor.new("White")
3946
p62.Material = Enum.Material.SmoothPlastic
3947
p62.Reflectance = 0.30000001192093
3948
p62.CFrame = CFrame.new(24.6884365, 25.7025948, 26.3410149, -0.573574424, -0.280167907, -0.769747615, -2.80060067e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172774, 0.538984478)
3949
p62.CanCollide = false
3950
p62.FormFactor = Enum.FormFactor.Custom
3951
p62.Size = Vector3.new(0.584050655, 0.584051132, 0.584051371)
3952
p62.BottomSurface = Enum.SurfaceType.Smooth
3953
p62.TopSurface = Enum.SurfaceType.Smooth
3954
b62 = Instance.new("SpecialMesh", p62)
3955
b62.MeshId = "http://www.roblox.com/asset/?id=3270017"
3956
b62.TextureId = ""
3957
b62.MeshType = Enum.MeshType.FileMesh
3958
b62.Name = "Mesh"
3959
b62.Scale = Vector3.new(0.283109009, 0.283109039, 0.283109665)
3960
p63 = Instance.new("Part", m2)
3961
p63.BrickColor = BrickColor.new("White")
3962
p63.Material = Enum.Material.SmoothPlastic
3963
p63.Reflectance = 0.30000001192093
3964
p63.CFrame = CFrame.new(24.452364, 25.8074818, 26.5063152, -0.573574424, -0.280167937, -0.769747615, -2.8286056e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172729, 0.538984478)
3965
p63.CanCollide = false
3966
p63.FormFactor = Enum.FormFactor.Custom
3967
p63.Size = Vector3.new(0.849326968, 0.849327147, 0.584051371)
3968
p63.BottomSurface = Enum.SurfaceType.Smooth
3969
p63.TopSurface = Enum.SurfaceType.Smooth
3970
b63 = Instance.new("SpecialMesh", p63)
3971
b63.MeshId = "http://www.roblox.com/asset/?id=3270017"
3972
b63.TextureId = ""
3973
b63.MeshType = Enum.MeshType.FileMesh
3974
b63.Name = "Mesh"
3975
b63.Scale = Vector3.new(0.849326968, 0.849327147, 0.56621933)
3976
p64 = Instance.new("Part", m2)
3977
p64.BrickColor = BrickColor.new("White")
3978
p64.Material = Enum.Material.SmoothPlastic
3979
p64.Reflectance = 0.30000001192093
3980
p64.CFrame = CFrame.new(24.568594, 25.7558441, 26.4249344, -0.573574424, -0.280167967, -0.769747615, -2.85661054e-006, -0.939688742, 0.342017263, -0.819150925, 0.196172684, 0.538984478)
3981
p64.CanCollide = false
3982
p64.FormFactor = Enum.FormFactor.Custom
3983
p64.Size = Vector3.new(0.585091829, 0.622839987, 0.584051371)
3984
p64.BottomSurface = Enum.SurfaceType.Smooth
3985
p64.TopSurface = Enum.SurfaceType.Smooth
3986
b64 = Instance.new("SpecialMesh", p64)
3987
b64.MeshId = "http://www.roblox.com/asset/?id=3270017"
3988
b64.TextureId = ""
3989
b64.MeshType = Enum.MeshType.FileMesh
3990
b64.Name = "Mesh"
3991
b64.Scale = Vector3.new(0.585091829, 0.622839928, 0.301983595)
3992
p65 = Instance.new("Part", m2)
3993
p65.BrickColor = BrickColor.new("Really black")
3994
p65.Transparency = 1
3995
p65.Name = "TorsoPart"
3996
p65.CFrame = CFrame.new(27.0399818, 25.1251049, 25.3600311, 0.999996543, 2.59280205e-006, 8.94069672e-008, 2.77161598e-006, 0.999995351, 1.56462193e-006, 6.2584877e-007, 1.51991844e-006, 0.999998093)
3997
p65.FormFactor = Enum.FormFactor.Symmetric
3998
p65.Size = Vector3.new(4, 4, 2)
3999
w1 = Instance.new("Weld", p1)
4000
w1.Name = "Part_Weld"
4001
w1.Part0 = p1
4002
w1.C0 = CFrame.new(7.48623466, 46.9062119, -4.72964478, -0.579227924, 0.707106769, -0.405579776, -0.579227805, -0.707106769, -0.405579716, -0.573576331, 0, 0.819152117)
4003
w1.Part1 = p2
4004
w1.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4005
w2 = Instance.new("Weld", p2)
4006
w2.Name = "Part_Weld"
4007
w2.Part0 = p2
4008
w2.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4009
w2.Part1 = p3
4010
w2.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4011
w3 = Instance.new("Weld", p3)
4012
w3.Name = "Part_Weld"
4013
w3.Part0 = p3
4014
w3.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4015
w3.Part1 = p4
4016
w3.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4017
w4 = Instance.new("Weld", p4)
4018
w4.Name = "Part_Weld"
4019
w4.Part0 = p4
4020
w4.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4021
w4.Part1 = p5
4022
w4.C1 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4023
w5 = Instance.new("Weld", p5)
4024
w5.Name = "Part_Weld"
4025
w5.Part0 = p5
4026
w5.C0 = CFrame.new(35.7379875, 19.7860374, 13.782176, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4027
w5.Part1 = p6
4028
w5.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4029
w6 = Instance.new("Weld", p6)
4030
w6.Name = "Part_Weld"
4031
w6.Part0 = p6
4032
w6.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4033
w6.Part1 = p7
4034
w6.C1 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4035
w7 = Instance.new("Weld", p7)
4036
w7.Name = "Part_Weld"
4037
w7.Part0 = p7
4038
w7.C0 = CFrame.new(35.7379951, 19.7860336, 13.626483, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4039
w7.Part1 = p8
4040
w7.C1 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4041
w8 = Instance.new("Weld", p8)
4042
w8.Name = "Part_Weld"
4043
w8.Part0 = p8
4044
w8.C0 = CFrame.new(35.7379951, 19.7860374, 13.4754944, -0.573576331, -1.03064551e-007, -0.819152117, 0.346188396, -0.906307817, -0.24240382, -0.742403984, -0.422618032, 0.519836664)
4045
w8.Part1 = p9
4046
w8.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4047
w9 = Instance.new("Weld", p9)
4048
w9.Name = "Part_Weld"
4049
w9.Part0 = p9
4050
w9.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4051
w9.Part1 = p10
4052
w9.C1 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4053
w10 = Instance.new("Weld", p10)
4054
w10.Name = "Part_Weld"
4055
w10.Part0 = p10
4056
w10.C0 = CFrame.new(-4.6974659, 0.512617111, -46.0237579, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4057
w10.Part1 = p11
4058
w10.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4059
w11 = Instance.new("Weld", p11)
4060
w11.Name = "Part_Weld"
4061
w11.Part0 = p11
4062
w11.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4063
w11.Part1 = p12
4064
w11.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4065
w12 = Instance.new("Weld", p12)
4066
w12.Name = "Part_Weld"
4067
w12.Part0 = p12
4068
w12.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4069
w12.Part1 = p13
4070
w12.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4071
w13 = Instance.new("Weld", p13)
4072
w13.Name = "Part_Weld"
4073
w13.Part0 = p13
4074
w13.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4075
w13.Part1 = p14
4076
w13.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4077
w14 = Instance.new("Weld", p14)
4078
w14.Name = "Part_Weld"
4079
w14.Part0 = p14
4080
w14.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4081
w14.Part1 = p15
4082
w14.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4083
w15 = Instance.new("Weld", p15)
4084
w15.Name = "Part_Weld"
4085
w15.Part0 = p15
4086
w15.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4087
w15.Part1 = p16
4088
w15.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4089
w16 = Instance.new("Weld", p16)
4090
w16.Name = "Part_Weld"
4091
w16.Part0 = p16
4092
w16.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4093
w16.Part1 = p17
4094
w16.C1 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4095
w17 = Instance.new("Weld", p17)
4096
w17.Name = "Part_Weld"
4097
w17.Part0 = p17
4098
w17.C0 = CFrame.new(-4.6974678, 10.7812996, -45.834713, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4099
w17.Part1 = p18
4100
w17.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4101
w18 = Instance.new("Weld", p18)
4102
w18.Name = "Part_Weld"
4103
w18.Part0 = p18
4104
w18.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4105
w18.Part1 = p19
4106
w18.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4107
w19 = Instance.new("Weld", p19)
4108
w19.Name = "Part_Weld"
4109
w19.Part0 = p19
4110
w19.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4111
w19.Part1 = p20
4112
w19.C1 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4113
w20 = Instance.new("Weld", p20)
4114
w20.Name = "Part_Weld"
4115
w20.Part0 = p20
4116
w20.C0 = CFrame.new(-4.69746971, 38.4699516, -26.4413414, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4117
w20.Part1 = p21
4118
w20.C1 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4119
w21 = Instance.new("Weld", p21)
4120
w21.Name = "Part_Weld"
4121
w21.Part0 = p21
4122
w21.C0 = CFrame.new(-4.69746971, 0.512615204, -45.8727722, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4123
w21.Part1 = p22
4124
w21.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4125
w22 = Instance.new("Weld", p22)
4126
w22.Name = "Part_Weld"
4127
w22.Part0 = p22
4128
w22.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4129
w22.Part1 = p23
4130
w22.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4131
w23 = Instance.new("Weld", p23)
4132
w23.Name = "Part_Weld"
4133
w23.Part0 = p23
4134
w23.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4135
w23.Part1 = p24
4136
w23.C1 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4137
w24 = Instance.new("Weld", p24)
4138
w24.Name = "Part_Weld"
4139
w24.Part0 = p24
4140
w24.C0 = CFrame.new(-4.69747162, 10.7813034, -45.5280304, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4141
w24.Part1 = p25
4142
w24.C1 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4143
w25 = Instance.new("Weld", p25)
4144
w25.Name = "Part_Weld"
4145
w25.Part0 = p25
4146
w25.C0 = CFrame.new(-4.6974678, 13.5492172, -44.6714172, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4147
w25.Part1 = p26
4148
w25.C1 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4149
w26 = Instance.new("Weld", p26)
4150
w26.Name = "Part_Weld"
4151
w26.Part0 = p26
4152
w26.C0 = CFrame.new(-4.69747162, 10.7813015, -45.6837234, -0.573576748, 0, 0.819151878, 0.280166447, -0.939692616, 0.1961748, 0.769751072, 0.342020154, 0.538985789)
4153
w26.Part1 = p27
4154
w26.C1 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4155
w27 = Instance.new("Weld", p27)
4156
w27.Name = "Part_Weld"
4157
w27.Part0 = p27
4158
w27.C0 = CFrame.new(-4.6974678, 38.4699554, -26.5923309, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4159
w27.Part1 = p28
4160
w27.C1 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4161
w28 = Instance.new("Weld", p28)
4162
w28.Name = "Part_Weld"
4163
w28.Part0 = p28
4164
w28.C0 = CFrame.new(-4.6974678, -0.249424934, -45.600399, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4165
w28.Part1 = p29
4166
w28.C1 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
4167
w29 = Instance.new("Weld", p29)
4168
w29.Name = "Part_Weld"
4169
w29.Part0 = p29
4170
w29.C0 = CFrame.new(-36.0110359, 31.0260429, -4.71271896, 0.280166358, 0.93969208, 0.196174681, -0.769750178, 0.342019618, -0.538985252, -0.57357645, -2.95716429e-008, 0.819151998)
4171
w29.Part1 = p30
4172
w29.C1 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4173
w30 = Instance.new("Weld", p30)
4174
w30.Name = "Part_Weld"
4175
w30.Part0 = p30
4176
w30.C0 = CFrame.new(-4.69746971, 13.5492201, -44.5157242, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4177
w30.Part1 = p31
4178
w30.C1 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4179
w31 = Instance.new("Weld", p31)
4180
w31.Name = "Part_Weld"
4181
w31.Part0 = p31
4182
w31.C0 = CFrame.new(-4.69746971, 38.4699554, -26.2856503, -0.573576748, -1.03064551e-007, 0.819151878, -0.346188426, -0.906307817, -0.242403746, 0.742403686, -0.422618032, 0.519837141)
4183
w31.Part1 = p32
4184
w31.C1 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4185
w32 = Instance.new("Weld", p32)
4186
w32.Name = "Part_Weld"
4187
w32.Part0 = p32
4188
w32.C0 = CFrame.new(-4.6974678, 0.512617111, -45.717083, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4189
w32.Part1 = p33
4190
w32.C1 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
4191
w33 = Instance.new("Weld", p33)
4192
w33.Name = "Part_Weld"
4193
w33.Part0 = p33
4194
w33.C0 = CFrame.new(-17.3583775, 46.9591446, -4.71270752, -0.142244235, 0.98480773, -0.0996004939, -0.806707144, -0.173648238, -0.564862549, -0.57357657, 0, 0.819151998)
4195
w33.Part1 = p34
4196
w33.C1 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4197
w34 = Instance.new("Weld", p34)
4198
w34.Name = "Part_Weld"
4199
w34.Part0 = p34
4200
w34.C0 = CFrame.new(-4.69747162, -0.249425888, -45.4494095, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4201
w34.Part1 = p35
4202
w34.C1 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4203
w35 = Instance.new("Weld", p35)
4204
w35.Name = "Part_Weld"
4205
w35.Part0 = p35
4206
w35.C0 = CFrame.new(-4.69746971, 13.5492172, -44.8224106, -0.573576748, -2.87868307e-008, 0.819151878, 0.212012202, -0.965925753, 0.148452699, 0.791239858, 0.258819222, 0.554032564)
4207
w35.Part1 = p36
4208
w35.C1 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4209
w36 = Instance.new("Weld", p36)
4210
w36.Name = "Part_Weld"
4211
w36.Part0 = p36
4212
w36.C0 = CFrame.new(-4.69746971, -0.249427795, -45.2937202, -0.573576748, 0, 0.819151878, 0.469846189, -0.819152057, 0.328990072, 0.671009898, 0.57357645, 0.469846576)
4213
w36.Part1 = p37
4214
w36.C1 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
4215
w37 = Instance.new("Weld", p37)
4216
w37.Name = "Part_Weld"
4217
w37.Part0 = p37
4218
w37.C0 = CFrame.new(-3.70028734, 49.2830544, -4.71271324, -0.409575999, 0.866025388, -0.286788285, -0.709406435, -0.5, -0.496731967, -0.57357657, 0, 0.819151998)
4219
w37.Part1 = p38
4220
w37.C1 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
4221
w38 = Instance.new("Weld", p38)
4222
w38.Name = "Part_Weld"
4223
w38.Part0 = p38
4224
w38.C0 = CFrame.new(-10.7698097, 49.927597, -4.71271324, -0.280166447, 0.939692616, -0.196174681, -0.769750953, -0.342020154, -0.53898561, -0.57357657, 0, 0.819151998)
4225
w38.Part1 = p39
4226
w38.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4227
w39 = Instance.new("Weld", p39)
4228
w39.Name = "Part_Weld"
4229
w39.Part0 = p39
4230
w39.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4231
w39.Part1 = p40
4232
w39.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4233
w40 = Instance.new("Weld", p40)
4234
w40.Name = "Part_Weld"
4235
w40.Part0 = p40
4236
w40.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4237
w40.Part1 = p41
4238
w40.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4239
w41 = Instance.new("Weld", p41)
4240
w41.Name = "Part_Weld"
4241
w41.Part0 = p41
4242
w41.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4243
w41.Part1 = p42
4244
w41.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4245
w42 = Instance.new("Weld", p42)
4246
w42.Name = "Part_Weld"
4247
w42.Part0 = p42
4248
w42.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4249
w42.Part1 = p43
4250
w42.C1 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4251
w43 = Instance.new("Weld", p43)
4252
w43.Name = "Part_Weld"
4253
w43.Part0 = p43
4254
w43.C0 = CFrame.new(35.7379913, 24.9916019, -2.11887932, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4255
w43.Part1 = p44
4256
w43.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4257
w44 = Instance.new("Weld", p44)
4258
w44.Name = "Part_Weld"
4259
w44.Part0 = p44
4260
w44.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4261
w44.Part1 = p45
4262
w44.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4263
w45 = Instance.new("Weld", p45)
4264
w45.Name = "Part_Weld"
4265
w45.Part0 = p45
4266
w45.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4267
w45.Part1 = p46
4268
w45.C1 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4269
w46 = Instance.new("Weld", p46)
4270
w46.Name = "Part_Weld"
4271
w46.Part0 = p46
4272
w46.C0 = CFrame.new(35.7379913, 24.9916058, -1.81219578, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4273
w46.Part1 = p47
4274
w46.C1 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4275
w47 = Instance.new("Weld", p47)
4276
w47.Name = "Part_Weld"
4277
w47.Part0 = p47
4278
w47.C0 = CFrame.new(35.7379913, 24.9916019, -1.96789074, -0.573576331, -2.87868307e-008, -0.819152117, -0.212012321, -0.965925753, 0.14845252, -0.791240156, 0.258819222, 0.554032147)
4279
w47.Part1 = p48
4280
w47.C1 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
4281
w48 = Instance.new("Weld", p48)
4282
w48.Name = "Part_Weld"
4283
w48.Part0 = p48
4284
w48.C0 = CFrame.new(-23.7728367, 15.5624714, 35.7227516, 0.579227924, 0.707106769, -0.405579776, 0.579227865, -0.707106769, -0.405579716, -0.57357645, 0, -0.819151998)
4285
w48.Part1 = p49
4286
w48.C1 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4287
w49 = Instance.new("Weld", p49)
4288
w49.Name = "Part_Weld"
4289
w49.Part0 = p49
4290
w49.C0 = CFrame.new(35.7379837, 25.1083565, -9.07904911, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4291
w49.Part1 = p50
4292
w49.C1 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4293
w50 = Instance.new("Weld", p50)
4294
w50.Name = "Part_Weld"
4295
w50.Part0 = p50
4296
w50.C0 = CFrame.new(35.7379837, 25.1083584, -9.38572502, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4297
w50.Part1 = p51
4298
w50.C1 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4299
w51 = Instance.new("Weld", p51)
4300
w51.Name = "Part_Weld"
4301
w51.Part0 = p51
4302
w51.C0 = CFrame.new(35.7379875, 25.1083603, -9.23473454, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4303
w51.Part1 = p52
4304
w51.C1 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
4305
w52 = Instance.new("Weld", p52)
4306
w52.Name = "Part_Weld"
4307
w52.Part0 = p52
4308
w52.C0 = CFrame.new(-25.0353527, 3.42085648, 35.7227554, 0.142244235, 0.98480773, -0.0996005014, 0.806707203, -0.173648238, -0.56486249, -0.57357645, 0, -0.819151998)
4309
w52.Part1 = p53
4310
w52.C1 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
4311
w53 = Instance.new("Weld", p53)
4312
w53.Name = "Part_Weld"
4313
w53.Part0 = p53
4314
w53.C0 = CFrame.new(-25.8052597, 10.9961138, 35.7227554, 0.409575999, 0.866025388, -0.286788225, 0.709406435, -0.5, -0.496731758, -0.57357645, 0, -0.819151998)
4315
w53.Part1 = p54
4316
w53.C1 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
4317
w54 = Instance.new("Weld", p54)
4318
w54.Name = "Part_Weld"
4319
w54.Part0 = p54
4320
w54.C0 = CFrame.new(-25.8904991, 8.38383961, 35.7227592, 0.280166447, 0.939692616, -0.196174681, 0.769751012, -0.342020154, -0.538985491, -0.57357645, 0, -0.819151998)
4321
w54.Part1 = p55
4322
w54.C1 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
4323
w55 = Instance.new("Weld", p55)
4324
w55.Name = "Part_Weld"
4325
w55.Part0 = p55
4326
w55.C0 = CFrame.new(-20.8903503, -10.5176811, 35.7227554, -0.280166388, 0.93969208, 0.196174622, 0.769750416, 0.342019618, -0.538984895, -0.57357651, -2.95716429e-008, -0.819151938)
4327
w55.Part1 = p56
4328
w55.C1 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4329
w56 = Instance.new("Weld", p56)
4330
w56.Name = "Part_Weld"
4331
w56.Part0 = p56
4332
w56.C0 = CFrame.new(35.7379799, 25.8704014, -9.65809727, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4333
w56.Part1 = p57
4334
w56.C1 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4335
w57 = Instance.new("Weld", p57)
4336
w57.Name = "Part_Weld"
4337
w57.Part0 = p57
4338
w57.C0 = CFrame.new(35.7379799, 25.8703995, -9.8090868, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4339
w57.Part1 = p58
4340
w57.C1 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4341
w58 = Instance.new("Weld", p58)
4342
w58.Name = "Part_Weld"
4343
w58.Part0 = p58
4344
w58.C0 = CFrame.new(35.7379875, 25.8704014, -9.50240993, -0.573576331, 0, -0.819152117, -0.469846368, -0.819152057, 0.328989863, -0.671010137, 0.57357645, 0.469846219)
4345
w58.Part1 = p59
4346
w58.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4347
w59 = Instance.new("Weld", p59)
4348
w59.Name = "Part_Weld"
4349
w59.Part0 = p59
4350
w59.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4351
w59.Part1 = p60
4352
w59.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4353
w60 = Instance.new("Weld", p60)
4354
w60.Name = "Part_Weld"
4355
w60.Part0 = p60
4356
w60.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4357
w60.Part1 = p61
4358
w60.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4359
w61 = Instance.new("Weld", p61)
4360
w61.Name = "Part_Weld"
4361
w61.Part0 = p61
4362
w61.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4363
w61.Part1 = p62
4364
w61.C1 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4365
w62 = Instance.new("Weld", p62)
4366
w62.Name = "Part_Weld"
4367
w62.Part0 = p62
4368
w62.C0 = CFrame.new(35.7379913, 25.9019985, -3.98426342, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4369
w62.Part1 = p63
4370
w62.C1 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4371
w63 = Instance.new("Weld", p63)
4372
w63.Name = "Part_Weld"
4373
w63.Part0 = p63
4374
w63.C0 = CFrame.new(35.7379875, 25.9019947, -4.29094791, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4375
w63.Part1 = p64
4376
w63.C1 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4377
w64 = Instance.new("Weld", p64)
4378
w64.Name = "TorsoPart_Weld"
4379
w64.Part0 = p64
4380
w64.C0 = CFrame.new(35.7379875, 25.9019966, -4.13995552, -0.573576331, 0, -0.819152117, -0.280166537, -0.939692616, 0.196174636, -0.769751191, 0.342020154, 0.538985431)
4381
w64.Part1 = p65
4382
w64.C1 = CFrame.new(-27.0399971, -25.1251144, -25.3600025, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4383
m2.Parent = char
4384
m2:MakeJoints()
4385
--------------------------------------------------------------------------------
4386
local cor2 = Instance.new("Part", char.Wings)
4387
cor2.Name = "Thingy"
4388
cor2.Locked = true
4389
cor2.BottomSurface = 0
4390
cor2.CanCollide = false
4391
cor2.Size = Vector3.new(0.2, 0.2, 0.2)
4392
cor2.Transparency = 1
4393
cor2.TopSurface = 0
4394
corw2 = Instance.new("Weld", cor2)
4395
corw2.Part0 = torso
4396
corw2.Part1 = cor2
4397
corw2.C0 = CFrame.new(0, 0.7, 0.8) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
4398
corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4399
weld2 = Instance.new("Weld", char.Wings)
4400
weld2.Part0 = cor2
4401
weld2.Part1 = char.Wings.TorsoPart
4402
weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4403
wait(0.1)
4404
hum.WalkSpeed = 29
4405
game.Lighting.Ambient = Color3.new(-1,-1,-1)
4406
c = script:Clone()
4407
c.Parent = game.Lighting
4408
s = Instance.new("Sky")
4409
s.Name = "Dark Sky"
4410
s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
4411
s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
4412
s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
4413
s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
4414
s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
4415
s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
4416
s.Parent = game.Lighting
4417
wait(0.1)
4418
game.Lighting.Ambient = Color3.new(255,255,255)
4419
c = script:Clone()
4420
c.Parent = game.Lighting
4421
s = Instance.new("Sky")
4422
s.Name = "White Sky"
4423
s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
4424
s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
4425
s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
4426
s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
4427
s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
4428
s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
4429
s.Parent = game.Lighting
4430
wait(0.1)
4431
game.Lighting.Ambient = Color3.new(-1,-1,-1)
4432
c = script:Clone()
4433
c.Parent = game.Lighting
4434
s = Instance.new("Sky")
4435
s.Name = "Dark Sky"
4436
s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
4437
s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
4438
s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
4439
s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
4440
s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
4441
s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
4442
s.Parent = game.Lighting
4443
wait(0.1)
4444
game.Lighting.Ambient = Color3.new(255,255,255)
4445
c = script:Clone()
4446
c.Parent = game.Lighting
4447
s = Instance.new("Sky")
4448
s.Name = "White Sky"
4449
s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
4450
s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
4451
s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
4452
s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
4453
s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
4454
s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
4455
s.Parent = game.Lighting
4456
wait(0.1)
4457
game.Lighting.Ambient = Color3.new(-1,-1,-1)
4458
c = script:Clone()
4459
c.Parent = game.Lighting
4460
s = Instance.new("Sky")
4461
s.Name = "Dark Sky"
4462
s.SkyboxBk = "http://www.roblox.com/asset/?id=13943307"
4463
s.SkyboxDn = "http://www.roblox.com/asset/?id=13943307"
4464
s.SkyboxFt = "http://www.roblox.com/asset/?id=13943307"
4465
s.SkyboxLf = "http://www.roblox.com/asset/?id=13943307"
4466
s.SkyboxRt = "http://www.roblox.com/asset/?id=13943307"
4467
s.SkyboxUp = "http://www.roblox.com/asset/?id=13943307"
4468
s.Parent = game.Lighting
4469
wait(0.1)
4470
game.Lighting.Ambient = Color3.new(255,255,255)
4471
c = script:Clone()
4472
c.Parent = game.Lighting
4473
s = Instance.new("Sky")
4474
s.Name = "White Sky"
4475
s.SkyboxBk = "http://www.roblox.com/asset/?id=10742015"
4476
s.SkyboxDn = "http://www.roblox.com/asset/?id=10742015"
4477
s.SkyboxFt = "http://www.roblox.com/asset/?id=10742015"
4478
s.SkyboxLf = "http://www.roblox.com/asset/?id=10742015"
4479
s.SkyboxRt = "http://www.roblox.com/asset/?id=10742015"
4480
s.SkyboxUp = "http://www.roblox.com/asset/?id=10742015"
4481
s.Parent = game.Lighting
4482
wait(0.1)
4483
game.Lighting.Ambient = Color3.new(1,1,1)
4484
mouse.KeyDown:connect(function(Key)
4485
if Key == "f" then
4486
Colors = {"White", "White"}
4487
GroundBall1()
4488
wait(0.4)
4489
Colors = {"White", "White"}
4490
GroundBall1()
4491
wait(0.4)
4492
Colors = {"White", "White"}
4493
GroundBall1()
4494
wait(0.4)
4495
Colors = {"White", "White"}
4496
GroundBall1()
4497
wait(0.4)
4498
Colors = {"White", "White"}
4499
GroundBall1()
4500
wait(0.4)
4501
Colors = {"White", "White"}
4502
GroundBall1()
4503
wait(0.4)
4504
Colors = {"White", "White"}
4505
GroundBall1()
4506
wait(0.4)
4507
Colors = {"White", "White"}
4508
GroundBall1()
4509
wait(0.4)
4510
Colors = {"White", "White"}
4511
GroundBall1()
4512
wait(0.4)
4513
Colors = {"White", "White"}
4514
GroundBall1()
4515
wait(0.4)
4516
Colors = {"White", "White"}
4517
GroundBall1()
4518
wait(0.4)
4519
Colors = {"White", "White"}
4520
GroundBall1()
4521
wait(0.4)
4522
Colors = {"White", "White"}
4523
GroundBall1()
4524
wait(0.4)
4525
Colors = {"White", "White"}
4526
GroundBall1()
4527
wait(0.4)
4528
Colors = {"White", "White"}
4529
GroundBall1()
4530
wait(0.4)
4531
Colors = {"White", "White"}
4532
GroundBall1()
4533
wait(0.4)
4534
Colors = {"White", "White"}
4535
GroundBall1()
4536
wait(0.4)
4537
Colors = {"White", "White"}
4538
GroundBall1()
4539
wait(0.4)
4540
Colors = {"White", "White"}
4541
GroundBall1()
4542
wait(0.4)
4543
Colors = {"White", "White"}
4544
GroundBall1()
4545
wait(0.4)
4546
Colors = {"White", "White"}
4547
GroundBall1()
4548
wait(0.4)
4549
Colors = {"White", "White"}
4550
GroundBall1()
4551
wait(0.4)
4552
Colors = {"White", "White"}
4553
GroundBall1()
4554
wait(0.4)
4555
Colors = {"White", "White"}
4556
GroundBall1()
4557
wait(0.4)
4558
Colors = {"White", "White"}
4559
GroundBall1()
4560
wait(0.4)
4561
Colors = {"White", "White"}
4562
GroundBall1()
4563
wait(0.4)
4564
Colors = {"White", "White"}
4565
GroundBall1()
4566
wait(0.4)
4567
Colors = {"White", "White"}
4568
GroundBall1()
4569
wait(0.4)
4570
Colors = {"White", "White"}
4571
GroundBall1()
4572
wait(0.4)
4573
Colors = {"White", "White"}
4574
GroundBall1()
4575
wait(0.4)
4576
end
4577
end)
4578
Wait(87)
4579
chat("Now Heres My Full Power.")
4580
wait(4)
4581
Colors = {"White", "White"}
4582
GroundBall1()
4583
wait(0.03)
4584
Colors = {"Really red", "Really red"}
4585
GroundBall1()
4586
wait(0.02)
4587
Colors = {"White", "White"}
4588
GroundBall1()
4589
wait(0.03)
4590
Colors = {"Really red", "Really red"}
4591
GroundBall1()
4592
wait(0.02)
4593
Colors = {"White", "White"}
4594
GroundBall1()
4595
wait(0.03)
4596
Colors = {"Really red", "Really red"}
4597
GroundBall1()
4598
wait(0.02)
4599
Colors = {"White", "White"}
4600
GroundBall1()
4601
wait(0.03)
4602
Colors = {"Really red", "Really red"}
4603
GroundBall1()
4604
wait(0.02)
4605
Colors = {"White", "White"}
4606
GroundBall1()
4607
wait(0.03)
4608
Colors = {"Really red", "Really red"}
4609
GroundBall1()
4610
wait(0.02)
4611
Colors = {"White", "White"}
4612
GroundBall1()
4613
wait(0.03)
4614
Colors = {"Really red", "Really red"}
4615
GroundBall1()
4616
wait(0.02)
4617
Colors = {"White", "White"}
4618
GroundBall1()
4619
wait(0.03)
4620
Colors = {"Really red", "Really red"}
4621
GroundBall1()
4622
wait(0.02)
4623
Colors = {"White", "White"}
4624
GroundBall1()
4625
wait(0.03)
4626
Colors = {"Really red", "Really red"}
4627
GroundBall1()
4628
wait(0.02)
4629
Colors = {"White", "White"}
4630
GroundBall1()
4631
wait(0.03)
4632
Colors = {"Really red", "Really red"}
4633
GroundBall1()
4634
wait(0.02)
4635
Colors = {"White", "White"}
4636
GroundBall1()
4637
wait(0.03)
4638
Colors = {"Really red", "Really red"}
4639
GroundBall1()
4640
wait(0.02)
4641
Colors = {"White", "White"}
4642
GroundBall1()
4643
wait(0.03)
4644
Colors = {"Really red", "Really red"}
4645
GroundBall1()
4646
wait(0.02)
4647
Colors = {"White", "White"}
4648
GroundBall1()
4649
wait(0.03)
4650
Colors = {"Really red", "Really red"}
4651
GroundBall1()
4652
wait(0.02)
4653
Colors = {"White", "White"}
4654
GroundBall1()
4655
wait(0.03)
4656
Colors = {"Really red", "Really red"}
4657
GroundBall1()
4658
wait(0.02)
4659
Colors = {"White", "White"}
4660
GroundBall1()
4661
wait(0.03)
4662
Colors = {"Really red", "Really red"}
4663
GroundBall1()
4664
wait(0.02)
4665
Colors = {"White", "White"}
4666
GroundBall1()
4667
wait(0.03)
4668
Colors = {"Really red", "Really red"}
4669
GroundBall1()
4670
wait(0.02)
4671
Colors = {"White", "White"}
4672
GroundBall1()
4673
wait(0.03)
4674
Colors = {"Really red", "Really red"}
4675
GroundBall1()
4676
wait(0.02)
4677
Colors = {"White", "White"}
4678
GroundBall1()
4679
wait(0.03)
4680
Colors = {"Really red", "Really red"}
4681
GroundBall1()
4682
wait(0.02)
4683
Colors = {"White", "White"}
4684
GroundBall1()
4685
wait(0.03)
4686
Colors = {"Really red", "Really red"}
4687
GroundBall1()
4688
wait(0.02)
4689
Colors = {"White", "White"}
4690
GroundBall1()
4691
wait(0.03)
4692
Colors = {"Really red", "Really red"}
4693
GroundBall1()
4694
wait(0.02)
4695
Colors = {"White", "White"}
4696
GroundBall1()
4697
wait(0.03)
4698
Colors = {"Really red", "Really red"}
4699
GroundBall1()
4700
wait(0.02)
4701
Colors = {"White", "White"}
4702
GroundBall1()
4703
wait(0.03)
4704
Colors = {"Really red", "Really red"}
4705
GroundBall1()
4706
wait(0.02)
4707
Colors = {"White", "White"}
4708
GroundBall1()
4709
wait(0.03)
4710
Colors = {"Really red", "Really red"}
4711
GroundBall1()
4712
wait(0.02)
4713
Colors = {"White", "White"}
4714
GroundBall1()
4715
wait(0.03)
4716
Colors = {"Really red", "Really red"}
4717
GroundBall1()
4718
wait(0.02)
4719
Colors = {"White", "White"}
4720
GroundBall1()
4721
wait(0.03)
4722
Colors = {"Really red", "Really red"}
4723
GroundBall1()
4724
wait(0.02)
4725
4726
while true do
4727-
Hair7.BrickColor = BrickColor.new("Really red")
4727+
4728
wait(0.01)
4729-
Hair7.BrickColor = BrickColor.new("Deep orange")
4729+
Hair7.BrickColor = BrickColor.new("Really Black")
4730
wait(0.01)
4731-
Hair7.BrickColor = BrickColor.new("New Yeller")
4731+
4732
wait(0.01)
4733-
Hair7.BrickColor = BrickColor.new("Lime green")
4733+
Hair7.BrickColor = BrickColor.new("Really Black")
4734
wait(0.01)
4735-
Hair7.BrickColor = BrickColor.new("Toothpaste")
4735+
4736
wait(0.01)
4737-
Hair7.BrickColor = BrickColor.new("Magenta")
4737+
Hair7.BrickColor = BrickColor.new("Really Black")
4738
wait(0.01)
4739-
Hair7.BrickColor = BrickColor.new("Hot pink")
4739+
4740
wait(0.01)
4741
end