View difference between Paste ID: f5GnWZSH and nyBivrJV
SHOW: | | - or go back to the newest paste.
1
-- This script has been converted to FE by iPxter
2
3
4
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
6
do
7
	print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
8
	script.Parent = Player.Character
9
10
	--RemoteEvent for communicating
11-
local player = game.Players.LocalPlayer
11+
	local Event = Instance.new("RemoteEvent")
12
	Event.Name = "UserInput_Event"
13
14
	--Fake event to make stuff like Mouse.KeyDown work
15
	local function fakeEvent()
16
		local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
17-
m=player:GetMouse()
17+
		t.connect = t.Connect
18
		return t
19
	end
20
21
	--Creating fake input objects with fake variables
22
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
23
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26
	end}
27
	--Merged 2 functions into one by checking amount of arguments
28
	CAS.UnbindAction = CAS.BindAction
29
30
	--This function will trigger the events that have been :Connect()'ed
31
	local function te(self,ev,...)
32
		local t = m[ev]
33
		if t and t._fakeEvent and t.Function then
34
			t.Function(...)
35
		end
36
	end
37
	m.TrigEvent = te
38
	UIS.TrigEvent = te
39
40
	Event.OnServerEvent:Connect(function(plr,io)
41
	    if plr~=Player then return end
42
		if io.isMouse then
43
			m.Target = io.Target
44
			m.Hit = io.Hit
45
		else
46
			local b = io.UserInputState == Enum.UserInputState.Begin
47
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
48
				return m:TrigEvent(b and "Button1Down" or "Button1Up")
49
			end
50
			for _,t in pairs(CAS.Actions) do
51
				for _,k in pairs(t.Keys) do
52
					if k==io.KeyCode then
53
						t.Function(t.Name,io.UserInputState,io)
54
					end
55
				end
56
			end
57
			m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58
			UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59
	    end
60
	end)
61
	Event.Parent = NLS([==[
62
	local Player = game:GetService("Players").LocalPlayer
63
	local Event = script:WaitForChild("UserInput_Event")
64
65
	local UIS = game:GetService("UserInputService")
66
	local input = function(io,a)
67
		if a then return end
68
		--Since InputObject is a client-side instance, we create and pass table instead
69
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
70
	end
71
	UIS.InputBegan:Connect(input)
72
	UIS.InputEnded:Connect(input)
73
74
	local Mouse = Player:GetMouse()
75
	local h,t
76
	--Give the server mouse data 30 times every second, but only if the values changed
77
	--If player is not moving their mouse, client won't fire events
78
	while wait(1/30) do
79
		if h~=Mouse.Hit or t~=Mouse.Target then
80
			h,t=Mouse.Hit,Mouse.Target
81
			Event:FireServer({isMouse=true,Target=t,Hit=h})
82
		end
83
	end]==],Player.Character)
84
	Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
85
end
86
87
--Ishida Sword And Armor--
88
p = owner
89
char = p.Character
90
torso = char.Torso
91
neck = char.Torso.Neck
92
hum = char.Humanoid
93
94
dot = false
95
des = false
96
local ChatService = game:GetService("Chat")
97
local player = owner
98
char = player.Character
99
hum = char.Humanoid
100
torso = hum.Torso
101
lig = Instance.new("PointLight",player.Character.Torso)
102
lig.Color=Color3.new(0,0,255)
103
bb = Instance.new("BillboardGui",player.Character.Head)
104
bb.Enabled = true
105
bb.AlwaysOnTop = true
106
bb.Size = UDim2.new(0,200,0,50)
107
bb.StudsOffset = Vector3.new(0,1,0)
108
gui=Instance.new("TextBox",bb)
109
gui.Text = "Wanderer"
110
gui.Size = UDim2.new(0,133,0,45)
111
gui.Position=UDim2.new(0,57,0,-40)
112
gui.TextColor3 = Color3.new(0/255,0/255,255/255)
113
gui.BackgroundColor3=Color3.new(0/255,0/255,255/255)
114
gui.TextWrapped = true
115
gui.TextScaled = true
116
gui.TextXAlignment = "Left"
117
gui.TextYAlignment = "Top"
118
gui.Visible = false
119
gui.BorderColor3 = Color3.new(0,0,255)
120
 
121
gui1=Instance.new("TextButton",bb)
122
gui1.Position=UDim2.new(0,5,0,-43)
123
gui1.Size = UDim2.new(0,190,0,51)
124
 
125
gui1.TextColor3 = Color3.new(0/255,0/255,255/255)
126
gui1.BackgroundColor3=Color3.new(0/255,0/255,255/255)
127
 
128
Debounces = {
129
["IsSpeech"]=false;
130
}
131
 
132
 
133
Speeches = {
134
"rbxassetid://316403916",
135
"rbxassetid://316403844",
136
"rbxassetid://316403787",
137
"rbxassetid://316403490"
138
};
139
 
140
 
141
 
142
 
143
function swait(num)
144
if num==0 or num==nil then
145
game:service'RunService'.Stepped:wait(0)
146
else
147
for i=0,num do
148
game:service'RunService'.Stepped:wait(0)
149
end
150
end
151
end
152
 
153
 
154
for _,v in pairs(Speeches) do
155
   
156
    game:GetService("ContentProvider"):Preload(v)
157
   
158
end
159
 
160
so = function(id,par,vol,pit)
161
coroutine.resume(coroutine.create(function()
162
local sou = Instance.new("Sound",par or workspace)
163
sou.Volume=vol
164
sou.Pitch=pit or 1
165
sou.SoundId=id
166
swait()
167
sou:play()
168
game:GetService("Debris"):AddItem(sou,sou.TimeLength)
169
end))
170
end
171
 
172
 
173
 
174
 function speech()
175
 if Debounces.IsSpeech then return end
176
 Debounces.IsSpeech = true
177
 
178
 so(""..Speeches[math.random(1,#Speeches)].."",torso,1,1)
179
 
180
swait()
181
 
182
 Debounces.IsSpeech = false
183
 end
184
 
185
 
186
gui1.Visible = false
187
img = Instance.new("ImageLabel",bb)
188
img.Size = UDim2.new(0,46,0,47)
189
img.Position = UDim2.new(0,10,0,-41)
190
img.Image = "rbxassetid://698463405"
191
img.BorderColor3 = Color3.new(0,0,0)
192
img.Visible = false
193
asd = Instance.new("Sound",player.Character.Torso)
194
asd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
195
 
196
asd1 = Instance.new("Sound",player.Character.Torso)
197
asd1.SoundId = "http://www.roblox.com/asset/?id = 565939471"
198
 
199
asd2 = Instance.new("Sound",player.Character.Torso)
200
asd2.SoundId = "http://www.roblox.com/asset/?id = 565939471"
201
asd2.Looped = true
202
asd3 = Instance.new("Sound",player.Character.Torso)
203
asd3.SoundId = "http://www.roblox.com/asset/?id = 565939471"
204
asd3.Looped = true
205
asd4 = Instance.new("Sound",player.Character.Torso)
206
asd4.SoundId = "http://www.roblox.com/asset/?id = 565939471"
207
asd4.Looped = false
208
asd5 = Instance.new("Sound",player.Character.Torso)
209
asd5.SoundId = "http://www.roblox.com/asset/?id = 0"
210
asd5.Looped = true
211
dunkd = Instance.new("Sound",player.Character.Torso)
212
dunkd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
213
dunkd.Looped = false
214
function play(play)
215
asd:Play()
216
asd1:Play()
217
end
218
eye = Instance.new("Part",player.Character)
219
eye.BrickColor = BrickColor.new("Toothpaste")
220
eye.Material = "Neon"
221
eye.FormFactor = 3
222
eye.Shape = "Ball"
223
eye.Size = Vector3.new(0.37,0.37,0.1)
224
weld = Instance.new("Weld",eye)
225
weld.Part0 = eye
226
weld.Part1 = player.Character.Head
227
weld.C0 = CFrame.new(0.1,-0.2,0.45)
228
eye.Transparency = 1
229
-- listen for their chatting
230
player.Chatted:connect(function(message)
231
a = string.len(message)
232
gui.Text = "* "
233
gui.Visible = true
234
gui1.Visible = true
235
des = false
236
img.Visible = true
237
print(a)
238
if dot == false then
239
for i = 1,string.len(message) do wait(0.07)
240
gui.Text =gui.Text..message:sub(i,i)
241
 
242
play()
243
end
244
end
245
 
246
des = true
247
end)
248
m.KeyDown:connect(function(k)
249
if k == "" then
250
asd2:Play()
251
eye.Transparency = 0
252
 
253
elseif k == "" then
254
speech()
255
end
256
end)
257
m.KeyDown:connect(function(k)
258
if k == "" then
259
eye.Transparency = 1
260
asd3:Play()
261
end
262
end)
263
m.KeyDown:connect(function(k)
264
if k == "" then
265
eye.Transparency = 0
266
asd4:Play()
267
end
268
end)
269
m.KeyDown:connect(function(k)
270
if k == "" then
271-
plr = game.Players.LocalPlayer
271+
272
asd5:Play()
273
end
274
end)
275
m.KeyDown:connect(function(k)
276
if k == "l" then
277
 
278
img.Image = "rbxassetid://46829824"
279
end
280
end)
281
m.KeyDown:connect(function(k)
282
if k == "k" then
283
img.Image = "rbxassetid://296125372"
284
end
285
end)
286
m.KeyDown:connect(function(k)
287
if k == "j" then
288
img.Image = "rbxassetid://383104729"
289
end
290
end)
291
m.KeyDown:connect(function(k)
292
if k == "" then
293
img.Image = "rbxassetid://388167154"
294
print("You take your very last breath...")
295
asdd = Instance.new("Sound",player.Character.Torso)
296
asdd.SoundId = "http://www.roblox.com/asset/?id = 357417055"
297
asdd.Looped = false
298
spawn(function()
299
wait()
300
asdd:Play()
301
end)
302
wait(2)
303
asddd = Instance.new("Sound",player.Character.Torso)
304
asddd.SoundId = "http://www.roblox.com/asset/?id = 387183672"
305
asddd.Looped = false
306
spawn(function()
307
wait()
308
asddd:Play()
309
end)
310
wait(2)
311
asdded = Instance.new("Sound",player.Character.Torso)
312
asdded.SoundId = "http://www.roblox.com/asset/?id = 387187707"
313
asdded.Looped = false
314
spawn(function()
315
wait()
316
asdded:Play()
317
end)
318
char:BreakJoints()
319
end
320
end)
321
m.KeyDown:connect(function(k)
322
if k == "x" then
323
if des == true then
324
gui.Visible = false
325
gui.Text = "* "
326
gui1.Visible = false
327
img.Visible = false
328
end
329
end
330
end)
331
m.KeyDown:connect(function(k)
332
if k == "f" then
333
asd3:Stop()
334
asd2:Stop()
335
asd4:Stop()
336
dunkd:Stop()
337
eye.Transparency = 1
338
asd5:Stop()
339
end
340
end)
341
m.KeyDown:connect(function(k)
342
if k == "" then
343
dunkd = Instance.new("Sound",player.Character.Torso)
344
dunkd.SoundId = "http://www.roblox.com/asset/?id = 333078694"
345
dunkd.Looped = false
346
dunkd:Play()
347
end
348
end)
349
m.KeyDown:connect(function(k)
350
if k == "" then
351
img.Image = "rbxassetid://378198656"
352
end
353
end)
354
--
355
--
356
plr = owner
357
char = plr.Character
358
hum = game.Players.LocalPlayer.Character.Humanoid
359
to = game.Players.LocalPlayer.Character.Torso
360
he = game.Players.LocalPlayer.Character.Head
361
neck = char.Torso.Neck
362
rar = game.Players.LocalPlayer.Character["Right Arm"]
363
lar = game.Players.LocalPlayer.Character["Left Arm"]
364
rla = game.Players.LocalPlayer.Character["Right Leg"]
365
lla = game.Players.LocalPlayer.Character["Left Leg"]
366
local maincolor = Color3.new(255/255,85/255,0/255)
367
local blu = Color3.new(0/255,0/255,255/255)
368
local gree = Color3.new(0/255,255/255,0/255)
369
local red = Color3.new(255/255,0/255,0/255)
370
local dred = Color3.new(0/255,0/255,255/255)
371
local purp = Color3.new(100/255,0/255,255/255)
372
local pt1 = NumberSequenceKeypoint.new(0,50,0)
373
local pt2 = NumberSequenceKeypoint.new(1,0,0)
374
local pt1a = NumberSequenceKeypoint.new(0,7,0)
375
local pt2a = NumberSequenceKeypoint.new(1,0,0)
376
local bigg1 = NumberSequenceKeypoint.new(0,10,0)
377
local bigg2 = NumberSequenceKeypoint.new(1,0,0)
378
vt = Vector3.new
379
bc = BrickColor.new
380
hum.WalkSpeed = 0
381
hum.JumpPower = 100
382
aura = Instance.new("Sound",to)
383
aura.SoundId = "rbxassetid://260567626"
384
aura.Looped = false
385
aura.Volume = 10
386
lol = Instance.new("Sound",to)
387
lol.SoundId = "rbxassetid://137473066"
388
lol.Looped = false
389
lol.Volume = 10
390
beyond = Instance.new("Sound",to)
391
beyond.SoundId = "rbxassetid://256643436"
392
beyond.Looped = false
393
beyond.Volume = 10
394
hum.WalkSpeed = 50
395
t = Instance.new("ParticleEmitter",to)
396
t.Rate = 0
397
t.Size = NumberSequence.new({pt1a,pt2a})
398
t.Lifetime = NumberRange.new(1)
399
t.RotSpeed = NumberRange.new(1000000)
400
t.Texture = "rbxassetid://666724084"
401
t.VelocitySpread= 50
402
t.LightEmission = 1
403
h = Instance.new("ParticleEmitter",he)
404
h.Rate = 0
405
h.Size = NumberSequence.new({pt1a,pt2a})
406
h.Lifetime = NumberRange.new(1)
407
h.RotSpeed = NumberRange.new(1000000)
408
h.Texture = "rbxassetid://666724084"
409
h.VelocitySpread = 90
410
h.LightEmission = 1
411
rl = Instance.new("ParticleEmitter",rla)
412
rl.Rate = 0
413
rl.Size = NumberSequence.new({pt1a,pt2a})
414
rl.Lifetime = NumberRange.new(1)
415
rl.RotSpeed = NumberRange.new(1000000)
416
rl.Texture = "rbxassetid://666724084"
417
rl.VelocitySpread = 50
418
rl.LightEmission = 1
419
ll = Instance.new("ParticleEmitter",lla)
420
ll.Rate = 0
421
ll.Size = NumberSequence.new({pt1a,pt2a})
422
ll.Lifetime = NumberRange.new(1)
423
ll.RotSpeed = NumberRange.new(1000000)
424
ll.Texture = "rbxassetid://666724084"
425
ll.VelocitySpread = 50
426
ll.LightEmission = 1
427
ra = Instance.new("ParticleEmitter",rar)
428
ra.Rate = 0
429
ra.Size = NumberSequence.new({pt1a,pt2a})
430
ra.Lifetime = NumberRange.new(1)
431
ra.RotSpeed = NumberRange.new(1000000)
432
ra.Texture = "rbxassetid://666724084"
433
ra.VelocitySpread = 50
434
ra.LightEmission = 1
435
436
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
437
if msg == "boost" then
438
aura:Play()
439
h.Rate = 100
440
t.Rate = 100
441
rl.Rate = 100
442
ll.Rate = 100
443
h.Color = ColorSequence.new(blu)
444
h.Transparency = NumberSequence.new(0.4)
445
t.Color = ColorSequence.new(blu)
446
t.Transparency = NumberSequence.new(0.4)
447
rl.Color = ColorSequence.new(blu)
448
rl.Transparency = NumberSequence.new(0.4)
449
ll.Color = ColorSequence.new(blu)
450
ll.Transparency = NumberSequence.new(0.4)
451
ra.Color = ColorSequence.new(blu)
452
ra.Transparency = NumberSequence.new(0.4)
453
la.Color = ColorSequence.new(blu)
454
la.Transparency = NumberSequence.new(0.4)
455
h.Texture = "rbxassetid://666724084"
456
t.Texture = "rbxassetid://666724084"
457
rl.Texture = "rbxassetid://666724084"
458
ll.Texture = "rbxassetid://666724084"
459
ra.Texture = "rbxassetid://666724084"
460
la.Texture = "rbxassetid://666724084"
461
hum.WalkSpeed = 100
462
end
463
end)
464
465
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
466
if msg == "calm" then
467
lol:Play()
468
h.Rate = 0
469
t.Rate = 0
470
rl.Rate = 0
471
ll.Rate = 0
472
ra.Rate = 0
473
la.Rate = 0
474
hum.WalkSpeed = 100
475
end
476
end)
477
478
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
479
if msg == "ultimate" then
480
beyond:Play()
481
t.Size = NumberSequence.new(10)
482
t.Lifetime = NumberRange.new(5)
483
t.Texture = "rbxassetid://243098098"
484
t.Color = ColorSequence.new(dred)
485
t.VelocitySpread = 360
486
t.ZOffset = 10
487
t.Rate = 30
488
bonus1 = Instance.new("ParticleEmitter",rar)
489
bonus1.Texture = "rbxassetid://257173628"
490
bonus1.VelocitySpread = 360
491
bonus1.Rate = 20
492
bonus1.Lifetime = NumberRange.new(5)
493
bonus1.Size = NumberSequence.new(10)
494
bonus1.Color = ColorSequence.new(dred)
495
bonus1.LightEmission = 1
496
bonus1.RotSpeed = NumberRange.new(1000000)
497
bonus1.LockedToPart = true
498
bonus2 = Instance.new("ParticleEmitter",lar)
499
bonus2.Texture = "rbxassetid://257173628"
500
bonus2.VelocitySpread = 360
501
bonus2.Rate = 10
502
bonus2.Lifetime = NumberRange.new(5)
503
bonus2.Size = NumberSequence.new(10)
504
bonus2.Color = ColorSequence.new(dred)
505
bonus2.LightEmission = 1
506
bonus2.RotSpeed = NumberRange.new(1000000)
507
bonus2.LockedToPart = true
508
wait(1)
509
hum.WalkSpeed = 200
510
hum.JumpPower = 150
511
end
512
end)
513
514
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
515
if msg == "summon" then
516
p1 = Instance.new("Part",workspace)
517
p1.Size = Vector3.new(0,0,0)
518
p1.TopSurface = "Smooth"
519
p1.BottomSurface = "Smooth"
520
p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
521
p1.Parent = game.Players.LocalPlayer.Character.Humanoid
522
p1.Anchored = true
523
p1.BrickColor = BrickColor.new("Cyan")
524
p1.Transparency = 0.6
525
p1.Material = "Neon"
526
p1.CanCollide = false
527
p1.Touched:connect(function(h) if
528
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
529
p2 = Instance.new("Part",workspace)
530
p2.Size = Vector3.new(1,25,30)
531
p2.TopSurface = "Smooth"
532
p2.BottomSurface = "Smooth"
533
p2.CFrame = CFrame.new(p1.Position + Vector3.new(15,p2.Size.Y/2,0))
534
p2.Parent = game.Players.LocalPlayer.Character.Humanoid
535
p2.Anchored = true
536
p2.BrickColor = BrickColor.new("Cyan")
537
p2.Transparency = 0.6
538
p2.Material = "Neon"
539
p2.Touched:connect(function(h) if
540
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
541
p3 = Instance.new("Part",workspace)
542
p3.Size = Vector3.new(1,25,30)
543
p3.TopSurface = "Smooth"
544
p3.BottomSurface = "Smooth"
545
p3.CFrame = CFrame.new(p1.Position + Vector3.new(-15,p2.Size.Y/2,0))
546
p3.Parent = game.Players.LocalPlayer.Character.Humanoid
547
p3.Anchored = true
548
p3.BrickColor = BrickColor.new("Cyan")
549
p3.Transparency = 0.6
550
p3.Material = "Neon"
551
p3.Touched:connect(function(h) if
552
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
553
p4 = Instance.new("Part",workspace)
554
p4.Size = Vector3.new(30,25,1)
555
p4.TopSurface = "Smooth"
556
p4.BottomSurface = "Smooth"
557
p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,15))
558
p4.Parent = game.Players.LocalPlayer.Character.Humanoid
559
p4.Anchored = true
560
p4.BrickColor = BrickColor.new("Cyan")
561
p4.Transparency = 0.6
562
p4.Material = "Neon"
563
p4.Touched:connect(function(h) if
564
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
565
p5 = Instance.new("Part",workspace)
566
p5.Size = Vector3.new(30,25,1)
567
p5.TopSurface = "Smooth"
568
p5.BottomSurface = "Smooth"
569
p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-15))
570
p5.Parent = game.Players.LocalPlayer.Character.Humanoid
571
p5.Anchored = true
572
p5.BrickColor = BrickColor.new("Cyan")
573
p5.Transparency = 0.6
574
p5.Material = "Neon"
575
p5.Touched:connect(function(h) if
576
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
577
p6 = Instance.new("Part",workspace)
578
p6.Size = Vector3.new(30,1,30)
579
p6.TopSurface = "Smooth"
580
p6.BottomSurface = "Smooth"
581
p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
582
p6.Parent = game.Players.LocalPlayer.Character.Humanoid
583
p6.Anchored = true
584
p6.BrickColor = BrickColor.new("Cyan")
585
p6.Transparency = 0.6
586
p6.Material = "Neon"
587
p6.Touched:connect(function(h) if
588
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
589
for i=1,4 do 
590
wait(.05)
591
p1.Transparency = 1-(i/10)
592
p2.Transparency = 1-(i/10)
593
p3.Transparency = 1-(i/10)
594
p4.Transparency = 1-(i/10)
595
p5.Transparency = 1-(i/10)
596
p6.Transparency = 1-(i/10)
597
end
598
p1p = Instance.new("ParticleEmitter",p1)
599
p1p.Rate = 200
600
p1p.VelocitySpread = 360
601
p1p.Texture = "rbxassetid://199910011"
602
p1p.Color = ColorSequence.new(blu)
603
p1p.Size = NumberSequence.new({pt1a,pt2a})
604
p1p.LightEmission = 1
605
p1p.ZOffset = 10
606
p1p.RotSpeed = NumberRange.new(10)
607
p2p = Instance.new("ParticleEmitter",p2)
608
p2p.Rate = 200
609
p2p.VelocitySpread = 360
610
p2p.Texture = "rbxassetid://199910011"
611
p2p.Color = ColorSequence.new(blu)
612
p2p.Size = NumberSequence.new({pt1a,pt2a})
613
p2p.LightEmission = 1
614
p2p.ZOffset = 10
615
p2p.RotSpeed = NumberRange.new(10)
616
p3p = Instance.new("ParticleEmitter",p3)
617
p3p.Rate = 200
618
p3p.VelocitySpread = 360
619
p3p.Texture = "rbxassetid://199910011"
620
p3p.Color = ColorSequence.new(blu)
621
p3p.Size = NumberSequence.new({pt1a,pt2a})
622
p3p.LightEmission = 1
623
p3p.ZOffset = 10
624
p3p.RotSpeed = NumberRange.new(10)
625
p4p = Instance.new("ParticleEmitter",p4)
626
p4p.Rate = 200
627
p4p.VelocitySpread = 360
628
p4p.Texture = "rbxassetid://199910011"
629
p4p.Color = ColorSequence.new(blu)
630
p4p.Size = NumberSequence.new({pt1a,pt2a})
631
p4p.LightEmission = 1
632
p4p.ZOffset = 10
633
p4p.RotSpeed = NumberRange.new(10)
634
p5p = Instance.new("ParticleEmitter",p5)
635
p5p.Rate = 200
636
p5p.VelocitySpread = 360
637
p5p.Texture = "rbxassetid://199910011"
638
p5p.Color = ColorSequence.new(blu)
639
p5p.Size = NumberSequence.new({pt1a,pt2a})
640
p5p.LightEmission = 1
641
p5p.ZOffset = 10
642
p5p.RotSpeed = NumberRange.new(10)
643
p6p = Instance.new("ParticleEmitter",p6)
644
p6p.Rate = 200
645
p6p.VelocitySpread = 360
646
p6p.Texture = "rbxassetid://199910011"
647
p6p.Color = ColorSequence.new(blu)
648
p6p.Size = NumberSequence.new({pt1a,pt2a})
649
p6p.LightEmission = 10
650
p6p.ZOffset = 1
651
p6p.RotSpeed = NumberRange.new(10)
652
end
653
end)
654
655
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
656
if msg == "destroy" then
657
p1p.Enabled = false
658
p2p.Enabled = false
659
p3p.Enabled = false
660
p4p.Enabled = false
661
p5p.Enabled = false
662
p6p.Enabled = false
663
for i=1,10 do
664
wait(.05)
665
p1.Transparency = i/10
666
p2.Transparency = i/10
667
p3.Transparency = i/10
668
p4.Transparency = i/10
669
p5.Transparency = i/10
670
p6.Transparency = i/10
671
end
672
wait(10)
673
p1:Destroy()
674
p2:Destroy()
675
p3:Destroy()
676
p4:Destroy()
677
p5:Destroy()
678
p6:Destroy()
679
end
680
end)
681
--------
682
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
683
if msg == "shelter" then
684
p1 = Instance.new("Part",workspace)
685
p1.Size = Vector3.new(0,0,0)
686
p1.TopSurface = "Smooth"
687
p1.BottomSurface = "Smooth"
688
p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
689
p1.Parent = game.Players.LocalPlayer.Character.Humanoid
690
p1.Anchored = true
691
p1.BrickColor = BrickColor.new("Dark blue")
692
p1.Transparency = 0.6
693
p1.Material = "Neon"
694
p1.CanCollide = false
695
p1.Touched:connect(function(h) if
696
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
697
p2 = Instance.new("Part",workspace)
698
p2.Size = Vector3.new(1,100,100)
699
p2.TopSurface = "Smooth"
700
p2.BottomSurface = "Smooth"
701
p2.CFrame = CFrame.new(p1.Position + Vector3.new(50,p2.Size.Y/2,0))
702
p2.Parent = game.Players.LocalPlayer.Character.Humanoid
703
p2.Anchored = true
704
p2.BrickColor = BrickColor.new("Dark blue")
705
p2.Transparency = 0.6
706
p2.Material = "Neon"
707
p2.Touched:connect(function(h) if
708
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
709
p3 = Instance.new("Part",workspace)
710
p3.Size = Vector3.new(1,100,100)
711
p3.TopSurface = "Smooth"
712
p3.BottomSurface = "Smooth"
713
p3.CFrame = CFrame.new(p1.Position + Vector3.new(-50,p2.Size.Y/2,0))
714
p3.Parent = game.Players.LocalPlayer.Character.Humanoid
715
p3.Anchored = true
716
p3.BrickColor = BrickColor.new("Dark blue")
717
p3.Transparency = 0.6
718
p3.Material = "Neon"
719
p3.Touched:connect(function(h) if
720
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
721
p4 = Instance.new("Part",workspace)
722
p4.Size = Vector3.new(100,100,1)
723
p4.TopSurface = "Smooth"
724
p4.BottomSurface = "Smooth"
725
p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,50))
726
p4.Parent = game.Players.LocalPlayer.Character.Humanoid
727
p4.Anchored = true
728
p4.BrickColor = BrickColor.new("Dark blue")
729
p4.Transparency = 0.6
730
p4.Material = "Neon"
731
p4.Touched:connect(function(h) if
732
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
733
p5 = Instance.new("Part",workspace)
734
p5.Size = Vector3.new(100,100,1)
735
p5.TopSurface = "Smooth"
736
p5.BottomSurface = "Smooth"
737
p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-50))
738
p5.Parent = game.Players.LocalPlayer.Character.Humanoid
739
p5.Anchored = true
740
p5.BrickColor = BrickColor.new("Dark blue")
741
p5.Transparency = 0.6
742
p5.Material = "Neon"
743
p5.Touched:connect(function(h) if
744
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
745
p6 = Instance.new("Part",workspace)
746
p6.Size = Vector3.new(100,1,100)
747
p6.TopSurface = "Smooth"
748
p6.BottomSurface = "Smooth"
749
p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
750
p6.Parent = game.Players.LocalPlayer.Character.Humanoid
751
p6.Anchored = true
752
p6.BrickColor = BrickColor.new("Dark blue")
753
p6.Transparency = 0.6
754
p6.Material = "Neon"
755
p6.Touched:connect(function(h) if
756
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
757
for i=1,4 do 
758
wait(.05)
759
p1.Transparency = 1-(i/10)
760
p2.Transparency = 1-(i/10)
761
p3.Transparency = 1-(i/10)
762
p4.Transparency = 1-(i/10)
763
p5.Transparency = 1-(i/10)
764
p6.Transparency = 1-(i/10)
765
end
766
p1p = Instance.new("ParticleEmitter",p1)
767
p1p.Rate = 200
768
p1p.VelocitySpread = 360
769
p1p.Texture = "rbxassetid://199910011"
770
p1p.Color = ColorSequence.new(blu)
771
p1p.Size = NumberSequence.new({pt1a,pt2a})
772
p1p.LightEmission = 1
773
p1p.ZOffset = 10
774
p1p.RotSpeed = NumberRange.new(10)
775
p2p = Instance.new("ParticleEmitter",p2)
776
p2p.Rate = 200
777
p2p.VelocitySpread = 360
778
p2p.Texture = "rbxassetid://199910011"
779
p2p.Color = ColorSequence.new(blu)
780
p2p.Size = NumberSequence.new({pt1a,pt2a})
781
p2p.LightEmission = 1
782
p2p.ZOffset = 10
783
p2p.RotSpeed = NumberRange.new(10)
784
p3p = Instance.new("ParticleEmitter",p3)
785
p3p.Rate = 200
786
p3p.VelocitySpread = 360
787
p3p.Texture = "rbxassetid://199910011"
788
p3p.Color = ColorSequence.new(blu)
789
p3p.Size = NumberSequence.new({pt1a,pt2a})
790
p3p.LightEmission = 1
791
p3p.ZOffset = 10
792
p3p.RotSpeed = NumberRange.new(10)
793
p4p = Instance.new("ParticleEmitter",p4)
794
p4p.Rate = 200
795
p4p.VelocitySpread = 360
796
p4p.Texture = "rbxassetid://199910011"
797
p4p.Color = ColorSequence.new(blu)
798
p4p.Size = NumberSequence.new({pt1a,pt2a})
799
p4p.LightEmission = 1
800
p4p.ZOffset = 10
801
p4p.RotSpeed = NumberRange.new(10)
802
p5p = Instance.new("ParticleEmitter",p5)
803
p5p.Rate = 200
804
p5p.VelocitySpread = 360
805
p5p.Texture = "rbxassetid://199910011"
806
p5p.Color = ColorSequence.new(blu)
807
p5p.Size = NumberSequence.new({pt1a,pt2a})
808
p5p.LightEmission = 1
809
p5p.ZOffset = 10
810
p5p.RotSpeed = NumberRange.new(10)
811
p6p = Instance.new("ParticleEmitter",p6)
812
p6p.Rate = 200
813
p6p.VelocitySpread = 360
814
p6p.Texture = "rbxassetid://199910011"
815
p6p.Color = ColorSequence.new(blu)
816
p6p.Size = NumberSequence.new({pt1a,pt2a})
817
p6p.LightEmission = 10
818
p6p.ZOffset = 1
819
p6p.RotSpeed = NumberRange.new(10)
820
end
821
end)
822
823
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
824
if msg == "off" then
825
p1p.Enabled = false
826
p2p.Enabled = false
827
p3p.Enabled = false
828
p4p.Enabled = false
829
p5p.Enabled = false
830
p6p.Enabled = false
831
for i=1,10 do
832
wait(.05)
833
p1.Transparency = i/10
834
p2.Transparency = i/10
835
p3.Transparency = i/10
836
p4.Transparency = i/10
837
p5.Transparency = i/10
838
p6.Transparency = i/10
839
end
840
wait(10)
841
p1:Destroy()
842
p2:Destroy()
843
p3:Destroy()
844
p4:Destroy()
845
p5:Destroy()
846
p6:Destroy()
847
end
848
end)
849
--------
850
wait(1/60)
851
Player=game:GetService("Players").LocalPlayer
852
Character=Player.Character 
853
PlayerGui=Player.PlayerGui
854
Backpack=Player.Backpack 
855
Torso=Character.Torso 
856
Head=Character.Head 
857
Humanoid=Character.Humanoid
858
LeftArm=Character["Left Arm"] 
859
LeftLeg=Character["Left Leg"] 
860
RightArm=Character["Right Arm"] 
861
RightLeg=Character["Right Leg"] 
862
LS=Torso["Left Shoulder"] 
863
LH=Torso["Left Hip"] 
864
RS=Torso["Right Shoulder"] 
865
RH=Torso["Right Hip"] 
866
Face=Head.face
867
Neck=Torso.Neck
868
it=Instance.new
869
attacktype=1
870
vt=Vector3.new
871
cf=CFrame.new
872
euler=CFrame.fromEulerAnglesXYZ
873
angles=CFrame.Angles
874
necko=cf(0,1,0,-1,-0,-0,0,0,1,0,1,0)
875
RootCF=angles(math.rad(-90),0,math.rad(180))
876
--necko2=cf(0,-0.5,0,-1,-0,-0,0,0,1,0,1,0)
877
--LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
878
--RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
879
RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
880
LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
881
RootPart=Character.HumanoidRootPart
882
RootJoint=RootPart.RootJoint
883
attack=false
884
equipped=false
885
Mouse=Player:GetMouse()
886
local idle=0
887
local Anim="Idle"
888
local ShotTarget=RootPart
889
player=nil
890
891
--[[Saz's Artificial Heartbeat]]--
892
893
ArtificialHB=Instance.new("BindableEvent",script)
894
ArtificialHB.Name="ArtificialHB"
895
896
script:WaitForChild("ArtificialHB")
897
898
frame=1/60 --1/30 is old Heartbeat and 1/60 is like Renderstepped speed
899
tf=0
900
allowframeloss=false
901
tossremainder=false
902
lastframe=tick()
903
script.ArtificialHB:Fire()
904
905
game:GetService("RunService").Heartbeat:connect(function(s,p)
906
tf=tf+s
907
if tf>=frame then
908
if allowframeloss then
909
script.ArtificialHB:Fire()
910
lastframe=tick()
911
else
912
for i=1,math.floor(tf/frame) do
913
script.ArtificialHB:Fire()
914
end
915
lastframe=tick()
916
end
917
if tossremainder then
918
tf=0
919
else
920
tf=tf-frame*math.floor(tf/frame)
921
end
922
end
923
end)
924
----------------------------------------
925
926
--[[HB wait]]--
927
local animationspeed=2 --The speed the script goes and stuff.
928
929
function hbwait(number)
930
if number==0 or number==nil then
931
game:GetService("RunService").Stepped:wait()
932
--ArtificialHB.Event:wait()
933
else
934
for i=0,number do
935
game:GetService("RunService").Stepped:wait()
936
--ArtificialHB.Event:wait()
937
end
938
end
939
end
940
----------------------------------------
941
942
--[[Stats and Other Values]]--
943
local Stats=Instance.new("Folder",Character)
944
Stats.Name="Stats"
945
local Defense=Instance.new("NumberValue",Stats)
946
Defense.Name="Defense"
947
Defense.Value=1
948
local Movement=Instance.new("NumberValue",Stats)
949
Movement.Name="Movement"
950
Movement.Value=1
951
local Damage=Instance.new("NumberValue",Stats)
952
Damage.Name="Damage"
953
Damage.Value=1
954
local Mana=Instance.new("NumberValue",Stats)
955
Mana.Name="Mana"
956
Mana.Value=0
957
local Rooted=Instance.new("BoolValue",Stats)
958
Rooted.Name="Rooted"
959
Rooted.Value=false
960
local BlockValue=Instance.new("BoolValue",Stats)
961
BlockValue.Name="BlockValue"
962
BlockValue.Value=false
963
local StaggerHitAnim=Instance.new("BoolValue",Stats)
964
StaggerHitAnim.Name="StaggerHitAnim"
965
StaggerHitAnim.Value=false
966
local StaggerAnim=Instance.new("BoolValue",Stats)
967
StaggerAnim.Name="StaggerAnim"
968
StaggerAnim.Value=false
969
local StunAnim=Instance.new("BoolValue",Stats)
970
StunAnim.Name="StunAnim"
971
StunAnim.Value=false
972
local StunValue=Instance.new("NumberValue",Stats)
973
StunValue.Name="StunValue"
974
StunValue.Value=0
975
local CanCrit=Instance.new("BoolValue",Stats)
976
CanCrit.Name="CanCrit"
977
CanCrit.Value=true
978
local CritChance=Instance.new("NumberValue",Stats)
979
CritChance.Name="CritChance"
980
CritChance.Value=75
981
local CanPenetrateArmor=Instance.new("BoolValue",Stats)
982
CanPenetrateArmor.Name="CanPenetrateArmor"
983
CanPenetrateArmor.Value=false
984
local AntiTeamKill=Instance.new("BoolValue",Stats)
985
AntiTeamKill.Name="AntiTeamKill"
986
AntiTeamKill.Value=false
987
----------------------------------------
988
989
--[[Ignore these values.]]--
990
local LastPoint=nil
991
local staggerhitanim=false
992
local staggeranim=false
993
local stunanim=false
994
local CritChanceNumber=0
995
local CustomColor=Torso.BrickColor
996
local Colorpart1=CustomColor.r
997
local Colorpart2=CustomColor.g
998
local Colorpart3=CustomColor.b
999
local InverseColor=BrickColor.new(Color3.new(1-Colorpart1,1-Colorpart2,1-Colorpart3))
1000
local idleangle=0
1001
local idlen=0
1002
local donum=0
1003
local sine=0
1004
local change=2/animationspeed
1005
local walkinganim=false
1006
local handidle=false
1007
local walk=0
1008
local someangle=0
1009
local change2=1
1010
local stundelay=0
1011
local manadelay=0
1012
local robloxidleanimation=Instance.new("Animation",Torso)
1013
robloxidleanimation.Name="robloxidleanimation"
1014
robloxidleanimation.AnimationId="http://www.roblox.com/asset/?id="
1015
local Animator=Humanoid:FindFirstChild("Animator")
1016
local Animate=Character:FindFirstChild("Animate")
1017
----------------------------------------
1018
1019
--[[Damage Function Sounds]]--
1020
local HitPlayerSounds={199149137,199149186,199149221,199149235,199149269,199149297}
1021
local HitArmorSounds={199149321,199149338,199149367,199149409,199149452}
1022
local HitWeaponSounds={199148971,199149025,199149072,199149109,199149119}
1023
local HitBlockSounds={199148933,199148947}
1024
----------------------------------------
1025
1026
--[[Gui Stuff]]--
1027
local cooldown1=0
1028
local cooldown2=0
1029
local cooldown3=0
1030
local cooldown4=0
1031
local scrn=Instance.new('ScreenGui',PlayerGui)
1032
local ud=UDim2.new
1033
local c3=Color3.new
1034
local skillcolorscheme=c3(1,1,1)
1035
function subtractmana(k)
1036
if Mana.Value>=k then
1037
Mana.Value=Mana.Value-k
1038
end
1039
end
1040
----------------------------------------
1041
1042
--[[Gui Settings]]--
1043
local co1=0 --How long it takes for the skill to cool down.
1044
local co2=0
1045
local co3=0
1046
local co4=0
1047
local maxmana=0 --Maximum amount of mana you can have.
1048
local maxstun=1 --Maximum amount of stun you can have.
1049
local recovermana=0 --Amount of mana you gain.
1050
local losestun=0 --Amount of stun you lose.
1051
local stunwait=0 --Delay between losing stun.
1052
local manawait=0 --Delay between gaining mana.
1053
local skill1mana=0 --How much mana is required to use the skill.
1054
local skill2mana=0
1055
local skill3mana=0
1056
local skill4mana=0
1057
local menuupdatespeed=0 --The speed the guis go to update to their size and position.
1058
local constantupdate=false --If true, then the bars will constantly update.
1059
local showstats=false --If true, then the menu will show your movement, defense, damage, and stun.
1060
local allowstunbar=false --If true, then shows the stun bar.
1061
----------------------------------------
1062
1063
--[[Gui Functions]]--
1064
function makeframe(par,trans,pos,size,color,name)
1065
local frame=Instance.new('Frame')
1066
frame.Parent=par
1067
frame.BackgroundTransparency=trans
1068
frame.BorderSizePixel=0
1069
frame.Position=pos
1070
frame.Size=size
1071
frame.BackgroundColor3=color
1072
frame.Name=name
1073
return frame
1074
end
1075
1076
function makelabel(par,text,trans,stroketrans,name)
1077
local label=Instance.new('TextLabel')
1078
label.Parent=par
1079
label.BackgroundTransparency=1
1080
label.Size=ud(1,0,1,0)
1081
label.Position=ud(0,0,0,0)
1082
label.TextColor3=c3(255,255,255)
1083
label.TextStrokeTransparency=stroketrans
1084
label.TextTransparency=trans
1085
label.FontSize=Enum.FontSize.Size32
1086
label.Font=Enum.Font.Legacy
1087
label.BorderSizePixel=0
1088
label.TextScaled=true
1089
label.Text=text
1090
label.Name=name
1091
return label
1092
end
1093
----------------------------------------
1094
1095
--[[The Gui]]--
1096
framesk1=makeframe(scrn,0.5,ud(0.23,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 1")
1097
framesk2=makeframe(scrn,0.5,ud(0.5,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 2")
1098
framesk3=makeframe(scrn,0.5,ud(0.5,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 3")
1099
framesk4=makeframe(scrn,0.5,ud(0.23,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 4")
1100
bar1=makeframe(framesk1,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 1")
1101
bar2=makeframe(framesk2,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 2")
1102
bar3=makeframe(framesk3,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 3")
1103
bar4=makeframe(framesk4,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 4")
1104
text1=makelabel(framesk1,"[C] Ability 3",1,1,"Text 1")
1105
text2=makelabel(framesk2,"[V] Ability 4",1,1,"Text 2")
1106
text3=makelabel(framesk3,"[X] Ability 2",1,1,"Text 3")
1107
text4=makelabel(framesk4,"[Z] Ability 1",1,1,"Text 4")
1108
manabar=makeframe(scrn,0.5,ud(0.23,0,0.82,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Bar") 
1109
manacover=makeframe(manabar,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Cover")
1110
manatext=makelabel(manabar,"Mana",1,1,"Mana Text")
1111
healthbar=makeframe(scrn,0.5,ud(0.5,0,0.82,0),ud(0.26,0,0,0),c3(255/255,50/255,50/255),"Health Bar")
1112
healthcover=makeframe(healthbar,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,50/255,50/255),"Health Cover")
1113
healthtext=makelabel(healthbar,"Health",1,1,"Health Text")
1114
if allowstunbar==true then
1115
stunframe=makeframe(scrn,0.5,ud(0.5,0,0.78,0),ud(0.26,0,0,0),c3(255/255,255/255,50/255),"Stun Frame")
1116
stunbar=makeframe(stunframe,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,255/255,50/255),"Stun Bar")
1117
stuntext=makelabel(stunframe,"Stun",1,1,"Stun Text")
1118
end
1119
if showstats==true then
1120
defenseframe=makeframe(scrn,0.5,ud(0.23,0,0.78,0),ud(0.075,0,0,0),c3(100/255,100/255,255/255),"Defense Frame")
1121
damageframe=makeframe(scrn,0.5,ud(0.3225,0,0.78,0),ud(0.075,0,0,0),c3(255/255,100/255,100/255),"Damage Frame")
1122
movementframe=makeframe(scrn,0.5,ud(0.415,0,0.78,0),ud(0.075,0,0,0),c3(100/255,255/255,100/255),"Movement Frame")
1123
--[[
1124
defensecover=makeframe(defenseframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,100/255,255/255),"Defense Cover")
1125
damagecover=makeframe(damageframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(255/255,100/255,100/255),"Damage Cover")
1126
movementcover=makeframe(movementframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,255/255,100/255),"Movement Cover")
1127
--]]
1128
defensetext=makelabel(defenseframe,"Defense: "..Defense.Value,1,1,"Defense Text")
1129
damagetext=makelabel(damageframe,"Damage: "..Damage.Value,1,1,"Damage Text")
1130
movementtext=makelabel(movementframe,"Movement: "..Movement.Value,1,1,"Movement Text")
1131
end
1132
----------------------------------------
1133
1134
function NoOutline(Part)
1135
Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
1136
end
1137
1138
local function weldBetween(a, b)
1139
local weldd = Instance.new("ManualWeld")
1140
weldd.Part0 = a
1141
weldd.Part1 = b
1142
weldd.C0 = CFrame.new()
1143
weldd.C1 = b.CFrame:inverse() * a.CFrame
1144
weldd.Parent = a
1145
return weldd
1146
end
1147
1148
function nooutline(part)
1149
part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
1150
end
1151
1152
function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
1153
local fp=it("Part")
1154
fp.formFactor=formfactor
1155
fp.Parent=parent
1156
fp.Reflectance=reflectance
1157
fp.Transparency=transparency
1158
fp.CanCollide=false
1159
fp.Locked=true
1160
fp.BrickColor=BrickColor.new(tostring(brickcolor))
1161
fp.Name=name
1162
fp.Size=size
1163
fp.Position=Character.Torso.Position
1164
nooutline(fp)
1165
fp.Material=material
1166
fp:BreakJoints()
1167
return fp
1168
end
1169
1170
function mesh(Mesh,part,meshtype,meshid,offset,scale)
1171
local mesh=it(Mesh)
1172
mesh.Parent=part
1173
if Mesh=="SpecialMesh" then
1174
mesh.MeshType=meshtype
1175
mesh.MeshId=meshid
1176
end
1177
mesh.Offset=offset
1178
mesh.Scale=scale
1179
return mesh
1180
end
1181
1182
function weld(parent,part0,part1,c0,c1)
1183
local weld=it("Motor")
1184
weld.Parent=parent
1185
weld.Part0=part0
1186
weld.Part1=part1
1187
weld.C0=c0
1188
weld.C1=c1
1189
return weld
1190
end
1191
1192
m=Instance.new("Model",Character)
1193
m.Name="Orinthion Sword and Shield"
1194
1195
--workspace.CurrentCamera.CameraSubject=Head
1196
1197
local swordhandle=part(3,m,"SmoothPlastic",0,0,"Really black","Sword Handle",vt())
1198
local swordhandlemesh=mesh("SpecialMesh",swordhandle,"FileMesh","http://www.roblox.com/asset/?id=438076439",vt(0,2.5,0),vt(0.7,0.7,0.7))
1199
swordhandlemesh.TextureId="http://www.roblox.com/asset/?id=174896768"
1200
local swordhandleweld=weld(RightArm,RightArm,swordhandle,cf(0,-1,0)*angles(math.rad(-90),0,0),cf(0,0,0))
1201
local Hitbox=part(3,m,"SmoothPlastic",0,1,"Really black","Hitbox",vt())
1202
local Hitboxweld=weld(swordhandle,swordhandle,Hitbox,cf(0,3.4,0),cf(0,0,0))
1203
1204
Effects=Instance.new("Folder",m)
1205
Effects.Name="Effects"
1206
1207
Humanoid.Died:connect(function()
1208
attack=true
1209
for _,v in pairs (Character:GetChildren()) do
1210
if v:IsA"Model" then
1211
m:Destroy()
1212
end
1213
end
1214
end)
1215
1216
for i,v in pairs(Character:GetChildren()) do
1217
if v.ClassName=="Model" then
1218
for _,c in pairs(v:GetChildren()) do
1219
if c.ClassName=="Part" then
1220
c.CustomPhysicalProperties=PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
1221
end
1222
end
1223
end
1224
end
1225
1226
--print("Orinthion Sword and Shield loaded.")
1227
1228
function so(id,par,vol,pit)
1229
coroutine.resume(coroutine.create(function()
1230
local sou=Instance.new("Sound",par or workspace)
1231
sou.Volume=vol
1232
sou.Pitch=pit or 1
1233
sou.SoundId="http://roblox.com/asset/?id="..id
1234
hbwait()
1235
sou:play()
1236
game:GetService("Debris"):AddItem(sou,10)
1237
end))
1238
end
1239
1240
function clerp(a,b,t) 
1241
local qa = {QuaternionFromCFrame(a)}
1242
local qb = {QuaternionFromCFrame(b)} 
1243
local ax, ay, az = a.x, a.y, a.z 
1244
local bx, by, bz = b.x, b.y, b.z
1245
local _t = 1-t
1246
return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) 
1247
end
1248
 
1249
function QuaternionFromCFrame(cf) 
1250
local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() 
1251
local trace = m00 + m11 + m22 
1252
if trace > 0 then 
1253
local s = math.sqrt(1 + trace) 
1254
local recip = 0.5/s 
1255
return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 
1256
else 
1257
local i = 0 
1258
if m11 > m00 then
1259
i = 1
1260
end
1261
if m22 > (i == 0 and m00 or m11) then 
1262
i = 2 
1263
end 
1264
if i == 0 then 
1265
local s = math.sqrt(m00-m11-m22+1) 
1266
local recip = 0.5/s 
1267
return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip 
1268
elseif i == 1 then 
1269
local s = math.sqrt(m11-m22-m00+1) 
1270
local recip = 0.5/s 
1271
return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip 
1272
elseif i == 2 then 
1273
local s = math.sqrt(m22-m00-m11+1) 
1274
local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip 
1275
end 
1276
end 
1277
end
1278
 
1279
function QuaternionToCFrame(px, py, pz, x, y, z, w) 
1280
local xs, ys, zs = x + x, y + y, z + z 
1281
local wx, wy, wz = w*xs, w*ys, w*zs 
1282
local xx = x*xs 
1283
local xy = x*ys 
1284
local xz = x*zs 
1285
local yy = y*ys 
1286
local yz = y*zs 
1287
local zz = z*zs 
1288
return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) 
1289
end
1290
 
1291
function QuaternionSlerp(a, b, t) 
1292
local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] 
1293
local startInterp, finishInterp; 
1294
if cosTheta >= 0.0001 then 
1295
if (1 - cosTheta) > 0.0001 then 
1296
local theta = math.acos(cosTheta) 
1297
local invSinTheta = 1/math.sin(theta) 
1298
startInterp = math.sin((1-t)*theta)*invSinTheta 
1299
finishInterp = math.sin(t*theta)*invSinTheta  
1300
else 
1301
startInterp = 1-t 
1302
finishInterp = t 
1303
end 
1304
else 
1305
if (1+cosTheta) > 0.0001 then 
1306
local theta = math.acos(-cosTheta) 
1307
local invSinTheta = 1/math.sin(theta) 
1308
startInterp = math.sin((t-1)*theta)*invSinTheta 
1309
finishInterp = math.sin(t*theta)*invSinTheta 
1310
else 
1311
startInterp = t-1 
1312
finishInterp = t 
1313
end 
1314
end 
1315
return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp 
1316
end
1317
1318
function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , IgnoreDescendants
1319
return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) 
1320
end 
1321
1322
function DamageStatLabel(labeltype,cframe,text,color)
1323
local c=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt(0,0,0))
1324
c.CFrame=cf(cframe.p+vt(0,1.5,0))
1325
game:GetService("Debris"):AddItem(c,5)
1326
Instance.new("BodyGyro",c)
1327
local f=Instance.new("BodyPosition",c)
1328
f.P=2000
1329
f.D=100
1330
f.maxForce=vt(math.huge,math.huge,math.huge)
1331
if labeltype=="Normal" then
1332
f.position=c.Position+vt(math.random(-2,2),6,math.random(-2,2))
1333
elseif labeltype=="Debuff" then
1334
f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
1335
elseif labeltype=="Interruption" then
1336
f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
1337
end
1338
game:GetService("Debris"):AddItem(c,5)
1339
local bg=Instance.new('BillboardGui',c)
1340
bg.Adornee=c
1341
bg.Size=UDim2.new(2.5,0,2.5,0)
1342
bg.StudsOffset=vt(-2,2,0)
1343
bg.AlwaysOnTop=false
1344
local tl=Instance.new('TextLabel',bg)
1345
tl.BackgroundTransparency=1
1346
tl.Size=UDim2.new(2.5,0,2.5,0)
1347
tl.Text=text
1348
tl.Font=Enum.Font.SourceSans
1349
tl.FontSize=Enum.FontSize.Size42
1350
tl.TextColor3=color
1351
tl.TextScaled=false
1352
tl.TextStrokeTransparency=0
1353
tl.TextScaled=true
1354
tl.TextWrapped=true
1355
f.Parent=c
1356
coroutine.resume(coroutine.create(function(Part,BodyPosition,TextLabel)
1357
wait(0.25)
1358
for i=1,5 do
1359
wait()
1360
BodyPosition.position=Part.Position-vt(0,0.5,0)
1361
end
1362
wait(1.25)
1363
for i=1,5 do
1364
wait()
1365
TextLabel.TextTransparency=TextLabel.TextTransparency+0.2
1366
TextLabel.TextStrokeTransparency=TextLabel.TextStrokeTransparency+0.2
1367
BodyPosition.position=Part.Position+vt(0,0.5,0)
1368
end
1369
Part.Parent=nil
1370
end),c,f,tl)
1371
end
1372
1373
function IncreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
1374
if Location:FindFirstChild("Stats")~=nil then
1375
if Location.Stats:FindFirstChild("BlockValue")~=nil then
1376
if Location.Stats:FindFirstChild("BlockValue").Value~=true then
1377
if Location.Stats[Stat]~=nil then
1378
Location.Stats[Stat].Value=Location.Stats[Stat].Value+Amount
1379
if ShowTheStat==true then
1380
if Stat=="Defense" then
1381
DamageStatLabel("Debuff",Location.Head.CFrame,"+Defense",c3(0,0,255))
1382
elseif Stat=="Damage" then
1383
DamageStatLabel("Debuff",Location.Head.CFrame,"+Damage",c3(0,0,255))
1384
elseif Stat=="Movement" then
1385
DamageStatLabel("Debuff",Location.Head.CFrame,"+Movement",c3(0,0,255))
1386
end
1387
end
1388
coroutine.resume(coroutine.create(function(CurrentDecrease)
1389
wait(Duration)
1390
CurrentDecrease.Value=CurrentDecrease.Value-Amount
1391
end),Location.Stats[Stat])
1392
end
1393
else
1394
DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1395
end
1396
end
1397
end
1398
end
1399
1400
function DecreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
1401
if Location:FindFirstChild("Stats")~=nil then
1402
if Location.Stats:FindFirstChild("BlockValue")~=nil then
1403
if Location.Stats:FindFirstChild("BlockValue").Value~=true then
1404
if Location.Stats[Stat]~=nil then
1405
Location.Stats[Stat].Value=Location.Stats[Stat].Value-Amount
1406
if ShowTheStat==true then
1407
if Stat=="Defense" then
1408
DamageStatLabel("Debuff",Location.Head.CFrame,"-Defense",c3(0,0,255))
1409
elseif Stat=="Damage" then
1410
DamageStatLabel("Debuff",Location.Head.CFrame,"-Damage",c3(0,0,255))
1411
elseif Stat=="Movement" then
1412
DamageStatLabel("Debuff",Location.Head.CFrame,"-Movement",c3(0,0,255))
1413
end
1414
end
1415
coroutine.resume(coroutine.create(function(CurrentDecrease)
1416
wait(Duration)
1417
CurrentDecrease.Value=CurrentDecrease.Value+Amount
1418
end),Location.Stats[Stat])
1419
end
1420
else
1421
DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1422
end
1423
end
1424
end
1425
end
1426
1427
function GetDistance(Part1,Part2,magnitude)
1428
local target=Part1.Position-Part2.Position
1429
local mag=target.magnitude
1430
if mag<=magnitude then
1431
return true
1432
else
1433
return false
1434
end
1435
end
1436
1437
--Usage: Damagefunc(hit,5,10,math.random(5,10),"Normal",Part,0.5,1,math.random(5,10),nil,true,false,nil,0,0,false)
1438
1439
Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,DecreaseTheStat,DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1440
if hit.Parent==nil then
1441
return
1442
end
1443
h=hit.Parent:FindFirstChild("Humanoid")
1444
for _,v in pairs(hit.Parent:GetChildren()) do
1445
if v:IsA("Humanoid") then
1446
h=v
1447
end
1448
end
1449
if hit.Name=="Hitbox" and ranged~=true and hit.Parent~=m then
1450
StaggerHitAnim.Value=true
1451
so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hit,1,1)
1452
return
1453
end
1454
if AntiTeamKill.Value==true then
1455
if game.Players:FindFirstChild(hit.Parent.Name)~=nil then
1456
opponent=game.Players:FindFirstChild(hit.Parent.Name)
1457
end
1458
if opponent~=nil then
1459
if opponent.TeamColor==Player.TeamColor then
1460
return
1461
end
1462
end
1463
end
1464
if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
1465
h=hit.Parent.Parent:FindFirstChild("Humanoid")
1466
end
1467
if hit.Parent.className=="Hat" then
1468
hit=hit.Parent.Parent:FindFirstChild("Head")
1469
end
1470
if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
1471
if hit.Parent:FindFirstChild("DebounceHit")~=nil then
1472
if hit.Parent.DebounceHit.Value==true then
1473
return
1474
end
1475
end
1476
if hit.Parent:FindFirstChild("Humanoid")~=nil then
1477
if hit.Parent:FindFirstChild("Humanoid").Health<=0 then
1478
return
1479
end
1480
end
1481
if hit.Parent:FindFirstChild("Stats")~=nil then
1482
if hit.Parent.Stats:FindFirstChild("StunValue")~=nil then
1483
hit.Parent.Stats:FindFirstChild("StunValue").Value=hit.Parent.Stats:FindFirstChild("StunValue").Value+incstun
1484
end
1485
end
1486
if hit.Parent:FindFirstChild("Stats")~=nil then
1487
if hit.Parent.Stats:FindFirstChild("StaggerAnim")~=nil then
1488
if stagger==true then
1489
hit.Parent.Stats:FindFirstChild("StaggerAnim").Value=true
1490
end
1491
end
1492
end
1493
if hit.Parent:FindFirstChild("Stats")~=nil then
1494
if hit.Parent.Stats:FindFirstChild("BlockValue")~=nil then
1495
if hit.Parent.Stats:FindFirstChild("BlockValue").Value==true then
1496
if hit.Parent.Stats:FindFirstChild("BlockDebounce")==nil then
1497
DamageStatLabel("Interruption",hit.Parent.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1498
local BlockDebounce=Instance.new("BoolValue",hit.Parent.Stats)
1499
BlockDebounce.Name="BlockDebounce"
1500
BlockDebounce.Value=true
1501
game:GetService("Debris"):AddItem(BlockDebounce,0.1)
1502
end
1503
if ranged~=true then
1504
if hit.Parent.Stats:FindFirstChild("BlockDebounce2")==nil then
1505
local BlockDebounce2=Instance.new("BoolValue",hit.Parent.Stats)
1506
BlockDebounce2.Name="BlockDebounce2"
1507
BlockDebounce2.Value=true
1508
game:GetService("Debris"):AddItem(BlockDebounce2,0.1)
1509
so(HitBlockSounds[math.random(1,#HitBlockSounds)],hit,1,1)
1510
end
1511
hit.Parent.Stats:FindFirstChild("BlockValue").Value=false
1512
StaggerAnim.Value=true
1513
end
1514
return
1515
end
1516
end
1517
end
1518
if DecreaseTheStat~=nil then
1519
if hit.Parent:FindFirstChild("Stats")~=nil then
1520
if DecreaseTheStat=="Defense" then
1521
DecreaseStat(hit.Parent,"Defense",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1522
elseif DecreaseTheStat=="Damage" then
1523
DecreaseStat(hit.Parent,"Damage",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1524
elseif DecreaseTheStat=="Movement" then
1525
DecreaseStat(hit.Parent,"Movement",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1526
end
1527
end
1528
end
1529
local D=math.random(minim,maxim)*Damage.Value
1530
if hit.Parent:FindFirstChild("Stats")~=nil then
1531
if hit.Parent.Stats:FindFirstChild("Defense") then
1532
if CanPenetrateArmor.Value==true then
1533
D=D
1534
else
1535
D=D/hit.Parent.Stats:FindFirstChild("Defense").Value
1536
end
1537
elseif hit.Parent.Stats:FindFirstChild("Defense")==nil then
1538
D=D
1539
end
1540
end
1541
if CanCrit.Value==true then
1542
CritChanceNumber=math.random(70,CritChance.Value)
1543
if CritChanceNumber==CritChance.Value then
1544
D=D*2
1545
end
1546
end
1547
D=math.floor(D)
1548
h.Health=h.Health-D
1549
if D<=3 and staggerhit==true then
1550
if ranged~=true then
1551
StaggerHitAnim.Value=true
1552
end
1553
if ranged~=true then
1554
so(HitArmorSounds[math.random(1,#HitArmorSounds)],hit,1,1)
1555
end
1556
elseif D>3 and ranged~=true then
1557
so(HitPlayerSounds[math.random(1,#HitPlayerSounds)],hit,1,1)
1558
end
1559
if D>3 and D<20 then
1560
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1561
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(0,0,255))
1562
so("296102734",hit,1,1)
1563
else
1564
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1565
end
1566
elseif D>=20 then
1567
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1568
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
1569
so("296102734",hit,1,1)
1570
else
1571
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1572
end
1573
elseif D<=3 then
1574
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1575
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
1576
so("296102734",hit,1,1)
1577
else
1578
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1579
end
1580
else
1581
end
1582
if Type=="Normal" then
1583
local vp=Instance.new("BodyVelocity")
1584
vp.P=500
1585
vp.maxForce=vt(math.huge,0,math.huge)
1586
if KnockbackType==1 then
1587
vp.Velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
1588
elseif KnockbackType==2 then
1589
vp.Velocity=Property.CFrame.lookVector*knockback
1590
end
1591
if knockback>0 then
1592
vp.Parent=hit.Parent.Torso
1593
end
1594
game:GetService("Debris"):AddItem(vp,0.5)
1595
elseif Type=="ShieldBlast" then
1596
local vp=Instance.new("BodyVelocity")
1597
vp.P=500
1598
vp.maxForce=vt(10000,10000,10000)
1599
vp.Velocity=((hit.Position-Property.Position).unit+vt(0,1,0))*knockback
1600
if knockback>0 then
1601
vp.Parent=hit.Parent.Torso
1602
end
1603
game:GetService("Debris"):AddItem(vp,0.5)
1604
elseif Type=="ElectricGroundSmash" then
1605
local vp=Instance.new("BodyVelocity")
1606
vp.P=500
1607
vp.maxForce=vt(0,math.huge,0)
1608
vp.Velocity=vt(0,1,0)*knockback
1609
if knockback>0 then
1610
vp.Parent=hit.Parent.Torso
1611
end
1612
game:GetService("Debris"):AddItem(vp,0.5)
1613
elseif Type=="ElectricBlast" then
1614
local vp=Instance.new("BodyVelocity")
1615
vp.P=500
1616
vp.maxForce=vt(10000,0,10000)
1617
vp.Velocity=(hit.Position-Property.Position).unit*knockback
1618
if knockback>0 then
1619
vp.Parent=hit.Parent.Torso
1620
end
1621
game:GetService("Debris"):AddItem(vp,0.5)
1622
end
1623
local DebounceHit=Instance.new("BoolValue",hit.Parent)
1624
DebounceHit.Name="DebounceHit"
1625
DebounceHit.Value=true
1626
game:GetService("Debris"):AddItem(DebounceHit,Delay)
1627
end
1628
end
1629
1630
--Usage: MagniDamage(Part,5,50,70,math.random(5,10),"Normal",Part,0.5,1,math.random(5,10),nil,true,false,nil,0,0,false)
1631
function MagniDamage(Part,magni,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
1632
for _,c in pairs(workspace:GetChildren()) do
1633
local hum=c:FindFirstChild("Humanoid")
1634
local head=nil
1635
if hum~=nil then
1636
head=c:FindFirstChild("Torso")
1637
if head~=nil then
1638
local targ=head.Position-Part.Position
1639
local mag=targ.magnitude
1640
if mag<=magni and c.Name~=Player.Name then
1641
Damagefunc(head,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
1642
end
1643
end
1644
for _,d in pairs(c:GetChildren()) do
1645
if d.ClassName=="Model" and ranged~=true then
1646
head=d:FindFirstChild("Hitbox")
1647
if head~=nil then
1648
local targ=head.Position-Part.Position
1649
local mag=targ.magnitude
1650
if mag<=magni and c.Name~=Player.Name then
1651
local hitrefpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
1652
hitrefpart.Anchored=true
1653
hitrefpart.CFrame=cf(head.Position)
1654
so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hitrefpart,1,1)
1655
StaggerHitAnim.Value=true
1656
end
1657
end
1658
end
1659
end
1660
end
1661
end
1662
end
1663
1664
--[[Effects]]--
1665
function Lightning(p0,p1,tym,ofs,brickcolor,material,th,tra,last)
1666
--[[p0=pos1
1667
p1=pos2
1668
tym=times
1669
ofs=offset
1670
col=color
1671
th=size
1672
tra=transparency
1673
last=lastingtime]]
1674
local magz=(p0-p1).magnitude 
1675
local curpos=p0
1676
local trz={-ofs,ofs}
1677
for i=1,tym do 
1678
local li=part(3,Effects,material,0,0,brickcolor,"Effect",vt(th,th,magz/tym))
1679
li.Anchored=true
1680
local ofz=vt(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)]) 
1681
local trolpos=cf(curpos,p1)*cf(0,0,magz/tym).p+ofz
1682
if tym==i then 
1683
local magz2=(curpos-p1).magnitude
1684
li.Size=vt(th,th,magz2)
1685
li.CFrame=cf(curpos,p1)*cf(0,0,-magz2/2)
1686
else
1687
li.CFrame=cf(curpos,trolpos)*cf(0,0,magz/tym/2)
1688
end
1689
curpos=li.CFrame*cf(0,0,magz/tym/2).p
1690
game.Debris:AddItem(li,last)
1691
coroutine.resume(coroutine.create(function()
1692
while li.Transparency~=1 do
1693
--local StartTransparency=tra
1694
for i=0,1,last do
1695
hbwait()
1696
li.Transparency=li.Transparency+(0.1/last)
1697
end
1698
end
1699
end))
1700
end
1701
end
1702
1703
function MagicRing(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1704
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1705
prt.Anchored=true
1706
prt.CFrame=cframe
1707
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
1708
game:GetService("Debris"):AddItem(prt,10)
1709
coroutine.resume(coroutine.create(function(Part,Mesh)
1710
for i=0,1,delay do
1711
hbwait()
1712
Part.CFrame=Part.CFrame
1713
Part.Transparency=i
1714
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1715
end
1716
Part.Parent=nil
1717
end),prt,msh)
1718
end
1719
1720
function MagicWave(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1721
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1722
prt.Anchored=true
1723
prt.CFrame=cframe
1724
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,(-0.1*z1)),vt(x1,y1,z1))
1725
game:GetService("Debris"):AddItem(prt,10)
1726
coroutine.resume(coroutine.create(function(Part,Mesh) 
1727
for i=0,1,delay do
1728
hbwait()
1729
Part.CFrame=Part.CFrame
1730
Part.Transparency=i
1731
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1732
end
1733
Part.Parent=nil
1734
end),prt,msh)
1735
end
1736
1737
function MagicBlock(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
1738
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1739
prt.Anchored=true
1740
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1741
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1742
game:GetService("Debris"):AddItem(prt,10)
1743
coroutine.resume(coroutine.create(function(Part,Mesh) 
1744
for i=0,1,delay do
1745
hbwait()
1746
if rotate==true then
1747
Part.CFrame=Part.CFrame*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1748
else
1749
end
1750
Part.Transparency=i
1751
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1752
end
1753
Part.Parent = nil
1754
end),prt,msh)
1755
end
1756
1757
function MagicBlock2(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
1758
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1759
prt.Anchored=true
1760
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1761
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1762
game:GetService("Debris"):AddItem(prt,10)
1763
CF=prt.CFrame
1764
num=math.random(5,20)
1765
coroutine.resume(coroutine.create(function(Part,Mesh,CF2,Num)
1766
for i=0,1,delay do
1767
hbwait()
1768
if rotate==true then
1769
Part.CFrame=CF2*cf(0,i*Num,0)*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1770
else
1771
Part.CFrame=CF2*cf(0,i*Num,0)
1772
end
1773
Part.Transparency=i
1774
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1775
end
1776
Part.Parent=nil
1777
end),prt,msh,CF,num)
1778
end
1779
1780
function MagicCylinder(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1781
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1782
prt.Anchored=true
1783
prt.CFrame=cframe
1784
local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1785
game:GetService("Debris"):AddItem(prt,10)
1786
coroutine.resume(coroutine.create(function(Part,Mesh) 
1787
for i=0,1,delay do
1788
hbwait()
1789
Part.Transparency=i
1790
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1791
end
1792
Part.Parent=nil
1793
end),prt,msh)
1794
end
1795
1796
function MagicCircle(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1797
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1798
prt.Anchored=true
1799
prt.CFrame=cframe
1800
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
1801
game:GetService("Debris"):AddItem(prt,10)
1802
coroutine.resume(coroutine.create(function(Part,Mesh) 
1803
for i=0,1,delay do
1804
hbwait()
1805
Part.Transparency=i
1806
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1807
end
1808
Part.Parent=nil
1809
end),prt,msh)
1810
end
1811
1812
function MagicHead(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1813
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1814
prt.Anchored=true
1815
prt.CFrame=cframe
1816
local msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
1817
game:GetService("Debris"):AddItem(prt,10)
1818
coroutine.resume(coroutine.create(function(Part,Mesh) 
1819
for i=0,1,delay do
1820
hbwait()
1821
Part.Transparency=i
1822
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1823
end
1824
Part.Parent=nil
1825
end),prt,msh)
1826
end
1827
1828
function BreakEffect(brickcolor,material,rotate,cframe,x1,y1,z1,delay)
1829
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1830
prt.Anchored=true
1831
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1832
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
1833
game:GetService("Debris"):AddItem(prt,10)
1834
coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) 
1835
CF=Part.CFrame
1836
Numbb=0
1837
randnumb=math.random()-math.random()
1838
for i=0,1,delay do
1839
hbwait()
1840
CF=CF*cf(0,1,0)
1841
if rotate==true then
1842
Part.CFrame=CF*angles(Numbb,0,0)
1843
elseif rotate==false then
1844
Part.CFrame=CF
1845
end
1846
Part.Transparency=i
1847
Numbb=Numbb+randnumb
1848
end
1849
Part.Parent=nil
1850
end),prt,CF,Numbb,randnumb)
1851
end
1852
1853
function ElecEffect(brickcolor,material,cf,x,y,z,delay)
1854
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1855
prt.Anchored=true
1856
prt.CFrame=cf
1857
xval=math.random()
1858
yval=math.random()
1859
zval=math.random()
1860
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x,y,z))
1861
game:GetService("Debris"):AddItem(prt,10)
1862
coroutine.resume(coroutine.create(function(Part,Mesh,xvaal,yvaal,zvaal)
1863
for i=0,1,delay do
1864
hbwait()
1865
Part.CFrame=Part.CFrame
1866
xvaal=xvaal-0.1*(delay*10)
1867
yvaal=yvaal-0.1*(delay*10)
1868
zvaal=zvaal-0.1*(delay*10)
1869
Mesh.Scale=Mesh.Scale+vt(xvaal,yvaal,zvaal)
1870
Part.Transparency=i
1871
end
1872
Part.Parent=nil
1873
end),prt,msh,xval,yval,zval)
1874
end
1875
1876
function TrailEffect(brickcolor,material,currentcf,oldcf,meshtype,reflectance,size,x,y,z,delay)
1877
local magnitudecframe=(currentcf.p-oldcf.p).magnitude
1878
local prt=part(3,Effects,material,reflectance,0,brickcolor,"Effect",vt(1,magnitudecframe,1))
1879
prt.Anchored=true
1880
prt.CFrame=cf((currentcf.p+oldcf.p)/2,oldcf.p)*angles(math.rad(90),0,0)
1881
local TheMeshType="BlockMesh"
1882
if meshtype=="Cylinder" then
1883
TheMeshType="CylinderMesh"
1884
end
1885
local msh=mesh(TheMeshType,prt,"","",vt(0,0,0),vt(0+size,1,0+size))
1886
game:GetService("Debris"):AddItem(prt,10)
1887
coroutine.resume(coroutine.create(function(Part,Mesh,TheCurrentCFrame,TheLastCFrame)
1888
for i=0,1,delay do
1889
hbwait()
1890
Part.Transparency=i
1891
Mesh.Scale=Mesh.Scale+vt(x,y,z)
1892
end
1893
Part.Parent=nil
1894
end),prt,msh,currentcf,oldcf)
1895
end
1896
1897
function ClangEffect(brickcolor,material,cframe,angle,duration,size,power,reflectance,x,y,z,delay)
1898
local prt=part(3,Effects,material,0,1,brickcolor,"Effect",vt())
1899
prt.Anchored=true
1900
prt.CFrame=cframe
1901
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(0,0,0))
1902
game:GetService("Debris"):AddItem(prt,10)
1903
local TheLastPoint=cframe
1904
coroutine.resume(coroutine.create(function(Part)
1905
for i=1,duration do
1906
hbwait()
1907
Part.CFrame=Part.CFrame*angles(math.rad(angle),0,0)*cf(0,power,0)
1908
TrailEffect(brickcolor,material,Part.CFrame,TheLastPoint,"Cylinder",reflectance,size,x,y,z,delay)
1909
TheLastPoint=Part.CFrame
1910
end
1911
Part.Parent=nil
1912
end),prt)
1913
end
1914
1915
function MagicCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1916
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1917
prt.Anchored=true
1918
prt.CFrame=cframe
1919
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1778999",vt(0,0,0),vt(x1,y1,z1))
1920
game:GetService("Debris"):AddItem(prt,10)
1921
coroutine.resume(coroutine.create(function(Part,Mesh) 
1922
for i=0,1,delay do
1923
hbwait()
1924
Part.Transparency=i
1925
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1926
end
1927
Part.Parent=nil
1928
end),prt,msh)
1929
end
1930
1931
function MagicFlatCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1932
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1933
prt.Anchored=true
1934
prt.CFrame=cframe
1935
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1033714",vt(0,0,0),vt(x1,y1,z1))
1936
game:GetService("Debris"):AddItem(prt,10)
1937
coroutine.resume(coroutine.create(function(Part,Mesh) 
1938
for i=0,1,delay do
1939
hbwait()
1940
Part.Transparency=i
1941
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1942
end
1943
Part.Parent=nil
1944
end),prt,msh)
1945
end
1946
1947
function MagicSpikedCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1948
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1949
prt.Anchored=true
1950
prt.CFrame=cframe
1951
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1323306",vt(0,0,0),vt(x1,y1,z1))
1952
game:GetService("Debris"):AddItem(prt,10)
1953
coroutine.resume(coroutine.create(function(Part,Mesh) 
1954
for i=0,1,delay do
1955
hbwait()
1956
Part.Transparency=i
1957
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1958
end
1959
Part.Parent=nil
1960
end),prt,msh)
1961
end
1962
1963
function MagicCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1964
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1965
prt.Anchored=true
1966
prt.CFrame=cframe
1967
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1078075",vt(0,0,0),vt(x1,y1,z1))
1968
game:GetService("Debris"):AddItem(prt,10)
1969
coroutine.resume(coroutine.create(function(Part,Mesh) 
1970
for i=0,1,delay do
1971
hbwait()
1972
Part.Transparency=i
1973
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1974
end
1975
Part.Parent=nil
1976
end),prt,msh)
1977
end
1978
1979
function MagicSkull(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1980
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1981
prt.Anchored=true
1982
prt.CFrame=cframe
1983
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
1984
game:GetService("Debris"):AddItem(prt,10)
1985
coroutine.resume(coroutine.create(function(Part,Mesh) 
1986
for i=0,1,delay do
1987
hbwait()
1988
Part.Transparency=i
1989
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1990
end
1991
Part.Parent=nil
1992
end),prt,msh)
1993
end
1994
----------------------------------------
1995
1996
--[[Projectile or something similar]]--
1997
--[[
1998
local spread=vt(0,0,0)
1999
local MainPos=Part.Position
2000
local MainPos2=Mouse.Hit.p+spread
2001
local MouseLook=cf((MainPos+MainPos2)/2,MainPos2)
2002
local speed=2
2003
local num=30
2004
coroutine.resume(coroutine.create(function() 
2005
repeat
2006
hbwait()
2007
local hit,pos=rayCast(MainPos,MouseLook.lookVector,speed,ShotTarget.Parent)
2008
local mag=(MainPos-pos).magnitude 
2009
MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*(speed/(speed/2)),1,0,0,0,0.1)
2010
MainPos=MainPos+(MouseLook.lookVector*speed)
2011
MouseLook=MouseLook*angles(math.rad(-1),0,0)
2012
num=num-1
2013
if hit~=nil then
2014
num=0
2015
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
2016
refpart.Anchored=true
2017
refpart.CFrame=cf(pos)
2018
game:GetService("Debris"):AddItem(refpart,0.1)
2019
elseif num<=0 then
2020
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
2021
refpart.Anchored=true
2022
refpart.CFrame=cf(pos)
2023
game:GetService("Debris"):AddItem(refpart,0.1)
2024
end
2025
until num<=0
2026
end))
2027
]]--
2028
--------------------------------
2029
2030
--[[Laser]]--
2031
--[[
2032
local spread=vt(0,0,0) --How much spread the laser has. Set all to 0 for no spread.
2033
local range=999
2034
local MainPos=Part.Position --The Part the laser starts at.
2035
local MainPos2=Mouse.Hit.p+spread --Where the laser will go to.
2036
local MouseLook=cf((MainPos+MainPos2)/2,MainPos2) --Ignore this.
2037
local hit,pos=rayCast(MainPos,MouseLook.lookVector,range,ShotTarget.Parent) --Also ignore this.
2038
local mag=(MainPos-pos).magnitude 
2039
MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*5,1,0,0,0,0.1)
2040
if hit~=nil then
2041
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
2042
refpart.Anchored=true
2043
refpart.CFrame=cf(pos)
2044
game:GetService("Debris"):AddItem(refpart,0.1)
2045
end
2046
]]--
2047
--------------------------------
2048
2049
--[[Customization]]--
2050
--[[Only choose one of these options or conflict will occur.]]--
2051
local startequipped=true --Makes the Player start with their weapon equipped.
2052
local startequippedwithequipanimation=false --Makes the Player start with their weapon equipped and plays the equip animation.
2053
----------------------------------------
2054
--[[Only choose one of these options or conflict will occur.]]--
2055
local disableanimator=true --Disables the animator script and the Player will NOT have their idle animation playing.
2056
local disableanimate=false --Disables the animate script, but the Player will still have their idle animation playing.
2057
----------------------------------------
2058
--[[Set this to true if you want an alternate walk.]]--
2059
local alternatewalk=false --If true, then the walking function uses a different walking animation. If false, then it will use the default walking animation.
2060
----------------------------------------
2061
--[[Gui stuff]]--
2062
local hidemenu=false --Hides the menus on your screen, but does NOT disable it (Unless if it's already disabled).
2063
local allowmenutofunction=false --Allows the menu to run, but only shows the mana and health bars.
2064
local allowabilitiestofunction=false --Allows abilities with cooldowns. Doesn't work if "allowmenutofunction" is set to false.
2065
----------------------------------------
2066
--[[Other Customization]]--
2067
local canunequiporequip=true --Allows or restricts the Player to equip or unequip their weapon.
2068
local allowidle=false --Allows the idle animation to run while the Player has their weapon equipped. Most noticable with the animator disabled.
2069
local allowwalking=false --Allows the walking animation to run while the Player walks. Noticable with either the animate or animator disabled.
2070
local disablemovingarms=false --Allows or restricts the arms from moving. Most noticable when both the animate and animator are not disabled.
2071
local usemotorsinsteadofwelds=false --If true, then uses motors instead of welds. Pretty self-explanatory.
2072
local leftarm=false --Allows the left arm to move around while you walk.
2073
local rightarm=false --Allows the right arm to move around while you walk.
2074
local allowhopperbin=true --If true, then creates a tool in the Player's inventory, which they must select to use the weapon.
2075
local showstunbar=false --If true, then a stun mechanic will be put in place. Requires "allowstunbar" to be set to true.
2076
local walkspeeddependsonmovementvalue=false --If true, then walkspeed will depend on the movement's value.
2077
local alternatemanaregensystem=false --If true, then uses an alternate mana regen that adds the desired mana after a desired delay.
2078
local showhealthmanaandstunnumbers=true --If true, then shows how much mana and health you have in a number box.
2079
local changebarcolorsifnotenoughmana=false --If true, then if you do not have enough mana for an ability the bar will turn grey.
2080
local disablejump=false --If true, then disables jumping.
2081
----------------------------------------
2082
--[[End of Customization]]--
2083
2084
if hidemenu==true then
2085
for _,v in pairs (scrn:GetChildren()) do
2086
if v.ClassName=="Frame" or v.ClassName=="TextLabel" then
2087
v.Visible=false
2088
end
2089
end
2090
end
2091
2092
Humanoid.Changed:connect(function(Jump)
2093
if Jump=="Jump" and disablejump==true then
2094
Humanoid.Jump=false
2095
end
2096
end)
2097
2098
if allowmenutofunction==true then
2099
for _,v in pairs (scrn:GetChildren()) do
2100
if v.ClassName=="Frame" then
2101
for _,b in pairs (v:GetChildren()) do
2102
if b.ClassName=="TextLabel" then
2103
coroutine.resume(coroutine.create(function(TheTextLabel)
2104
wait(menuupdatespeed)
2105
for i=1,0,-0.1 do
2106
hbwait()
2107
TheTextLabel.TextTransparency=i
2108
TheTextLabel.TextStrokeTransparency=i
2109
end
2110
TheTextLabel.TextTransparency=0
2111
TheTextLabel.TextStrokeTransparency=0
2112
end),b)
2113
if showstats==true then
2114
coroutine.resume(coroutine.create(function(TheTextLabel)
2115
wait(menuupdatespeed)
2116
for i=1,0,-0.1 do
2117
hbwait()
2118
TheTextLabel.TextTransparency=i
2119
TheTextLabel.TextStrokeTransparency=i
2120
end
2121
TheTextLabel.TextTransparency=0
2122
TheTextLabel.TextStrokeTransparency=0
2123
end),b)
2124
end
2125
if showstunbar==true then
2126
coroutine.resume(coroutine.create(function(TheTextLabel)
2127
wait(menuupdatespeed)
2128
for i=1,0,-0.1 do
2129
hbwait()
2130
TheTextLabel.TextTransparency=i
2131
TheTextLabel.TextStrokeTransparency=i
2132
end
2133
TheTextLabel.TextTransparency=0
2134
TheTextLabel.TextStrokeTransparency=0
2135
end),b)
2136
end
2137
if allowabilitiestofunction==true then
2138
coroutine.resume(coroutine.create(function(TheTextLabel)
2139
wait(menuupdatespeed)
2140
for i=1,0,-0.1 do
2141
hbwait()
2142
TheTextLabel.TextTransparency=i
2143
TheTextLabel.TextStrokeTransparency=i
2144
end
2145
TheTextLabel.TextTransparency=0
2146
TheTextLabel.TextStrokeTransparency=0
2147
end),b)
2148
end
2149
end
2150
end
2151
end
2152
end
2153
end
2154
2155
if allowhopperbin==true then
2156
if (script.Parent.className~="HopperBin") then 
2157
Tool=Instance.new("HopperBin") 
2158
Tool.Parent=Backpack 
2159
Tool.Name="Wanderer" 
2160
script.Parent=Tool 
2161
end 
2162
Bin=script.Parent 
2163
end
2164
2165
if disablemovingarms==true then
2166
RWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
2167
LWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
2168
RSH, LSH=nil, nil 
2169
if usemotorsinsteadofwelds==true then
2170
RW=Instance.new("Motor")
2171
LW=Instance.new("Motor")
2172
else
2173
RW=Instance.new("Weld")
2174
LW=Instance.new("Weld")
2175
end
2176
RW.Name="Right Shoulder"
2177
LW.Name="Left Shoulder"
2178
RSH=Torso["Right Shoulder"] 
2179
LSH=Torso["Left Shoulder"] 
2180
-- 
2181
RSH.Parent=Torso 
2182
LSH.Parent=Torso 
2183
-- 
2184
RW.Name="Right Shoulder"
2185
RW.Part0=Torso 
2186
RW.C0=cf(1.5,0.5,0)
2187
RW.C1=cf(0,0.5,0) 
2188
RW.Part1=Character["Right Arm"] 
2189
RW.Parent=nil 
2190
-- 
2191
LW.Name="Left Shoulder"
2192
LW.Part0=Torso 
2193
LW.C0=cf(-1.5, 0.5, 0)
2194
LW.C1=cf(0, 0.5, 0) 
2195
LW.Part1=Character["Left Arm"] 
2196
LW.Parent=nil 
2197
--
2198
else
2199
RW=Torso["Right Shoulder"]
2200
LW=Torso["Left Shoulder"]
2201
RWC0=cf(-0.5,0,0)*angles(math.rad(0),math.rad(90),math.rad(0))
2202
LWC0=cf(0.5,0,0)*angles(math.rad(0),math.rad(-90),math.rad(0))
2203
end
2204
2205
if allowidle==true then
2206
coroutine.resume(coroutine.create(function()
2207
while true do
2208
for i=0,1,0.08 do
2209
wait()
2210
idleangle=idleangle+0.005*idlen
2211
idlen=idlen-1/10
2212
end
2213
idlen=0
2214
for i=0,1,0.08 do
2215
wait()
2216
idleangle=idleangle-0.005*idlen
2217
idlen=idlen-1/10
2218
end
2219
idlen=0
2220
idleangle=0
2221
end
2222
end))
2223
end
2224
2225
if startequipped==true then
2226
for _,v in pairs (m:GetChildren()) do
2227
if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
2228
v.Transparency=0
2229
end
2230
end
2231
elseif startequippedwithequipanimation==true then
2232
for _,v in pairs (m:GetChildren()) do
2233
if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
2234
coroutine.resume(coroutine.create(function(Part)
2235
for i=1,0,-0.1 do
2236
hbwait()
2237
Part.Transparency=i
2238
end
2239
Part.Transparency=0
2240
end),v)
2241
end
2242
end
2243
end
2244
2245
function equipanim()
2246
attack=true
2247
Movement.Value=Movement.Value-0.1
2248
Defense.Value=Defense.Value+0.4
2249
for i=0,1,0.08/animationspeed do
2250
hbwait()
2251
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2252
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2253
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,0.3/animationspeed)
2254
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,0.3/animationspeed)
2255
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2256
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2257
end
2258
attack=false
2259
end
2260
2261
function unequipanim()
2262
attack=true
2263
for i=0,1,0.08/animationspeed do
2264
hbwait()
2265
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2266
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2267
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,0.3/animationspeed)
2268
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,0.3/animationspeed)
2269
RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,0.3/animationspeed)
2270
LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,0.3/animationspeed)
2271
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2272
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2273
end
2274
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2275
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2276
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
2277
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
2278
RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
2279
LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
2280
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2281
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2282
RH.C1=clerp(RH.C1,RHC1*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2283
LH.C1=clerp(LH.C1,LHC1*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2284
Movement.Value=Movement.Value+0.1
2285
Defense.Value=Defense.Value-0.4
2286
attack=false
2287
end
2288
2289
if startequipped==true then
2290
equipped=true
2291
if disableanimate==true then
2292
Animate.Disabled=true
2293
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2294
idleanimation:Play()
2295
end
2296
if disableanimator==true then
2297
Animator.Parent=nil
2298
end
2299
if disablemovingarms==true then
2300
RW.Parent=Torso 
2301
LW.Parent=Torso 
2302
RSH.Parent=nil 
2303
LSH.Parent=nil 
2304
end
2305
Movement.Value=Movement.Value-0.1
2306
Defense.Value=Defense.Value+0.4
2307
elseif startequippedwithequipanimation==true then
2308
equipped=true
2309
if disableanimate==true then
2310
Animate.Disabled=true
2311
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2312
idleanimation:Play()
2313
end
2314
if disableanimator==true then
2315
Animator.Parent=nil
2316
end
2317
if disablemovingarms==true then
2318
RW.Parent=Torso 
2319
LW.Parent=Torso 
2320
RSH.Parent=nil 
2321
LSH.Parent=nil 
2322
end
2323
coroutine.resume(coroutine.create(function()
2324
hbwait()
2325
equipanim()
2326
end))
2327
end
2328
2329
function StaggerHit()
2330
attack=true
2331
if Hitbox~=nil then
2332
for i=1,math.random(2,4) do
2333
ClangEffect("Cyan","Neon",cf(Hitbox.Position)*angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50))),20,5,0.2,math.random(5,15)/10,0,-0.02,0,-0.02,0.1)		
2334
end
2335
end
2336
for i=0,1,0.1/animationspeed do
2337
hbwait()
2338
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(-30)),0.3/animationspeed)
2339
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30))*angles(math.rad(5),math.rad(0),math.rad(0)),0.3/animationspeed)
2340
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(-30),math.rad(0),math.rad(60))*angles(math.rad(0),math.rad(-30),math.rad(0))*RWC0,0.3/animationspeed)
2341
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-20),math.rad(0),math.rad(-20))*angles(math.rad(0),math.rad(20),math.rad(0))*LWC0,0.3/animationspeed)
2342
RH.C0=clerp(RH.C0,cf(1,-0.9-idleangle,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(-20)),0.3/animationspeed)
2343
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-70),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(10)),0.3/animationspeed)
2344
if StaggerAnim.Value==true or StunAnim.Value==true then
2345
break
2346
end
2347
end
2348
attack=false
2349
end
2350
2351
function Stagger()
2352
attack=true
2353
disablejump=true
2354
if Hitbox~=nil then
2355
for i=1,math.random(2,4) do
2356
ClangEffect("Cyan","Neon",cf(Hitbox.Position)*angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50))),20,5,0.2,math.random(5,15)/10,0,-0.02,0,-0.02,0.1)		
2357
end
2358
end
2359
attacktype=1
2360
local staggervelocity=Instance.new("BodyVelocity",Torso)
2361
staggervelocity.P=500
2362
staggervelocity.maxForce=vt(math.huge,0,math.huge)
2363
if Rooted.Value==false then
2364
staggervelocity.Velocity=RootPart.CFrame.lookVector*-25
2365
end
2366
for i=0,1,0.35/animationspeed do
2367
hbwait()
2368
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.1+idleangle)*angles(math.rad(-20),math.rad(0),math.rad(-30)),0.3/animationspeed)
2369
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(35))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2370
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(20),math.rad(-30),math.rad(40))*RWC0,0.3/animationspeed)
2371
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(10),math.rad(5),math.rad(-20))*LWC0,0.3/animationspeed)
2372
RH.C0=clerp(RH.C0,cf(1,-0.75-idleangle,-0.25)*angles(math.rad(0),math.rad(100),math.rad(0))*angles(math.rad(-20),math.rad(0),math.rad(40)),0.3/animationspeed)
2373
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0.25)*angles(math.rad(0),math.rad(-60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(10)),0.3/animationspeed)
2374
end
2375
for i=0,1,0.2/animationspeed do
2376
hbwait()
2377
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.2+idleangle)*angles(math.rad(-30),math.rad(0),math.rad(-30)),0.3/animationspeed)
2378
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(35))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2379
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(20),math.rad(-30),math.rad(40))*RWC0,0.3/animationspeed)
2380
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(10),math.rad(5),math.rad(-20))*LWC0,0.3/animationspeed)
2381
RH.C0=clerp(RH.C0,cf(1,-0.75-idleangle,-0.25)*angles(math.rad(0),math.rad(100),math.rad(0))*angles(math.rad(-20),math.rad(0),math.rad(40)),0.3/animationspeed)
2382
LH.C0=clerp(LH.C0,cf(-1,-0.9-idleangle,0.25)*angles(math.rad(0),math.rad(-60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(30)),0.3/animationspeed)
2383
end
2384
staggervelocity:Destroy()
2385
for i=0,1,0.015/animationspeed do
2386
hbwait()
2387
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1.8+idleangle)*angles(math.rad(0),math.rad(0),math.rad(-20))*angles(math.rad(-5),math.rad(-5),math.rad(0)),0.3/animationspeed)
2388
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(20))*angles(math.rad(0),math.rad(5),math.rad(0)),0.3/animationspeed)
2389
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(0),math.rad(0),math.rad(20))*angles(math.rad(0),math.rad(-20),math.rad(0))*RWC0,0.3/animationspeed)
2390
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-15),math.rad(0),math.rad(-10))*angles(math.rad(0),math.rad(20),math.rad(0))*LWC0,0.3/animationspeed)
2391
RH.C0=clerp(RH.C0,cf(1,-0.5-idleangle,-0.5)*angles(math.rad(0),math.rad(80),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(70))*angles(math.rad(0),math.rad(30),math.rad(0)),0.3/animationspeed)
2392
LH.C0=clerp(LH.C0,cf(-1,0.4-idleangle,-0.5)*angles(math.rad(0),math.rad(-80),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-10)),0.3/animationspeed)
2393
if StunAnim.Value==true then
2394
break
2395
end
2396
end
2397
attacktype=1
2398
disablejump=false
2399
attack=false
2400
end
2401
2402
function Stun()
2403
attack=true
2404
disablejump=true
2405
attacktype=1
2406
DamageStatLabel("Interruption",Head.CFrame,"Stunned!",Color3.new(0,0,255))
2407
for i=0,1,0.4/animationspeed do
2408
hbwait()
2409
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(15),math.rad(0),math.rad(-160)),0.3/animationspeed)
2410
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2411
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(70),math.rad(0),math.rad(15))*RWC0,0.3/animationspeed)
2412
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(70),math.rad(0),math.rad(-15))*LWC0,0.3/animationspeed)
2413
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),0.3/animationspeed)
2414
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),0.3/animationspeed)
2415
end
2416
for i=0,1,0.4/animationspeed do
2417
hbwait()
2418
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.5+idleangle)*angles(math.rad(45),math.rad(0),math.rad(-170)),0.3/animationspeed)
2419
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(-30))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2420
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(80),math.rad(0),math.rad(45))*RWC0,0.3/animationspeed)
2421
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(80),math.rad(0),math.rad(-45))*LWC0,0.3/animationspeed)
2422
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-40)),0.3/animationspeed)
2423
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),0.3/animationspeed)
2424
end
2425
for i=0,1,0.4/animationspeed do
2426
hbwait()
2427
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(75),math.rad(0),math.rad(-180)),0.3/animationspeed)
2428
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(-60))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2429
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(90),math.rad(0),math.rad(75))*RWC0,0.3/animationspeed)
2430
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-45),math.rad(0),math.rad(-75))*LWC0,0.3/animationspeed)
2431
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-40)),0.3/animationspeed)
2432
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-30)),0.3/animationspeed)
2433
end
2434
gyro=Instance.new("BodyGyro")
2435
gyro.Parent=nil
2436
gyro.P=1e7
2437
gyro.D=1e3
2438
gyro.MaxTorque=vt(1e7,1e7,1e7)
2439
gyro.cframe=RootPart.CFrame
2440
for i=1,70*animationspeed do
2441
hbwait()
2442
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-2.5+idleangle)*angles(math.rad(90),math.rad(0),math.rad(-180)),0.3/animationspeed)
2443
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-90))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2444
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(90),math.rad(-10),math.rad(90))*RWC0,0.3/animationspeed)
2445
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-90),math.rad(0),math.rad(-90))*LWC0,0.3/animationspeed)
2446
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0.2)*angles(math.rad(0),math.rad(70),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),0.3/animationspeed)
2447
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-100),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(0)),0.3/animationspeed)
2448
end
2449
for i=0,1,0.5/animationspeed do
2450
hbwait()
2451
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(90),math.rad(0),math.rad(-180)),0.3/animationspeed)
2452
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-90))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2453
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(90),math.rad(-10),math.rad(120))*RWC0,0.3/animationspeed)
2454
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-90),math.rad(0),math.rad(-120))*LWC0,0.3/animationspeed)
2455
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0.2)*angles(math.rad(0),math.rad(70),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(-30)),0.3/animationspeed)
2456
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-100),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(30)),0.3/animationspeed)
2457
end
2458
for i=0,1,0.15/animationspeed do
2459
hbwait()
2460
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1.5+idleangle)*angles(math.rad(30),math.rad(0),math.rad(120)),0.3/animationspeed)
2461
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-30))*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2462
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(-40),math.rad(0),math.rad(30))*RWC0,0.3/animationspeed)
2463
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(80),math.rad(0),math.rad(20))*LWC0,0.3/animationspeed)
2464
RH.C0=clerp(RH.C0,cf(1,-0.5-idleangle,0)*angles(math.rad(0),math.rad(60),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(70)),0.3/animationspeed)
2465
LH.C0=clerp(LH.C0,cf(-1,-0.25-idleangle,-1)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(5),math.rad(0),math.rad(30)),0.3/animationspeed)
2466
end
2467
gyro.Parent=nil
2468
attacktype=1
2469
disablejump=false
2470
attack=false
2471
end
2472
2473
function EAbility()
2474
attack=true
2475
attack=false
2476
end
2477
2478
function Attack1()
2479
attack=true
2480
--so("341336274",Hitbox,0.5,1)
2481
for i=0,1,0.12/2 do
2482
hbwait()
2483
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.5,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(-50)),0.45/animationspeed)
2484
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(7.5),math.rad(0),math.rad(50)),0.45/animationspeed)
2485
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(100),math.rad(0),math.rad(50))*angles(math.rad(0),math.rad(-80),math.rad(0))*RWC0,0.45/animationspeed)
2486
LW.C0=clerp(LW.C0,cf(-1.25,0.5+idleangle,-0.25)*angles(math.rad(70),math.rad(0),math.rad(40))*LWC0,0.45/animationspeed)
2487
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(80),math.rad(0))*angles(math.rad(-12.5),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2488
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-40),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2489
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2490
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2491
break
2492
end
2493
end
2494
--so("200633029",Hitbox,0.5,1)
2495
so("200633077",Hitbox,0.5,2)
2496
--so("341336307",Hitbox,0.5,1)
2497
so("341336485",Hitbox,0.5,1)
2498
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2499
for i=0,1,0.12/2 do
2500
hbwait()
2501
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2502
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2503
MagniDamage(Hitbox,5,50,70,math.random(5,10),"Normal",RootPart,0.5,1,math.random(5,10),nil,true,false,nil,0,0,false)
2504
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,-0.5+idleangle)*angles(math.rad(20),math.rad(0),math.rad(40)),0.45/animationspeed)
2505
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(7.5),math.rad(0),math.rad(-30))*angles(math.rad(-15),math.rad(0),math.rad(0)),0.45/animationspeed)
2506
RW.C0=clerp(RW.C0,cf(0.75,0.5+idleangle,-0.75)*angles(math.rad(80),math.rad(0),math.rad(-60))*angles(math.rad(0),math.rad(-60),math.rad(0))*RWC0,0.45/animationspeed)
2507
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(50),math.rad(0),math.rad(-10))*LWC0,0.45/animationspeed)
2508
RH.C0=clerp(RH.C0,cf(1,-0.35-idleangle,0)*angles(math.rad(0),math.rad(50),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(22.5)),0.45/animationspeed)
2509
LH.C0=clerp(LH.C0,cf(-1,-0.8-idleangle,0)*angles(math.rad(0),math.rad(-80),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-5)),0.45/animationspeed)
2510
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2511
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2512
break
2513
end
2514
end
2515
LastPoint=nil
2516
attack=false
2517
end
2518
2519
function Attack2()
2520
attack=true
2521
--so("341336274",Hitbox,0.5,1)
2522
for i=0,1,0.12/2 do
2523
hbwait()
2524
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2525
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(15),math.rad(0),math.rad(0)),0.45/animationspeed)
2526
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(170),math.rad(0),math.rad(5))*angles(math.rad(0),math.rad(-10),math.rad(0))*RWC0,0.45/animationspeed)
2527
LW.C0=clerp(LW.C0,cf(-1.25,0.5+idleangle,-0.25)*angles(math.rad(80),math.rad(0),math.rad(20))*LWC0,0.45/animationspeed)
2528
RH.C0=clerp(RH.C0,cf(1,-0.5-idleangle,-0.25)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(17.5)),0.45/animationspeed)
2529
LH.C0=clerp(LH.C0,cf(-1,-0.75-idleangle,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(30)),0.45/animationspeed)
2530
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2531
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2532
break
2533
end
2534
end
2535
--so("200633029",Hitbox,0.5,1)
2536
so("200633077",Hitbox,0.5,3)
2537
--so("341336307",Hitbox,0.5,1)
2538
so("341336485",Hitbox,0.5,1)
2539
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2540
for i=0,1,0.12/2 do
2541
hbwait()
2542
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2543
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2544
MagniDamage(Hitbox,5,50,70,math.random(5,10),"Normal",RootPart,0.5,1,math.random(5,10),nil,true,false,nil,0,0,false)
2545
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-0.75+idleangle)*angles(math.rad(15),math.rad(0),math.rad(0)),0.6/animationspeed)
2546
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(0)),0.6/animationspeed)
2547
RW.C0=clerp(RW.C0,cf(1.25,0.5+idleangle,-0.25)*angles(math.rad(10),math.rad(0),math.rad(-5))*angles(math.rad(0),math.rad(20),math.rad(0))*RWC0,0.6/animationspeed)
2548
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(40),math.rad(0),math.rad(-10))*LWC0,0.6/animationspeed)
2549
RH.C0=clerp(RH.C0,cf(1,-0.2-idleangle,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(10)),0.6/animationspeed)
2550
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(50)),0.6/animationspeed)
2551
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2552
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2553
break
2554
end
2555
end
2556
LastPoint=nil
2557
attack=false
2558
end
2559
2560
function Attack3()
2561
attack=true
2562
--so("341336274",Hitbox,0.5,1)
2563
for i=0,1,0.12/2 do
2564
hbwait()
2565
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
2566
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(-20)),0.45/animationspeed)
2567
RW.C0=clerp(RW.C0,cf(0.5,0.5+idleangle,-0.75)*angles(math.rad(130),math.rad(0),math.rad(-60))*angles(math.rad(0),math.rad(40),math.rad(0))*RWC0,0.45/animationspeed)
2568
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(30),math.rad(0),math.rad(-5))*LWC0,0.45/animationspeed)
2569
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(50),math.rad(0))*angles(math.rad(-7.5),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2570
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-80),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-7.5)),0.45/animationspeed)
2571
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2572
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2573
break
2574
end
2575
end
2576
--so("200633029",Hitbox,0.5,1)
2577
so("200633077",Hitbox,0.5,1.5)
2578
--so("341336307",Hitbox,0.5,1)
2579
so("341336485",Hitbox,0.5,1)
2580
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2581
for i=0,1,0.12/2 do
2582
hbwait()
2583
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2584
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2585
MagniDamage(Hitbox,5,50,70,math.random(5,10),"Normal",RootPart,0.5,1,math.random(5,10),nil,true,false,nil,0,0,false)
2586
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-0.5+idleangle)*angles(math.rad(5),math.rad(0),math.rad(-30)),0.45/animationspeed)
2587
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),0.45/animationspeed)
2588
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(30),math.rad(0),math.rad(70))*angles(math.rad(0),math.rad(40),math.rad(0))*RWC0,0.45/animationspeed)
2589
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(50),math.rad(0),math.rad(-45))*LWC0,0.45/animationspeed)
2590
RH.C0=clerp(RH.C0,cf(1,-0.75-idleangle,0)*angles(math.rad(0),math.rad(70),math.rad(0))*angles(math.rad(-30),math.rad(0),math.rad(-15)),0.45/animationspeed)
2591
LH.C0=clerp(LH.C0,cf(-1,-0.5-idleangle,0)*angles(math.rad(0),math.rad(-60),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-7.5)),0.45/animationspeed)
2592
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2593
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2594
break
2595
end
2596
end
2597
LastPoint=nil
2598
attack=false
2599
end
2600
2601
function Attack4()
2602
attack=true
2603
local shieldangle=math.random(-2,2)
2604
for i=0,1,0.12/2 do
2605
hbwait()
2606
MagicBlock("Cyan","Neon",true,swordhandle.CFrame,1,1,1,1,1,1,0.1)
2607
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(-40)),0.45/animationspeed)
2608
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
2609
RW.C0=clerp(RW.C0,cf(1,0.5+idleangle,-0.5)*angles(math.rad(88+shieldangle),math.rad(0),math.rad(-30))*RWC0,0.45/animationspeed)
2610
LW.C0=clerp(LW.C0,cf(-1,0.5+idleangle,-0.5)*angles(math.rad(88+shieldangle),math.rad(0),math.rad(50))*LWC0,0.45/animationspeed)
2611
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(70),math.rad(0))*angles(math.rad(-7.5),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2612
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-50),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2613
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2614
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2615
break
2616
end
2617
end
2618
so("341336274",swordhandle,0.5,2)
2619
so("341336307",swordhandle,0.5,2)
2620
local Pos1=swordhandle.Position
2621
local MousePos=Mouse.hit.p
2622
local MouseLook=cf((Pos1+MousePos)/2,MousePos)
2623
local blasthit,blastpos=rayCast(Pos1,MouseLook.lookVector,999,Character)
2624
local Mag=(Pos1-blastpos).magnitude
2625
MagicCylinder("Cyan","Neon",cf((Pos1+blastpos)/2,blastpos)*angles(math.rad(90),0,0),5,Mag*5,5,0.1,0,0.1,0.05)
2626
if blasthit~=nil and blasthit.Name~="Effect" then
2627
local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2628
refpart.Anchored=true
2629
refpart.CFrame=cf(blastpos)
2630
game:GetService("Debris"):AddItem(refpart,5)
2631
so("341336499",refpart,0.5,3)
2632
MagicCircle("Cyan","Neon",refpart.CFrame,10,10,10,1,1,1,0.05)
2633
MagicBlock("Cyan","Neon",true,refpart.CFrame,5,5,5,0.5,0.5,0.5,0.05)
2634
MagniDamage(refpart,5,50,70,0,"Normal",RootPart,0.5,1,math.random(5,10),nil,true,true,nil,0,0,false)
2635
end
2636
for i=0,1,0.12/2 do
2637
hbwait()
2638
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0.2,-0.15+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(-40)),0.45/animationspeed)
2639
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(40)),0.45/animationspeed)
2640
RW.C0=clerp(RW.C0,cf(1,0.5+idleangle,-0.5)*angles(math.rad(98+shieldangle),math.rad(0),math.rad(-30))*RWC0,0.45/animationspeed)
2641
LW.C0=clerp(LW.C0,cf(-1,0.5+idleangle,-0.5)*angles(math.rad(98+shieldangle),math.rad(0),math.rad(50))*LWC0,0.45/animationspeed)
2642
RH.C0=clerp(RH.C0,cf(1,-0.7-idleangle,0)*angles(math.rad(0),math.rad(70),math.rad(0))*angles(math.rad(-17.5),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2643
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-50),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(7.5)),0.45/animationspeed)
2644
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2645
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2646
break
2647
end
2648
end
2649
attack=false
2650
end
2651
2652
function Move1()
2653
attack=true
2654
--so("341336274",Hitbox,0.5,1)
2655
for i=0,1,0.12/2 do
2656
hbwait()
2657
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2658
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2659
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(170),math.rad(0),math.rad(5))*RWC0,0.45/animationspeed)
2660
LW.C0=clerp(LW.C0,cf(-1.25,0.5+idleangle,-0.25)*angles(math.rad(70),math.rad(0),math.rad(40))*LWC0,0.45/animationspeed)
2661
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-20)),0.45/animationspeed)
2662
LH.C0=clerp(LH.C0,cf(-1,-0.5-idleangle,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(5)),0.45/animationspeed)
2663
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2664
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2665
break
2666
end
2667
end
2668
--so("200633029",Hitbox,0.5,1)
2669
so("200633077",Hitbox,0.5,1.7)
2670
--so("341336307",Hitbox,0.5,1)
2671
so("341336485",Hitbox,0.5,1)
2672
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2673
for i=0,1,0.24/2 do
2674
hbwait()
2675
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2676
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2677
MagniDamage(Hitbox,5,50,70,math.random(5,10),"Normal",RootPart,0.5,1,math.random(5,10),nil,true,false,nil,0,0,false)
2678
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2679
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2680
RW.C0=clerp(RW.C0,cf(1.25,0.5+idleangle,-0.25)*angles(math.rad(0),math.rad(0),math.rad(5))*RWC0,0.6/animationspeed)
2681
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(5),math.rad(0),math.rad(-15))*LWC0,0.6/animationspeed)
2682
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-60)),0.6/animationspeed)
2683
LH.C0=clerp(LH.C0,cf(-1,0-idleangle,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(5)),0.6/animationspeed)
2684
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2685
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2686
break
2687
end
2688
end
2689
if StaggerHitAnim.Value~=true and StaggerAnim.Value~=true and StunAnim.Value~=true then
2690
local swordhit,swordpos=rayCast(RootPart.Position,cf(RootPart.Position,RootPart.Position+vt(0,-1,0)).lookVector,4,Character)
2691
if swordhit~=nil and swordhit.Name~="Effect" then
2692
local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2693
refpart.Anchored=true
2694
refpart.CFrame=RootPart.CFrame*cf(1.1,0,0)
2695
game:GetService("Debris"):AddItem(refpart,5)
2696
coroutine.resume(coroutine.create(function(Origin)
2697
local increment=-10.1
2698
for i=1,4 do
2699
local refpart2=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2700
refpart2.Anchored=true
2701
refpart2.CFrame=refpart.CFrame*cf(0,0,increment)
2702
game:GetService("Debris"):AddItem(refpart,5)
2703
local refpart2hit,refpart2pos=rayCast(refpart2.Position,cf(refpart2.Position,refpart2.Position+vt(0,-1,0)).lookVector,999,Character)
2704
if refpart2hit~=nil then
2705
local refpart3=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2706
refpart3.Anchored=true
2707
refpart3.CFrame=cf(refpart2pos)
2708
game:GetService("Debris"):AddItem(refpart3,5)
2709
so("341336499",refpart3,0.5,2)
2710
MagicWave("Cyan","Neon",refpart3.CFrame,20,0.1,20,0.5,0.01,0.5,0.05)
2711
MagicSpikedCrown("Cyan","Neon",refpart3.CFrame,20,20,20,0.5,0.5,0.5,0.05)
2712
MagniDamage(refpart3,15,50,70,math.random(10,20),"ElectricGroundSmash",refpart3,0,1,math.random(5,10),nil,true,true,"Damage",0.1,3,true)
2713
end
2714
increment=increment-10
2715
wait(0.25)
2716
end
2717
end),refpart)
2718
end
2719
end
2720
for i=0,1,0.24/2 do
2721
hbwait()
2722
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2723
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2724
RW.C0=clerp(RW.C0,cf(1.25,0.5+idleangle,-0.25)*angles(math.rad(0),math.rad(0),math.rad(5))*RWC0,0.6/animationspeed)
2725
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(5),math.rad(0),math.rad(-15))*LWC0,0.6/animationspeed)
2726
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-60)),0.6/animationspeed)
2727
LH.C0=clerp(LH.C0,cf(-1,0-idleangle,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(5)),0.6/animationspeed)
2728
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2729
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2730
break
2731
end
2732
end
2733
LastPoint=nil
2734
attack=false
2735
end
2736
2737
--[[
2738
local testpart=Instance.new("Part",workspace.CurrentCamera)
2739
testpart.Anchored=true
2740
testpart.CFrame=cf(0,0,-50)
2741
testpart.Size=Vector3.new(50,50,50)
2742
--]]
2743
2744
function Move3()
2745
attack=true
2746
for i=0,1,0.12/2 do
2747
hbwait()
2748
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.25+idleangle)*angles(math.rad(0),math.rad(-5),math.rad(-10)),0.45/animationspeed)
2749
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(5)),0.45/animationspeed)
2750
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(50),math.rad(0),math.rad(20))*RWC0,0.45/animationspeed)
2751
LW.C0=clerp(LW.C0,cf(-1.5,0.25+idleangle,0)*angles(math.rad(130),math.rad(0),math.rad(5))*LWC0,0.45/animationspeed)
2752
RH.C0=clerp(RH.C0,cf(1,-0.75-idleangle,0)*angles(math.rad(0),math.rad(70),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(-10)),0.45/animationspeed)
2753
LH.C0=clerp(LH.C0,cf(-1,-0.8-idleangle,-0.25)*angles(math.rad(0),math.rad(-80),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(-5)),0.45/animationspeed)
2754
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-55),0,0),0.45/animationspeed)
2755
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2756
break
2757
end
2758
end
2759
for i=0,1,0.12/2 do
2760
hbwait()
2761
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.1+idleangle)*angles(math.rad(0),math.rad(5),math.rad(10)),0.45/animationspeed)
2762
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
2763
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(150),math.rad(0),math.rad(10))*angles(math.rad(0),math.rad(10),math.rad(0))*RWC0,0.45/animationspeed)
2764
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(20),math.rad(0),math.rad(-10))*LWC0,0.45/animationspeed)
2765
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(80),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2766
LH.C0=clerp(LH.C0,cf(-1,-0.9-idleangle,-0.25)*angles(math.rad(0),math.rad(-100),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(-5)),0.45/animationspeed)
2767
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
2768
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2769
break
2770
end
2771
end
2772
so("306247678",Hitbox,0.5,0.75)
2773
--so("341336159",Hitbox,0.5,0.75)
2774
--MagicRing("Cyan","Neon",cf(Hitbox.Position)*cf(0,2.1,0)*angles(math.rad(90),0,0),1,1,1,1,1,0,0.01)
2775
for i=0,1,0.04/2 do
2776
hbwait()
2777
--Lightning(Hitbox.Position+vt(0,2,0),Hitbox.Position+vt(math.random(-20,20),20,math.random(-20,20)),1,1,"Cyan","Neon",1/10,5/10,2)
2778
--MagicCylinder("Cyan","Neon",Hitbox.CFrame*cf(0,2.1+149,-23.6)*angles(math.rad(-9),0,0),0.5,1500,0.5,1,0,1,0.1)
2779
--MagicBlock("Cyan","Neon",true,Hitbox.CFrame--[[*cf(0,2.1,0)--]],1,1,1,1,1,1,0.05)
2780
MagicCircle("Cyan","Neon",Hitbox.CFrame,5,25,5,math.random(5,10)/10,math.random(5,10)/10,math.random(5,10)/10,0.1)
2781
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-0.1+idleangle)*angles(math.rad(0),math.rad(5),math.rad(10)),0.45/animationspeed)
2782
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
2783
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(150),math.rad(0),math.rad(10))*angles(math.rad(0),math.rad(10),math.rad(0))*RWC0,0.45/animationspeed)
2784
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(20),math.rad(0),math.rad(-10))*LWC0,0.45/animationspeed)
2785
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0)*angles(math.rad(0),math.rad(80),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(-2.5)),0.45/animationspeed)
2786
LH.C0=clerp(LH.C0,cf(-1,-0.9-idleangle,-0.25)*angles(math.rad(0),math.rad(-100),math.rad(0))*angles(math.rad(-10),math.rad(0),math.rad(-5)),0.45/animationspeed)
2787
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
2788
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2789
break
2790
end
2791
end
2792
for i=0,1,0.12/2 do
2793
hbwait()
2794
MagicCircle("Cyan","Neon",Hitbox.CFrame,5,25,5,math.random(5,10)/10,math.random(5,10)/10,math.random(5,10)/10,0.1)
2795
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(50)),0.45/animationspeed)
2796
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(-50)),0.45/animationspeed)
2797
RW.C0=clerp(RW.C0,cf(1,0.5+idleangle,-0.5)*angles(math.rad(110),math.rad(0),math.rad(-50))*angles(math.rad(0),math.rad(60),math.rad(0))*RWC0,0.45/animationspeed)
2798
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-15),math.rad(0),math.rad(-10))*LWC0,0.45/animationspeed)
2799
RH.C0=clerp(RH.C0,cf(1,-1-idleangle,0.25)*angles(math.rad(0),math.rad(40),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(2.5)),0.45/animationspeed)
2800
LH.C0=clerp(LH.C0,cf(-1,-1-idleangle,0)*angles(math.rad(0),math.rad(-70),math.rad(0))*angles(math.rad(-7.5),math.rad(0),math.rad(5)),0.45/animationspeed)
2801
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2802
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2803
break
2804
end
2805
end
2806
--so("200633029",Hitbox,0.5,1)
2807
so("200633077",Hitbox,0.5,2.9)
2808
--so("341336307",Hitbox,0.5,1)
2809
so("341336485",Hitbox,0.5,1)
2810
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2811
local energywavepart=part(3,Effects,"Neon",0,1,"Cyan","Effect",vt())
2812
energywavepart.Anchored=true
2813
energywavepart.CFrame=RootPart.CFrame*cf(0,0,-6.5)--*angles(math.rad(90),math.rad(80),0)
2814
--local energywavemesh=mesh("SpecialMesh",energywavepart,"FileMesh","http://www.roblox.com/asset/?id=448386996",vt(0,0,0),vt(1/1000,1/20,1/15))
2815
game:GetService("Debris"):AddItem(energywavepart,1)
2816
coroutine.resume(coroutine.create(function(Wave)
2817
local number=500
2818
so("341336274",Wave,0.75,0.75)
2819
repeat
2820
hbwait()
2821
wavecframe=Wave.CFrame
2822
--Wave.CFrame=wavecframe*cf(0,-1,0)
2823
Wave.CFrame=wavecframe*cf(0,0,-1)
2824
MagicBlock("Cyan","Neon",true,Wave.CFrame,100,100,100,-1,-1,-1,0.05)
2825
MagniDamage(Wave,15,70,100,math.random(10,20),"ElectricBlast",Wave,1,1,math.random(5,10),nil,true,true,"Movement",0.1,10,true)
2826
number=number-1
2827
until number<=0
2828
end),energywavepart)
2829
for i=0,1,0.12/2 do
2830
hbwait()
2831
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2832
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2833
MagniDamage(Hitbox,5,50,70,math.random(5,10),"Normal",RootPart,0.5,1,math.random(5,10),nil,true,false,nil,0,0,false)
2834
--MagicCircle("Cyan","Neon",Hitbox.CFrame,5,25,5,math.random(5,10)/10,math.random(5,10)/10,math.random(5,10)/10,0.1)
2835
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1.5,-0.5+idleangle)*angles(math.rad(5),math.rad(0),math.rad(-40)),0.45/animationspeed)
2836
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(40)),0.45/animationspeed)
2837
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(50),math.rad(0),math.rad(70))*angles(math.rad(0),math.rad(60),math.rad(0))*RWC0,0.45/animationspeed)
2838
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-10),math.rad(0),math.rad(-60))*LWC0,0.45/animationspeed)
2839
RH.C0=clerp(RH.C0,cf(1,-0.6-idleangle,0)*angles(math.rad(0),math.rad(80),math.rad(0))*angles(math.rad(-12.5),math.rad(0),math.rad(-5)),0.45/animationspeed)
2840
LH.C0=clerp(LH.C0,cf(-1.1,-0.5-idleangle,0.15)*angles(math.rad(0),math.rad(-50),math.rad(0))*angles(math.rad(-7.5),math.rad(0),math.rad(-7.5)),0.45/animationspeed)
2841
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-150),0,0),0.45/animationspeed)
2842
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2843
break
2844
end
2845
end
2846
LastPoint=nil
2847
attack=false
2848
end
2849
2850
function Move4()
2851
attack=true
2852
--[[
2853
for i=0,1,0.12/2 do
2854
hbwait()
2855
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2856
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2857
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(0),math.rad(0),math.rad(40))*RWC0,0.45/animationspeed)
2858
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(0),math.rad(0),math.rad(-30))*LWC0,0.45/animationspeed)
2859
RH.C0=clerp(RH.C0,cf(1,-0-idleangle,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(7.5)),0.45/animationspeed)
2860
LH.C0=clerp(LH.C0,cf(-1,-0.5-idleangle,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(25)),0.45/animationspeed)
2861
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2862
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2863
break
2864
end
2865
end
2866
MagicWave("Institutional white","SmoothPlastic",RootPart.CFrame*cf(0,-3,0),5,1,5,0.2,-0.01,0.2,0.025)
2867
Humanoid.Jump=true
2868
Torso.Velocity=Vector3.new(0,50,0)+RootPart.CFrame.lookVector*50
2869
for i=0,1,0.12/2 do
2870
hbwait()
2871
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
2872
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
2873
RW.C0=clerp(RW.C0,cf(1.5,0.5+idleangle,0)*angles(math.rad(-15),math.rad(0),math.rad(15))*RWC0,0.45/animationspeed)
2874
LW.C0=clerp(LW.C0,cf(-1.5,0.5+idleangle,0)*angles(math.rad(-5),math.rad(0),math.rad(-10))*LWC0,0.45/animationspeed)
2875
RH.C0=clerp(RH.C0,cf(1,-0.9-idleangle,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(1.25),math.rad(0),math.rad(-35)),0.45/animationspeed)
2876
LH.C0=clerp(LH.C0,cf(-1,-0.8-idleangle,-0.25)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(15)),0.45/animationspeed)
2877
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2878
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2879
break
2880
end
2881
end
2882
]]--
2883
for i=0,1,0.12/2 do
2884
hbwait()
2885
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2886
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2887
RW.C0=clerp(RW.C0,cf(1,0.5+idleangle,-0.5)*angles(math.rad(110),math.rad(0),math.rad(-45))*angles(math.rad(0),math.rad(-180),math.rad(0))*RWC0,0.45/animationspeed)
2888
LW.C0=clerp(LW.C0,cf(-1,0.5+idleangle,-0.5)*angles(math.rad(110),math.rad(0),math.rad(45))*LWC0,0.45/animationspeed)
2889
RH.C0=clerp(RH.C0,cf(1,-0-idleangle,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(7.5)),0.45/animationspeed)
2890
LH.C0=clerp(LH.C0,cf(-1,-0.5-idleangle,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(25)),0.45/animationspeed)
2891
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
2892
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2893
break
2894
end
2895
end
2896
local move4num=0
2897
for i=0,1,0.04/2 do
2898
hbwait()
2899
if move4num>=5 then
2900
move4num=0
2901
MagicWave("Cyan","Neon",RootPart.CFrame*cf(0,-3,0),1,1,1,1,0.1,1,0.05)
2902
else
2903
move4num=move4num+1
2904
end
2905
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2906
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2907
RW.C0=clerp(RW.C0,cf(1,0.5+idleangle,-0.5)*angles(math.rad(110),math.rad(0),math.rad(-45))*angles(math.rad(0),math.rad(-180),math.rad(0))*RWC0,0.45/animationspeed)
2908
LW.C0=clerp(LW.C0,cf(-1,0.5+idleangle,-0.5)*angles(math.rad(110),math.rad(0),math.rad(45))*LWC0,0.45/animationspeed)
2909
RH.C0=clerp(RH.C0,cf(1,-0-idleangle,-0.5)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(-2.5),math.rad(0),math.rad(7.5)),0.45/animationspeed)
2910
LH.C0=clerp(LH.C0,cf(-1,-0.5-idleangle,-0.5)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(25)),0.45/animationspeed)
2911
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
2912
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2913
break
2914
end
2915
end
2916
attack=false
2917
end
2918
2919
hold=false
2920
2921
Mouse.Button1Down:connect(function()
2922
--function ob1d(Mouse)
2923
if attack==true or equipped==false then return end
2924
hold=true
2925
if attacktype==1 then
2926
attacktype=2
2927
Attack1()
2928
elseif attacktype==2 then
2929
attacktype=3
2930
Attack2()
2931
elseif attacktype==3 then
2932
attacktype=4
2933
Attack3()
2934
elseif attacktype==4 then
2935
attacktype=1
2936
Attack4()
2937
end
2938
coroutine.resume(coroutine.create(function()
2939
for i=1,50 do
2940
if attack==false then
2941
hbwait()
2942
end
2943
end
2944
if attack==false then
2945
attacktype=1
2946
end
2947
end))
2948
--end
2949
end)
2950
2951
if allowhopperbin==true then
2952
function ob1u(Mouse)
2953
hold=false
2954
end
2955
end
2956
2957
Mouse.KeyDown:connect(function(key)
2958
--function key(key)
2959
if key=="f" and canunequiporequip==true and attack==false then
2960
if equipped==false then
2961
equipped=true
2962
if disableanimate==true then
2963
Animate.Disabled=true
2964
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2965
idleanimation:Play()
2966
end
2967
if disableanimator==true then
2968
Animator.Parent=nil
2969
end
2970
if disablemovingarms==true then
2971
RW.Parent=Torso 
2972
LW.Parent=Torso 
2973
RSH.Parent=nil 
2974
LSH.Parent=nil 
2975
end
2976
equipanim()
2977
elseif equipped==true then
2978
equipped=false
2979
unequipanim()
2980
hbwait()
2981
if disablemovingarms==true then
2982
RW.Parent=nil 
2983
LW.Parent=nil 
2984
RSH.Parent=Torso 
2985
LSH.Parent=Torso 
2986
end
2987
if disableanimator==true then
2988
Animator.Parent=Humanoid
2989
end
2990
if disableanimate==true then
2991
Animate.Disabled=false
2992
end
2993
end
2994
end
2995
if key=="e" and attack==false and equipped==true then
2996
EAbility()
2997
end
2998-
local Player = game.Players.LocalPlayer
2998+
2999
subtractmana(skill1mana)
3000
cooldown1=0
3001
Move1()
3002
end
3003
if key=="x" and attack==false and equipped==true and cooldown2>=co2 and Mana.Value>=skill2mana then
3004
subtractmana(skill2mana)
3005
cooldown2=0
3006
Move2()
3007
end
3008
if key=="c" and attack==false and equipped==true and cooldown3>=co3 and Mana.Value>=skill3mana then
3009
subtractmana(skill3mana)
3010
cooldown3=0
3011
Move3()
3012
end
3013
if key=="v" and attack==false and equipped==true and cooldown4>=co4 and Mana.Value>=skill4mana then
3014
subtractmana(skill4mana)
3015
cooldown4=0
3016
Move4()
3017
end
3018
if key=="q" then
3019
Mana.Value=100
3020
cooldown1=co1
3021
cooldown2=co2
3022
cooldown3=co3
3023
cooldown4=co4
3024
end
3025
if key=="p" then
3026
StaggerHitAnim.Value=true
3027
end
3028
if key=="[" then
3029
StaggerAnim.Value=true
3030
end
3031
if key=="]" then
3032
StunAnim.Value=true
3033
end
3034
--end
3035
end)
3036
3037
Mouse.KeyUp:connect(function(key2)
3038
--function key2(key)
3039
--end
3040
end)
3041
----
3042
Me = game.Players.LocalPlayer
3043
player = Me
3044
char = Me.Character
3045
chara = char
3046
3047
New = function(Object, Parent, Name, Data)
3048
	local Object = Instance.new(Object)
3049
	for Index, Value in pairs(Data or {}) do
3050
		Object[Index] = Value
3051
	end
3052
	Object.Parent = Parent
3053
	Object.Name = Name
3054
	return Object
3055
end
3056
3057
Mouse = player:GetMouse()
3058
3059
for i,v in pairs(chara:children()) do
3060
	if v:IsA("Accessory") or v:IsA("") or v:IsA("") then
3061
		v:Destroy()
3062
	end
3063
end
3064
3065
s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
3066
s.SoundId = "rbxassetid://144260525"
3067
s.Volume = 1
3068
s.Pitch = 1
3069
s.Looped = true
3070
wait()
3071
s:Play()
3072
3073
s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
3074
s.SoundId = "rbxassetid://530138502"
3075
s.Volume = 3
3076
s.Pitch = 0.83
3077
s.Looped = false
3078
wait()
3079
s:Play()
3080
3081
wait(15)
3082
3083
local Player = owner
3084
3085
local Character = Player.Character
3086
3087
local Humanoid = Character.Humanoid
3088
3089
local Mouse = Player:GetMouse()
3090
3091
Character:WaitForChild("Animate"):Remove()
3092
3093
Humanoid.MaxHealth = 2000
3094
3095
Humanoid.Health = 1980
3096
3097
wait()
3098
3099
function SmoothAllSides(Part)
3100
3101
  local Sides = {
3102
3103
    "TopSurface",
3104
3105
    "BottomSurface",
3106
3107
    "LeftSurface",
3108
3109
    "RightSurface",
3110
3111
    "FrontSurface",
3112
3113
    "BackSurface"
3114
3115
  }
3116
3117
  for i, v in pairs(Sides) do
3118
3119
    Part[v] = "SmoothNoOutlines"
3120
3121
  end
3122
3123
end
3124
3125
local StaffM = Instance.new("Model")
3126
3127
StaffM.Parent = Character
3128
3129
local Staff = Instance.new("Part")
3130
3131
Staff.Parent = StaffM
3132
3133
Staff.Shape = Enum.PartType.Cylinder
3134
3135
Staff.Size = Vector3.new(0, 0, 0)
3136
3137
Staff.BrickColor = BrickColor.new("Really black")
3138
3139
Staff.CanCollide = false
3140
3141
local Ring0 = Instance.new("Part")
3142
3143
Ring0.Parent = StaffM
3144
3145
Ring0.CanCollide = false
3146
3147
Ring0.BrickColor = BrickColor.new("Really black")
3148
3149
Ring0.Material = Enum.Material.SmoothPlastic
3150
3151
local Ring = Instance.new("SpecialMesh")
3152
3153
Ring.Parent = Ring0
3154
3155
Ring.MeshType = Enum.MeshType.FileMesh
3156
3157
Ring.Scale = Vector3.new(0, 0, 0)
3158
3159
Ring.MeshId = "rbxassetid://"
3160
3161
local Ring1 = Ring0:Clone()
3162
3163
Ring1.Parent = StaffM
3164
3165
local Weld1, Weld2, Weld3 = Instance.new("Weld"), Instance.new("Weld"), Instance.new("Weld")
3166
3167
Weld1.Parent = StaffM
3168
3169
Weld1.Part0 = Staff
3170
3171
Weld1.Part1 = Ring0
3172
3173
Weld1.C1 = CFrame.new(0, 0, 0)
3174
3175
Weld2.Parent = StaffM
3176
3177
Weld2.Part0 = Staff
3178
3179
Weld2.Part1 = Ring1
3180
3181
Weld2.C1 = CFrame.new(0, 0, 0)
3182
3183
Weld3.Parent = StaffM
3184
3185
Weld3.Part0 = Character["Left Arm"]
3186
3187
Weld3.Part1 = Staff
3188
3189
Weld3.C0 = CFrame.new(0, Character["Left Arm"].Size.Y / -2, 0) * CFrame.Angles(0, math.pi / 2, 0)
3190
3191
SmoothAllSides(Staff)
3192
3193
local bools = {
3194
3195
  Idle = true,
3196
3197
  Moving = false,
3198
3199
  OffenseDefense = false,
3200
3201
  MovingUp = false,
3202
3203
  MovingDown = false,
3204
3205
  Blocking = false
3206
3207
}
3208
3209
local joints = {
3210
3211
  ["Head"] = Character.Torso.Neck,
3212
3213
  ["Torso"] = Character.HumanoidRootPart.RootJoint,
3214
3215
  ["Left Arm"] = Character.Torso["Left Shoulder"],
3216
3217
  ["Right Arm"] = Character.Torso["Right Shoulder"],
3218
3219
  ["Left Leg"] = Character.Torso["Left Hip"],
3220
3221
  ["Right Leg"] = Character.Torso["Right Hip"]
3222
3223
}
3224
3225
local HeadC0 = joints.Head.C0
3226
3227
local TorsoC0 = joints.Torso.C0
3228
3229
local RightAC0 = joints["Left Arm"].C0
3230
3231
local LeftAC0 = joints["Right Arm"].C0
3232
3233
local RightLC0 = joints["Left Leg"].C0
3234
3235
local LeftLC0 = joints["Right Leg"].C0
3236
3237
local Animations = {
3238
3239
  idle = {
3240
3241
    HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(80), math.rad(180), math.rad(-12)),
3242
3243
    TorsoC0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(90), math.rad(180), math.rad(18)),
3244
3245
    LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.rad(90), math.rad(120)) * CFrame.Angles(math.rad(45), 0, 0),
3246
3247
    RightLC0 = CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-90), math.rad(80), math.rad(90)) * CFrame.Angles(0, 0, math.rad(5)),
3248
3249
    LeftLC0 = CFrame.new(-1, -1, 0) * CFrame.Angles(math.rad(-90), math.rad(-80), math.rad(-90)) * CFrame.Angles(0, math.rad(10), math.rad(15))
3250
3251
  },
3252
3253
  running = {
3254
3255
    HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(115), math.rad(180), 0),
3256
3257
    TorsoC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(60), math.rad(180), 0),
3258
3259
    RightAC0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(math.rad(50), math.rad(-120), 0) * CFrame.Angles(math.rad(33), 0, 0),
3260
3261
    LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(90), 0) * CFrame.Angles(math.rad(23), 0, 0),
3262
3263
    RightLC0 = CFrame.new(1, -1, -0.2) * CFrame.Angles(math.rad(-10), math.rad(90), 0),
3264
3265
    LeftLC0 = CFrame.new(-1, -1, -0.65) * CFrame.Angles(math.rad(-30), math.rad(-90), 0)
3266
3267
  }
3268
3269
}
3270
3271
local Input = game:GetService("UserInputService")
3272
3273
local RunService = game:GetService("RunService")
3274
3275
Humanoid:ClearAllChildren()
3276
3277
3278
3279
local TruthBall = Instance.new("Part")
3280
3281
TruthBall.Name = "Truth Seeking Ball"
3282
3283
TruthBall.Material = Enum.Material.Neon
3284
3285
TruthBall.Shape = Enum.PartType.Ball
3286
3287
TruthBall.Size = Vector3.new(0, 0, 0)
3288
3289
TruthBall.Anchored = true
3290
3291
TruthBall.Locked = true
3292
3293
TruthBall.CanCollide = false
3294
3295
TruthBall.BrickColor = BrickColor.new("Cyan")
3296
3297
SmoothAllSides(TruthBall)
3298
3299
for i = 1, 6 do
3300
3301
  local TruthSeekBalls = TruthBall:Clone()
3302
3303
  TruthSeekBalls.Parent = Character
3304
3305
end
3306
3307
TruthTable = {}
3308
3309
for ind, var in ipairs(Character:GetChildren()) do
3310
3311
  if var.Name == "Truth Seeking Ball" then
3312
3313
    table.insert(TruthTable, var)
3314
3315
  end
3316
3317
end
3318
3319
RunService.RenderStepped:connect(function()
3320
3321
  for i, v in ipairs(TruthTable) do
3322
3323
    v.CFrame = v.CFrame:lerp(Character.Torso.CFrame * CFrame.new(math.cos(i + 7.5) * 2.5, math.sin(i + 7.5) * 2.5, 1.5), 0.15)
3324
3325
  end
3326
3327
end)
3328
3329
local BodyParts = {
3330
3331
  Character.Head,
3332
3333
  Character.Torso,
3334
3335
  Character["Left Arm"],
3336
3337
  Character["Right Arm"],
3338
3339
  Character["Left Leg"],
3340
3341
  Character["Right Leg"]
3342
3343
}
3344
3345
3346
local Block = TruthTable[math.random(1, #TruthTable)]
3347
3348
local BlockCF = Block.CFrame
3349
3350
local Defense = Block:Clone()
3351
3352
Input.InputBegan:connect(function(Key, GPE)
3353
3354
  if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == false then
3355
3356
    Humanoid.WalkSpeed = 0
3357
3358
    Humanoid.JumpPower = 0
3359
3360
    bools.Blocking = true
3361
3362
    while bools.Blocking == true do
3363
3364
      Block.Transparency = 1
3365
3366
      Defense.Parent = Character
3367
3368
      Defense.Shape = Enum.PartType.Block
3369
3370
      Defense.Size = Vector3.new(10, 9, 0.2)
3371
3372
      RunService.RenderStepped:connect(function()
3373
3374
        Defense.CFrame = Block.CFrame:lerp(Character.Torso.CFrame * CFrame.new(0, 0, -10), 0.6)
3375
3376
      end)
3377
3378
      Defense.CanCollide = true
3379
3380
      if bools.Blocking == false then
3381
3382
        elseif Key.KeyCode == Enum.KeyCode.Z and not GPE and Mouse.Target then
3383
3384
          local Copy = Block:Clone()
3385
3386
          Block.Transparency = 1
3387
3388
          Copy.Parent = Character
3389
3390
          Copy.Anchored = false
3391
3392
          Copy.CFrame = Block.CFrame
3393
3394
          local CopyV = Instance.new("BodyVelocity")
3395
3396
          CopyV.Parent = Copy
3397
3398
          CopyV.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
3399
3400
          CopyV.Velocity = Mouse.UnitRay:ClosestPoint() * 100
3401
3402
		else
3403
	
3404
			wait()
3405
3406
        end
3407
3408
      end
3409
3410
    end
3411
3412
end)
3413
3414
Input.InputEnded:connect(function(Key, GPE)
3415
3416
  if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == true then
3417
3418
    Humanoid.WalkSpeed = 60
3419
3420
    Humanoid.JumpPower = 200
3421
3422
    bools.Blocking = false
3423
3424
    Defense.CanCollide = false
3425
3426
    Defense.Shape = Enum.PartType.Ball
3427
3428
    Defense.Size = Vector3.new(0, 0, 0)
3429
3430
    RunService.RenderStepped:connect(function()
3431
3432
      Defense.CFrame = Defense.CFrame:lerp(BlockCF, 0.15)
3433
3434
    end)
3435
3436
    Defense:Remove()
3437
3438
    Block.Transparency = 0
3439
3440
    Block = TruthTable[math.random(1, #TruthTable)]
3441
3442
    BlockCF = Block.CFrame
3443
3444
  end
3445
3446
end)
3447
3448
RunService.RenderStepped:connect(function()
3449
3450
  local CurrentAnimation = "Idle"
3451
3452
  if (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude > 2 then
3453
3454
    CurrentAnimation = "Walking"
3455
3456
  elseif (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude < 2 then
3457
3458
    CurrentAnimation = "Idle"
3459
3460
  end
3461
3462
  if CurrentAnimation == "Idle" and not bools.OffenseDefense then
3463
3464
    joints.Head.C0 = joints.Head.C0:lerp(Animations.idle.HeadC0 * CFrame.Angles(math.rad(2 * math.sin(-tick() * 2)), 0, 0), 0.35)
3465
3466
    joints.Torso.C0 = joints.Torso.C0:lerp(Animations.idle.TorsoC0 * CFrame.new(0, 0, 0.1 * math.sin(tick() * 2) / 2), 0.35)
3467
    
3468
    joints["Right Leg"].C0 = joints["Left Leg"].C0:lerp(Animations.idle.RightLC0 * CFrame.new(0, 0.1 * math.sin(-tick() * 2), 0.025 * math.sin(-tick() * 2)) * CFrame.Angles(0, 0, math.rad(3 * math.sin(tick() * -2))), 0.35)
3469
3470
    joints["Left Leg"].C0 = joints["Right Leg"].C0:lerp(Animations.idle.LeftLC0 * CFrame.new(0, 0.1 * math.sin(-tick() * 2), 0.025 * math.sin(-tick() * 2)) * CFrame.Angles(0, 0, math.rad(3 * math.sin(tick() * -2))), 0.35)
3471
3472
  elseif CurrentAnimation == "Walking" and not bools.OffenseDefense then
3473
3474
    joints.Head.C0 = joints.Head.C0:lerp(Animations.running.HeadC0, 0.15)
3475
3476
    joints.Torso.C0 = joints.Torso.C0:lerp(Animations.running.TorsoC0, 0.15)
3477
    
3478
    joints["Right Leg"].C0 = joints["Left Leg"].C0:lerp(Animations.running.RightLC0, 0.15)
3479
3480
    joints["Left Leg"].C0 = joints["Right Leg"].C0:lerp(Animations.running.LeftLC0, 0.15)
3481
3482
  end
3483
3484
end)
3485
3486
3487
name = game.Players.LocalPlayer.Name
3488
player = game.Players:WaitForChild(name)
3489
chara = player.Character
3490
debby = game:GetService("Debris")
3491
chara.Humanoid.MaxHealth = 2000
3492
chara.Humanoid.Health = 2000
3493
chara.Humanoid.WalkSpeed = 50
3494
chara.Humanoid.JumpPower = 200
3495
3496
local p = Instance.new("Part", chara)
3497
p.Name = "Ears"
3498
p.BrickColor = BrickColor.new("Cyan")
3499
p.Size = Vector3.new(0, 0, 0)
3500
p.BottomSurface = 0
3501
p.TopSurface = 0
3502
p.Position = chara.Head.Position
3503
local pweld = Instance.new("Weld", p)
3504
pweld.Part0 = chara.Head
3505
pweld.Part1 = p
3506
pweld.C0 = CFrame.new(0, 0.7, 0)
3507
pweld.C0 = pweld.C0 * CFrame.fromEulerAnglesXYZ(math.rad(180), 0, math.rad(180))
3508
local earmesh = Instance.new("SpecialMesh", p)
3509
earmesh.MeshType = "FileMesh"
3510
earmesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
3511
earmesh.Scale = Vector3.new(1.1, 1.5, 3)
3512
3513
local fakehead = chara.Head:clone()
3514
fakehead.Name = "FakeHead"
3515
fakehead.Parent = chara
3516
fakehead.Position = chara.Head.Position
3517
fakehead.Transparency = 2
3518
fakehead.face.Texture = "http://www.roblox.com/asset/?id=105092745"
3519
3520
local hand1 = Instance.new("Part", chara)
3521
hand1.Name = "Hand1"
3522
hand1.Size = Vector3.new(0.8, 0.8, 0.8)
3523
hand1.Transparency = 1
3524
hand1.Position = chara["Left Arm"].Position
3525
local hand1weld = Instance.new("Weld", hand1)
3526
hand1weld.Part0 = chara["Left Arm"]
3527
hand1weld.Part1 = hand1
3528
hand1weld.C0 = CFrame.new(0, -1, 0)
3529
local hand2 = hand1:Clone()
3530
hand2.Name = "Hand2"
3531
hand2.Parent = chara
3532
hand2.Position = chara["Right Arm"].Position
3533
local hand2weld = Instance.new("Weld", hand2)
3534
hand2weld.Part0 = chara["Right Arm"]
3535
hand2weld.Part1 = hand2
3536
hand2weld.C0 = CFrame.new(0, -1, 0)
3537
3538
color3colour = {
3539
  BrickColor.new("Cyan").Color,
3540
  BrickColor.new("Cyan").Color,
3541
  BrickColor.new("Cyan").Color,
3542
  BrickColor.new("Cyan").Color,
3543
  BrickColor.new("Cyan").Color,
3544
  BrickColor.new("Cyan").Color
3545
}
3546
breekcolour = {
3547
  BrickColor.new("Cyan"),
3548
  BrickColor.new("Cyan"),
3549
  BrickColor.new("Cyan"),
3550
  BrickColor.new("Cyan"),
3551
  BrickColor.new("Cyan"),
3552
  BrickColor.new("Cyan")
3553
}
3554
firecolour = {
3555
  ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
3556
  ColorSequenceKeypoint.new(0.05, BrickColor.new("Cyan").Color),
3557
  ColorSequenceKeypoint.new(0.1, BrickColor.new("Cyan").Color),
3558
  ColorSequenceKeypoint.new(0.15, BrickColor.new("Cyan").Color),
3559
  ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
3560
  ColorSequenceKeypoint.new(0.25, BrickColor.new("Cyan").Color),
3561
  ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
3562
}
3563
barcolour = {
3564
  ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
3565
  ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
3566
  ColorSequenceKeypoint.new(0.4, BrickColor.new("Cyan").Color),
3567
  ColorSequenceKeypoint.new(0.6, BrickColor.new("Cyan").Color),
3568
  ColorSequenceKeypoint.new(0.8, BrickColor.new("Cyan").Color),
3569
  ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
3570
}
3571
normallife = {
3572
  NumberSequenceKeypoint.new(0, 0),
3573
  NumberSequenceKeypoint.new(1, 1)
3574
}
3575
extendlife = {
3576
  NumberSequenceKeypoint.new(0, 0),
3577
  NumberSequenceKeypoint.new(0.8, 0),
3578
  NumberSequenceKeypoint.new(1, 1)
3579
}
3580
function createrainbow(color, part, texture, size, trans, life, face, speed, accel, velsp, lock, name)
3581
  local fira = Instance.new("ParticleEmitter", part)
3582
  fira.Name = name
3583
  fira.Color = ColorSequence.new(color)
3584
  fira.Size = size
3585
  fira.Texture = texture
3586
  fira.Transparency = trans
3587
  fira.Lifetime = life
3588
  fira.EmissionDirection = face
3589
  fira.Rate = 100000000
3590
  fira.RotSpeed = NumberRange.new(10000)
3591
  fira.Speed = speed
3592
  fira.VelocitySpread = velsp
3593
  fira.Acceleration = accel
3594
  fira.LightEmission = 1
3595
  fira.LockedToPart = lock
3596
end
3597
handfire1 = createrainbow(firecolour, hand1, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3598
  NumberSequenceKeypoint.new(0, 0.4),
3599
  NumberSequenceKeypoint.new(1, 0)
3600
}), NumberSequence.new(extendlife), NumberRange.new(1), "Left", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3601
handfire2 = createrainbow(firecolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3602
  NumberSequenceKeypoint.new(0, 0.4),
3603
  NumberSequenceKeypoint.new(1, 0)
3604
}), NumberSequence.new(extendlife), NumberRange.new(1), "Right", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3605
createrainbow(barcolour, orbuur, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3606
  NumberSequenceKeypoint.new(0, 1),
3607
  NumberSequenceKeypoint.new(0.8, 1),
3608
  NumberSequenceKeypoint.new(1, 0)
3609
}), NumberSequence.new(extendlife), NumberRange.new(1), "Front", NumberRange.new(0), Vector3.new(0, 0, 0), 0, false, "OrbEffect")
3610
local spelleffect = Instance.new("ParticleEmitter", chara.Torso)
3611
spelleffect.Texture = "http://www.roblox.com/asset/?id=679657454"
3612
spelleffect.Speed = NumberRange.new(0)
3613
spelleffect.LightEmission = 1
3614
spelleffect.Transparency = NumberSequence.new(normallife)
3615
spelleffect.Size = NumberSequence.new({
3616
  NumberSequenceKeypoint.new(0, 0),
3617
  NumberSequenceKeypoint.new(1, 10)
3618
})
3619
spelleffect.Rate = 0.001
3620
spelleffect.Rotation = NumberRange.new(0, 359)
3621
spelleffect.RotSpeed = NumberRange.new(1000)
3622
spelleffect.Lifetime = NumberRange.new(1)
3623
createrainbow(barcolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3624
  NumberSequenceKeypoint.new(0, 1),
3625
  NumberSequenceKeypoint.new(1, 0)
3626
}), NumberSequence.new(normallife), NumberRange.new(1), "Front", NumberRange.new(10), Vector3.new(0, 0, 0), 1000, true, "PowerEffect")
3627
powereffect = hand2.PowerEffect
3628
powereffect.Enabled = false
3629
local naeeym = Instance.new("BillboardGui", chara)
3630
naeeym.Size = UDim2.new(0, 100, 0, 40)
3631
naeeym.StudsOffset = Vector3.new(0, 2, 0)
3632
naeeym.Adornee = chara.Head
3633
local tecks = Instance.new("TextLabel", naeeym)
3634
tecks.BackgroundTransparency = 1
3635
tecks.BorderSizePixel = 0
3636
tecks.Text = ""
3637
tecks.Font = "Fantasy"
3638
tecks.FontSize = "Size24"
3639
tecks.TextStrokeTransparency = 0
3640
tecks.TextColor3 = Color3.new(1, 1, 1)
3641
tecks.TextStrokeColor3 = BrickColor.new("Really red").Color
3642
tecks.Size = UDim2.new(1, 0, 0.5, 0)
3643
Void = nil
3644
VoidParts = {}
3645
Equipped = false
3646
Counter = 1
3647
function RayCast(Position, Direction, MaxDistance, IgnoreList)
3648
  return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
3649
end
3650
Player = player
3651
Character = chara
3652
Humanoid = Character:FindFirstChild("Humanoid")
3653
Torso = Character:FindFirstChild("Torso")
3654
if not Player or not Humanoid or Humanoid.Health == 0 or not chara.Torso then
3655
  return
3656
end
3657
Equipped = true
3658
Void = Instance.new("Model")
3659
Void.Name = "Void"
3660
Angle = 0
3661
for i = 1, 1 do
3662
  local VoidPart = Instance.new("Part")
3663
  VoidPart.Name = "VoidPart"
3664
  VoidPart.Transparency = 1
3665
  VoidPart.BrickColor = BrickColor.new("Cyan")
3666
  VoidPart.Material = Enum.Material.Plastic
3667
  VoidPart.Shape = Enum.PartType.Block
3668
  VoidPart.FormFactor = Enum.FormFactor.Custom
3669
  VoidPart.TopSurface = Enum.SurfaceType.Smooth
3670
  VoidPart.BottomSurface = Enum.SurfaceType.Smooth
3671
  VoidPart.Anchored = true
3672
  VoidPart.CanCollide = false
3673
  VoidPart.Locked = true
3674
  VoidPart.Size = Vector3.new(1, 0.2, 1)
3675
  fiyer = createrainbow(firecolour, VoidPart, "http://www.roblox.com/asset/?id=224413104", NumberSequence.new({
3676
    NumberSequenceKeypoint.new(0, 0.4),
3677
    NumberSequenceKeypoint.new(1, 0)
3678
  }), NumberSequence.new({
3679
    NumberSequenceKeypoint.new(0, 0),
3680
    NumberSequenceKeypoint.new(0.99, 0),
3681
    NumberSequenceKeypoint.new(1, 1)
3682
  }), NumberRange.new(3), "Top", NumberRange.new(2), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3683
  VoidPart.FireEffect.Rate = 10
3684
  local BlockMesh = Instance.new("BlockMesh")
3685
  BlockMesh.Scale = Vector3.new(10, 2, 10)
3686
  BlockMesh.Parent = VoidPart
3687
  VoidPart.Parent = Void
3688
  local Star = Instance.new("Decal", VoidPart)
3689
  Star.Texture = "http://www.roblox.com/asset/?id=199910011"
3690
  Star.Face = "Top"
3691
  local Light = Instance.new("PointLight", VoidPart)
3692
  Light.Color = Color3.new(0, 0, 0)
3693
  Light.Brightness = 10
3694
  Light.Range = 10
3695
  table.insert(VoidParts, VoidPart)
3696
end
3697
Spawn(function()
3698
  while Equipped and Humanoid.Parent and Humanoid.Health > 0 and chara do
3699
    if Angle == 360 then
3700
      Angle = 0
3701
    end
3702
    Angle = Angle + 0.05
3703
    chara.Humanoid.MaxHealth = 2000
3704
    chara.Humanoid.Health = 1700
3705
    Counter = Counter + 1
3706
    if Counter == 7 then
3707
      Counter = 1
3708
    end
3709
    tecks.TextStrokeColor3 = color3colour[Counter]
3710
    fakehead.face.Color3 = color3colour[Counter]
3711
    Void.VoidPart.Decal.Color3 = color3colour[Counter]
3712
    Void.VoidPart.PointLight.Color = color3colour[Counter]
3713
    local parentPos = chara.Torso.CFrame
3714
    
3715
    local Hit, EndPosition = RayCast(chara.Torso.Position, Vector3.new(0, -1, 0), chara.Torso.Size.Y * 6.5, {Character})
3716
    if Hit then
3717
      if not Void.Parent then
3718
        Void.Parent = Character
3719
      end
3720
      for i, v in pairs(VoidParts) do
3721
        v.CFrame = CFrame.new(chara.Torso.Position.X, EndPosition.Y, chara.Torso.Position.Z) * CFrame.Angles(0, Angle + i, 0)
3722
      end
3723
    else
3724
      Void.Parent = nil
3725
    end
3726
    wait()
3727
  end
3728
end)
3729
3730
p = game.Players.LocalPlayer
3731
char = p.Character
3732
torso = char.Torso
3733
neck = char.Torso.Neck
3734
hum = char.Humanoid
3735
3736
CV="Maroon"
3737
	
3738
local txt = Instance.new("BillboardGui", char)
3739
txt.Adornee = char .Head
3740
txt.Name = "_status"
3741
txt.Size = UDim2.new(2, 0, 1.2, 0)
3742
txt.StudsOffset = Vector3.new(-9, 8, 0)
3743
local text = Instance.new("TextLabel", txt)
3744
text.Size = UDim2.new(10, 0, 7, 0)
3745
text.FontSize = "Size48"
3746
text.TextScaled = true
3747
text.TextTransparency = 0
3748
text.BackgroundTransparency = 1 
3749
text.TextTransparency = 0
3750
text.TextStrokeTransparency = 0
3751
text.Font = "Fantasy"
3752
text.TextStrokeColor3 = Color3.new(0, 0, 0)
3753
3754
v=Instance.new("Part")
3755
v.Name = "ColorBrick"
3756
v.Parent=p.Character
3757
v.FormFactor="Symmetric"
3758
v.Anchored=true
3759
v.CanCollide=false
3760
v.BottomSurface="Smooth"
3761
v.TopSurface="Smooth"
3762
v.Size=Vector3.new(10,5,3)
3763
v.Transparency=1
3764
v.CFrame=char.Torso.CFrame
3765
v.BrickColor=BrickColor.new(CV)
3766
v.Transparency=1
3767
text.TextColor3 = BrickColor.new("Bright blue").Color
3768
v.Shape="Block"
3769
text.Text = "Wanderer"
3770
3771
local runDummyScript = function(f,scri)
3772
local oldenv = getfenv(f)
3773
local newenv = setmetatable({}, {
3774
__index = function(_, k)
3775
if k:lower() == 'script' then
3776
return scri
3777
else
3778
return oldenv[k]
3779
end
3780
end
3781
})
3782
setfenv(f, newenv)
3783
ypcall(function() f() end)
3784
end
3785
cors = {}
3786
mas = Instance.new("Model",game:GetService("Lighting")) 
3787
mas.Name = "CompiledModel"
3788
o1 = Instance.new("Model")
3789
o2 = Instance.new("Part")
3790
o3 = Instance.new("SpecialMesh")
3791
o4 = Instance.new("Model")
3792
o5 = Instance.new("Part")
3793
o6 = Instance.new("SpecialMesh")
3794
o7 = Instance.new("Weld")
3795
o8 = Instance.new("Part")
3796
o9 = Instance.new("SpecialMesh")
3797
o10 = Instance.new("Weld")
3798
o11 = Instance.new("Part")
3799
o12 = Instance.new("SpecialMesh")
3800
o13 = Instance.new("Weld")
3801
o14 = Instance.new("Part")
3802
o15 = Instance.new("SpecialMesh")
3803
o16 = Instance.new("Weld")
3804
o17 = Instance.new("Part")
3805
o18 = Instance.new("SpecialMesh")
3806
o19 = Instance.new("Weld")
3807
o20 = Instance.new("Part")
3808
o21 = Instance.new("SpecialMesh")
3809
o22 = Instance.new("Weld")
3810
o23 = Instance.new("Part")
3811
o24 = Instance.new("SpecialMesh")
3812
o25 = Instance.new("Weld")
3813
o26 = Instance.new("Part")
3814
o27 = Instance.new("SpecialMesh")
3815
o28 = Instance.new("Weld")
3816
o29 = Instance.new("Part")
3817
o30 = Instance.new("SpecialMesh")
3818
o31 = Instance.new("Weld")
3819
o32 = Instance.new("Part")
3820
o33 = Instance.new("SpecialMesh")
3821
o34 = Instance.new("Weld")
3822
o35 = Instance.new("Part")
3823
o36 = Instance.new("SpecialMesh")
3824
o37 = Instance.new("Weld")
3825
o38 = Instance.new("Part")
3826
o39 = Instance.new("SpecialMesh")
3827
o40 = Instance.new("Weld")
3828
o41 = Instance.new("Part")
3829
o42 = Instance.new("SpecialMesh")
3830
o43 = Instance.new("Weld")
3831
o44 = Instance.new("Part")
3832
o45 = Instance.new("SpecialMesh")
3833
o46 = Instance.new("Weld")
3834
o47 = Instance.new("Part")
3835
o48 = Instance.new("SpecialMesh")
3836
o49 = Instance.new("Weld")
3837
o50 = Instance.new("Part")
3838
o51 = Instance.new("SpecialMesh")
3839
o52 = Instance.new("Weld")
3840
o53 = Instance.new("Part")
3841
o54 = Instance.new("SpecialMesh")
3842
o55 = Instance.new("Weld")
3843
o56 = Instance.new("Part")
3844
o57 = Instance.new("SpecialMesh")
3845
o58 = Instance.new("Weld")
3846
o59 = Instance.new("Part")
3847
o60 = Instance.new("SpecialMesh")
3848
o61 = Instance.new("Weld")
3849
o62 = Instance.new("Part")
3850
o63 = Instance.new("SpecialMesh")
3851
o64 = Instance.new("Weld")
3852
o1.Name = "Head_"
3853
o1.Parent = mas
3854
o2.Name = "REF"
3855
o2.Parent = o1
3856
o2.Transparency = 1
3857
o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
3858
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
3859
o2.Anchored = false
3860
o2.CanCollide = false
3861
o2.FormFactor = Enum.FormFactor.Symmetric
3862
o2.Size = Vector3.new(2, 1, 1)
3863
o2.CFrame = CFrame.new(110.644409, 4.68007088, -60.6269913, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
3864
o2.BottomSurface = Enum.SurfaceType.Smooth
3865
o2.TopSurface = Enum.SurfaceType.Smooth
3866
o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
3867
o3.Parent = o2
3868
o3.Scale = Vector3.new(1.25, 1.25, 1.25)
3869
o4.Name = "Hat"
3870
o4.Parent = o1
3871
o5.Parent = o4
3872
o5.Material = Enum.Material.Neon
3873
o5.BrickColor = BrickColor.new("Cyan")
3874
o5.Reflectance = 0.5
3875
o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
3876
o5.Rotation = Vector3.new(62.7000008, -90, 0)
3877
o5.Anchored = false
3878
o5.FormFactor = Enum.FormFactor.Plate
3879
o5.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3880
o5.CFrame = CFrame.new(110.650101, 5.58175611, -61.1730347, 0, 0, -1, -0.888631999, 0.458620995, 0, 0.458620995, 0.888631999, 0)
3881
o5.BottomSurface = Enum.SurfaceType.Smooth
3882
o5.TopSurface = Enum.SurfaceType.Smooth
3883
o5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3884
o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
3885
o6.Parent = o5
3886
o6.MeshType = Enum.MeshType.Wedge
3887
o7.Name = "Joint"
3888
o7.Parent = o5
3889
o7.C0 = CFrame.new(1.05169296, 0.0717010498, 0.00569152832, -0.000152131295, -0.888631999, -0.458620965, -0.000294772239, 0.458620995, -0.88863194, 0.99999994, -1.23944917e-22, -0.000331714633)
3890
o7.Part0 = o5
3891
o7.Part1 = o2
3892
o8.Parent = o4
3893
o8.Material = Enum.Material.Neon
3894
o8.BrickColor = BrickColor.new("Cyan")
3895
o8.Reflectance = 0.5
3896
o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
3897
o8.Rotation = Vector3.new(-173.610001, -0.119999997, 122.860001)
3898
o8.Anchored = false
3899
o8.FormFactor = Enum.FormFactor.Plate
3900
o8.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3901
o8.CFrame = CFrame.new(111.171722, 5.50142097, -60.4436722, -0.542633951, -0.839966655, -0.00210324791, -0.834870875, 0.539063156, 0.111362509, -0.0924069956, 0.0621850155, -0.993777692)
3902
o8.BottomSurface = Enum.SurfaceType.Smooth
3903
o8.TopSurface = Enum.SurfaceType.Smooth
3904
o8.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3905
o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
3906
o9.Parent = o8
3907
o9.MeshType = Enum.MeshType.Wedge
3908
o10.Name = "Joint"
3909
o10.Parent = o8
3910
o10.C0 = CFrame.new(0.988800049, -0.0112380981, 0.0918197632, 0.542664528, -0.834870875, 0.0922269896, 0.839945972, 0.539063156, -0.0624636412, 0.00243289815, 0.111362509, 0.993776917)
3911
o10.Part0 = o8
3912
o10.Part1 = o2
3913
o11.Parent = o4
3914
o11.Material = Enum.Material.Neon
3915
o11.BrickColor = BrickColor.new("Cyan")
3916
o11.Reflectance = 0.5
3917
o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
3918
o11.Rotation = Vector3.new(6.38999987, 0.119999997, 57.1399994)
3919
o11.Anchored = false
3920
o11.FormFactor = Enum.FormFactor.Plate
3921
o11.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3922
o11.CFrame = CFrame.new(111.171341, 5.52380323, -60.6429138, 0.542633951, -0.839966655, 0.00210324791, 0.834870875, 0.539063156, -0.111362509, 0.0924069956, 0.0621850155, 0.993777692)
3923
o11.BottomSurface = Enum.SurfaceType.Smooth
3924
o11.TopSurface = Enum.SurfaceType.Smooth
3925
o11.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3926
o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
3927
o12.Parent = o11
3928
o12.MeshType = Enum.MeshType.Wedge
3929
o13.Name = "Joint"
3930
o13.Parent = o11
3931
o13.C0 = CFrame.new(-0.988868713, -0.0112304688, 0.10867691, -0.542664528, 0.834870875, -0.0922269896, 0.839945972, 0.539063156, -0.0624636412, -0.00243289815, -0.111362509, -0.993776917)
3932
o13.Part0 = o11
3933
o13.Part1 = o2
3934
o14.Parent = o4
3935
o14.Material = Enum.Material.Neon
3936
o14.BrickColor = BrickColor.new("Cyan")
3937
o14.Reflectance = 0.5
3938
o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
3939
o14.Rotation = Vector3.new(-173.610001, -0.119999997, -57.1399994)
3940
o14.Anchored = false
3941
o14.FormFactor = Enum.FormFactor.Plate
3942
o14.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3943
o14.CFrame = CFrame.new(111.508545, 5.28526115, -60.4685593, 0.542633951, 0.839966655, -0.00210324791, 0.834870875, -0.539063156, 0.111362509, 0.0924069956, -0.0621850155, -0.993777692)
3944
o14.BottomSurface = Enum.SurfaceType.Smooth
3945
o14.TopSurface = Enum.SurfaceType.Smooth
3946
o14.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3947
o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
3948
o15.Parent = o14
3949
o15.MeshType = Enum.MeshType.Wedge
3950
o16.Name = "Joint"
3951
o16.Parent = o14
3952
o16.C0 = CFrame.new(-0.988811493, -0.389755249, 0.0918693542, -0.542664528, 0.834870875, -0.0922269896, -0.839945972, -0.539063156, 0.0624636412, 0.00243289815, 0.111362509, 0.993776917)
3953
o16.Part0 = o14
3954
o16.Part1 = o2
3955
o17.Parent = o4
3956
o17.Material = Enum.Material.Neon
3957
o17.BrickColor = BrickColor.new("Cyan")
3958
o17.Reflectance = 0.5
3959
o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
3960
o17.Rotation = Vector3.new(6.38999987, 0.119999997, -122.860001)
3961
o17.Anchored = false
3962
o17.FormFactor = Enum.FormFactor.Plate
3963
o17.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3964
o17.CFrame = CFrame.new(111.508072, 5.3075819, -60.6678543, -0.542633951, 0.839966655, 0.00210324791, -0.834870875, -0.539063156, -0.111362509, -0.0924069956, -0.0621850155, 0.993777692)
3965
o17.BottomSurface = Enum.SurfaceType.Smooth
3966
o17.TopSurface = Enum.SurfaceType.Smooth
3967
o17.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3968
o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
3969
o18.Parent = o17
3970
o18.MeshType = Enum.MeshType.Wedge
3971
o19.Name = "Joint"
3972
o19.Parent = o17
3973
o19.C0 = CFrame.new(0.988769531, -0.389717102, 0.108673096, 0.542664528, -0.834870875, 0.0922269896, -0.839945972, -0.539063156, 0.0624636412, -0.00243289815, -0.111362509, -0.993776917)
3974
o19.Part0 = o17
3975
o19.Part1 = o2
3976
o20.Parent = o4
3977
o20.Material = Enum.Material.Neon
3978
o20.BrickColor = BrickColor.new("Cyan")
3979
o20.Reflectance = 0.5
3980
o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
3981
o20.Rotation = Vector3.new(-173.880005, 0.300000012, 56.5800018)
3982
o20.Anchored = false
3983
o20.FormFactor = Enum.FormFactor.Plate
3984
o20.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3985
o20.CFrame = CFrame.new(109.692062, 5.28414679, -60.4686737, 0.550731003, -0.834666491, 0.00523188757, -0.830228984, -0.547134876, 0.106598929, -0.086112, -0.0630509928, -0.994288385)
3986
o20.BottomSurface = Enum.SurfaceType.Smooth
3987
o20.TopSurface = Enum.SurfaceType.Smooth
3988
o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3989
o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
3990
o21.Parent = o20
3991
o21.MeshType = Enum.MeshType.Wedge
3992
o22.Name = "Joint"
3993
o22.Parent = o20
3994
o22.C0 = CFrame.new(1.03963852, -0.454391479, 0.0980033875, -0.550702393, -0.830228984, 0.0862946808, 0.834687352, -0.547134876, 0.0627741143, -0.00490206713, 0.106598929, 0.994290054)
3995
o22.Part0 = o20
3996
o22.Part1 = o2
3997
o23.Parent = o4
3998
o23.Material = Enum.Material.Neon
3999
o23.BrickColor = BrickColor.new("Cyan")
4000
o23.Reflectance = 0.5
4001
o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
4002
o23.Rotation = Vector3.new(-47.9300003, 90, 0)
4003
o23.Anchored = false
4004
o23.FormFactor = Enum.FormFactor.Plate
4005
o23.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4006
o23.CFrame = CFrame.new(110.4496, 5.48411512, -60.0064392, 0, 0, 1, -0.742329776, 0.670034766, 0, -0.670034766, -0.742329776, 0)
4007
o23.BottomSurface = Enum.SurfaceType.Smooth
4008
o23.TopSurface = Enum.SurfaceType.Smooth
4009
o23.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4010
o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
4011
o24.Parent = o23
4012
o24.MeshType = Enum.MeshType.Wedge
4013
o25.Name = "Joint"
4014
o25.Parent = o23
4015
o25.C0 = CFrame.new(1.01265717, -0.0780830383, 0.19480896, 0.000222260336, -0.742329776, 0.670034707, 0.00024624166, 0.670034766, 0.742329717, -0.99999994, 1.23944917e-22, 0.000331714633)
4016
o25.Part0 = o23
4017
o25.Part1 = o2
4018
o26.Parent = o4
4019
o26.Material = Enum.Material.Neon
4020
o26.BrickColor = BrickColor.new("Cyan")
4021
o26.Reflectance = 0.5
4022
o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
4023
o26.Rotation = Vector3.new(6.11999989, -0.300000012, -56.5800018)
4024
o26.Anchored = false
4025
o26.FormFactor = Enum.FormFactor.Plate
4026
o26.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4027
o26.CFrame = CFrame.new(110.027832, 5.52490711, -60.6427917, 0.550731003, 0.834666491, -0.00523188757, -0.830228984, 0.547134876, -0.106598929, -0.086112, 0.0630509928, 0.994288385)
4028
o26.BottomSurface = Enum.SurfaceType.Smooth
4029
o26.TopSurface = Enum.SurfaceType.Smooth
4030
o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4031
o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
4032
o27.Parent = o26
4033
o27.MeshType = Enum.MeshType.Wedge
4034
o28.Name = "Joint"
4035
o28.Parent = o26
4036
o28.C0 = CFrame.new(1.03961182, 0.0533828735, 0.102546692, -0.550702393, -0.830228984, 0.0862946808, -0.834687352, 0.547134876, -0.0627741143, 0.00490206713, -0.106598929, -0.994290054)
4037
o28.Part0 = o26
4038
o28.Part1 = o2
4039
o29.Parent = o4
4040
o29.Material = Enum.Material.Neon
4041
o29.BrickColor = BrickColor.new("Cyan")
4042
o29.Reflectance = 0.5
4043
o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
4044
o29.Rotation = Vector3.new(-117.300003, -90, 0)
4045
o29.Anchored = false
4046
o29.FormFactor = Enum.FormFactor.Plate
4047
o29.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4048
o29.CFrame = CFrame.new(110.650101, 5.39785624, -61.5293427, 0, 0, -1, 0.888631999, -0.458620995, 0, -0.458620995, -0.888631999, 0)
4049
o29.BottomSurface = Enum.SurfaceType.Smooth
4050
o29.TopSurface = Enum.SurfaceType.Smooth
4051
o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4052
o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
4053
o30.Parent = o29
4054
o30.MeshType = Enum.MeshType.Wedge
4055
o31.Name = "Joint"
4056
o31.Parent = o29
4057
o31.C0 = CFrame.new(-1.05168533, -0.472663879, 0.00569152832, 0.000152131295, 0.888631999, 0.458620965, 0.000294772239, -0.458620995, 0.88863194, 0.99999994, -1.23944917e-22, -0.000331714633)
4058
o31.Part0 = o29
4059
o31.Part1 = o2
4060
o32.Parent = o4
4061
o32.Material = Enum.Material.Neon
4062
o32.BrickColor = BrickColor.new("Cyan")
4063
o32.Reflectance = 0.5
4064
o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
4065
o32.Rotation = Vector3.new(6.11999989, -0.300000012, 123.419998)
4066
o32.Anchored = false
4067
o32.FormFactor = Enum.FormFactor.Plate
4068
o32.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4069
o32.CFrame = CFrame.new(109.693092, 5.30551815, -60.6680679, -0.550731003, -0.834666491, -0.00523188757, 0.830228984, -0.547134876, -0.106598929, 0.086112, -0.0630509928, 0.994288385)
4070
o32.BottomSurface = Enum.SurfaceType.Smooth
4071
o32.TopSurface = Enum.SurfaceType.Smooth
4072
o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4073
o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
4074
o33.Parent = o32
4075
o33.MeshType = Enum.MeshType.Wedge
4076
o34.Name = "Joint"
4077
o34.Parent = o32
4078
o34.C0 = CFrame.new(-1.03964233, -0.454414368, 0.102539063, 0.550702393, 0.830228984, -0.0862946808, 0.834687352, -0.547134876, 0.0627741143, 0.00490206713, -0.106598929, -0.994290054)
4079
o34.Part0 = o32
4080
o34.Part1 = o2
4081
o35.Parent = o4
4082
o35.Material = Enum.Material.Neon
4083
o35.BrickColor = BrickColor.new("Cyan")
4084
o35.Reflectance = 0.5
4085
o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
4086
o35.Rotation = Vector3.new(-47.9300003, -90, 0)
4087
o35.Anchored = false
4088
o35.FormFactor = Enum.FormFactor.Plate
4089
o35.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4090
o35.CFrame = CFrame.new(110.650101, 5.48411512, -60.0064392, 0, 0, -1, 0.742329776, 0.670034766, 0, 0.670034766, -0.742329776, 0)
4091
o35.BottomSurface = Enum.SurfaceType.Smooth
4092
o35.TopSurface = Enum.SurfaceType.Smooth
4093
o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4094
o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
4095
o36.Parent = o35
4096
o36.MeshType = Enum.MeshType.Wedge
4097
o37.Name = "Joint"
4098
o37.Parent = o35
4099
o37.C0 = CFrame.new(-1.01265717, -0.0780830383, 0.00569152832, -0.000222260336, 0.742329776, -0.670034707, 0.00024624166, 0.670034766, 0.742329717, 0.99999994, -1.23944917e-22, -0.000331714633)
4100
o37.Part0 = o35
4101
o37.Part1 = o2
4102
o38.Parent = o4
4103
o38.Material = Enum.Material.Neon
4104
o38.BrickColor = BrickColor.new("Cyan")
4105
o38.Reflectance = 0.5
4106
o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
4107
o38.Rotation = Vector3.new(62.7000008, 90, 0)
4108
o38.Anchored = false
4109
o38.FormFactor = Enum.FormFactor.Plate
4110
o38.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4111
o38.CFrame = CFrame.new(110.4496, 5.58175611, -61.1730347, 0, 0, 1, 0.888631999, 0.458620995, 0, -0.458620995, 0.888631999, 0)
4112
o38.BottomSurface = Enum.SurfaceType.Smooth
4113
o38.TopSurface = Enum.SurfaceType.Smooth
4114
o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4115
o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
4116
o39.Parent = o38
4117
o39.MeshType = Enum.MeshType.Wedge
4118
o40.Name = "Joint"
4119
o40.Parent = o38
4120
o40.C0 = CFrame.new(-1.05169296, 0.0717010498, 0.19480896, 0.000152131295, 0.888631999, 0.458620965, -0.000294772239, 0.458620995, -0.88863194, -0.99999994, 1.23944917e-22, 0.000331714633)
4121
o40.Part0 = o38
4122
o40.Part1 = o2
4123
o41.Name = "Handle"
4124
o41.Parent = o4
4125
o41.BrickColor = BrickColor.new("Bright red")
4126
o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
4127
o41.Rotation = Vector3.new(6.11999989, 0, 0)
4128
o41.Anchored = false
4129
o41.FormFactor = Enum.FormFactor.Plate
4130
o41.Size = Vector3.new(2, 0.800000012, 1)
4131
o41.CFrame = CFrame.new(110.590012, 5.42982483, -60.6134338, 1, 0, 0, 0, 0.994301856, -0.106600985, 0, 0.106600985, 0.994301856)
4132
o41.BottomSurface = Enum.SurfaceType.Weld
4133
o41.TopSurface = Enum.SurfaceType.Smooth
4134
o41.Color = Color3.new(0.768628, 0.156863, 0.109804)
4135
o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
4136
o42.Parent = o41
4137
o42.MeshId = "http://www.roblox.com/asset/?id=1033714"
4138
o42.Scale = Vector3.new(1.60000002, 1.29999995, 1.60000002)
4139
o42.TextureId = "rbxassetid://269748808"
4140
o42.VertexColor = Vector3.new(0, 0, 0)
4141
o42.MeshType = Enum.MeshType.FileMesh
4142
o43.Name = "Joint"
4143
o43.Parent = o41
4144
o43.C0 = CFrame.new(0.054397583, -0.746926785, 0.066444397, -0.99999994, 1.23944917e-22, 0.000331714633, -3.53611067e-05, 0.994301856, -0.106600977, -0.000329824485, -0.106600985, -0.994301796)
4145
o43.Part0 = o41
4146
o43.Part1 = o2
4147
o44.Parent = o4
4148
o44.Material = Enum.Material.Neon
4149
o44.BrickColor = BrickColor.new("Cyan")
4150
o44.Reflectance = 0.5
4151
o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
4152
o44.Rotation = Vector3.new(-173.880005, 0.300000012, -123.419998)
4153
o44.Anchored = false
4154
o44.FormFactor = Enum.FormFactor.Plate
4155
o44.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4156
o44.CFrame = CFrame.new(110.026749, 5.50353479, -60.4434509, -0.550731003, 0.834666491, 0.00523188757, 0.830228984, 0.547134876, 0.106598929, 0.086112, 0.0630509928, -0.994288385)
4157
o44.BottomSurface = Enum.SurfaceType.Smooth
4158
o44.TopSurface = Enum.SurfaceType.Smooth
4159
o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4160
o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
4161
o45.Parent = o44
4162
o45.MeshType = Enum.MeshType.Wedge
4163
o46.Name = "Joint"
4164
o46.Parent = o44
4165
o46.C0 = CFrame.new(-1.03963089, 0.0534210205, 0.0979423523, 0.550702393, 0.830228984, -0.0862946808, -0.834687352, 0.547134876, -0.0627741143, -0.00490206713, 0.106598929, 0.994290054)
4166
o46.Part0 = o44
4167
o46.Part1 = o2
4168
o47.Parent = o4
4169
o47.Material = Enum.Material.Neon
4170
o47.BrickColor = BrickColor.new("Cyan")
4171
o47.Reflectance = 0.5
4172
o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
4173
o47.Rotation = Vector3.new(-117.300003, 90, 0)
4174
o47.Anchored = false
4175
o47.FormFactor = Enum.FormFactor.Plate
4176
o47.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4177
o47.CFrame = CFrame.new(110.4496, 5.39786482, -61.5293503, 0, 0, 1, -0.888631999, -0.458620995, 0, 0.458620995, -0.888631999, 0)
4178
o47.BottomSurface = Enum.SurfaceType.Smooth
4179
o47.TopSurface = Enum.SurfaceType.Smooth
4180
o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4181
o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
4182
o48.Parent = o47
4183
o48.MeshType = Enum.MeshType.Wedge
4184
o49.Name = "Joint"
4185
o49.Parent = o47
4186
o49.C0 = CFrame.new(1.05169678, -0.472667694, 0.19480896, -0.000152131295, -0.888631999, -0.458620965, 0.000294772239, -0.458620995, 0.88863194, -0.99999994, 1.23944917e-22, 0.000331714633)
4187
o49.Part0 = o47
4188
o49.Part1 = o2
4189
o50.Parent = o4
4190
o50.Material = Enum.Material.Neon
4191
o50.BrickColor = BrickColor.new("Cyan")
4192
o50.Reflectance = 0.5
4193
o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
4194
o50.Rotation = Vector3.new(132.070007, 90, 0)
4195
o50.Anchored = false
4196
o50.FormFactor = Enum.FormFactor.Plate
4197
o50.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4198
o50.CFrame = CFrame.new(110.4496, 5.21545792, -59.7087936, 0, 0, 1, 0.742329776, -0.670034766, 0, 0.670034766, 0.742329776, 0)
4199
o50.BottomSurface = Enum.SurfaceType.Smooth
4200
o50.TopSurface = Enum.SurfaceType.Smooth
4201
o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4202
o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
4203
o51.Parent = o50
4204
o51.MeshType = Enum.MeshType.Wedge
4205
o52.Name = "Joint"
4206
o52.Parent = o50
4207
o52.C0 = CFrame.new(-1.01265717, -0.322879791, 0.19480896, -0.000222260336, 0.742329776, -0.670034707, -0.00024624166, -0.670034766, -0.742329717, -0.99999994, 1.23944917e-22, 0.000331714633)
4208
o52.Part0 = o50
4209
o52.Part1 = o2
4210
o53.Parent = o4
4211
o53.Material = Enum.Material.Neon
4212
o53.BrickColor = BrickColor.new("Cyan")
4213
o53.Reflectance = 0.5
4214
o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
4215
o53.Rotation = Vector3.new(132.070007, -90, 0)
4216
o53.Anchored = false
4217
o53.FormFactor = Enum.FormFactor.Plate
4218
o53.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4219
o53.CFrame = CFrame.new(110.650101, 5.21546698, -59.7087936, 0, 0, -1, -0.742329776, -0.670034766, 0, -0.670034766, 0.742329776, 0)
4220
o53.BottomSurface = Enum.SurfaceType.Smooth
4221
o53.TopSurface = Enum.SurfaceType.Smooth
4222
o53.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4223
o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
4224
o54.Parent = o53
4225
o54.MeshType = Enum.MeshType.Wedge
4226
o55.Name = "Joint"
4227
o55.Parent = o53
4228
o55.C0 = CFrame.new(1.01266479, -0.322872162, 0.00569152832, 0.000222260336, -0.742329776, 0.670034707, -0.00024624166, -0.670034766, -0.742329717, 0.99999994, -1.23944917e-22, -0.000331714633)
4229
o55.Part0 = o53
4230
o55.Part1 = o2
4231
o56.Name = "NinjaHalfmask"
4232
o56.Parent = o1
4233
o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
4234
o56.Rotation = Vector3.new(-180, 0, -180)
4235
o56.Anchored = false
4236
o56.FormFactor = Enum.FormFactor.Custom
4237
o56.Size = Vector3.new(1.39999914, 0.80000025, 1.39999986)
4238
o56.CFrame = CFrame.new(110.62999, 4.40999889, -60.6299591, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4239
o56.BottomSurface = Enum.SurfaceType.Smooth
4240
o56.TopSurface = Enum.SurfaceType.Smooth
4241
o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
4242
o57.Parent = o56
4243
o57.MeshId = "http://www.roblox.com/asset/?id=72541091"
4244
o57.Scale = Vector3.new(1, 1, 0.949999988)
4245
o57.TextureId = "rbxassetid://0"
4246
o57.VertexColor = Vector3.new(0, 0, 0)
4247
o57.MeshType = Enum.MeshType.FileMesh
4248
o58.Name = "Joint"
4249
o58.Parent = o56
4250
o58.C0 = CFrame.new(-0.0144195557, 0.270071983, -0.00296783447, 0.99999994, -1.23944917e-22, -0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, 0.000331714633, 1.09697344e-22, 0.99999994)
4251
o58.Part0 = o56
4252
o58.Part1 = o2
4253
o59.Name = "PoisonHorn"
4254
o59.Parent = o1
4255
o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
4256
o59.Rotation = Vector3.new(-168.669998, 0, -180)
4257
o59.Anchored = false
4258
o59.FormFactor = Enum.FormFactor.Custom
4259
o59.Size = Vector3.new(2.13111186, 2.04684615, 1.01710451)
4260
o59.CFrame = CFrame.new(110.580063, 5.81450415, -60.3999863, -1, 0, 0, 0, 0.980506241, 0.196488023, 0, 0.196488038, -0.980506241)
4261
o59.BottomSurface = Enum.SurfaceType.Smooth
4262
o59.TopSurface = Enum.SurfaceType.Smooth
4263
o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
4264
o60.Parent = o59
4265
o60.MeshId = "http://www.roblox.com/asset/?id=62152278"
4266
o60.Scale = Vector3.new(0.932361424, 0.826610804, 0.667474687)
4267
o60.TextureId = "rbxassetid://269748808"
4268
o60.VertexColor = Vector3.new(0, 0, 0)
4269
o60.MeshType = Enum.MeshType.FileMesh
4270
o61.Name = "Joint"
4271
o61.Parent = o59
4272
o61.C0 = CFrame.new(-0.0643463135, -1.15692234, -0.00032043457, 0.99999994, -1.23944917e-22, -0.000331714633, -6.51779555e-05, 0.980506241, -0.196488023, 0.000325248257, 0.196488023, 0.980506182)
4273
o61.Part0 = o59
4274
o61.Part1 = o2
4275
o62.Name = "Handle"
4276
o62.Parent = o1
4277
o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
4278
o62.Rotation = Vector3.new(172.130005, 0.389999986, -179.949997)
4279
o62.Anchored = false
4280
o62.CanCollide = false
4281
o62.FormFactor = Enum.FormFactor.Symmetric
4282
o62.Size = Vector3.new(1.4200002, 0.870000005, 1.40999985)
4283
o62.CFrame = CFrame.new(110.604553, 3.96506596, -61.402153, -0.999976993, 0.000930230482, 0.0067320345, 0, 0.990587771, -0.136879131, -0.00679600006, -0.136875972, -0.990564883)
4284
o62.BottomSurface = Enum.SurfaceType.Smooth
4285
o62.TopSurface = Enum.SurfaceType.Smooth
4286
o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
4287
o63.Parent = o62
4288
o63.MeshId = "http://www.roblox.com/asset/?id=398618628 "
4289
o63.Scale = Vector3.new(1, 1, 1.10000002)
4290
o63.TextureId = "rbxassetid://0"
4291
o63.VertexColor = Vector3.new(0, 0, 0)
4292
o63.MeshType = Enum.MeshType.FileMesh
4293
o64.Name = "Joint"
4294
o64.Parent = o62
4295
o64.C0 = CFrame.new(-0.0451278687, 0.602211952, -0.865444183, 0.999979198, -1.23196559e-22, 0.00646429276, -0.000884826644, 0.990587771, 0.13687627, -0.00640344899, -0.136879131, 0.990567029)
4296
o64.Part0 = o62
4297
o64.Part1 = o2
4298
mas.Parent = workspace
4299
mas:MakeJoints()
4300
local mas1 = mas:GetChildren()
4301
for i=1,#mas1 do
4302
	mas1[i].Parent = workspace 
4303
	ypcall(function() mas1[i]:MakeJoints() end)
4304
end
4305
mas:Destroy()
4306
for i=1,#cors do
4307
coroutine.resume(cors[i])
4308
end
4309
4310
wait()
4311
4312
Workspace["Head_"].Parent = game.Players.LocalPlayer.Character
4313
4314
game.Players.LocalPlayer.Character["Head_"].Name = "Familiar Head"
4315
4316
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Head"])
4317
w.Part0 = game.Players.LocalPlayer.Character["Head"]
4318
w.Part1 = o2
4319
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
4320
game.Players.LocalPlayer.Character["Head"].Transparency = 0
4321
4322
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"]:GetChildren()) do
4323
	if v.ClassName == "Part" then
4324
	v.CanCollide = false
4325
	v.Anchored = false
4326
	end
4327
end
4328
4329
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"].Hat:GetChildren()) do
4330
	v.Anchored = false
4331
	v.CanCollide = false
4332
end
4333
4334
4335
local runDummyScript = function(f,scri)
4336
local oldenv = getfenv(f)
4337
local newenv = setmetatable({}, {
4338
__index = function(_, k)
4339
if k:lower() == 'script' then
4340
return scri
4341
else
4342
return oldenv[k]
4343
end
4344
end
4345
})
4346
setfenv(f, newenv)
4347
ypcall(function() f() end)
4348
end
4349
cors = {}
4350
mas = Instance.new("Model",game:GetService("Lighting")) 
4351
mas.Name = "CompiledModel"
4352
o1 = Instance.new("Model")
4353
o2 = Instance.new("Part")
4354
o3 = Instance.new("SpecialMesh")
4355
o4 = Instance.new("Part")
4356
o5 = Instance.new("BlockMesh")
4357
o6 = Instance.new("Weld")
4358
o7 = Instance.new("Part")
4359
o8 = Instance.new("BlockMesh")
4360
o9 = Instance.new("Weld")
4361
o10 = Instance.new("Part")
4362
o11 = Instance.new("SpecialMesh")
4363
o12 = Instance.new("Weld")
4364
o13 = Instance.new("Part")
4365
o14 = Instance.new("SpecialMesh")
4366
o15 = Instance.new("Weld")
4367
o16 = Instance.new("Part")
4368
o17 = Instance.new("SpecialMesh")
4369
o18 = Instance.new("Weld")
4370
o19 = Instance.new("Part")
4371
o20 = Instance.new("SpecialMesh")
4372
o21 = Instance.new("Weld")
4373
o22 = Instance.new("Part")
4374
o23 = Instance.new("SpecialMesh")
4375
o24 = Instance.new("Weld")
4376
o25 = Instance.new("Part")
4377
o26 = Instance.new("SpecialMesh")
4378
o27 = Instance.new("Weld")
4379
o28 = Instance.new("Part")
4380
o29 = Instance.new("SpecialMesh")
4381
o30 = Instance.new("Weld")
4382
o31 = Instance.new("Part")
4383
o32 = Instance.new("SpecialMesh")
4384
o33 = Instance.new("Weld")
4385
o34 = Instance.new("Part")
4386
o35 = Instance.new("SpecialMesh")
4387
o36 = Instance.new("Weld")
4388
o37 = Instance.new("Part")
4389
o38 = Instance.new("SpecialMesh")
4390
o39 = Instance.new("Weld")
4391
o40 = Instance.new("Part")
4392
o41 = Instance.new("Weld")
4393
o42 = Instance.new("Part")
4394
o43 = Instance.new("Weld")
4395
o44 = Instance.new("Part")
4396
o45 = Instance.new("Weld")
4397
o46 = Instance.new("Part")
4398
o47 = Instance.new("Weld")
4399
o48 = Instance.new("Part")
4400
o49 = Instance.new("Weld")
4401
o50 = Instance.new("Part")
4402
o51 = Instance.new("Weld")
4403
o52 = Instance.new("Part")
4404
o53 = Instance.new("Weld")
4405
o54 = Instance.new("Part")
4406
o55 = Instance.new("Weld")
4407
o56 = Instance.new("Part")
4408
o57 = Instance.new("Weld")
4409
o58 = Instance.new("Part")
4410
o59 = Instance.new("Weld")
4411
o60 = Instance.new("Part")
4412
o61 = Instance.new("Weld")
4413
o62 = Instance.new("Part")
4414
o63 = Instance.new("Weld")
4415
o64 = Instance.new("Part")
4416
o65 = Instance.new("Weld")
4417
o66 = Instance.new("Part")
4418
o67 = Instance.new("BlockMesh")
4419
o68 = Instance.new("Weld")
4420
o69 = Instance.new("Part")
4421
o70 = Instance.new("BlockMesh")
4422
o71 = Instance.new("Weld")
4423
o72 = Instance.new("Part")
4424
o73 = Instance.new("BlockMesh")
4425
o74 = Instance.new("Weld")
4426
o75 = Instance.new("Part")
4427
o76 = Instance.new("BlockMesh")
4428
o77 = Instance.new("Weld")
4429
o78 = Instance.new("Part")
4430
o79 = Instance.new("BlockMesh")
4431
o80 = Instance.new("Weld")
4432
o81 = Instance.new("Part")
4433
o82 = Instance.new("BlockMesh")
4434
o83 = Instance.new("Weld")
4435
o84 = Instance.new("Part")
4436
o85 = Instance.new("BlockMesh")
4437
o86 = Instance.new("Weld")
4438
o87 = Instance.new("Part")
4439
o88 = Instance.new("BlockMesh")
4440
o89 = Instance.new("Weld")
4441
o90 = Instance.new("Part")
4442
o91 = Instance.new("BlockMesh")
4443
o92 = Instance.new("Weld")
4444
o93 = Instance.new("Part")
4445
o94 = Instance.new("BlockMesh")
4446
o95 = Instance.new("Weld")
4447
o96 = Instance.new("Part")
4448
o97 = Instance.new("BlockMesh")
4449
o98 = Instance.new("Weld")
4450
o99 = Instance.new("Part")
4451
o100 = Instance.new("BlockMesh")
4452
o101 = Instance.new("Weld")
4453
o102 = Instance.new("Part")
4454
o103 = Instance.new("BlockMesh")
4455
o104 = Instance.new("Weld")
4456
o105 = Instance.new("Part")
4457
o106 = Instance.new("BlockMesh")
4458
o107 = Instance.new("Weld")
4459
o108 = Instance.new("Part")
4460
o109 = Instance.new("BlockMesh")
4461
o110 = Instance.new("Weld")
4462
o111 = Instance.new("Part")
4463
o112 = Instance.new("BlockMesh")
4464
o113 = Instance.new("Weld")
4465
o114 = Instance.new("Part")
4466
o115 = Instance.new("BlockMesh")
4467
o116 = Instance.new("Weld")
4468
o117 = Instance.new("Part")
4469
o118 = Instance.new("BlockMesh")
4470
o119 = Instance.new("Weld")
4471
o120 = Instance.new("Part")
4472
o121 = Instance.new("BlockMesh")
4473
o122 = Instance.new("Weld")
4474
o123 = Instance.new("Part")
4475
o124 = Instance.new("BlockMesh")
4476
o125 = Instance.new("Weld")
4477
o126 = Instance.new("Part")
4478
o127 = Instance.new("BlockMesh")
4479
o128 = Instance.new("Weld")
4480
o129 = Instance.new("Part")
4481
o130 = Instance.new("BlockMesh")
4482
o131 = Instance.new("Weld")
4483
o132 = Instance.new("Part")
4484
o133 = Instance.new("BlockMesh")
4485
o134 = Instance.new("Weld")
4486
o135 = Instance.new("Part")
4487
o136 = Instance.new("BlockMesh")
4488
o137 = Instance.new("Weld")
4489
o138 = Instance.new("Part")
4490
o139 = Instance.new("BlockMesh")
4491
o140 = Instance.new("Weld")
4492
o141 = Instance.new("Part")
4493
o142 = Instance.new("BlockMesh")
4494
o143 = Instance.new("Weld")
4495
o144 = Instance.new("Part")
4496
o145 = Instance.new("BlockMesh")
4497
o146 = Instance.new("Weld")
4498
o147 = Instance.new("Part")
4499
o148 = Instance.new("BlockMesh")
4500
o149 = Instance.new("Weld")
4501
o150 = Instance.new("Part")
4502
o151 = Instance.new("BlockMesh")
4503
o152 = Instance.new("Weld")
4504
o153 = Instance.new("Part")
4505
o154 = Instance.new("BlockMesh")
4506
o155 = Instance.new("Weld")
4507
o156 = Instance.new("Part")
4508
o157 = Instance.new("BlockMesh")
4509
o158 = Instance.new("Weld")
4510
o159 = Instance.new("Part")
4511
o160 = Instance.new("BlockMesh")
4512
o161 = Instance.new("Weld")
4513
o162 = Instance.new("Part")
4514
o163 = Instance.new("BlockMesh")
4515
o164 = Instance.new("Weld")
4516
o165 = Instance.new("Part")
4517
o166 = Instance.new("BlockMesh")
4518
o167 = Instance.new("Weld")
4519
o168 = Instance.new("Part")
4520
o169 = Instance.new("BlockMesh")
4521
o170 = Instance.new("Weld")
4522
o171 = Instance.new("Part")
4523
o172 = Instance.new("BlockMesh")
4524
o173 = Instance.new("Weld")
4525
o174 = Instance.new("Part")
4526
o175 = Instance.new("BlockMesh")
4527
o176 = Instance.new("Weld")
4528
o177 = Instance.new("Part")
4529
o178 = Instance.new("BlockMesh")
4530
o179 = Instance.new("Weld")
4531
o180 = Instance.new("Part")
4532
o181 = Instance.new("BlockMesh")
4533
o182 = Instance.new("Weld")
4534
o183 = Instance.new("Part")
4535
o184 = Instance.new("BlockMesh")
4536
o185 = Instance.new("Weld")
4537
o186 = Instance.new("Part")
4538
o187 = Instance.new("BlockMesh")
4539
o188 = Instance.new("Weld")
4540
o189 = Instance.new("Part")
4541
o190 = Instance.new("BlockMesh")
4542
o191 = Instance.new("Weld")
4543
o192 = Instance.new("Part")
4544
o193 = Instance.new("BlockMesh")
4545
o194 = Instance.new("Weld")
4546
o195 = Instance.new("Part")
4547
o196 = Instance.new("BlockMesh")
4548
o197 = Instance.new("Weld")
4549
o198 = Instance.new("Part")
4550
o199 = Instance.new("BlockMesh")
4551
o200 = Instance.new("Weld")
4552
o201 = Instance.new("Part")
4553
o202 = Instance.new("BlockMesh")
4554
o203 = Instance.new("Weld")
4555
o204 = Instance.new("Part")
4556
o205 = Instance.new("BlockMesh")
4557
o206 = Instance.new("Weld")
4558
o207 = Instance.new("Part")
4559
o208 = Instance.new("BlockMesh")
4560
o209 = Instance.new("Weld")
4561
o210 = Instance.new("Part")
4562
o211 = Instance.new("BlockMesh")
4563
o212 = Instance.new("Weld")
4564
o213 = Instance.new("Part")
4565
o214 = Instance.new("BlockMesh")
4566
o215 = Instance.new("Weld")
4567
o216 = Instance.new("Part")
4568
o217 = Instance.new("BlockMesh")
4569
o218 = Instance.new("Weld")
4570
o219 = Instance.new("Part")
4571
o220 = Instance.new("BlockMesh")
4572
o221 = Instance.new("Weld")
4573
o222 = Instance.new("Part")
4574
o223 = Instance.new("BlockMesh")
4575
o224 = Instance.new("Weld")
4576
o225 = Instance.new("Part")
4577
o226 = Instance.new("BlockMesh")
4578
o227 = Instance.new("Weld")
4579
o228 = Instance.new("Part")
4580
o229 = Instance.new("BlockMesh")
4581
o230 = Instance.new("Weld")
4582
o231 = Instance.new("Part")
4583
o232 = Instance.new("BlockMesh")
4584
o233 = Instance.new("Weld")
4585
o234 = Instance.new("Part")
4586
o235 = Instance.new("BlockMesh")
4587
o236 = Instance.new("Weld")
4588
o237 = Instance.new("Part")
4589
o238 = Instance.new("BlockMesh")
4590
o239 = Instance.new("Weld")
4591
o240 = Instance.new("Part")
4592
o241 = Instance.new("BlockMesh")
4593
o242 = Instance.new("Weld")
4594
o243 = Instance.new("Part")
4595
o244 = Instance.new("BlockMesh")
4596
o245 = Instance.new("Weld")
4597
o246 = Instance.new("Part")
4598
o247 = Instance.new("BlockMesh")
4599
o248 = Instance.new("Weld")
4600
o249 = Instance.new("Part")
4601
o250 = Instance.new("BlockMesh")
4602
o251 = Instance.new("Weld")
4603
o252 = Instance.new("Part")
4604
o253 = Instance.new("BlockMesh")
4605
o254 = Instance.new("Weld")
4606
o255 = Instance.new("Part")
4607
o256 = Instance.new("BlockMesh")
4608
o257 = Instance.new("Weld")
4609
o258 = Instance.new("Part")
4610
o259 = Instance.new("BlockMesh")
4611
o260 = Instance.new("Weld")
4612
o261 = Instance.new("Part")
4613
o262 = Instance.new("BlockMesh")
4614
o263 = Instance.new("Weld")
4615
o264 = Instance.new("Part")
4616
o265 = Instance.new("BlockMesh")
4617
o266 = Instance.new("Weld")
4618
o267 = Instance.new("Part")
4619
o268 = Instance.new("BlockMesh")
4620
o269 = Instance.new("Weld")
4621
o270 = Instance.new("Part")
4622
o271 = Instance.new("BlockMesh")
4623
o272 = Instance.new("Weld")
4624
o273 = Instance.new("Part")
4625
o274 = Instance.new("BlockMesh")
4626
o275 = Instance.new("Weld")
4627
o276 = Instance.new("Part")
4628
o277 = Instance.new("BlockMesh")
4629
o278 = Instance.new("Weld")
4630
o279 = Instance.new("Part")
4631
o280 = Instance.new("BlockMesh")
4632
o281 = Instance.new("Weld")
4633
o282 = Instance.new("Part")
4634
o283 = Instance.new("BlockMesh")
4635
o284 = Instance.new("Weld")
4636
o285 = Instance.new("Part")
4637
o286 = Instance.new("BlockMesh")
4638
o287 = Instance.new("Weld")
4639
o288 = Instance.new("Part")
4640
o289 = Instance.new("Weld")
4641
o290 = Instance.new("Part")
4642
o291 = Instance.new("Weld")
4643
o292 = Instance.new("Part")
4644
o293 = Instance.new("Weld")
4645
o294 = Instance.new("Part")
4646
o295 = Instance.new("BlockMesh")
4647
o296 = Instance.new("Weld")
4648
o297 = Instance.new("Part")
4649
o298 = Instance.new("Weld")
4650
o299 = Instance.new("Part")
4651
o300 = Instance.new("Weld")
4652
o301 = Instance.new("Part")
4653
o302 = Instance.new("Weld")
4654
o303 = Instance.new("Part")
4655
o304 = Instance.new("Weld")
4656
o305 = Instance.new("Part")
4657
o306 = Instance.new("Weld")
4658
o307 = Instance.new("Part")
4659
o308 = Instance.new("Weld")
4660
o309 = Instance.new("Part")
4661
o310 = Instance.new("Weld")
4662
o311 = Instance.new("Part")
4663
o312 = Instance.new("BlockMesh")
4664
o313 = Instance.new("Weld")
4665
o314 = Instance.new("Part")
4666
o315 = Instance.new("BlockMesh")
4667
o316 = Instance.new("Weld")
4668
o317 = Instance.new("Part")
4669
o318 = Instance.new("BlockMesh")
4670
o319 = Instance.new("Weld")
4671
o320 = Instance.new("Part")
4672
o321 = Instance.new("BlockMesh")
4673
o322 = Instance.new("Weld")
4674
o323 = Instance.new("Part")
4675
o324 = Instance.new("BlockMesh")
4676
o325 = Instance.new("Weld")
4677
o326 = Instance.new("Part")
4678
o327 = Instance.new("BlockMesh")
4679
o328 = Instance.new("Weld")
4680
o329 = Instance.new("Part")
4681
o330 = Instance.new("BlockMesh")
4682
o331 = Instance.new("Weld")
4683
o1.Name = "Torso_"
4684
o1.Parent = mas
4685
o2.Name = "REF"
4686
o2.Parent = o1
4687
o2.Transparency = 1
4688
o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
4689
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
4690
o2.Anchored = false
4691
o2.CanCollide = false
4692
o2.FormFactor = Enum.FormFactor.Symmetric
4693
o2.Size = Vector3.new(2, 2, 1)
4694
o2.CFrame = CFrame.new(110.644409, 3.18007588, -60.6269913, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
4695
o2.BottomSurface = Enum.SurfaceType.Smooth
4696
o2.TopSurface = Enum.SurfaceType.Smooth
4697
o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
4698
o3.Parent = o2
4699
o3.MeshId = "rbxasset://fonts/torso.mesh"
4700
o3.MeshType = Enum.MeshType.FileMesh
4701
o4.Name = "Chain"
4702
o4.Parent = o1
4703
o4.Material = Enum.Material.SmoothPlastic
4704
o4.BrickColor = BrickColor.new("Fossil")
4705
o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
4706
o4.Rotation = Vector3.new(0, 0, 51.9099998)
4707
o4.Anchored = false
4708
o4.CanCollide = false
4709
o4.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
4710
o4.CFrame = CFrame.new(112.188507, 1.02904105, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
4711
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4712
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4713
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4714
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4715
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4716
o4.Color = Color3.new(0.623529, 0.631373, 0.67451)
4717
o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
4718
o5.Parent = o4
4719
o5.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
4720
o6.Name = "Joint"
4721
o6.Parent = o4
4722
o6.C0 = CFrame.new(0.740280151, 2.54227448, -0.667526245, -0.61693722, 0.787012339, 0.00020464712, 0.787012279, 0.61693728, -0.000261063513, -0.000331714633, -1.09697344e-22, -0.99999994)
4723
o6.Part0 = o4
4724
o6.Part1 = o2
4725
o7.Parent = o1
4726
o7.Material = Enum.Material.Metal
4727
o7.BrickColor = BrickColor.new("Dark stone grey")
4728
o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
4729
o7.Rotation = Vector3.new(89.9199982, 0, 0)
4730
o7.Anchored = false
4731
o7.CanCollide = false
4732
o7.Size = Vector3.new(0.475277603, 0.200000003, 0.484976858)
4733
o7.CFrame = CFrame.new(110.710022, 3.85552692, -59.974144, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
4734
o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4735
o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4736
o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4737
o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4738
o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4739
o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4740
o7.Color = Color3.new(0.388235, 0.372549, 0.384314)
4741
o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
4742
o8.Parent = o7
4743
o8.Scale = Vector3.new(1, 0.484977037, 1)
4744
o9.Name = "Joint"
4745
o9.Parent = o7
4746
o9.C0 = CFrame.new(-0.065612793, -0.653800964, 0.674528122, -0.99999994, 1.23944917e-22, 0.000331714633, -0.000331714342, 0.00141300017, -0.999999046, -4.68712841e-07, -0.999999106, -0.00141300005)
4747
o9.Part0 = o7
4748
o9.Part1 = o2
4749
o10.Name = "ChainPart"
4750
o10.Parent = o1
4751
o10.Material = Enum.Material.Slate
4752
o10.BrickColor = BrickColor.new("Dark stone grey")
4753
o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
4754
o10.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
4755
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4756
o10.CFrame = CFrame.new(110.700089, 2.85231447, -59.8544502, -0.941325903, -0.337495148, 0.00160953274, 0, -0.00476900069, -0.999988616, 0.337498963, -0.941315234, 0.00448918389)
4757
o10.Color = Color3.new(0.388235, 0.372549, 0.384314)
4758
o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
4759
o11.Parent = o10
4760
o11.MeshId = "rbxassetid://525469584"
4761
o11.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4762
o11.TextureId = "rbxassetid://157956766"
4763
o11.MeshType = Enum.MeshType.FileMesh
4764
o12.Name = "Joint"
4765
o12.Parent = o10
4766
o12.C0 = CFrame.new(-0.208320618, 0.744434357, -0.331315279, 0.941213906, -1.5369531e-22, -0.337811172, 0.337807357, -0.00476900069, 0.941203237, -0.00161102181, -0.999988616, -0.00448864931)
4767
o12.Part0 = o10
4768
o12.Part1 = o2
4769
o13.Name = "ChainPart"
4770
o13.Parent = o1
4771
o13.Material = Enum.Material.Slate
4772
o13.BrickColor = BrickColor.new("Dark stone grey")
4773
o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
4774
o13.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
4775
o13.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4776
o13.CFrame = CFrame.new(110.700089, 3.11272144, -59.8544502, -0.996187627, -0.0872359872, 0.000416033145, 0, -0.00476900162, -0.999988616, 0.0872369707, -0.996176362, 0.00475081895)
4777
o13.Color = Color3.new(0.388235, 0.372549, 0.384314)
4778
o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
4779
o14.Parent = o13
4780
o14.MeshId = "rbxassetid://525469584"
4781
o14.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4782
o14.TextureId = "rbxassetid://157956766"
4783
o14.MeshType = Enum.MeshType.FileMesh
4784
o15.Name = "Joint"
4785
o15.Parent = o13
4786
o15.C0 = CFrame.new(-0.011932373, 0.774124146, -0.0710468292, 0.996158659, -1.33042061e-22, -0.0875674114, 0.0875664279, -0.00476900162, 0.996147394, -0.00041760903, -0.999988616, -0.00475068064)
4787
o15.Part0 = o13
4788
o15.Part1 = o2
4789
o16.Name = "ChainPart"
4790
o16.Parent = o1
4791
o16.Material = Enum.Material.Slate
4792
o16.BrickColor = BrickColor.new("Dark stone grey")
4793
o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
4794
o16.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
4795
o16.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4796
o16.CFrame = CFrame.new(110.698997, 2.97608733, -59.8550568, 0.0704749599, 0.997502208, -0.00475714216, 0, -0.00476900069, -0.999988616, -0.997513533, 0.0704741552, -0.000336095109)
4797
o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
4798
o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
4799
o17.Parent = o16
4800
o17.MeshId = "rbxassetid://525469584"
4801
o17.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4802
o17.TextureId = "rbxassetid://157956766"
4803
o17.MeshType = Enum.MeshType.FileMesh
4804
o18.Name = "Joint"
4805
o18.Parent = o16
4806
o18.C0 = CFrame.new(0.766166687, -0.109832764, -0.203467131, -0.0701440647, 1.181596e-22, 0.997536838, -0.997525513, -0.00476900069, -0.0701432601, 0.00475725299, -0.999988616, 0.00033451707)
4807
o18.Part0 = o16
4808
o18.Part1 = o2
4809
o19.Name = "ChainPart"
4810
o19.Parent = o1
4811
o19.Material = Enum.Material.Slate
4812
o19.BrickColor = BrickColor.new("Dark stone grey")
4813
o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
4814
o19.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
4815
o19.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4816
o19.CFrame = CFrame.new(110.698997, 3.226861, -59.8550568, -0.55250299, 0.833501399, -0.00397501327, 0, -0.00476899929, -0.999988616, -0.833510995, -0.552496672, 0.00263488619)
4817
o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
4818
o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
4819
o20.Parent = o19
4820
o20.MeshId = "rbxassetid://525469584"
4821
o20.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4822
o20.TextureId = "rbxassetid://157956766"
4823
o20.MeshType = Enum.MeshType.FileMesh
4824
o21.Name = "Joint"
4825
o21.Parent = o19
4826
o21.C0 = CFrame.new(0.673576355, 0.381210327, 0.0449678898, 0.552779436, 2.29540033e-23, 0.833327651, -0.833318055, -0.00476899929, 0.552773118, 0.00397413876, -0.999988616, -0.00263620447)
4827
o21.Part0 = o19
4828
o21.Part1 = o2
4829
o22.Name = "ChainPart"
4830
o22.Parent = o1
4831
o22.Material = Enum.Material.Slate
4832
o22.BrickColor = BrickColor.new("Dark stone grey")
4833
o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
4834
o22.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
4835
o22.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4836
o22.CFrame = CFrame.new(110.700089, 3.35474706, -59.8544502, -0.941325903, -0.337495148, 0.00160953274, 0, -0.00476900069, -0.999988616, 0.337498963, -0.941315234, 0.00448918389)
4837
o22.Color = Color3.new(0.388235, 0.372549, 0.384314)
4838
o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
4839
o23.Parent = o22
4840
o23.MeshId = "rbxassetid://525469584"
4841
o23.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4842
o23.TextureId = "rbxassetid://157956766"
4843
o23.MeshType = Enum.MeshType.FileMesh
4844
o24.Name = "Joint"
4845
o24.Parent = o22
4846
o24.C0 = CFrame.new(-0.208320618, 0.746829987, 0.171111345, 0.941213906, -1.5369531e-22, -0.337811172, 0.337807357, -0.00476900069, 0.941203237, -0.00161102181, -0.999988616, -0.00448864931)
4847
o24.Part0 = o22
4848
o24.Part1 = o2
4849
o25.Name = "ChainPart"
4850
o25.Parent = o1
4851
o25.Material = Enum.Material.Slate
4852
o25.BrickColor = BrickColor.new("Dark stone grey")
4853
o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
4854
o25.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
4855
o25.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4856
o25.CFrame = CFrame.new(110.698997, 3.47851992, -59.8550568, 0.0704749599, 0.997502208, -0.00475714216, 0, -0.00476900069, -0.999988616, -0.997513533, 0.0704741552, -0.000336095109)
4857
o25.Color = Color3.new(0.388235, 0.372549, 0.384314)
4858
o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
4859
o26.Parent = o25
4860
o26.MeshId = "rbxassetid://525469584"
4861
o26.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4862
o26.TextureId = "rbxassetid://157956766"
4863
o26.MeshType = Enum.MeshType.FileMesh
4864
o27.Name = "Joint"
4865
o27.Parent = o25
4866
o27.C0 = CFrame.new(0.766166687, -0.107437134, 0.298959732, -0.0701440647, 1.181596e-22, 0.997536838, -0.997525513, -0.00476900069, -0.0701432601, 0.00475725299, -0.999988616, 0.00033451707)
4867
o27.Part0 = o25
4868
o27.Part1 = o2
4869
o28.Name = "ChainPart"
4870
o28.Parent = o1
4871
o28.Material = Enum.Material.Slate
4872
o28.BrickColor = BrickColor.new("Dark stone grey")
4873
o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
4874
o28.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
4875
o28.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4876
o28.CFrame = CFrame.new(110.700089, 3.61515403, -59.8544502, -0.996187627, -0.0872359872, 0.000416033145, 0, -0.00476900162, -0.999988616, 0.0872369707, -0.996176362, 0.00475081895)
4877
o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
4878
o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
4879
o29.Parent = o28
4880
o29.MeshId = "rbxassetid://525469584"
4881
o29.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4882
o29.TextureId = "rbxassetid://157956766"
4883
o29.MeshType = Enum.MeshType.FileMesh
4884
o30.Name = "Joint"
4885
o30.Parent = o28
4886
o30.C0 = CFrame.new(-0.011932373, 0.776519775, 0.431379795, 0.996158659, -1.33042061e-22, -0.0875674114, 0.0875664279, -0.00476900162, 0.996147394, -0.00041760903, -0.999988616, -0.00475068064)
4887
o30.Part0 = o28
4888
o30.Part1 = o2
4889
o31.Name = "ChainPart"
4890
o31.Parent = o1
4891
o31.Material = Enum.Material.Slate
4892
o31.BrickColor = BrickColor.new("Dark stone grey")
4893
o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
4894
o31.Rotation = Vector3.new(90, -0.270000011, -90.5100021)
4895
o31.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4896
o31.CFrame = CFrame.new(110.700317, 3.76630592, -59.8551254, -0.00887999684, 0.999949217, -0.0047688121, 0, -0.00476900069, -0.999988616, -0.999960661, -0.00887989532, 4.23487072e-05)
4897
o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
4898
o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
4899
o32.Parent = o31
4900
o32.MeshId = "rbxassetid://525469584"
4901
o32.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4902
o32.TextureId = "rbxassetid://157956766"
4903
o32.MeshType = Enum.MeshType.FileMesh
4904
o33.Name = "Joint"
4905
o33.Parent = o31
4906
o33.C0 = CFrame.new(0.772331238, -0.046257019, 0.586457491, 0.00921169762, 1.08592396e-22, 0.999957681, -0.999946237, -0.00476900069, 0.00921159238, 0.00476879766, -0.999988616, -4.39305877e-05)
4907
o33.Part0 = o31
4908
o33.Part1 = o2
4909
o34.Name = "ChainPart"
4910
o34.Parent = o1
4911
o34.Material = Enum.Material.Slate
4912
o34.BrickColor = BrickColor.new("Dark stone grey")
4913
o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
4914
o34.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
4915
o34.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4916
o34.CFrame = CFrame.new(110.698997, 2.72442842, -59.8550568, -0.55250299, 0.833501399, -0.00397501327, 0, -0.00476899929, -0.999988616, -0.833510995, -0.552496672, 0.00263488619)
4917
o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
4918
o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
4919
o35.Parent = o34
4920
o35.MeshId = "rbxassetid://525469584"
4921
o35.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4922
o35.TextureId = "rbxassetid://157956766"
4923
o35.MeshType = Enum.MeshType.FileMesh
4924
o36.Name = "Joint"
4925
o36.Parent = o34
4926
o36.C0 = CFrame.new(0.673576355, 0.378814697, -0.457459211, 0.552779436, 2.29540033e-23, 0.833327651, -0.833318055, -0.00476899929, 0.552773118, 0.00397413876, -0.999988616, -0.00263620447)
4927
o36.Part0 = o34
4928
o36.Part1 = o2
4929
o37.Parent = o1
4930
o37.Material = Enum.Material.SmoothPlastic
4931
o37.BrickColor = BrickColor.new("Really black")
4932
o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
4933
o37.Rotation = Vector3.new(-90, 0, 90)
4934
o37.Anchored = false
4935
o37.CanCollide = false
4936
o37.Shape = Enum.PartType.Cylinder
4937
o37.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
4938
o37.CFrame = CFrame.new(108.697571, 2.32146406, -60.0999985, 0, -1, 0, 0, 0, 1, -1, 0, 0)
4939
o37.BottomSurface = Enum.SurfaceType.Smooth
4940
o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4941
o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4942
o37.TopSurface = Enum.SurfaceType.Smooth
4943
o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4944
o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
4945
o38.Parent = o37
4946
o38.Scale = Vector3.new(0.278077543, 0.945463777, 1)
4947
o38.MeshType = Enum.MeshType.Cylinder
4948
o39.Name = "Joint"
4949
o39.Parent = o37
4950
o39.C0 = CFrame.new(0.526992798, -1.94683838, 0.858611822, 0.000331714633, 1.09697344e-22, 0.99999994, 0.99999994, -1.23944917e-22, -0.000331714633, 1.23908515e-22, 1, -1.09738441e-22)
4951
o39.Part0 = o37
4952
o39.Part1 = o2
4953
o40.Parent = o1
4954
o40.Material = Enum.Material.SmoothPlastic
4955
o40.BrickColor = BrickColor.new("Really black")
4956
o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
4957
o40.Rotation = Vector3.new(180, 90, 0)
4958
o40.Anchored = false
4959
o40.FormFactor = Enum.FormFactor.Custom
4960
o40.Size = Vector3.new(0.200000003, 1.99000001, 1.66999996)
4961
o40.CFrame = CFrame.new(110.445099, 3.25596094, -60.0699387, 0, 0, 1, 0, -1, 0, 1, 0, -0)
4962
o40.BottomSurface = Enum.SurfaceType.Smooth
4963
o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4964
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4965
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4966
o40.TopSurface = Enum.SurfaceType.Smooth
4967
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4968
o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
4969
o41.Name = "Joint"
4970
o41.Parent = o40
4971
o41.C0 = CFrame.new(-0.557052612, 0.0758850574, 0.199310303, -0.000331714633, -1.09697344e-22, -0.99999994, -1.23908515e-22, -1, 1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
4972
o41.Part0 = o40
4973
o41.Part1 = o2
4974
o42.Parent = o1
4975
o42.Material = Enum.Material.Neon
4976
o42.BrickColor = BrickColor.new("Bright blue")
4977
o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
4978
o42.Rotation = Vector3.new(-90, 67.0100021, 90)
4979
o42.Anchored = false
4980
o42.FormFactor = Enum.FormFactor.Custom
4981
o42.Size = Vector3.new(0.210000008, 2.18000031, 0.200000003)
4982
o42.CFrame = CFrame.new(111.957489, 1.39043605, -60.0449448, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
4983
o42.BottomSurface = Enum.SurfaceType.Smooth
4984
o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4985
o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4986
o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4987
o42.TopSurface = Enum.SurfaceType.Smooth
4988
o42.Color = Color3.new(0.0509804, 0.411765, 0.67451)
4989
o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
4990
o43.Name = "Joint"
4991
o43.Parent = o42
4992
o43.C0 = CFrame.new(0.582046509, 2.16030502, -0.509986877, 0.000331714633, 1.09697344e-22, 0.99999994, 0.39049378, 0.9206056, -0.000129532506, -0.92060554, 0.39049381, 0.000305378344)
4993
o43.Part0 = o42
4994
o43.Part1 = o2
4995
o44.Parent = o1
4996
o44.Material = Enum.Material.SmoothPlastic
4997
o44.BrickColor = BrickColor.new("Really black")
4998
o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
4999
o44.Rotation = Vector3.new(0, -90, 0)
5000
o44.Anchored = false
5001
o44.FormFactor = Enum.FormFactor.Custom
5002
o44.Size = Vector3.new(0.200000003, 1.99000001, 0.669999957)
5003
o44.CFrame = CFrame.new(111.315094, 3.25596094, -60.0699387, 0, 0, -1, 0, 1, 0, 1, 0, 0)
5004
o44.BottomSurface = Enum.SurfaceType.Smooth
5005
o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5006
o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5007
o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5008
o44.TopSurface = Enum.SurfaceType.Smooth
5009
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5010
o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
5011
o45.Name = "Joint"
5012
o45.Parent = o44
5013
o45.C0 = CFrame.new(-0.557052612, -0.0758850574, 0.670684814, -0.000331714633, -1.09697344e-22, -0.99999994, 1.23908515e-22, 1, -1.09738441e-22, 0.99999994, -1.23944917e-22, -0.000331714633)
5014
o45.Part0 = o44
5015
o45.Part1 = o2
5016
o46.Parent = o1
5017
o46.Material = Enum.Material.SmoothPlastic
5018
o46.BrickColor = BrickColor.new("Really black")
5019
o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
5020
o46.Rotation = Vector3.new(180, 90, 0)
5021
o46.Anchored = false
5022
o46.FormFactor = Enum.FormFactor.Custom
5023
o46.Size = Vector3.new(0.200000003, 1.99000001, 2.05999994)
5024
o46.CFrame = CFrame.new(110.640091, 3.25596094, -61.2099419, 0, 0, 1, 0, -1, 0, 1, 0, -0)
5025
o46.BottomSurface = Enum.SurfaceType.Smooth
5026
o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5027
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5028
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5029
o46.TopSurface = Enum.SurfaceType.Smooth
5030
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5031
o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
5032
o47.Name = "Joint"
5033
o47.Parent = o46
5034
o47.C0 = CFrame.new(0.582950592, 0.0758850574, 0.0043182373, -0.000331714633, -1.09697344e-22, -0.99999994, -1.23908515e-22, -1, 1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
5035
o47.Part0 = o46
5036
o47.Part1 = o2
5037
o48.Parent = o1
5038
o48.Material = Enum.Material.SmoothPlastic
5039
o48.BrickColor = BrickColor.new("Really black")
5040
o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
5041
o48.Rotation = Vector3.new(-90, -67.0100021, -90)
5042
o48.Anchored = false
5043
o48.FormFactor = Enum.FormFactor.Custom
5044
o48.Size = Vector3.new(1.24000001, 2.30000019, 0.50999999)
5045
o48.CFrame = CFrame.new(109.589294, 1.338287, -60.5699387, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5046
o48.BottomSurface = Enum.SurfaceType.Smooth
5047
o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5048
o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5049
o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5050
o48.TopSurface = Enum.SurfaceType.Smooth
5051
o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5052
o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
5053
o49.Name = "Joint"
5054
o49.Parent = o48
5055
o49.C0 = CFrame.new(-0.0570526123, 2.10757828, -0.25213623, -0.000331714633, -1.09697344e-22, -0.99999994, -0.39049378, 0.9206056, 0.000129532506, 0.92060554, 0.39049381, -0.000305378344)
5056
o49.Part0 = o48
5057
o49.Part1 = o2
5058
o50.Parent = o1
5059
o50.Material = Enum.Material.Neon
5060
o50.BrickColor = BrickColor.new("Bright blue")
5061
o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
5062
o50.Rotation = Vector3.new(-90, -67.0100021, -90)
5063
o50.Anchored = false
5064
o50.FormFactor = Enum.FormFactor.Custom
5065
o50.Size = Vector3.new(0.200000003, 2.05000019, 0.200000003)
5066
o50.CFrame = CFrame.new(109.30571, 1.32278597, -61.1999435, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5067
o50.BottomSurface = Enum.SurfaceType.Smooth
5068
o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5069
o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5070
o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5071
o50.TopSurface = Enum.SurfaceType.Smooth
5072
o50.Color = Color3.new(0.0509804, 0.411765, 0.67451)
5073
o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
5074
o51.Name = "Joint"
5075
o51.Parent = o50
5076
o51.C0 = CFrame.new(0.572952271, 2.23258209, -0.507156372, -0.000331714633, -1.09697344e-22, -0.99999994, -0.39049378, 0.9206056, 0.000129532506, 0.92060554, 0.39049381, -0.000305378344)
5077
o51.Part0 = o50
5078
o51.Part1 = o2
5079
o52.Parent = o1
5080
o52.Material = Enum.Material.Neon
5081
o52.BrickColor = BrickColor.new("Bright blue")
5082
o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
5083
o52.Rotation = Vector3.new(-90, 67.0100021, 90)
5084
o52.Anchored = false
5085
o52.FormFactor = Enum.FormFactor.Custom
5086
o52.Size = Vector3.new(0.219999999, 2.05000019, 0.200000003)
5087
o52.CFrame = CFrame.new(111.964462, 1.32278597, -61.2099457, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5088
o52.BottomSurface = Enum.SurfaceType.Smooth
5089
o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5090
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5091
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5092
o52.TopSurface = Enum.SurfaceType.Smooth
5093
o52.Color = Color3.new(0.0509804, 0.411765, 0.67451)
5094
o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
5095
o53.Name = "Joint"
5096
o53.Parent = o52
5097
o53.C0 = CFrame.new(-0.582954407, 2.22530365, -0.489990234, 0.000331714633, 1.09697344e-22, 0.99999994, 0.39049378, 0.9206056, -0.000129532506, -0.92060554, 0.39049381, 0.000305378344)
5098
o53.Part0 = o52
5099
o53.Part1 = o2
5100
o54.Parent = o1
5101
o54.Material = Enum.Material.Neon
5102
o54.BrickColor = BrickColor.new("Bright blue")
5103
o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
5104
o54.Rotation = Vector3.new(-90, -67.0100021, -90)
5105
o54.Anchored = false
5106
o54.FormFactor = Enum.FormFactor.Custom
5107
o54.Size = Vector3.new(0.210000008, 2.1400001, 0.200000003)
5108
o54.CFrame = CFrame.new(109.304871, 1.37202406, -60.0449448, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5109
o54.BottomSurface = Enum.SurfaceType.Smooth
5110
o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5111
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5112
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5113
o54.TopSurface = Enum.SurfaceType.Smooth
5114
o54.Color = Color3.new(0.0509804, 0.411765, 0.67451)
5115
o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
5116
o55.Name = "Joint"
5117
o55.Parent = o54
5118
o55.C0 = CFrame.new(-0.582046509, 2.18758392, -0.527153015, -0.000331714633, -1.09697344e-22, -0.99999994, -0.39049378, 0.9206056, 0.000129532506, 0.92060554, 0.39049381, -0.000305378344)
5119
o55.Part0 = o54
5120
o55.Part1 = o2
5121
o56.Parent = o1
5122
o56.Material = Enum.Material.SmoothPlastic
5123
o56.BrickColor = BrickColor.new("Really black")
5124
o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
5125
o56.Rotation = Vector3.new(-90, 67.0100021, 90)
5126
o56.Anchored = false
5127
o56.FormFactor = Enum.FormFactor.Custom
5128
o56.Size = Vector3.new(1.33000004, 2.30000019, 0.529999971)
5129
o56.CFrame = CFrame.new(111.690109, 1.34219098, -60.6149445, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5130
o56.BottomSurface = Enum.SurfaceType.Smooth
5131
o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5132
o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5133
o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5134
o56.TopSurface = Enum.SurfaceType.Smooth
5135
o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5136
o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
5137
o57.Name = "Joint"
5138
o57.Parent = o56
5139
o57.C0 = CFrame.new(0.012046814, 2.10030746, -0.244995117, 0.000331714633, 1.09697344e-22, 0.99999994, 0.39049378, 0.9206056, -0.000129532506, -0.92060554, 0.39049381, 0.000305378344)
5140
o57.Part0 = o56
5141
o57.Part1 = o2
5142
o58.Parent = o1
5143
o58.Material = Enum.Material.SmoothPlastic
5144
o58.BrickColor = BrickColor.new("Really black")
5145
o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
5146
o58.Rotation = Vector3.new(180, 90, 0)
5147
o58.Anchored = false
5148
o58.FormFactor = Enum.FormFactor.Custom
5149
o58.Size = Vector3.new(1.21000004, 1.99000001, 0.200000003)
5150
o58.CFrame = CFrame.new(111.570099, 3.25596094, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
5151
o58.BottomSurface = Enum.SurfaceType.Smooth
5152
o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5153
o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5154
o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5155
o58.TopSurface = Enum.SurfaceType.Smooth
5156
o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5157
o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
5158
o59.Name = "Joint"
5159
o59.Parent = o58
5160
o59.C0 = CFrame.new(0.0779571533, 0.0758850574, -0.925689697, -0.000331714633, -1.09697344e-22, -0.99999994, -1.23908515e-22, -1, 1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
5161
o59.Part0 = o58
5162
o59.Part1 = o2
5163
o60.Parent = o1
5164
o60.Material = Enum.Material.SmoothPlastic
5165
o60.BrickColor = BrickColor.new("Really black")
5166
o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
5167
o60.Rotation = Vector3.new(180, 90, 0)
5168
o60.Anchored = false
5169
o60.FormFactor = Enum.FormFactor.Custom
5170
o60.Size = Vector3.new(1.22000003, 1.99000001, 0.200000003)
5171
o60.CFrame = CFrame.new(109.710098, 3.25596094, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
5172
o60.BottomSurface = Enum.SurfaceType.Smooth
5173
o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5174
o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5175
o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5176
o60.TopSurface = Enum.SurfaceType.Smooth
5177
o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5178
o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
5179
o61.Name = "Joint"
5180
o61.Parent = o60
5181
o61.C0 = CFrame.new(0.0729522705, 0.0758850574, 0.934310913, -0.000331714633, -1.09697344e-22, -0.99999994, -1.23908515e-22, -1, 1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
5182
o61.Part0 = o60
5183
o61.Part1 = o2
5184
o62.Parent = o1
5185
o62.Material = Enum.Material.SmoothPlastic
5186
o62.BrickColor = BrickColor.new("Really black")
5187
o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
5188
o62.Rotation = Vector3.new(-90, 67.0100021, 90)
5189
o62.Anchored = false
5190
o62.FormFactor = Enum.FormFactor.Custom
5191
o62.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
5192
o62.CFrame = CFrame.new(111.943008, 1.37342, -60.6299515, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5193
o62.BottomSurface = Enum.SurfaceType.Smooth
5194
o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5195
o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5196
o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5197
o62.TopSurface = Enum.SurfaceType.Smooth
5198
o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5199
o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
5200
o63.Name = "Joint"
5201
o63.Parent = o62
5202
o63.C0 = CFrame.new(-0.00296020508, 2.17031479, -0.490005493, 0.000331714633, 1.09697344e-22, 0.99999994, 0.39049378, 0.9206056, -0.000129532506, -0.92060554, 0.39049381, 0.000305378344)
5203
o63.Part0 = o62
5204
o63.Part1 = o2
5205
o64.Parent = o1
5206
o64.Material = Enum.Material.SmoothPlastic
5207
o64.BrickColor = BrickColor.new("Really black")
5208
o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
5209
o64.Rotation = Vector3.new(-90, -67.0100021, -90)
5210
o64.Anchored = false
5211
o64.FormFactor = Enum.FormFactor.Custom
5212
o64.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
5213
o64.CFrame = CFrame.new(109.327194, 1.37342, -60.6299515, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5214
o64.BottomSurface = Enum.SurfaceType.Smooth
5215
o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5216
o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5217
o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5218
o64.TopSurface = Enum.SurfaceType.Smooth
5219
o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5220
o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
5221
o65.Name = "Joint"
5222
o65.Parent = o64
5223
o65.C0 = CFrame.new(0.00296020508, 2.17758179, -0.507148743, -0.000331714633, -1.09697344e-22, -0.99999994, -0.39049378, 0.9206056, 0.000129532506, 0.92060554, 0.39049381, -0.000305378344)
5224
o65.Part0 = o64
5225
o65.Part1 = o2
5226
o66.Parent = o1
5227
o66.Material = Enum.Material.SmoothPlastic
5228
o66.BrickColor = BrickColor.new("Fossil")
5229
o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
5230
o66.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5231
o66.Anchored = false
5232
o66.CanCollide = false
5233
o66.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5234
o66.CFrame = CFrame.new(112.370712, 0.82624799, -60.7414627, -0.665761709, -0.419700056, -0.61693871, 0.521891773, 0.329002023, -0.787011266, 0.533282757, -0.845937133, 1.08515837e-06)
5235
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5236
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5237
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5238
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5239
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5240
o66.Color = Color3.new(0.623529, 0.631373, 0.67451)
5241
o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
5242
o67.Parent = o66
5243
o67.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5244
o68.Name = "Joint"
5245
o68.Parent = o66
5246
o68.C0 = CFrame.new(2.438797, 1.40211105, -0.787460327, 0.665584743, 0.521891773, -0.533503532, 0.419980645, 0.329002023, 0.845797837, 0.616938651, -0.787011266, -0.000205732766)
5247
o68.Part0 = o66
5248
o68.Part1 = o2
5249
o69.Parent = o1
5250
o69.Material = Enum.Material.SmoothPlastic
5251
o69.BrickColor = BrickColor.new("Fossil")
5252
o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
5253
o69.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5254
o69.Anchored = false
5255
o69.CanCollide = false
5256
o69.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5257
o69.CFrame = CFrame.new(112.317879, 0.86769098, -60.7595291, -0.665761709, -0.419700056, -0.61693871, 0.521891773, 0.329002023, -0.787011266, 0.533282757, -0.845937133, 1.08515837e-06)
5258
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5259
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5260
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5261
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5262
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5263
o69.Color = Color3.new(0.623529, 0.631373, 0.67451)
5264
o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
5265
o70.Parent = o69
5266
o70.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5267
o71.Name = "Joint"
5268
o71.Parent = o69
5269
o71.C0 = CFrame.new(2.39161682, 1.351017, -0.787437439, 0.665584743, 0.521891773, -0.533503532, 0.419980645, 0.329002023, 0.845797837, 0.616938651, -0.787011266, -0.000205732766)
5270
o71.Part0 = o69
5271
o71.Part1 = o2
5272
o72.Parent = o1
5273
o72.Material = Enum.Material.SmoothPlastic
5274
o72.BrickColor = BrickColor.new("Fossil")
5275
o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
5276
o72.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5277
o72.Anchored = false
5278
o72.CanCollide = false
5279
o72.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5280
o72.CFrame = CFrame.new(112.404327, 0.859848976, -60.6439018, -0.61693728, -0.419700086, 0.665762961, -0.787012339, 0.329001963, -0.521890163, 0, -0.845937133, -0.533282697)
5281
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5282
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5283
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5284
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5285
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5286
o72.Color = Color3.new(0.623529, 0.631373, 0.67451)
5287
o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
5288
o73.Parent = o72
5289
o73.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5290
o74.Name = "Joint"
5291
o74.Parent = o72
5292
o74.C0 = CFrame.new(-0.740287781, 1.48768997, -2.39161682, 0.61693722, -0.787012339, -0.00020464712, 0.419980675, 0.329001963, 0.845797837, -0.665585995, -0.521890163, 0.533503473)
5293
o74.Part0 = o72
5294
o74.Part1 = o2
5295
o75.Parent = o1
5296
o75.Material = Enum.Material.SmoothPlastic
5297
o75.BrickColor = BrickColor.new("Fossil")
5298
o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
5299
o75.Rotation = Vector3.new(-180, 0, 128.089996)
5300
o75.Anchored = false
5301
o75.CanCollide = false
5302
o75.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5303
o75.CFrame = CFrame.new(111.981911, 1.13104796, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
5304
o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5305
o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5306
o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5307
o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5308
o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5309
o75.Color = Color3.new(0.623529, 0.631373, 0.67451)
5310
o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
5311
o76.Parent = o75
5312
o76.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5313
o77.Name = "Joint"
5314
o77.Parent = o75
5315
o77.C0 = CFrame.new(-0.787452698, 2.31674957, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
5316
o77.Part0 = o75
5317
o77.Part1 = o2
5318
o78.Name = "Chain"
5319
o78.Parent = o1
5320
o78.Material = Enum.Material.SmoothPlastic
5321
o78.BrickColor = BrickColor.new("Fossil")
5322
o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
5323
o78.Rotation = Vector3.new(90, -38.0900002, 90)
5324
o78.Anchored = false
5325
o78.CanCollide = false
5326
o78.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5327
o78.CFrame = CFrame.new(112.001556, 1.11563599, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5328
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5329
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5330
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5331
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5332
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5333
o78.Color = Color3.new(0.623529, 0.631373, 0.67451)
5334
o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
5335
o79.Parent = o78
5336
o79.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5337
o80.Name = "Joint"
5338
o80.Parent = o78
5339
o80.C0 = CFrame.new(0.19342041, 2.34172058, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
5340
o80.Part0 = o78
5341
o80.Part1 = o2
5342
o81.Name = "Chain"
5343
o81.Parent = o1
5344
o81.Material = Enum.Material.SmoothPlastic
5345
o81.BrickColor = BrickColor.new("Fossil")
5346
o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
5347
o81.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5348
o81.Anchored = false
5349
o81.CanCollide = false
5350
o81.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5351
o81.CFrame = CFrame.new(112.317879, 0.86769098, -60.0203476, 0.665761709, -0.419700056, -0.61693871, -0.521891773, 0.329002023, -0.787011266, 0.533282757, 0.845937133, -1.08515837e-06)
5352
o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5353
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5354
o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5355
o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5356
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5357
o81.Color = Color3.new(0.623529, 0.631373, 0.67451)
5358
o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
5359
o82.Parent = o81
5360
o82.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5361
o83.Name = "Joint"
5362
o83.Parent = o81
5363
o83.C0 = CFrame.new(-2.64445114, 0.949951172, -0.787437439, -0.665938556, -0.521891773, -0.533061862, 0.419419408, 0.329002023, -0.84607631, 0.616938651, -0.787011266, -0.000203562435)
5364
o83.Part0 = o81
5365
o83.Part1 = o2
5366
o84.Name = "Chain"
5367
o84.Parent = o1
5368
o84.Material = Enum.Material.SmoothPlastic
5369
o84.BrickColor = BrickColor.new("Fossil")
5370
o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
5371
o84.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5372
o84.Anchored = false
5373
o84.CanCollide = false
5374
o84.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5375
o84.CFrame = CFrame.new(112.370712, 0.82624799, -60.0384293, 0.665761709, -0.419700056, -0.61693871, -0.521891773, 0.329002023, -0.787011266, 0.533282757, 0.845937133, -1.08515837e-06)
5376
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5377
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5378
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5379
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5380
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5381
o84.Color = Color3.new(0.623529, 0.631373, 0.67451)
5382
o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
5383
o85.Parent = o84
5384
o85.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5385
o86.Name = "Joint"
5386
o86.Parent = o84
5387
o86.C0 = CFrame.new(-2.69161606, 1.00105286, -0.787460327, -0.665938556, -0.521891773, -0.533061862, 0.419419408, 0.329002023, -0.84607631, 0.616938651, -0.787011266, -0.000203562435)
5388
o86.Part0 = o84
5389
o86.Part1 = o2
5390
o87.Name = "Chain"
5391
o87.Parent = o1
5392
o87.Material = Enum.Material.SmoothPlastic
5393
o87.BrickColor = BrickColor.new("Fossil")
5394
o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
5395
o87.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5396
o87.Anchored = false
5397
o87.CanCollide = false
5398
o87.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5399
o87.CFrame = CFrame.new(112.314896, 0.92997098, -60.7635117, -0.61693728, -0.673685193, 0.406861961, -0.787012339, 0.528100371, -0.318938226, 0, -0.516970217, -0.856003463)
5400
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5401
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5402
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5403
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5404
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5405
o87.Color = Color3.new(0.623529, 0.631373, 0.67451)
5406
o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
5407
o88.Parent = o87
5408
o88.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5409
o89.Name = "Joint"
5410
o89.Parent = o87
5411
o89.C0 = CFrame.new(-0.740280151, 2.24308014, -1.51416016, 0.61693722, -0.787012339, -0.00020464712, 0.673856616, 0.528100371, 0.5167467, -0.406577975, -0.318938226, 0.856138349)
5412
o89.Part0 = o87
5413
o89.Part1 = o2
5414
o90.Name = "Chain"
5415
o90.Parent = o1
5416
o90.Material = Enum.Material.SmoothPlastic
5417
o90.BrickColor = BrickColor.new("Fossil")
5418
o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
5419
o90.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5420
o90.Anchored = false
5421
o90.CanCollide = false
5422
o90.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5423
o90.CFrame = CFrame.new(112.257187, 0.854418993, -60.7628021, -0.61693728, -0.673685193, 0.406861961, -0.787012339, 0.528100371, -0.318938226, 0, -0.516970217, -0.856003463)
5424
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5425
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5426
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5427
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5428
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5429
o90.Color = Color3.new(0.623529, 0.631373, 0.67451)
5430
o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
5431
o91.Parent = o90
5432
o91.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5433
o92.Name = "Joint"
5434
o92.Parent = o90
5435
o92.C0 = CFrame.new(-0.835334778, 2.24447632, -1.51416779, 0.61693722, -0.787012339, -0.00020464712, 0.673856616, 0.528100371, 0.5167467, -0.406577975, -0.318938226, 0.856138349)
5436
o92.Part0 = o90
5437
o92.Part1 = o2
5438
o93.Name = "Chain"
5439
o93.Parent = o1
5440
o93.Material = Enum.Material.SmoothPlastic
5441
o93.BrickColor = BrickColor.new("Fossil")
5442
o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
5443
o93.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5444
o93.Anchored = false
5445
o93.CanCollide = false
5446
o93.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5447
o93.CFrame = CFrame.new(112.35376, 0.839529991, -60.0927505, 0.61693728, -0.419700086, 0.665762961, 0.787012339, 0.329001963, -0.521890163, 0, 0.845937133, 0.533282697)
5448
o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5449
o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5450
o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5451
o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5452
o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5453
o93.Color = Color3.new(0.623529, 0.631373, 0.67451)
5454
o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
5455
o94.Parent = o93
5456
o94.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5457
o95.Name = "Joint"
5458
o95.Parent = o93
5459
o95.C0 = CFrame.new(0.787475586, 1.03552246, -2.64443588, -0.61693722, 0.787012339, 0.00020464712, 0.419419438, 0.329001963, -0.84607631, -0.665939808, -0.521890163, -0.533061802)
5460
o95.Part0 = o93
5461
o95.Part1 = o2
5462
o96.Name = "Chain"
5463
o96.Parent = o1
5464
o96.Material = Enum.Material.SmoothPlastic
5465
o96.BrickColor = BrickColor.new("Fossil")
5466
o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
5467
o96.Rotation = Vector3.new(90, -38.0900002, 171.5)
5468
o96.Anchored = false
5469
o96.CanCollide = false
5470
o96.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5471
o96.CFrame = CFrame.new(112.435074, 0.77579999, -60.5723343, -0.77837038, -0.11628738, -0.616941571, 0.610170305, 0.0911542997, -0.78700906, 0.14775607, -0.989023924, 3.29376485e-06)
5472
o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5473
o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5474
o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5475
o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5476
o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5477
o96.Color = Color3.new(0.623529, 0.631373, 0.67451)
5478
o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
5479
o97.Parent = o96
5480
o97.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5481
o98.Name = "Joint"
5482
o98.Parent = o96
5483
o98.C0 = CFrame.new(2.85273743, 0.481449127, -0.787452698, 0.778321326, 0.610170305, -0.148014247, 0.116615444, 0.0911542997, 0.9889853, 0.616941512, -0.78700906, -0.000207942314)
5484
o98.Part0 = o96
5485
o98.Part1 = o2
5486
o99.Name = "Chain"
5487
o99.Parent = o1
5488
o99.Material = Enum.Material.SmoothPlastic
5489
o99.BrickColor = BrickColor.new("Fossil")
5490
o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
5491
o99.Rotation = Vector3.new(90, -38.0900002, 171.5)
5492
o99.Anchored = false
5493
o99.CanCollide = false
5494
o99.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5495
o99.CFrame = CFrame.new(112.405258, 0.799176991, -60.5065689, -0.77837038, -0.11628738, -0.616941571, 0.610170305, 0.0911542997, -0.78700906, 0.14775607, -0.989023924, 3.29376485e-06)
5496
o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5497
o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5498
o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5499
o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5500
o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5501
o99.Color = Color3.new(0.623529, 0.631373, 0.67451)
5502
o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
5503
o100.Parent = o99
5504
o100.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5505
o101.Name = "Joint"
5506
o101.Parent = o99
5507
o101.C0 = CFrame.new(2.80555725, 0.540893555, -0.787452698, 0.778321326, 0.610170305, -0.148014247, 0.116615444, 0.0911542997, 0.9889853, 0.616941512, -0.78700906, -0.000207942314)
5508
o101.Part0 = o99
5509
o101.Part1 = o2
5510
o102.Name = "Chain"
5511
o102.Parent = o1
5512
o102.Material = Enum.Material.SmoothPlastic
5513
o102.BrickColor = BrickColor.new("Fossil")
5514
o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
5515
o102.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5516
o102.Anchored = false
5517
o102.CanCollide = false
5518
o102.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5519
o102.CFrame = CFrame.new(112.268173, 0.906641006, -60.7770309, -0.406859994, -0.673685372, -0.616938412, 0.318939, 0.528101265, -0.787011445, 0.856004, -0.516969204, 1.277553e-06)
5520
o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5521
o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5522
o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5523
o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5524
o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5525
o102.Color = Color3.new(0.623529, 0.631373, 0.67451)
5526
o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
5527
o103.Parent = o102
5528
o103.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5529
o104.Name = "Joint"
5530
o104.Parent = o102
5531
o104.C0 = CFrame.new(1.51417542, 2.21694183, -0.787452698, 0.406576008, 0.318939, -0.856138885, 0.673856795, 0.528101265, 0.516745687, 0.616938353, -0.787011445, -0.000205925055)
5532
o104.Part0 = o102
5533
o104.Part1 = o2
5534
o105.Name = "Chain"
5535
o105.Parent = o1
5536
o105.Material = Enum.Material.SmoothPlastic
5537
o105.BrickColor = BrickColor.new("Fossil")
5538
o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
5539
o105.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5540
o105.Anchored = false
5541
o105.CanCollide = false
5542
o105.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5543
o105.CFrame = CFrame.new(112.251343, 0.919830024, -60.7899399, -0.61693728, -0.673685193, 0.406861961, -0.787012339, 0.528100371, -0.318938226, 0, -0.516970217, -0.856003463)
5544
o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5545
o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5546
o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5547
o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5548
o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5549
o105.Color = Color3.new(0.623529, 0.631373, 0.67451)
5550
o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
5551
o106.Parent = o105
5552
o106.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5553
o107.Name = "Joint"
5554
o107.Parent = o105
5555
o107.C0 = CFrame.new(-0.787467957, 2.1919632, -1.51416016, 0.61693722, -0.787012339, -0.00020464712, 0.673856616, 0.528100371, 0.5167467, -0.406577975, -0.318938226, 0.856138349)
5556
o107.Part0 = o105
5557
o107.Part1 = o2
5558
o108.Name = "Chain"
5559
o108.Parent = o1
5560
o108.Material = Enum.Material.SmoothPlastic
5561
o108.BrickColor = BrickColor.new("Fossil")
5562
o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
5563
o108.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5564
o108.Anchored = false
5565
o108.CanCollide = false
5566
o108.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5567
o108.CFrame = CFrame.new(112.24733, 0.922985017, -60.8481522, -0.406859994, -0.673685372, -0.616938412, 0.318939, 0.528101265, -0.787011445, 0.856004, -0.516969204, 1.277553e-06)
5568
o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5569
o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5570
o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5571
o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5572
o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5573
o108.Color = Color3.new(0.623529, 0.631373, 0.67451)
5574
o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
5575
o109.Parent = o108
5576
o109.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5577
o110.Name = "Joint"
5578
o110.Parent = o108
5579
o110.C0 = CFrame.new(1.56135559, 2.15750885, -0.787452698, 0.406576008, 0.318939, -0.856138885, 0.673856795, 0.528101265, 0.516745687, 0.616938353, -0.787011445, -0.000205925055)
5580
o110.Part0 = o108
5581
o110.Part1 = o2
5582
o111.Name = "Chain"
5583
o111.Parent = o1
5584
o111.Material = Enum.Material.SmoothPlastic
5585
o111.BrickColor = BrickColor.new("Fossil")
5586
o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
5587
o111.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5588
o111.Anchored = false
5589
o111.CanCollide = false
5590
o111.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5591
o111.CFrame = CFrame.new(112.35376, 0.839529991, -60.6871262, -0.61693728, -0.419700086, 0.665762961, -0.787012339, 0.329001963, -0.521890163, 0, -0.845937133, -0.533282697)
5592
o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5593
o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5594
o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5595
o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5596
o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5597
o111.Color = Color3.new(0.623529, 0.631373, 0.67451)
5598
o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
5599
o112.Parent = o111
5600
o112.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5601
o113.Name = "Joint"
5602
o113.Parent = o111
5603
o113.C0 = CFrame.new(-0.787475586, 1.43658829, -2.39160156, 0.61693722, -0.787012339, -0.00020464712, 0.419980675, 0.329001963, 0.845797837, -0.665585995, -0.521890163, 0.533503473)
5604
o113.Part0 = o111
5605
o113.Part1 = o2
5606
o114.Name = "Chain"
5607
o114.Parent = o1
5608
o114.Material = Enum.Material.SmoothPlastic
5609
o114.BrickColor = BrickColor.new("Fossil")
5610
o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
5611
o114.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5612
o114.Anchored = false
5613
o114.CanCollide = false
5614
o114.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5615
o114.CFrame = CFrame.new(112.346268, 0.784572005, -60.6427231, -0.61693728, -0.419700086, 0.665762961, -0.787012339, 0.329001963, -0.521890163, 0, -0.845937133, -0.533282697)
5616
o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5617
o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5618
o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5619
o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5620
o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5621
o114.Color = Color3.new(0.623529, 0.631373, 0.67451)
5622
o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
5623
o115.Parent = o114
5624
o115.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5625
o116.Name = "Joint"
5626
o116.Parent = o114
5627
o116.C0 = CFrame.new(-0.835350037, 1.48908615, -2.39160919, 0.61693722, -0.787012339, -0.00020464712, 0.419980675, 0.329001963, 0.845797837, -0.665585995, -0.521890163, 0.533503473)
5628
o116.Part0 = o114
5629
o116.Part1 = o2
5630
o117.Name = "Chain"
5631
o117.Parent = o1
5632
o117.Material = Enum.Material.SmoothPlastic
5633
o117.BrickColor = BrickColor.new("Fossil")
5634
o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
5635
o117.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5636
o117.Anchored = false
5637
o117.CanCollide = false
5638
o117.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5639
o117.CFrame = CFrame.new(112.346268, 0.784572005, -60.1371689, 0.61693728, -0.419700086, 0.665762961, 0.787012339, 0.329001963, -0.521890163, 0, 0.845937133, 0.533282697)
5640
o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5641
o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5642
o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5643
o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5644
o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5645
o117.Color = Color3.new(0.623529, 0.631373, 0.67451)
5646
o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
5647
o118.Parent = o117
5648
o118.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5649
o119.Name = "Joint"
5650
o119.Parent = o117
5651
o119.C0 = CFrame.new(0.835350037, 1.08803558, -2.6444397, -0.61693722, 0.787012339, 0.00020464712, 0.419419438, 0.329001963, -0.84607631, -0.665939808, -0.521890163, -0.533061802)
5652
o119.Part0 = o117
5653
o119.Part1 = o2
5654
o120.Name = "Chain"
5655
o120.Parent = o1
5656
o120.Material = Enum.Material.SmoothPlastic
5657
o120.BrickColor = BrickColor.new("Fossil")
5658
o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
5659
o120.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5660
o120.Anchored = false
5661
o120.CanCollide = false
5662
o120.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5663
o120.CFrame = CFrame.new(112.400162, 0.803156972, -60.593605, -0.61693728, -0.419700086, 0.665762961, -0.787012339, 0.329001963, -0.521890163, 0, -0.845937133, -0.533282697)
5664
o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5665
o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5666
o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5667
o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5668
o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5669
o120.Color = Color3.new(0.623529, 0.631373, 0.67451)
5670
o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
5671
o121.Parent = o120
5672
o121.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5673
o122.Name = "Joint"
5674
o122.Parent = o120
5675
o122.C0 = CFrame.new(-0.787475586, 1.54714203, -2.39160156, 0.61693722, -0.787012339, -0.00020464712, 0.419980675, 0.329001963, 0.845797837, -0.665585995, -0.521890163, 0.533503473)
5676
o122.Part0 = o120
5677
o122.Part1 = o2
5678
o123.Name = "Chain"
5679
o123.Parent = o1
5680
o123.Material = Enum.Material.SmoothPlastic
5681
o123.BrickColor = BrickColor.new("Fossil")
5682
o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
5683
o123.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5684
o123.Anchored = false
5685
o123.CanCollide = false
5686
o123.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5687
o123.CFrame = CFrame.new(112.308029, 0.875400007, -60.6895828, -0.665761709, -0.419700056, -0.61693871, 0.521891773, 0.329002023, -0.787011266, 0.533282757, -0.845937133, 1.08515837e-06)
5688
o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5689
o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5690
o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5691
o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5692
o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5693
o123.Color = Color3.new(0.623529, 0.631373, 0.67451)
5694
o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
5695
o124.Parent = o123
5696
o124.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5697
o125.Name = "Joint"
5698
o125.Parent = o123
5699
o125.C0 = CFrame.new(2.34374237, 1.40351486, -0.787452698, 0.665584743, 0.521891773, -0.533503532, 0.419980645, 0.329002023, 0.845797837, 0.616938651, -0.787011266, -0.000205732766)
5700
o125.Part0 = o123
5701
o125.Part1 = o2
5702
o126.Name = "Chain"
5703
o126.Parent = o1
5704
o126.Material = Enum.Material.SmoothPlastic
5705
o126.BrickColor = BrickColor.new("Fossil")
5706
o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
5707
o126.Rotation = Vector3.new(90, -38.0900002, 90)
5708
o126.Anchored = false
5709
o126.CanCollide = false
5710
o126.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5711
o126.CFrame = CFrame.new(111.914551, 1.18384898, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5712
o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5713
o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5714
o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5715
o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5716
o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5717
o126.Color = Color3.new(0.623529, 0.631373, 0.67451)
5718
o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
5719
o127.Parent = o126
5720
o127.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5721
o128.Name = "Joint"
5722
o128.Parent = o126
5723
o128.C0 = CFrame.new(0.19342041, 2.23116302, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
5724
o128.Part0 = o126
5725
o128.Part1 = o2
5726
o129.Name = "Chain"
5727
o129.Parent = o1
5728
o129.Material = Enum.Material.SmoothPlastic
5729
o129.BrickColor = BrickColor.new("Fossil")
5730
o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
5731
o129.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5732
o129.Anchored = false
5733
o129.CanCollide = false
5734
o129.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5735
o129.CFrame = CFrame.new(112.404327, 0.859848976, -60.1359901, 0.61693728, -0.419700086, 0.665762961, 0.787012339, 0.329001963, -0.521890163, 0, 0.845937133, 0.533282697)
5736
o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5737
o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5738
o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5739
o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5740
o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5741
o129.Color = Color3.new(0.623529, 0.631373, 0.67451)
5742
o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
5743
o130.Parent = o129
5744
o130.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5745
o131.Name = "Joint"
5746
o131.Parent = o129
5747
o131.C0 = CFrame.new(0.740287781, 1.0866394, -2.6444397, -0.61693722, 0.787012339, 0.00020464712, 0.419419438, 0.329001963, -0.84607631, -0.665939808, -0.521890163, -0.533061802)
5748
o131.Part0 = o129
5749
o131.Part1 = o2
5750
o132.Name = "Chain"
5751
o132.Parent = o1
5752
o132.Material = Enum.Material.SmoothPlastic
5753
o132.BrickColor = BrickColor.new("Fossil")
5754
o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
5755
o132.Rotation = Vector3.new(90, -38.0900002, 90)
5756
o132.Anchored = false
5757
o132.CanCollide = false
5758
o132.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5759
o132.CFrame = CFrame.new(111.954773, 1.15231502, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5760
o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5761
o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5762
o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5763
o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5764
o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5765
o132.Color = Color3.new(0.623529, 0.631373, 0.67451)
5766
o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
5767
o133.Parent = o132
5768
o133.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5769
o134.Name = "Joint"
5770
o134.Parent = o132
5771
o134.C0 = CFrame.new(0.240615845, 2.28227234, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
5772
o134.Part0 = o132
5773
o134.Part1 = o2
5774
o135.Name = "Chain"
5775
o135.Parent = o1
5776
o135.Material = Enum.Material.SmoothPlastic
5777
o135.BrickColor = BrickColor.new("Fossil")
5778
o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
5779
o135.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5780
o135.Anchored = false
5781
o135.CanCollide = false
5782
o135.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5783
o135.CFrame = CFrame.new(112.308029, 0.875400007, -60.0902939, 0.665761709, -0.419700056, -0.61693871, -0.521891773, 0.329002023, -0.787011266, 0.533282757, 0.845937133, -1.08515837e-06)
5784
o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5785
o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5786
o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5787
o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5788
o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5789
o135.Color = Color3.new(0.623529, 0.631373, 0.67451)
5790
o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
5791
o136.Parent = o135
5792
o136.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5793
o137.Name = "Joint"
5794
o137.Parent = o135
5795
o137.C0 = CFrame.new(-2.59657669, 1.00244141, -0.787452698, -0.665938556, -0.521891773, -0.533061862, 0.419419408, 0.329002023, -0.84607631, 0.616938651, -0.787011266, -0.000203562435)
5796
o137.Part0 = o135
5797
o137.Part1 = o2
5798
o138.Name = "Chain"
5799
o138.Parent = o1
5800
o138.Material = Enum.Material.SmoothPlastic
5801
o138.BrickColor = BrickColor.new("Fossil")
5802
o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
5803
o138.Rotation = Vector3.new(90, -38.0900002, 171.5)
5804
o138.Anchored = false
5805
o138.CanCollide = false
5806
o138.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5807
o138.CFrame = CFrame.new(112.361237, 0.833685994, -60.5569229, -0.77837038, -0.11628738, -0.616941571, 0.610170305, 0.0911542997, -0.78700906, 0.14775607, -0.989023924, 3.29376485e-06)
5808
o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5809
o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5810
o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5811
o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5812
o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5813
o138.Color = Color3.new(0.623529, 0.631373, 0.67451)
5814
o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
5815
o139.Parent = o138
5816
o139.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5817
o140.Name = "Joint"
5818
o140.Parent = o138
5819
o140.C0 = CFrame.new(2.75767517, 0.482826233, -0.787445068, 0.778321326, 0.610170305, -0.148014247, 0.116615444, 0.0911542997, 0.9889853, 0.616941512, -0.78700906, -0.000207942314)
5820
o140.Part0 = o138
5821
o140.Part1 = o2
5822
o141.Name = "Chain"
5823
o141.Parent = o1
5824
o141.Material = Enum.Material.SmoothPlastic
5825
o141.BrickColor = BrickColor.new("Fossil")
5826
o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
5827
o141.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5828
o141.Anchored = false
5829
o141.CanCollide = false
5830
o141.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5831
o141.CFrame = CFrame.new(112.193703, 0.965031981, -60.8341904, -0.406859994, -0.673685372, -0.616938412, 0.318939, 0.528101265, -0.787011445, 0.856004, -0.516969204, 1.277553e-06)
5832
o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5833
o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5834
o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5835
o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5836
o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5837
o141.Color = Color3.new(0.623529, 0.631373, 0.67451)
5838
o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
5839
o142.Parent = o141
5840
o142.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5841
o143.Name = "Joint"
5842
o143.Parent = o141
5843
o143.C0 = CFrame.new(1.51417542, 2.10639191, -0.787445068, 0.406576008, 0.318939, -0.856138885, 0.673856795, 0.528101265, 0.516745687, 0.616938353, -0.787011445, -0.000205925055)
5844
o143.Part0 = o141
5845
o143.Part1 = o2
5846
o144.Name = "Chain"
5847
o144.Parent = o1
5848
o144.Material = Enum.Material.SmoothPlastic
5849
o144.BrickColor = BrickColor.new("Fossil")
5850
o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
5851
o144.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5852
o144.Anchored = false
5853
o144.CanCollide = false
5854
o144.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5855
o144.CFrame = CFrame.new(112.400162, 0.803156972, -60.1862717, 0.61693728, -0.419700086, 0.665762961, 0.787012339, 0.329001963, -0.521890163, 0, 0.845937133, 0.533282697)
5856
o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5857
o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5858
o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5859
o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5860
o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5861
o144.Color = Color3.new(0.623529, 0.631373, 0.67451)
5862
o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
5863
o145.Parent = o144
5864
o145.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5865
o146.Name = "Joint"
5866
o146.Parent = o144
5867
o146.C0 = CFrame.new(0.787475586, 1.14608002, -2.64443588, -0.61693722, 0.787012339, 0.00020464712, 0.419419438, 0.329001963, -0.84607631, -0.665939808, -0.521890163, -0.533061802)
5868
o146.Part0 = o144
5869
o146.Part1 = o2
5870
o147.Name = "Chain"
5871
o147.Parent = o1
5872
o147.Material = Enum.Material.SmoothPlastic
5873
o147.BrickColor = BrickColor.new("Fossil")
5874
o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
5875
o147.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5876
o147.Anchored = false
5877
o147.CanCollide = false
5878
o147.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5879
o147.CFrame = CFrame.new(112.209579, 0.952573001, -60.7660599, -0.406859994, -0.673685372, -0.616938412, 0.318939, 0.528101265, -0.787011445, 0.856004, -0.516969204, 1.277553e-06)
5880
o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5881
o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5882
o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5883
o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5884
o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5885
o147.Color = Color3.new(0.623529, 0.631373, 0.67451)
5886
o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
5887
o148.Parent = o147
5888
o148.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5889
o149.Name = "Joint"
5890
o149.Parent = o147
5891
o149.C0 = CFrame.new(1.46629333, 2.15889359, -0.787452698, 0.406576008, 0.318939, -0.856138885, 0.673856795, 0.528101265, 0.516745687, 0.616938353, -0.787011445, -0.000205925055)
5892
o149.Part0 = o147
5893
o149.Part1 = o2
5894
o150.Name = "Chain"
5895
o150.Parent = o1
5896
o150.Material = Enum.Material.SmoothPlastic
5897
o150.BrickColor = BrickColor.new("Fossil")
5898
o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
5899
o150.Rotation = Vector3.new(0, 0, 51.9099998)
5900
o150.Anchored = false
5901
o150.CanCollide = false
5902
o150.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5903
o150.CFrame = CFrame.new(111.993683, 1.060974, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5904
o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5905
o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5906
o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5907
o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5908
o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5909
o150.Color = Color3.new(0.623529, 0.631373, 0.67451)
5910
o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
5911
o151.Parent = o150
5912
o151.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5913
o152.Name = "Joint"
5914
o152.Parent = o150
5915
o152.C0 = CFrame.new(0.835342407, 2.36924744, -0.667526245, -0.61693722, 0.787012339, 0.00020464712, 0.787012279, 0.61693728, -0.000261063513, -0.000331714633, -1.09697344e-22, -0.99999994)
5916
o152.Part0 = o150
5917
o152.Part1 = o2
5918
o153.Name = "Chain"
5919
o153.Parent = o1
5920
o153.Material = Enum.Material.SmoothPlastic
5921
o153.BrickColor = BrickColor.new("Fossil")
5922
o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
5923
o153.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5924
o153.Anchored = false
5925
o153.CanCollide = false
5926
o153.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5927
o153.CFrame = CFrame.new(112.364258, 0.831314027, -60.113884, 0.665761709, -0.419700056, -0.61693871, -0.521891773, 0.329002023, -0.787011266, 0.533282757, 0.845937133, -1.08515837e-06)
5928
o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5929
o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5930
o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5931
o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5932
o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5933
o153.Color = Color3.new(0.623529, 0.631373, 0.67451)
5934
o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
5935
o154.Parent = o153
5936
o154.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5937
o155.Name = "Joint"
5938
o155.Parent = o153
5939
o155.C0 = CFrame.new(-2.64444351, 1.06050873, -0.787460327, -0.665938556, -0.521891773, -0.533061862, 0.419419408, 0.329002023, -0.84607631, 0.616938651, -0.787011266, -0.000203562435)
5940
o155.Part0 = o153
5941
o155.Part1 = o2
5942
o156.Name = "Chain"
5943
o156.Parent = o1
5944
o156.Material = Enum.Material.SmoothPlastic
5945
o156.BrickColor = BrickColor.new("Fossil")
5946
o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
5947
o156.Rotation = Vector3.new(0, 0, 51.9099998)
5948
o156.Anchored = false
5949
o156.CanCollide = false
5950
o156.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5951
o156.CFrame = CFrame.new(112.051231, 1.13664401, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5952
o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5953
o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5954
o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5955
o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5956
o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5957
o156.Color = Color3.new(0.623529, 0.631373, 0.67451)
5958
o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
5959
o157.Parent = o156
5960
o157.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5961
o158.Name = "Joint"
5962
o158.Parent = o156
5963
o158.C0 = CFrame.new(0.740287781, 2.36785126, -0.667526245, -0.61693722, 0.787012339, 0.00020464712, 0.787012279, 0.61693728, -0.000261063513, -0.000331714633, -1.09697344e-22, -0.99999994)
5964
o158.Part0 = o156
5965
o158.Part1 = o2
5966
o159.Name = "Chain"
5967
o159.Parent = o1
5968
o159.Material = Enum.Material.SmoothPlastic
5969
o159.BrickColor = BrickColor.new("Fossil")
5970
o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
5971
o159.Rotation = Vector3.new(90, -38.0900002, 90)
5972
o159.Anchored = false
5973
o159.CanCollide = false
5974
o159.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5975
o159.CFrame = CFrame.new(111.955872, 1.15145397, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5976
o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5977
o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5978
o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5979
o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5980
o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5981
o159.Color = Color3.new(0.623529, 0.631373, 0.67451)
5982
o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
5983
o160.Parent = o159
5984
o160.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5985
o161.Name = "Joint"
5986
o161.Parent = o159
5987
o161.C0 = CFrame.new(-0.619644165, 2.28366852, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
5988
o161.Part0 = o159
5989
o161.Part1 = o2
5990
o162.Name = "Chain"
5991
o162.Parent = o1
5992
o162.Material = Enum.Material.SmoothPlastic
5993
o162.BrickColor = BrickColor.new("Fossil")
5994
o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
5995
o162.Rotation = Vector3.new(0, 0, 51.9099998)
5996
o162.Anchored = false
5997
o162.CanCollide = false
5998
o162.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5999
o162.CFrame = CFrame.new(111.981911, 1.13104796, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
6000
o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6001
o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6002
o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6003
o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6004
o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6005
o162.Color = Color3.new(0.623529, 0.631373, 0.67451)
6006
o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
6007
o163.Parent = o162
6008
o163.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6009
o164.Name = "Joint"
6010
o164.Parent = o162
6011
o164.C0 = CFrame.new(0.787452698, 2.31674957, -0.667526245, -0.61693722, 0.787012339, 0.00020464712, 0.787012279, 0.61693728, -0.000261063513, -0.000331714633, -1.09697344e-22, -0.99999994)
6012
o164.Part0 = o162
6013
o164.Part1 = o2
6014
o165.Name = "Chain"
6015
o165.Parent = o1
6016
o165.Material = Enum.Material.SmoothPlastic
6017
o165.BrickColor = BrickColor.new("Fossil")
6018
o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
6019
o165.Rotation = Vector3.new(0, 0, 51.9099998)
6020
o165.Anchored = false
6021
o165.CanCollide = false
6022
o165.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6023
o165.CFrame = CFrame.new(112.068916, 1.06284106, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
6024
o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6025
o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6026
o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6027
o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6028
o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6029
o165.Color = Color3.new(0.623529, 0.631373, 0.67451)
6030
o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
6031
o166.Parent = o165
6032
o166.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6033
o167.Name = "Joint"
6034
o167.Parent = o165
6035
o167.C0 = CFrame.new(0.787452698, 2.42730713, -0.667526245, -0.61693722, 0.787012339, 0.00020464712, 0.787012279, 0.61693728, -0.000261063513, -0.000331714633, -1.09697344e-22, -0.99999994)
6036
o167.Part0 = o165
6037
o167.Part1 = o2
6038
o168.Name = "Chain"
6039
o168.Parent = o1
6040
o168.Material = Enum.Material.SmoothPlastic
6041
o168.BrickColor = BrickColor.new("Fossil")
6042
o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
6043
o168.Rotation = Vector3.new(-180, 0, 128.089996)
6044
o168.Anchored = false
6045
o168.CanCollide = false
6046
o168.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6047
o168.CFrame = CFrame.new(112.188507, 1.02904105, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6048
o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6049
o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6050
o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6051
o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6052
o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6053
o168.Color = Color3.new(0.623529, 0.631373, 0.67451)
6054
o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
6055
o169.Parent = o168
6056
o169.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6057
o170.Name = "Joint"
6058
o170.Parent = o168
6059
o170.C0 = CFrame.new(-0.740280151, 2.54227448, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
6060
o170.Part0 = o168
6061
o170.Part1 = o2
6062
o171.Name = "Chain"
6063
o171.Parent = o1
6064
o171.Material = Enum.Material.SmoothPlastic
6065
o171.BrickColor = BrickColor.new("Fossil")
6066
o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
6067
o171.Rotation = Vector3.new(90, -38.0900002, 90)
6068
o171.Anchored = false
6069
o171.CanCollide = false
6070
o171.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6071
o171.CFrame = CFrame.new(111.955872, 1.15145397, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6072
o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6073
o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6074
o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6075
o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6076
o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6077
o171.Color = Color3.new(0.623529, 0.631373, 0.67451)
6078
o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
6079
o172.Parent = o171
6080
o172.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6081
o173.Name = "Joint"
6082
o173.Parent = o171
6083
o173.C0 = CFrame.new(0.145553589, 2.28366852, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6084
o173.Part0 = o171
6085
o173.Part1 = o2
6086
o174.Name = "Chain"
6087
o174.Parent = o1
6088
o174.Material = Enum.Material.SmoothPlastic
6089
o174.BrickColor = BrickColor.new("Fossil")
6090
o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
6091
o174.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6092
o174.Anchored = false
6093
o174.CanCollide = false
6094
o174.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6095
o174.CFrame = CFrame.new(112.414261, 0.792107999, -60.426033, 0.61693728, 0.0147895953, 0.786873341, 0.787012339, -0.0115935318, -0.616828322, 0, 0.999823451, -0.0187920742)
6096
o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6097
o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6098
o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6099
o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6100
o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6101
o174.Color = Color3.new(0.623529, 0.631373, 0.67451)
6102
o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
6103
o175.Parent = o174
6104
o175.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6105
o176.Name = "Joint"
6106
o176.Parent = o174
6107
o176.C0 = CFrame.new(0.787475586, -0.25478363, -2.86184692, -0.61693722, 0.787012339, 0.00020464712, -0.0151212504, -0.0115935318, -0.999818504, -0.786867023, -0.616828322, 0.0190530904)
6108
o176.Part0 = o174
6109
o176.Part1 = o2
6110
o177.Name = "Chain"
6111
o177.Parent = o1
6112
o177.Material = Enum.Material.SmoothPlastic
6113
o177.BrickColor = BrickColor.new("Fossil")
6114
o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
6115
o177.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6116
o177.Anchored = false
6117
o177.CanCollide = false
6118
o177.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6119
o177.CFrame = CFrame.new(112.412636, 0.793392003, -60.5365677, 0.61693728, 0.0147895953, 0.786873341, 0.787012339, -0.0115935318, -0.616828322, 0, 0.999823451, -0.0187920742)
6120
o177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6121
o177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6122
o177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6123
o177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6124
o177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6125
o177.Color = Color3.new(0.623529, 0.631373, 0.67451)
6126
o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
6127
o178.Parent = o177
6128
o178.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6129
o179.Name = "Joint"
6130
o179.Parent = o177
6131
o179.C0 = CFrame.new(0.787460327, -0.144229889, -2.86185455, -0.61693722, 0.787012339, 0.00020464712, -0.0151212504, -0.0115935318, -0.999818504, -0.786867023, -0.616828322, 0.0190530904)
6132
o179.Part0 = o177
6133
o179.Part1 = o2
6134
o180.Name = "Chain"
6135
o180.Parent = o1
6136
o180.Material = Enum.Material.SmoothPlastic
6137
o180.BrickColor = BrickColor.new("Fossil")
6138
o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
6139
o180.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6140
o180.Anchored = false
6141
o180.CanCollide = false
6142
o180.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6143
o180.CFrame = CFrame.new(112.383942, 0.75503099, -60.4785461, 0.61693728, 0.0147895953, 0.786873341, 0.787012339, -0.0115935318, -0.616828322, 0, 0.999823451, -0.0187920742)
6144
o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6145
o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6146
o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6147
o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6148
o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6149
o180.Color = Color3.new(0.623529, 0.631373, 0.67451)
6150
o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
6151
o181.Parent = o180
6152
o181.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6153
o182.Name = "Joint"
6154
o182.Parent = o180
6155
o182.C0 = CFrame.new(0.835357666, -0.202259064, -2.86185455, -0.61693722, 0.787012339, 0.00020464712, -0.0151212504, -0.0115935318, -0.999818504, -0.786867023, -0.616828322, 0.0190530904)
6156
o182.Part0 = o180
6157
o182.Part1 = o2
6158
o183.Name = "Chain"
6159
o183.Parent = o1
6160
o183.Material = Enum.Material.SmoothPlastic
6161
o183.BrickColor = BrickColor.new("Fossil")
6162
o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
6163
o183.Rotation = Vector3.new(90, -38.0900002, 90)
6164
o183.Anchored = false
6165
o183.CanCollide = false
6166
o183.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6167
o183.CFrame = CFrame.new(111.914551, 1.18384898, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6168
o183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6169
o183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6170
o183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6171
o183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6172
o183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6173
o183.Color = Color3.new(0.623529, 0.631373, 0.67451)
6174
o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
6175
o184.Parent = o183
6176
o184.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6177
o185.Name = "Joint"
6178
o185.Parent = o183
6179
o185.C0 = CFrame.new(-0.667526245, 2.23116302, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6180
o185.Part0 = o183
6181
o185.Part1 = o2
6182
o186.Name = "Chain"
6183
o186.Parent = o1
6184
o186.Material = Enum.Material.SmoothPlastic
6185
o186.BrickColor = BrickColor.new("Fossil")
6186
o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
6187
o186.Rotation = Vector3.new(90, -38.0900002, 90)
6188
o186.Anchored = false
6189
o186.CanCollide = false
6190
o186.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6191
o186.CFrame = CFrame.new(111.954773, 1.15231502, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6192
o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6193
o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6194
o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6195
o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6196
o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6197
o186.Color = Color3.new(0.623529, 0.631373, 0.67451)
6198
o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
6199
o187.Parent = o186
6200
o187.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6201
o188.Name = "Joint"
6202
o188.Parent = o186
6203
o188.C0 = CFrame.new(-0.714706421, 2.28227234, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6204
o188.Part0 = o186
6205
o188.Part1 = o2
6206
o189.Name = "Chain"
6207
o189.Parent = o1
6208
o189.Material = Enum.Material.SmoothPlastic
6209
o189.BrickColor = BrickColor.new("Fossil")
6210
o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
6211
o189.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6212
o189.Anchored = false
6213
o189.CanCollide = false
6214
o189.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6215
o189.CFrame = CFrame.new(112.451904, 0.762605011, -60.3924637, 0.786872864, 0.0147904325, -0.616937935, -0.616828918, -0.0115923388, -0.787011862, -0.0187919978, 0.999823451, 1.47029846e-06)
6216
o189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6217
o189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6218
o189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6219
o189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6220
o189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6221
o189.Color = Color3.new(0.623529, 0.631373, 0.67451)
6222
o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
6223
o190.Parent = o189
6224
o190.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6225
o191.Name = "Joint"
6226
o191.Parent = o189
6227
o191.C0 = CFrame.new(-2.9090271, -0.289245605, -0.787460327, -0.786866546, -0.616828918, 0.019053014, -0.0151220877, -0.0115923388, -0.999818504, 0.616937876, -0.787011862, -0.000206117635)
6228
o191.Part0 = o189
6229
o191.Part1 = o2
6230
o192.Name = "Chain"
6231
o192.Parent = o1
6232
o192.Material = Enum.Material.SmoothPlastic
6233
o192.BrickColor = BrickColor.new("Fossil")
6234
o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
6235
o192.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6236
o192.Anchored = false
6237
o192.CanCollide = false
6238
o192.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6239
o192.CFrame = CFrame.new(112.442612, 0.829834998, -60.4771347, 0.61693728, 0.0147895953, 0.786873341, 0.787012339, -0.0115935318, -0.616828322, 0, 0.999823451, -0.0187920742)
6240
o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6241
o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6242
o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6243
o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6244
o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6245
o192.Color = Color3.new(0.623529, 0.631373, 0.67451)
6246
o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
6247
o193.Parent = o192
6248
o193.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6249
o194.Name = "Joint"
6250
o194.Parent = o192
6251
o194.C0 = CFrame.new(0.740287781, -0.203670502, -2.86184692, -0.61693722, 0.787012339, 0.00020464712, -0.0151212504, -0.0115935318, -0.999818504, -0.786867023, -0.616828322, 0.0190530904)
6252
o194.Part0 = o192
6253
o194.Part1 = o2
6254
o195.Name = "Chain"
6255
o195.Parent = o1
6256
o195.Material = Enum.Material.SmoothPlastic
6257
o195.BrickColor = BrickColor.new("Fossil")
6258
o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
6259
o195.Rotation = Vector3.new(90, -38.0900002, 8.5)
6260
o195.Anchored = false
6261
o195.CanCollide = false
6262
o195.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6263
o195.CFrame = CFrame.new(112.361237, 0.833685994, -60.2229691, 0.77837038, -0.116286881, -0.61694169, -0.610170305, 0.0911549106, -0.787008941, 0.14775607, 0.989023864, -2.52004043e-06)
6264
o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6265
o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6266
o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6267
o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6268
o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6269
o195.Color = Color3.new(0.623529, 0.631373, 0.67451)
6270
o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
6271
o196.Parent = o195
6272
o196.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6273
o197.Name = "Joint"
6274
o197.Parent = o195
6275
o197.C0 = CFrame.new(-2.82772827, 0.0139389038, -0.787445068, -0.778419316, -0.610170305, -0.147497863, 0.115958802, 0.0911549106, -0.989062369, 0.616941631, -0.787008941, -0.000202128547)
6276
o197.Part0 = o195
6277
o197.Part1 = o2
6278
o198.Name = "Chain"
6279
o198.Parent = o1
6280
o198.Material = Enum.Material.SmoothPlastic
6281
o198.BrickColor = BrickColor.new("Fossil")
6282
o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
6283
o198.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6284
o198.Anchored = false
6285
o198.CanCollide = false
6286
o198.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6287
o198.CFrame = CFrame.new(112.413895, 0.792400002, -60.4509964, 0.786872864, 0.0147904325, -0.616937935, -0.616828918, -0.0115923388, -0.787011862, -0.0187919978, 0.999823451, 1.47029846e-06)
6288
o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6289
o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6290
o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6291
o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6292
o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6293
o198.Color = Color3.new(0.623529, 0.631373, 0.67451)
6294
o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
6295
o199.Parent = o198
6296
o199.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6297
o200.Name = "Joint"
6298
o200.Parent = o198
6299
o200.C0 = CFrame.new(-2.86183929, -0.229816437, -0.787467957, -0.786866546, -0.616828918, 0.019053014, -0.0151220877, -0.0115923388, -0.999818504, 0.616937876, -0.787011862, -0.000206117635)
6300
o200.Part0 = o198
6301
o200.Part1 = o2
6302
o201.Name = "Chain"
6303
o201.Parent = o1
6304
o201.Material = Enum.Material.SmoothPlastic
6305
o201.BrickColor = BrickColor.new("Fossil")
6306
o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
6307
o201.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6308
o201.Anchored = false
6309
o201.CanCollide = false
6310
o201.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6311
o201.CFrame = CFrame.new(112.437393, 0.833926976, -60.2991714, 0.61693728, -0.116285205, 0.778374016, 0.787012339, 0.0911557302, -0.610165715, 0, 0.989023983, 0.147755265)
6312
o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6313
o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6314
o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6315
o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6316
o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6317
o201.Color = Color3.new(0.623529, 0.631373, 0.67451)
6318
o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
6319
o202.Parent = o201
6320
o202.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6321
o203.Name = "Joint"
6322
o203.Parent = o201
6323
o203.C0 = CFrame.new(0.740287781, 0.0981445313, -2.87558746, -0.61693722, 0.787012339, 0.00020464712, 0.115957126, 0.0911557302, -0.989062488, -0.778422952, -0.610165715, -0.147497058)
6324
o203.Part0 = o201
6325
o203.Part1 = o2
6326
o204.Name = "Chain"
6327
o204.Parent = o1
6328
o204.Material = Enum.Material.SmoothPlastic
6329
o204.BrickColor = BrickColor.new("Fossil")
6330
o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
6331
o204.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6332
o204.Anchored = false
6333
o204.CanCollide = false
6334
o204.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6335
o204.CFrame = CFrame.new(112.377075, 0.821255982, -60.3920517, 0.786872864, 0.0147904325, -0.616937935, -0.616828918, -0.0115923388, -0.787011862, -0.0187919978, 0.999823451, 1.47029846e-06)
6336
o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6337
o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6338
o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6339
o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6340
o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6341
o204.Color = Color3.new(0.623529, 0.631373, 0.67451)
6342
o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
6343
o205.Parent = o204
6344
o205.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6345
o206.Name = "Joint"
6346
o206.Parent = o204
6347
o206.C0 = CFrame.new(-2.81395721, -0.2878685, -0.787467957, -0.786866546, -0.616828918, 0.019053014, -0.0151220877, -0.0115923388, -0.999818504, 0.616937876, -0.787011862, -0.000206117635)
6348
o206.Part0 = o204
6349
o206.Part1 = o2
6350
o207.Name = "Chain"
6351
o207.Parent = o1
6352
o207.Material = Enum.Material.SmoothPlastic
6353
o207.BrickColor = BrickColor.new("Fossil")
6354
o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
6355
o207.Rotation = Vector3.new(90, -38.0900002, 90)
6356
o207.Anchored = false
6357
o207.CanCollide = false
6358
o207.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6359
o207.CFrame = CFrame.new(112.001556, 1.11563599, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6360
o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6361
o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6362
o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6363
o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6364
o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6365
o207.Color = Color3.new(0.623529, 0.631373, 0.67451)
6366
o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
6367
o208.Parent = o207
6368
o208.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6369
o209.Name = "Joint"
6370
o209.Parent = o207
6371
o209.C0 = CFrame.new(-0.667526245, 2.34172058, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6372
o209.Part0 = o207
6373
o209.Part1 = o2
6374
o210.Name = "Chain"
6375
o210.Parent = o1
6376
o210.Material = Enum.Material.SmoothPlastic
6377
o210.BrickColor = BrickColor.new("Fossil")
6378
o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
6379
o210.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6380
o210.Anchored = false
6381
o210.CanCollide = false
6382
o210.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6383
o210.CFrame = CFrame.new(112.415527, 0.791115999, -60.3404465, 0.786872864, 0.0147904325, -0.616937935, -0.616828918, -0.0115923388, -0.787011862, -0.0187919978, 0.999823451, 1.47029846e-06)
6384
o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6385
o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6386
o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6387
o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6388
o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6389
o210.Color = Color3.new(0.623529, 0.631373, 0.67451)
6390
o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
6391
o211.Parent = o210
6392
o211.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6393
o212.Name = "Joint"
6394
o212.Parent = o210
6395
o212.C0 = CFrame.new(-2.86183929, -0.340385437, -0.787467957, -0.786866546, -0.616828918, 0.019053014, -0.0151220877, -0.0115923388, -0.999818504, 0.616937876, -0.787011862, -0.000206117635)
6396
o212.Part0 = o210
6397
o212.Part1 = o2
6398
o213.Name = "Chain"
6399
o213.Parent = o1
6400
o213.Material = Enum.Material.SmoothPlastic
6401
o213.BrickColor = BrickColor.new("Fossil")
6402
o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
6403
o213.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6404
o213.Anchored = false
6405
o213.CanCollide = false
6406
o213.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6407
o213.CFrame = CFrame.new(112.415199, 0.791372001, -60.3579636, 0.61693728, -0.116285205, 0.778374016, 0.787012339, 0.0911557302, -0.610165715, 0, 0.989023983, 0.147755265)
6408
o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6409
o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6410
o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6411
o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6412
o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6413
o213.Color = Color3.new(0.623529, 0.631373, 0.67451)
6414
o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
6415
o214.Parent = o213
6416
o214.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6417
o215.Name = "Joint"
6418
o215.Parent = o213
6419
o215.C0 = CFrame.new(0.787475586, 0.157585144, -2.87559509, -0.61693722, 0.787012339, 0.00020464712, 0.115957126, 0.0911557302, -0.989062488, -0.778422952, -0.610165715, -0.147497058)
6420
o215.Part0 = o213
6421
o215.Part1 = o2
6422
o216.Name = "Chain"
6423
o216.Parent = o1
6424
o216.Material = Enum.Material.SmoothPlastic
6425
o216.BrickColor = BrickColor.new("Fossil")
6426
o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
6427
o216.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6428
o216.Anchored = false
6429
o216.CanCollide = false
6430
o216.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6431
o216.CFrame = CFrame.new(112.378922, 0.758983016, -60.3005447, 0.61693728, -0.116285205, 0.778374016, 0.787012339, 0.0911557302, -0.610165715, 0, 0.989023983, 0.147755265)
6432
o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6433
o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6434
o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6435
o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6436
o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6437
o216.Color = Color3.new(0.623529, 0.631373, 0.67451)
6438
o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
6439
o217.Parent = o216
6440
o217.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6441
o218.Name = "Joint"
6442
o218.Parent = o216
6443
o218.C0 = CFrame.new(0.835342407, 0.0995330811, -2.87560272, -0.61693722, 0.787012339, 0.00020464712, 0.115957126, 0.0911557302, -0.989062488, -0.778422952, -0.610165715, -0.147497058)
6444
o218.Part0 = o216
6445
o218.Part1 = o2
6446
o219.Name = "Chain"
6447
o219.Parent = o1
6448
o219.Material = Enum.Material.SmoothPlastic
6449
o219.BrickColor = BrickColor.new("Fossil")
6450
o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
6451
o219.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6452
o219.Anchored = false
6453
o219.CanCollide = false
6454
o219.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6455
o219.CFrame = CFrame.new(112.193703, 0.965031981, -59.9456863, 0.406860143, -0.673685551, -0.616938114, -0.318938106, 0.528101444, -0.787011683, 0.856004298, 0.516968727, -5.57944077e-07)
6456
o219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6457
o219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6458
o219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6459
o219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6460
o219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6461
o219.Color = Color3.new(0.623529, 0.631373, 0.67451)
6462
o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
6463
o220.Parent = o219
6464
o220.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6465
o221.Name = "Joint"
6466
o221.Parent = o219
6467
o221.C0 = CFrame.new(-1.9200058, 1.86128998, -0.787445068, -0.40714407, -0.318938106, -0.855869293, 0.673514009, 0.528101444, -0.517192125, 0.616938055, -0.787011683, -0.000204089447)
6468
o221.Part0 = o219
6469
o221.Part1 = o2
6470
o222.Name = "Chain"
6471
o222.Parent = o1
6472
o222.Material = Enum.Material.SmoothPlastic
6473
o222.BrickColor = BrickColor.new("Fossil")
6474
o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
6475
o222.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6476
o222.Anchored = false
6477
o222.CanCollide = false
6478
o222.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6479
o222.CFrame = CFrame.new(112.268173, 0.906641006, -60.002861, 0.406860143, -0.673685551, -0.616938114, -0.318938106, 0.528101444, -0.787011683, 0.856004298, 0.516968727, -5.57944077e-07)
6480
o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6481
o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6482
o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6483
o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6484
o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6485
o222.Color = Color3.new(0.623529, 0.631373, 0.67451)
6486
o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
6487
o223.Parent = o222
6488
o223.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6489
o224.Name = "Joint"
6490
o224.Parent = o222
6491
o224.C0 = CFrame.new(-1.91999054, 1.97185516, -0.787452698, -0.40714407, -0.318938106, -0.855869293, 0.673514009, 0.528101444, -0.517192125, 0.616938055, -0.787011683, -0.000204089447)
6492
o224.Part0 = o222
6493
o224.Part1 = o2
6494
o225.Name = "Chain"
6495
o225.Parent = o1
6496
o225.Material = Enum.Material.SmoothPlastic
6497
o225.BrickColor = BrickColor.new("Fossil")
6498
o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
6499
o225.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6500
o225.Anchored = false
6501
o225.CanCollide = false
6502
o225.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6503
o225.CFrame = CFrame.new(112.209579, 0.952573001, -60.0138321, 0.406860143, -0.673685551, -0.616938114, -0.318938106, 0.528101444, -0.787011683, 0.856004298, 0.516968727, -5.57944077e-07)
6504
o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6505
o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6506
o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6507
o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6508
o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6509
o225.Color = Color3.new(0.623529, 0.631373, 0.67451)
6510
o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
6511
o226.Parent = o225
6512
o226.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6513
o227.Name = "Joint"
6514
o227.Parent = o225
6515
o227.C0 = CFrame.new(-1.87211227, 1.9138031, -0.787452698, -0.40714407, -0.318938106, -0.855869293, 0.673514009, 0.528101444, -0.517192125, 0.616938055, -0.787011683, -0.000204089447)
6516
o227.Part0 = o225
6517
o227.Part1 = o2
6518
o228.Name = "Chain"
6519
o228.Parent = o1
6520
o228.Material = Enum.Material.SmoothPlastic
6521
o228.BrickColor = BrickColor.new("Fossil")
6522
o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
6523
o228.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6524
o228.Anchored = false
6525
o228.CanCollide = false
6526
o228.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6527
o228.CFrame = CFrame.new(112.251343, 0.919830024, -59.9899368, 0.61693728, -0.673685372, 0.406861722, 0.787012339, 0.52810055, -0.318938047, 0, 0.516969979, 0.856003523)
6528
o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6529
o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6530
o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6531
o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6532
o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6533
o228.Color = Color3.new(0.623529, 0.631373, 0.67451)
6534
o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
6535
o229.Parent = o228
6536
o229.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6537
o230.Name = "Joint"
6538
o230.Parent = o228
6539
o230.C0 = CFrame.new(0.787467957, 1.9468689, -1.92000198, -0.61693722, 0.787012339, 0.00020464712, 0.67351383, 0.52810055, -0.517193377, -0.407145649, -0.318938047, -0.855868518)
6540
o230.Part0 = o228
6541
o230.Part1 = o2
6542
o231.Name = "Chain"
6543
o231.Parent = o1
6544
o231.Material = Enum.Material.SmoothPlastic
6545
o231.BrickColor = BrickColor.new("Fossil")
6546
o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
6547
o231.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6548
o231.Anchored = false
6549
o231.CanCollide = false
6550
o231.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6551
o231.CFrame = CFrame.new(112.24733, 0.922985017, -59.9317245, 0.406860143, -0.673685551, -0.616938114, -0.318938106, 0.528101444, -0.787011683, 0.856004298, 0.516968727, -5.57944077e-07)
6552
o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6553
o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6554
o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6555
o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6556
o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6557
o231.Color = Color3.new(0.623529, 0.631373, 0.67451)
6558
o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
6559
o232.Parent = o231
6560
o232.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6561
o233.Name = "Joint"
6562
o233.Parent = o231
6563
o233.C0 = CFrame.new(-1.96718597, 1.91241455, -0.787445068, -0.40714407, -0.318938106, -0.855869293, 0.673514009, 0.528101444, -0.517192125, 0.616938055, -0.787011683, -0.000204089447)
6564
o233.Part0 = o231
6565
o233.Part1 = o2
6566
o234.Name = "Chain"
6567
o234.Parent = o1
6568
o234.Material = Enum.Material.SmoothPlastic
6569
o234.BrickColor = BrickColor.new("Fossil")
6570
o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
6571
o234.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6572
o234.Anchored = false
6573
o234.CanCollide = false
6574
o234.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6575
o234.CFrame = CFrame.new(112.325844, 0.861442029, -60.0471115, 0.61693728, -0.673685372, 0.406861722, 0.787012339, 0.52810055, -0.318938047, 0, 0.516969979, 0.856003523)
6576
o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6577
o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6578
o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6579
o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6580
o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6581
o234.Color = Color3.new(0.623529, 0.631373, 0.67451)
6582
o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
6583
o235.Parent = o234
6584
o235.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6585
o236.Name = "Joint"
6586
o236.Parent = o234
6587
o236.C0 = CFrame.new(0.787452698, 2.05745697, -1.91999435, -0.61693722, 0.787012339, 0.00020464712, 0.67351383, 0.52810055, -0.517193377, -0.407145649, -0.318938047, -0.855868518)
6588
o236.Part0 = o234
6589
o236.Part1 = o2
6590
o237.Name = "Chain"
6591
o237.Parent = o1
6592
o237.Material = Enum.Material.SmoothPlastic
6593
o237.BrickColor = BrickColor.new("Fossil")
6594
o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
6595
o237.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6596
o237.Anchored = false
6597
o237.CanCollide = false
6598
o237.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6599
o237.CFrame = CFrame.new(112.314896, 0.92997098, -60.0163651, 0.61693728, -0.673685372, 0.406861722, 0.787012339, 0.52810055, -0.318938047, 0, 0.516969979, 0.856003523)
6600
o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6601
o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6602
o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6603
o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6604
o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6605
o237.Color = Color3.new(0.623529, 0.631373, 0.67451)
6606
o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
6607
o238.Parent = o237
6608
o238.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6609
o239.Name = "Joint"
6610
o239.Parent = o237
6611
o239.C0 = CFrame.new(0.740280151, 1.99798584, -1.91999817, -0.61693722, 0.787012339, 0.00020464712, 0.67351383, 0.52810055, -0.517193377, -0.407145649, -0.318938047, -0.855868518)
6612
o239.Part0 = o237
6613
o239.Part1 = o2
6614
o240.Name = "Chain"
6615
o240.Parent = o1
6616
o240.Material = Enum.Material.SmoothPlastic
6617
o240.BrickColor = BrickColor.new("Fossil")
6618
o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
6619
o240.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6620
o240.Anchored = false
6621
o240.CanCollide = false
6622
o240.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6623
o240.CFrame = CFrame.new(112.257187, 0.854418993, -60.0170822, 0.61693728, -0.673685372, 0.406861722, 0.787012339, 0.52810055, -0.318938047, 0, 0.516969979, 0.856003523)
6624
o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6625
o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6626
o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6627
o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6628
o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6629
o240.Color = Color3.new(0.623529, 0.631373, 0.67451)
6630
o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
6631
o241.Parent = o240
6632
o241.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6633
o242.Name = "Joint"
6634
o242.Parent = o240
6635
o242.C0 = CFrame.new(0.835334778, 1.99938202, -1.9200058, -0.61693722, 0.787012339, 0.00020464712, 0.67351383, 0.52810055, -0.517193377, -0.407145649, -0.318938047, -0.855868518)
6636
o242.Part0 = o240
6637
o242.Part1 = o2
6638
o243.Name = "Chain"
6639
o243.Parent = o1
6640
o243.Material = Enum.Material.SmoothPlastic
6641
o243.BrickColor = BrickColor.new("Fossil")
6642
o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
6643
o243.Rotation = Vector3.new(-180, 0, 128.089996)
6644
o243.Anchored = false
6645
o243.CanCollide = false
6646
o243.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6647
o243.CFrame = CFrame.new(112.051231, 1.13664401, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6648
o243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6649
o243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6650
o243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6651
o243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6652
o243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6653
o243.Color = Color3.new(0.623529, 0.631373, 0.67451)
6654
o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
6655
o244.Parent = o243
6656
o244.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6657
o245.Name = "Joint"
6658
o245.Parent = o243
6659
o245.C0 = CFrame.new(-0.740287781, 2.36785126, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
6660
o245.Part0 = o243
6661
o245.Part1 = o2
6662
o246.Name = "Chain"
6663
o246.Parent = o1
6664
o246.Material = Enum.Material.SmoothPlastic
6665
o246.BrickColor = BrickColor.new("Fossil")
6666
o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
6667
o246.Rotation = Vector3.new(-180, 0, 128.089996)
6668
o246.Anchored = false
6669
o246.CanCollide = false
6670
o246.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6671
o246.CFrame = CFrame.new(112.206192, 0.955232024, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6672
o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6673
o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6674
o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6675
o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6676
o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6677
o246.Color = Color3.new(0.623529, 0.631373, 0.67451)
6678
o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
6679
o247.Parent = o246
6680
o247.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6681
o248.Name = "Joint"
6682
o248.Parent = o246
6683
o248.C0 = CFrame.new(-0.787460327, 2.60173035, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
6684
o248.Part0 = o246
6685
o248.Part1 = o2
6686
o249.Name = "Chain"
6687
o249.Parent = o1
6688
o249.Material = Enum.Material.SmoothPlastic
6689
o249.BrickColor = BrickColor.new("Fossil")
6690
o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
6691
o249.Rotation = Vector3.new(90, -38.0900002, 90)
6692
o249.Anchored = false
6693
o249.CanCollide = false
6694
o249.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6695
o249.CFrame = CFrame.new(112.13884, 1.00803494, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6696
o249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6697
o249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6698
o249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6699
o249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6700
o249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6701
o249.Color = Color3.new(0.623529, 0.631373, 0.67451)
6702
o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
6703
o250.Parent = o249
6704
o250.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6705
o251.Name = "Joint"
6706
o251.Parent = o249
6707
o251.C0 = CFrame.new(0.19342041, 2.51615143, -0.787452698, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6708
o251.Part0 = o249
6709
o251.Part1 = o2
6710
o252.Name = "Chain"
6711
o252.Parent = o1
6712
o252.Material = Enum.Material.SmoothPlastic
6713
o252.BrickColor = BrickColor.new("Fossil")
6714
o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
6715
o252.Rotation = Vector3.new(90, -38.0900002, 171.5)
6716
o252.Anchored = false
6717
o252.CanCollide = false
6718
o252.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6719
o252.CFrame = CFrame.new(112.392395, 0.80925101, -60.6159286, -0.77837038, -0.11628738, -0.616941571, 0.610170305, 0.0911542997, -0.78700906, 0.14775607, -0.989023924, 3.29376485e-06)
6720
o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6721
o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6722
o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6723
o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6724
o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6725
o252.Color = Color3.new(0.623529, 0.631373, 0.67451)
6726
o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
6727
o253.Parent = o252
6728
o253.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6729
o254.Name = "Joint"
6730
o254.Parent = o252
6731
o254.C0 = CFrame.new(2.80554962, 0.43032074, -0.787460327, 0.778321326, 0.610170305, -0.148014247, 0.116615444, 0.0911542997, 0.9889853, 0.616941512, -0.78700906, -0.000207942314)
6732
o254.Part0 = o252
6733
o254.Part1 = o2
6734
o255.Name = "Chain"
6735
o255.Parent = o1
6736
o255.Material = Enum.Material.SmoothPlastic
6737
o255.BrickColor = BrickColor.new("Fossil")
6738
o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
6739
o255.Rotation = Vector3.new(-180, 0, 128.089996)
6740
o255.Anchored = false
6741
o255.CanCollide = false
6742
o255.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6743
o255.CFrame = CFrame.new(111.993683, 1.060974, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6744
o255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6745
o255.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6746
o255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6747
o255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6748
o255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6749
o255.Color = Color3.new(0.623529, 0.631373, 0.67451)
6750
o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
6751
o256.Parent = o255
6752
o256.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6753
o257.Name = "Joint"
6754
o257.Parent = o255
6755
o257.C0 = CFrame.new(-0.835342407, 2.36924744, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
6756
o257.Part0 = o255
6757
o257.Part1 = o2
6758
o258.Name = "Chain"
6759
o258.Parent = o1
6760
o258.Material = Enum.Material.SmoothPlastic
6761
o258.BrickColor = BrickColor.new("Fossil")
6762
o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
6763
o258.Rotation = Vector3.new(90, -38.0900002, 90)
6764
o258.Anchored = false
6765
o258.CanCollide = false
6766
o258.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6767
o258.CFrame = CFrame.new(112.09314, 1.04384899, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6768
o258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6769
o258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6770
o258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6771
o258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6772
o258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6773
o258.Color = Color3.new(0.623529, 0.631373, 0.67451)
6774
o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
6775
o259.Parent = o258
6776
o259.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6777
o260.Name = "Joint"
6778
o260.Parent = o258
6779
o260.C0 = CFrame.new(0.145553589, 2.45808411, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6780
o260.Part0 = o258
6781
o260.Part1 = o2
6782
o261.Name = "Chain"
6783
o261.Parent = o1
6784
o261.Material = Enum.Material.SmoothPlastic
6785
o261.BrickColor = BrickColor.new("Fossil")
6786
o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
6787
o261.Rotation = Vector3.new(-180, 0, 128.089996)
6788
o261.Anchored = false
6789
o261.CanCollide = false
6790
o261.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6791
o261.CFrame = CFrame.new(112.068916, 1.06284106, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6792
o261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6793
o261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6794
o261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6795
o261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6796
o261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6797
o261.Color = Color3.new(0.623529, 0.631373, 0.67451)
6798
o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
6799
o262.Parent = o261
6800
o262.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6801
o263.Name = "Joint"
6802
o263.Parent = o261
6803
o263.C0 = CFrame.new(-0.787452698, 2.42730713, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
6804
o263.Part0 = o261
6805
o263.Part1 = o2
6806
o264.Name = "Chain"
6807
o264.Parent = o1
6808
o264.Material = Enum.Material.SmoothPlastic
6809
o264.BrickColor = BrickColor.new("Fossil")
6810
o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
6811
o264.Rotation = Vector3.new(90, -38.0900002, 90)
6812
o264.Anchored = false
6813
o264.CanCollide = false
6814
o264.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6815
o264.CFrame = CFrame.new(112.051819, 1.07623994, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6816
o264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6817
o264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6818
o264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6819
o264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6820
o264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6821
o264.Color = Color3.new(0.623529, 0.631373, 0.67451)
6822
o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
6823
o265.Parent = o264
6824
o265.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6825
o266.Name = "Joint"
6826
o266.Parent = o264
6827
o266.C0 = CFrame.new(0.19342041, 2.40558624, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6828
o266.Part0 = o264
6829
o266.Part1 = o2
6830
o267.Name = "Chain"
6831
o267.Parent = o1
6832
o267.Material = Enum.Material.SmoothPlastic
6833
o267.BrickColor = BrickColor.new("Fossil")
6834
o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
6835
o267.Rotation = Vector3.new(-180, 0, 128.089996)
6836
o267.Anchored = false
6837
o267.CanCollide = false
6838
o267.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6839
o267.CFrame = CFrame.new(112.130943, 0.953365028, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6840
o267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6841
o267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6842
o267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6843
o267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6844
o267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6845
o267.Color = Color3.new(0.623529, 0.631373, 0.67451)
6846
o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
6847
o268.Parent = o267
6848
o268.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6849
o269.Name = "Joint"
6850
o269.Parent = o267
6851
o269.C0 = CFrame.new(-0.835350037, 2.54366302, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
6852
o269.Part0 = o267
6853
o269.Part1 = o2
6854
o270.Name = "Chain"
6855
o270.Parent = o1
6856
o270.Material = Enum.Material.SmoothPlastic
6857
o270.BrickColor = BrickColor.new("Fossil")
6858
o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
6859
o270.Rotation = Vector3.new(-180, 0, 128.089996)
6860
o270.Anchored = false
6861
o270.CanCollide = false
6862
o270.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6863
o270.CFrame = CFrame.new(112.119171, 1.02344501, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6864
o270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6865
o270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6866
o270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6867
o270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6868
o270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6869
o270.Color = Color3.new(0.623529, 0.631373, 0.67451)
6870
o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
6871
o271.Parent = o270
6872
o271.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6873
o272.Name = "Joint"
6874
o272.Parent = o270
6875
o272.C0 = CFrame.new(-0.787460327, 2.49116516, -0.19342041, 0.61693722, -0.787012339, -0.00020464712, 0.787012279, 0.61693728, -0.000261063513, 0.000331714633, 1.09697344e-22, 0.99999994)
6876
o272.Part0 = o270
6877
o272.Part1 = o2
6878
o273.Name = "Chain"
6879
o273.Parent = o1
6880
o273.Material = Enum.Material.SmoothPlastic
6881
o273.BrickColor = BrickColor.new("Fossil")
6882
o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
6883
o273.Rotation = Vector3.new(90, -38.0900002, 90)
6884
o273.Anchored = false
6885
o273.CanCollide = false
6886
o273.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6887
o273.CFrame = CFrame.new(112.092041, 1.04470801, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6888
o273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6889
o273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6890
o273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6891
o273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6892
o273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6893
o273.Color = Color3.new(0.623529, 0.631373, 0.67451)
6894
o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
6895
o274.Parent = o273
6896
o274.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6897
o275.Name = "Joint"
6898
o275.Parent = o273
6899
o275.C0 = CFrame.new(0.240615845, 2.45669556, -0.787467957, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6900
o275.Part0 = o273
6901
o275.Part1 = o2
6902
o276.Name = "Chain"
6903
o276.Parent = o1
6904
o276.Material = Enum.Material.SmoothPlastic
6905
o276.BrickColor = BrickColor.new("Fossil")
6906
o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
6907
o276.Rotation = Vector3.new(90, -38.0900002, 90)
6908
o276.Anchored = false
6909
o276.CanCollide = false
6910
o276.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6911
o276.CFrame = CFrame.new(112.092041, 1.04470801, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6912
o276.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6913
o276.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6914
o276.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6915
o276.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6916
o276.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6917
o276.Color = Color3.new(0.623529, 0.631373, 0.67451)
6918
o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
6919
o277.Parent = o276
6920
o277.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6921
o278.Name = "Joint"
6922
o278.Parent = o276
6923
o278.C0 = CFrame.new(-0.714706421, 2.45669556, -0.787467957, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6924
o278.Part0 = o276
6925
o278.Part1 = o2
6926
o279.Name = "Chain"
6927
o279.Parent = o1
6928
o279.Material = Enum.Material.SmoothPlastic
6929
o279.BrickColor = BrickColor.new("Fossil")
6930
o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
6931
o279.Rotation = Vector3.new(90, -38.0900002, 90)
6932
o279.Anchored = false
6933
o279.CanCollide = false
6934
o279.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6935
o279.CFrame = CFrame.new(112.13884, 1.00803494, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6936
o279.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6937
o279.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6938
o279.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6939
o279.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6940
o279.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6941
o279.Color = Color3.new(0.623529, 0.631373, 0.67451)
6942
o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
6943
o280.Parent = o279
6944
o280.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6945
o281.Name = "Joint"
6946
o281.Parent = o279
6947
o281.C0 = CFrame.new(-0.667526245, 2.51615143, -0.787452698, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6948
o281.Part0 = o279
6949
o281.Part1 = o2
6950
o282.Name = "Chain"
6951
o282.Parent = o1
6952
o282.Material = Enum.Material.SmoothPlastic
6953
o282.BrickColor = BrickColor.new("Fossil")
6954
o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
6955
o282.Rotation = Vector3.new(0, 0, 51.9099998)
6956
o282.Anchored = false
6957
o282.CanCollide = false
6958
o282.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6959
o282.CFrame = CFrame.new(112.206192, 0.955232024, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
6960
o282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6961
o282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6962
o282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6963
o282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6964
o282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6965
o282.Color = Color3.new(0.623529, 0.631373, 0.67451)
6966
o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
6967
o283.Parent = o282
6968
o283.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6969
o284.Name = "Joint"
6970
o284.Parent = o282
6971
o284.C0 = CFrame.new(0.787460327, 2.60173035, -0.667526245, -0.61693722, 0.787012339, 0.00020464712, 0.787012279, 0.61693728, -0.000261063513, -0.000331714633, -1.09697344e-22, -0.99999994)
6972
o284.Part0 = o282
6973
o284.Part1 = o2
6974
o285.Name = "Chain"
6975
o285.Parent = o1
6976
o285.Material = Enum.Material.SmoothPlastic
6977
o285.BrickColor = BrickColor.new("Fossil")
6978
o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
6979
o285.Rotation = Vector3.new(90, -38.0900002, 90)
6980
o285.Anchored = false
6981
o285.CanCollide = false
6982
o285.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6983
o285.CFrame = CFrame.new(112.051819, 1.07623994, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6984
o285.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6985
o285.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6986
o285.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6987
o285.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6988
o285.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6989
o285.Color = Color3.new(0.623529, 0.631373, 0.67451)
6990
o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
6991
o286.Parent = o285
6992
o286.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6993
o287.Name = "Joint"
6994
o287.Parent = o285
6995
o287.C0 = CFrame.new(-0.667526245, 2.40558624, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
6996
o287.Part0 = o285
6997
o287.Part1 = o2
6998
o288.Parent = o1
6999
o288.Material = Enum.Material.SmoothPlastic
7000
o288.BrickColor = BrickColor.new("Really black")
7001
o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
7002
o288.Rotation = Vector3.new(-6.51999998, 67.3399963, 27.2399998)
7003
o288.Anchored = false
7004
o288.FormFactor = Enum.FormFactor.Custom
7005
o288.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7006
o288.CFrame = CFrame.new(110.767624, 1.33557701, -61.5026474, 0.342526913, -0.176364899, 0.922805905, 0.36163792, 0.931291401, 0.0437539183, -0.867117822, 0.318734735, 0.382772595)
7007
o288.BottomSurface = Enum.SurfaceType.Smooth
7008
o288.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7009
o288.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7010
o288.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7011
o288.TopSurface = Enum.SurfaceType.Smooth
7012
o288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7013
o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
7014
o289.Name = "Joint"
7015
o289.Parent = o288
7016
o289.C0 = CFrame.new(-0.13445282, 2.01859665, 0.302177429, -0.342239261, 0.36163792, 0.867231369, 0.17625916, 0.931291401, -0.318793207, -0.922932804, 0.0437539183, -0.382466465)
7017
o289.Part0 = o288
7018
o289.Part1 = o2
7019
o290.Parent = o1
7020
o290.Material = Enum.Material.SmoothPlastic
7021
o290.BrickColor = BrickColor.new("Really black")
7022
o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
7023
o290.Rotation = Vector3.new(-25.4300003, 60.0800018, 49.1500015)
7024
o290.Anchored = false
7025
o290.FormFactor = Enum.FormFactor.Custom
7026
o290.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7027
o290.CFrame = CFrame.new(111.109833, 1.33193398, -61.3866272, 0.326244086, -0.37726596, 0.86673826, 0.43970111, 0.872238874, 0.21415481, -0.836796165, 0.311239034, 0.450447053)
7028
o290.BottomSurface = Enum.SurfaceType.Smooth
7029
o290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7030
o290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7031
o290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7032
o290.TopSurface = Enum.SurfaceType.Smooth
7033
o290.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7034
o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
7035
o291.Name = "Joint"
7036
o291.Parent = o290
7037
o291.C0 = CFrame.new(0.0251312256, 2.02403259, 0.33455658, -0.325966477, 0.43970111, 0.836904347, 0.377162695, 0.872238874, -0.311364144, -0.866887629, 0.21415481, -0.45015952)
7038
o291.Part0 = o290
7039
o291.Part1 = o2
7040
o292.Parent = o1
7041
o292.Material = Enum.Material.SmoothPlastic
7042
o292.BrickColor = BrickColor.new("Really black")
7043
o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
7044
o292.Rotation = Vector3.new(-33.0400009, 53.5200005, 60.7000008)
7045
o292.Anchored = false
7046
o292.FormFactor = Enum.FormFactor.Custom
7047
o292.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7048
o292.CFrame = CFrame.new(111.424225, 1.30797601, -61.2596359, 0.290921897, -0.518504918, 0.804062903, 0.516514838, 0.792536378, 0.324189126, -0.805342674, 0.320996702, 0.498381644)
7049
o292.BottomSurface = Enum.SurfaceType.Smooth
7050
o292.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7051
o292.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7052
o292.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7053
o292.TopSurface = Enum.SurfaceType.Smooth
7054
o292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7055
o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
7056
o293.Name = "Joint"
7057
o293.Parent = o292
7058
o293.C0 = CFrame.new(0.23059845, 2.09112549, 0.295188904, -0.290654719, 0.516514838, 0.805439115, 0.518398404, 0.792536378, -0.321168661, -0.804228187, 0.324189126, -0.498114884)
7059
o293.Part0 = o292
7060
o293.Part1 = o2
7061
o294.Parent = o1
7062
o294.Material = Enum.Material.Metal
7063
o294.BrickColor = BrickColor.new("Dark stone grey")
7064
o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
7065
o294.Rotation = Vector3.new(89.9199982, 0, 0)
7066
o294.Anchored = false
7067
o294.CanCollide = false
7068
o294.Size = Vector3.new(0.358883083, 0.200000003, 0.324934512)
7069
o294.CFrame = CFrame.new(110.700317, 3.83861208, -59.9401741, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
7070
o294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7071
o294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7072
o294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7073
o294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7074
o294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7075
o294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7076
o294.Color = Color3.new(0.388235, 0.372549, 0.384314)
7077
o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
7078
o295.Parent = o294
7079
o295.Scale = Vector3.new(1, 0.484977037, 1)
7080
o296.Name = "Joint"
7081
o296.Parent = o294
7082
o296.C0 = CFrame.new(-0.0559082031, -0.687747955, 0.657565355, -0.99999994, 1.23944917e-22, 0.000331714633, -0.000331714342, 0.00141300017, -0.999999046, -4.68712841e-07, -0.999999106, -0.00141300005)
7083
o296.Part0 = o294
7084
o296.Part1 = o2
7085
o297.Parent = o1
7086
o297.Material = Enum.Material.SmoothPlastic
7087
o297.BrickColor = BrickColor.new("Really black")
7088
o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
7089
o297.Rotation = Vector3.new(-48.2099991, -83.4400024, -73.3799973)
7090
o297.Anchored = false
7091
o297.FormFactor = Enum.FormFactor.Custom
7092
o297.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7093
o297.CFrame = CFrame.new(110.359283, 1.338287, -61.4699478, 0.0327019915, 0.109552041, -0.993442953, -0.426729918, 0.900353193, 0.0852395296, 0.903787732, 0.421144277, 0.0761924684)
7094
o297.BottomSurface = Enum.SurfaceType.Smooth
7095
o297.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7096
o297.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7097
o297.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7098
o297.TopSurface = Enum.SurfaceType.Smooth
7099
o297.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7100
o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
7101
o298.Name = "Joint"
7102
o298.Parent = o297
7103
o298.C0 = CFrame.new(-0.0147628784, 2.0445013, -0.0620422363, -0.033001788, -0.426729918, -0.903776824, -0.109691732, 0.900353193, -0.421107918, 0.993417621, 0.0852395296, -0.0765220001)
7104
o298.Part0 = o297
7105
o298.Part1 = o2
7106
o299.Parent = o1
7107
o299.Material = Enum.Material.SmoothPlastic
7108
o299.BrickColor = BrickColor.new("Really black")
7109
o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
7110
o299.Rotation = Vector3.new(-90, -67.0100021, -90)
7111
o299.Anchored = false
7112
o299.FormFactor = Enum.FormFactor.Custom
7113
o299.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7114
o299.CFrame = CFrame.new(109.589294, 1.338287, -61.2099457, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
7115
o299.BottomSurface = Enum.SurfaceType.Smooth
7116
o299.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7117
o299.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7118
o299.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7119
o299.TopSurface = Enum.SurfaceType.Smooth
7120
o299.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7121
o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
7122
o300.Name = "Joint"
7123
o300.Parent = o299
7124
o300.C0 = CFrame.new(0.582954407, 2.10757828, -0.25213623, -0.000331714633, -1.09697344e-22, -0.99999994, -0.39049378, 0.9206056, 0.000129532506, 0.92060554, 0.39049381, -0.000305378344)
7125
o300.Part0 = o299
7126
o300.Part1 = o2
7127
o301.Parent = o1
7128
o301.Material = Enum.Material.SmoothPlastic
7129
o301.BrickColor = BrickColor.new("Really black")
7130
o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
7131
o301.Rotation = Vector3.new(-61.8400002, -72.7200012, -81.8799973)
7132
o301.Anchored = false
7133
o301.FormFactor = Enum.FormFactor.Custom
7134
o301.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7135
o301.CFrame = CFrame.new(109.999298, 1.338287, -61.4399414, 0.0419270247, 0.29401207, -0.954881728, -0.348433197, 0.900024235, 0.261822164, 0.936395526, 0.321735084, 0.140178889)
7136
o301.BottomSurface = Enum.SurfaceType.Smooth
7137
o301.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7138
o301.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7139
o301.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7140
o301.TopSurface = Enum.SurfaceType.Smooth
7141
o301.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7142
o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
7143
o302.Name = "Joint"
7144
o302.Parent = o301
7145
o302.C0 = CFrame.new(0.14654541, 2.10887909, -0.0198287964, -0.0422376357, -0.348433197, -0.936381578, -0.294118762, 0.900024235, -0.321637511, 0.954835176, 0.261822164, -0.140495628)
7146
o302.Part0 = o301
7147
o302.Part1 = o2
7148
o303.Parent = o1
7149
o303.Material = Enum.Material.SmoothPlastic
7150
o303.BrickColor = BrickColor.new("Really black")
7151
o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
7152
o303.Rotation = Vector3.new(180, 90, 0)
7153
o303.Anchored = false
7154
o303.FormFactor = Enum.FormFactor.Custom
7155
o303.Size = Vector3.new(1.21000004, 0.200000003, 0.689999998)
7156
o303.CFrame = CFrame.new(111.325104, 4.15095997, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7157
o303.BottomSurface = Enum.SurfaceType.Smooth
7158
o303.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7159
o303.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7160
o303.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7161
o303.TopSurface = Enum.SurfaceType.Smooth
7162
o303.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7163
o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
7164
o304.Name = "Joint"
7165
o304.Parent = o303
7166
o304.C0 = CFrame.new(0.0779571533, 0.970884085, -0.68069458, -0.000331714633, -1.09697344e-22, -0.99999994, -1.23908515e-22, -1, 1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
7167
o304.Part0 = o303
7168
o304.Part1 = o2
7169
o305.Parent = o1
7170
o305.Material = Enum.Material.SmoothPlastic
7171
o305.BrickColor = BrickColor.new("Really black")
7172
o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
7173
o305.Rotation = Vector3.new(-66.0599976, -65.1100006, -80.6699982)
7174
o305.Anchored = false
7175
o305.FormFactor = Enum.FormFactor.Custom
7176
o305.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7177
o305.CFrame = CFrame.new(109.659302, 1.338287, -61.4399414, 0.0682549775, 0.41538015, -0.907083571, -0.26591292, 0.883888245, 0.384749234, 0.961577654, 0.214944214, 0.170784712)
7178
o305.BottomSurface = Enum.SurfaceType.Smooth
7179
o305.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7180
o305.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7181
o305.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7182
o305.TopSurface = Enum.SurfaceType.Smooth
7183
o305.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7184
o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
7185
o306.Name = "Joint"
7186
o306.Parent = o305
7187
o306.C0 = CFrame.new(0.359195709, 2.2118721, -0.0461044312, -0.0685739368, -0.26591292, -0.961554945, -0.415451407, 0.883888245, -0.214806408, 0.907026887, 0.384749234, -0.171085596)
7188
o306.Part0 = o305
7189
o306.Part1 = o2
7190
o307.Parent = o1
7191
o307.Material = Enum.Material.SmoothPlastic
7192
o307.BrickColor = BrickColor.new("Really black")
7193
o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
7194
o307.Rotation = Vector3.new(180, 90, 0)
7195
o307.Anchored = false
7196
o307.FormFactor = Enum.FormFactor.Custom
7197
o307.Size = Vector3.new(0.560000062, 0.200000003, 2)
7198
o307.CFrame = CFrame.new(110.610107, 4.15095997, -61.0299454, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7199
o307.BottomSurface = Enum.SurfaceType.Smooth
7200
o307.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7201
o307.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7202
o307.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7203
o307.TopSurface = Enum.SurfaceType.Smooth
7204
o307.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7205
o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
7206
o308.Name = "Joint"
7207
o308.Parent = o307
7208
o308.C0 = CFrame.new(0.402954102, 0.970884085, 0.0343017578, -0.000331714633, -1.09697344e-22, -0.99999994, -1.23908515e-22, -1, 1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
7209
o308.Part0 = o307
7210
o308.Part1 = o2
7211
o309.Parent = o1
7212
o309.Material = Enum.Material.SmoothPlastic
7213
o309.BrickColor = BrickColor.new("Really black")
7214
o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
7215
o309.Rotation = Vector3.new(180, 90, 0)
7216
o309.Anchored = false
7217
o309.FormFactor = Enum.FormFactor.Custom
7218
o309.Size = Vector3.new(1.22000003, 0.200000003, 0.639999986)
7219
o309.CFrame = CFrame.new(109.930099, 4.15095997, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7220
o309.BottomSurface = Enum.SurfaceType.Smooth
7221
o309.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7222
o309.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7223
o309.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7224
o309.TopSurface = Enum.SurfaceType.Smooth
7225
o309.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7226
o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
7227
o310.Name = "Joint"
7228
o310.Parent = o309
7229
o310.C0 = CFrame.new(0.0729522705, 0.970884085, 0.714309692, -0.000331714633, -1.09697344e-22, -0.99999994, -1.23908515e-22, -1, 1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
7230
o310.Part0 = o309
7231
o310.Part1 = o2
7232
o311.Name = "Chain"
7233
o311.Parent = o1
7234
o311.Material = Enum.Material.SmoothPlastic
7235
o311.BrickColor = BrickColor.new("Fossil")
7236
o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
7237
o311.Rotation = Vector3.new(0, 0, 51.9099998)
7238
o311.Anchored = false
7239
o311.CanCollide = false
7240
o311.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7241
o311.CFrame = CFrame.new(112.130943, 0.953365028, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
7242
o311.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7243
o311.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7244
o311.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7245
o311.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7246
o311.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7247
o311.Color = Color3.new(0.623529, 0.631373, 0.67451)
7248
o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
7249
o312.Parent = o311
7250
o312.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
7251
o313.Name = "Joint"
7252
o313.Parent = o311
7253
o313.C0 = CFrame.new(0.835350037, 2.54366302, -0.667526245, -0.61693722, 0.787012339, 0.00020464712, 0.787012279, 0.61693728, -0.000261063513, -0.000331714633, -1.09697344e-22, -0.99999994)
7254
o313.Part0 = o311
7255
o313.Part1 = o2
7256
o314.Name = "Chain"
7257
o314.Parent = o1
7258
o314.Material = Enum.Material.SmoothPlastic
7259
o314.BrickColor = BrickColor.new("Fossil")
7260
o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
7261
o314.Rotation = Vector3.new(90, -38.0900002, 8.5)
7262
o314.Anchored = false
7263
o314.CanCollide = false
7264
o314.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7265
o314.CFrame = CFrame.new(112.392395, 0.80925101, -60.1639633, 0.77837038, -0.116286881, -0.61694169, -0.610170305, 0.0911549106, -0.787008941, 0.14775607, 0.989023864, -2.52004043e-06)
7266
o314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7267
o314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7268
o314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7269
o314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7270
o314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7271
o314.Color = Color3.new(0.623529, 0.631373, 0.67451)
7272
o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
7273
o315.Parent = o314
7274
o315.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7275
o316.Name = "Joint"
7276
o316.Parent = o314
7277
o316.C0 = CFrame.new(-2.87560272, -0.0385665894, -0.787452698, -0.778419316, -0.610170305, -0.147497863, 0.115958802, 0.0911549106, -0.989062369, 0.616941631, -0.787008941, -0.000202128547)
7278
o316.Part0 = o314
7279
o316.Part1 = o2
7280
o317.Name = "Chain"
7281
o317.Parent = o1
7282
o317.Material = Enum.Material.SmoothPlastic
7283
o317.BrickColor = BrickColor.new("Fossil")
7284
o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
7285
o317.Rotation = Vector3.new(90, -38.0900002, 8.5)
7286
o317.Anchored = false
7287
o317.CanCollide = false
7288
o317.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7289
o317.CFrame = CFrame.new(112.405258, 0.799176991, -60.2733078, 0.77837038, -0.116286881, -0.61694169, -0.610170305, 0.0911549106, -0.787008941, 0.14775607, 0.989023864, -2.52004043e-06)
7290
o317.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7291
o317.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7292
o317.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7293
o317.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7294
o317.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7295
o317.Color = Color3.new(0.623529, 0.631373, 0.67451)
7296
o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
7297
o318.Parent = o317
7298
o318.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7299
o319.Name = "Joint"
7300
o319.Parent = o317
7301
o319.C0 = CFrame.new(-2.87561035, 0.0719909668, -0.787445068, -0.778419316, -0.610170305, -0.147497863, 0.115958802, 0.0911549106, -0.989062369, 0.616941631, -0.787008941, -0.000202128547)
7302
o319.Part0 = o317
7303
o319.Part1 = o2
7304
o320.Name = "Chain"
7305
o320.Parent = o1
7306
o320.Material = Enum.Material.SmoothPlastic
7307
o320.BrickColor = BrickColor.new("Fossil")
7308
o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
7309
o320.Rotation = Vector3.new(90, -38.0900002, 8.5)
7310
o320.Anchored = false
7311
o320.CanCollide = false
7312
o320.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7313
o320.CFrame = CFrame.new(112.435074, 0.77579999, -60.2075424, 0.77837038, -0.116286881, -0.61694169, -0.610170305, 0.0911549106, -0.787008941, 0.14775607, 0.989023864, -2.52004043e-06)
7314
o320.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7315
o320.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7316
o320.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7317
o320.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7318
o320.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7319
o320.Color = Color3.new(0.623529, 0.631373, 0.67451)
7320
o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
7321
o321.Parent = o320
7322
o321.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
7323
o322.Name = "Joint"
7324
o322.Parent = o320
7325
o322.C0 = CFrame.new(-2.92279816, 0.012550354, -0.787445068, -0.778419316, -0.610170305, -0.147497863, 0.115958802, 0.0911549106, -0.989062369, 0.616941631, -0.787008941, -0.000202128547)
7326
o322.Part0 = o320
7327
o322.Part1 = o2
7328
o323.Name = "Chain"
7329
o323.Parent = o1
7330
o323.Material = Enum.Material.SmoothPlastic
7331
o323.BrickColor = BrickColor.new("Fossil")
7332
o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
7333
o323.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
7334
o323.Anchored = false
7335
o323.CanCollide = false
7336
o323.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7337
o323.CFrame = CFrame.new(112.402344, 0.801451981, -60.2486038, 0.61693728, -0.116285205, 0.778374016, 0.787012339, 0.0911557302, -0.610165715, 0, 0.989023983, 0.147755265)
7338
o323.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7339
o323.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7340
o323.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7341
o323.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7342
o323.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7343
o323.Color = Color3.new(0.623529, 0.631373, 0.67451)
7344
o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
7345
o324.Parent = o323
7346
o324.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7347
o325.Name = "Joint"
7348
o325.Parent = o323
7349
o325.C0 = CFrame.new(0.787467957, 0.0470123291, -2.87559509, -0.61693722, 0.787012339, 0.00020464712, 0.115957126, 0.0911557302, -0.989062488, -0.778422952, -0.610165715, -0.147497058)
7350
o325.Part0 = o323
7351
o325.Part1 = o2
7352
o326.Name = "Chain"
7353
o326.Parent = o1
7354
o326.Material = Enum.Material.SmoothPlastic
7355
o326.BrickColor = BrickColor.new("Fossil")
7356
o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
7357
o326.Rotation = Vector3.new(90, -38.0900002, 90)
7358
o326.Anchored = false
7359
o326.CanCollide = false
7360
o326.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7361
o326.CFrame = CFrame.new(112.09314, 1.04384899, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
7362
o326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7363
o326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7364
o326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7365
o326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7366
o326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7367
o326.Color = Color3.new(0.623529, 0.631373, 0.67451)
7368
o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
7369
o327.Parent = o326
7370
o327.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
7371
o328.Name = "Joint"
7372
o328.Parent = o326
7373
o328.C0 = CFrame.new(-0.619644165, 2.45808411, -0.787460327, -0.000331714633, -1.09697344e-22, -0.99999994, 0.787012279, 0.61693728, -0.000261063513, 0.61693722, -0.787012339, -0.00020464712)
7374
o328.Part0 = o326
7375
o328.Part1 = o2
7376
o329.Name = "Chain"
7377
o329.Parent = o1
7378
o329.Material = Enum.Material.SmoothPlastic
7379
o329.BrickColor = BrickColor.new("Fossil")
7380
o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
7381
o329.Rotation = Vector3.new(90, -38.0900002, 147.770004)
7382
o329.Anchored = false
7383
o329.CanCollide = false
7384
o329.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7385
o329.CFrame = CFrame.new(112.364258, 0.831314027, -60.666008, -0.665761709, -0.419700056, -0.61693871, 0.521891773, 0.329002023, -0.787011266, 0.533282757, -0.845937133, 1.08515837e-06)
7386
o329.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7387
o329.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7388
o329.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7389
o329.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7390
o329.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7391
o329.Color = Color3.new(0.623529, 0.631373, 0.67451)
7392
o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
7393
o330.Parent = o329
7394
o330.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7395
o331.Name = "Joint"
7396
o331.Parent = o329
7397
o331.C0 = CFrame.new(2.39161682, 1.46156693, -0.787460327, 0.665584743, 0.521891773, -0.533503532, 0.419980645, 0.329002023, 0.845797837, 0.616938651, -0.787011266, -0.000205732766)
7398
o331.Part0 = o329
7399
o331.Part1 = o2
7400
mas.Parent = workspace
7401
mas:MakeJoints()
7402
local mas1 = mas:GetChildren()
7403
for i=1,#mas1 do
7404
	mas1[i].Parent = workspace 
7405
	ypcall(function() mas1[i]:MakeJoints() end)
7406
end
7407
mas:Destroy()
7408
for i=1,#cors do
7409
coroutine.resume(cors[i])
7410
end
7411
7412
wait()
7413
7414
Workspace["Torso_"].Parent = game.Players.LocalPlayer.Character
7415
7416
game.Players.LocalPlayer.Character["Torso_"].Name = "Familiar Torso"
7417
7418
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
7419
w.Part0 = game.Players.LocalPlayer.Character["Torso"]
7420
w.Part1 = o2
7421
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
7422
game.Players.LocalPlayer.Character["Torso"].Transparency = 0
7423
7424
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Torso"]:GetChildren()) do
7425
	if v.ClassName == "Part" then
7426
	v.CanCollide = false
7427
	v.Anchored = false
7428
	end
7429
end
7430
7431
7432
local runDummyScript = function(f,scri)
7433
local oldenv = getfenv(f)
7434
local newenv = setmetatable({}, {
7435
__index = function(_, k)
7436
if k:lower() == 'script' then
7437
return scri
7438
else
7439
return oldenv[k]
7440
end
7441
end
7442
})
7443
setfenv(f, newenv)
7444
ypcall(function() f() end)
7445
end
7446
cors = {}
7447
mas = Instance.new("Model",game:GetService("Lighting")) 
7448
mas.Name = "CompiledModel"
7449
o1 = Instance.new("Model")
7450
o2 = Instance.new("Part")
7451
o3 = Instance.new("SpecialMesh")
7452
o4 = Instance.new("Part")
7453
o5 = Instance.new("Weld")
7454
o6 = Instance.new("Part")
7455
o7 = Instance.new("Weld")
7456
o8 = Instance.new("Part")
7457
o9 = Instance.new("Weld")
7458
o10 = Instance.new("Part")
7459
o11 = Instance.new("Weld")
7460
o12 = Instance.new("Part")
7461
o13 = Instance.new("Weld")
7462
o14 = Instance.new("Part")
7463
o15 = Instance.new("Weld")
7464
o16 = Instance.new("Part")
7465
o17 = Instance.new("Weld")
7466
o18 = Instance.new("Part")
7467
o19 = Instance.new("Weld")
7468
o20 = Instance.new("Part")
7469
o21 = Instance.new("SpecialMesh")
7470
o22 = Instance.new("Weld")
7471
o23 = Instance.new("Part")
7472
o24 = Instance.new("SpecialMesh")
7473
o25 = Instance.new("Weld")
7474
o26 = Instance.new("Part")
7475
o27 = Instance.new("SpecialMesh")
7476
o28 = Instance.new("Weld")
7477
o29 = Instance.new("Part")
7478
o30 = Instance.new("SpecialMesh")
7479
o31 = Instance.new("Weld")
7480
o32 = Instance.new("Part")
7481
o33 = Instance.new("SpecialMesh")
7482
o34 = Instance.new("Weld")
7483
o35 = Instance.new("Part")
7484
o36 = Instance.new("SpecialMesh")
7485
o37 = Instance.new("Weld")
7486
o38 = Instance.new("Part")
7487
o39 = Instance.new("SpecialMesh")
7488
o40 = Instance.new("Weld")
7489
o41 = Instance.new("Part")
7490
o42 = Instance.new("SpecialMesh")
7491
o43 = Instance.new("Weld")
7492
o44 = Instance.new("Part")
7493
o45 = Instance.new("SpecialMesh")
7494
o46 = Instance.new("Weld")
7495
o47 = Instance.new("Part")
7496
o48 = Instance.new("SpecialMesh")
7497
o49 = Instance.new("Weld")
7498
o50 = Instance.new("Part")
7499
o51 = Instance.new("SpecialMesh")
7500
o52 = Instance.new("Weld")
7501
o53 = Instance.new("Part")
7502
o54 = Instance.new("Weld")
7503
o55 = Instance.new("Part")
7504
o56 = Instance.new("Weld")
7505
o57 = Instance.new("Part")
7506
o58 = Instance.new("Weld")
7507
o59 = Instance.new("Part")
7508
o60 = Instance.new("Weld")
7509
o61 = Instance.new("Part")
7510
o62 = Instance.new("Weld")
7511
o63 = Instance.new("WedgePart")
7512
o64 = Instance.new("SpecialMesh")
7513
o65 = Instance.new("Weld")
7514
o66 = Instance.new("WedgePart")
7515
o67 = Instance.new("SpecialMesh")
7516
o68 = Instance.new("Weld")
7517
o69 = Instance.new("WedgePart")
7518
o70 = Instance.new("SpecialMesh")
7519
o71 = Instance.new("Weld")
7520
o72 = Instance.new("WedgePart")
7521
o73 = Instance.new("SpecialMesh")
7522
o74 = Instance.new("Weld")
7523
o75 = Instance.new("WedgePart")
7524
o76 = Instance.new("SpecialMesh")
7525
o77 = Instance.new("Weld")
7526
o78 = Instance.new("WedgePart")
7527
o79 = Instance.new("SpecialMesh")
7528
o80 = Instance.new("Weld")
7529
o81 = Instance.new("WedgePart")
7530
o82 = Instance.new("SpecialMesh")
7531
o83 = Instance.new("Weld")
7532
o84 = Instance.new("WedgePart")
7533
o85 = Instance.new("SpecialMesh")
7534
o86 = Instance.new("Weld")
7535
o87 = Instance.new("WedgePart")
7536
o88 = Instance.new("SpecialMesh")
7537
o89 = Instance.new("Weld")
7538
o90 = Instance.new("Part")
7539
o91 = Instance.new("Weld")
7540
o92 = Instance.new("WedgePart")
7541
o93 = Instance.new("SpecialMesh")
7542
o94 = Instance.new("Weld")
7543
o95 = Instance.new("WedgePart")
7544
o96 = Instance.new("SpecialMesh")
7545
o97 = Instance.new("Weld")
7546
o98 = Instance.new("WedgePart")
7547
o99 = Instance.new("SpecialMesh")
7548
o100 = Instance.new("Weld")
7549
o1.Name = "LeftArm"
7550
o1.Parent = mas
7551
o2.Name = "REF"
7552
o2.Parent = o1
7553
o2.Transparency = 1
7554
o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
7555
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
7556
o2.Anchored = false
7557
o2.CanCollide = false
7558
o2.FormFactor = Enum.FormFactor.Symmetric
7559
o2.Size = Vector3.new(1, 2, 1)
7560
o2.CFrame = CFrame.new(112.144409, 3.18000388, -60.6271744, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
7561
o2.BottomSurface = Enum.SurfaceType.Smooth
7562
o2.TopSurface = Enum.SurfaceType.Smooth
7563
o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
7564
o3.Parent = o2
7565
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
7566
o3.MeshType = Enum.MeshType.FileMesh
7567
o4.Name = "Pinkie"
7568
o4.Parent = o1
7569
o4.Material = Enum.Material.Metal
7570
o4.BrickColor = BrickColor.new("Really black")
7571
o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
7572
o4.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7573
o4.Anchored = false
7574
o4.FormFactor = Enum.FormFactor.Custom
7575
o4.Size = Vector3.new(0.385473251, 0.244744942, 0.244744942)
7576
o4.CFrame = CFrame.new(112.587646, 1.6745528, -61.0940781, 0.241840079, -0.026258843, -0.969960749, 0.97029537, 6.48375021e-07, 0.241923481, -0.0063520018, -0.999655247, 0.0254789889)
7577
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7578
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7579
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7580
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7581
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7582
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7583
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7584
o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
7585
o5.Name = "Joint"
7586
o5.Parent = o4
7587
o5.C0 = CFrame.new(1.35057449, -0.455104828, 0.806030273, -0.241837963, 0.97029537, 0.00643222313, 0.0265904423, 6.48375021e-07, 0.999646485, 0.969952226, 0.241923481, -0.0258007366)
7588
o5.Part0 = o4
7589
o5.Part1 = o2
7590
o6.Name = "main"
7591
o6.Parent = o1
7592
o6.Material = Enum.Material.Metal
7593
o6.BrickColor = BrickColor.new("Really black")
7594
o6.Reflectance = 0.20000000298023
7595
o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
7596
o6.Rotation = Vector3.new(0, -88.5, 0)
7597
o6.Anchored = false
7598
o6.FormFactor = Enum.FormFactor.Custom
7599
o6.Size = Vector3.new(1.16253865, 2.04795957, 1.22372472)
7600
o6.CFrame = CFrame.new(112.151566, 3.20138907, -60.6235428, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
7601
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7602
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7603
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7604
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7605
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7606
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7607
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7608
o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
7609
o7.Name = "Joint"
7610
o7.Parent = o6
7611
o7.C0 = CFrame.new(-0.00381851196, -0.0213851929, 0.00704956055, -0.0265956037, -1.06404222e-22, -0.999646366, 1.23908515e-22, 1, -1.09738441e-22, 0.999646366, -1.26783263e-22, -0.0265956037)
7612
o7.Part0 = o6
7613
o7.Part1 = o2
7614
o8.Name = "Middle"
7615
o8.Parent = o1
7616
o8.Material = Enum.Material.Metal
7617
o8.BrickColor = BrickColor.new("Really black")
7618
o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
7619
o8.Rotation = Vector3.new(-83.9800034, -75.9199982, 6.19999981)
7620
o8.Anchored = false
7621
o8.FormFactor = Enum.FormFactor.Custom
7622
o8.Size = Vector3.new(0.550676167, 0.244744971, 0.244744971)
7623
o8.CFrame = CFrame.new(112.583878, 1.59440327, -60.4757423, 0.241842672, -0.026281815, -0.969959617, 0.970294714, 4.18917307e-06, 0.241926104, -0.00635419413, -0.999654591, 0.0255021211)
7624
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7625
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7626
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7627
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7628
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7629
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7630
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7631
o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
7632
o9.Name = "Joint"
7633
o9.Parent = o8
7634
o9.C0 = CFrame.new(1.43317795, 0.16293335, 0.805999756, -0.241840556, 0.970294714, 0.0064344164, 0.0266134124, 4.18917307e-06, 0.999645829, 0.969951093, 0.241926104, -0.0258238688)
7635
o9.Part0 = o8
7636
o9.Part1 = o2
7637
o10.Name = "Middle"
7638
o10.Parent = o1
7639
o10.Material = Enum.Material.Metal
7640
o10.BrickColor = BrickColor.new("Really black")
7641
o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
7642
o10.Rotation = Vector3.new(0, -88.4899979, 90)
7643
o10.Anchored = false
7644
o10.FormFactor = Enum.FormFactor.Custom
7645
o10.Size = Vector3.new(0.428303689, 0.244744971, 0.244744971)
7646
o10.CFrame = CFrame.new(112.645073, 2.05328345, -60.4773598, -5.76933703e-18, -0.026274994, -0.99965477, 1, -5.42101086e-20, 6.15587026e-18, -2.82188995e-19, -0.99965477, 0.026274994)
7647
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7648
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7649
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7650
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7651
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7652
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7653
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7654
o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
7655
o11.Name = "Joint"
7656
o11.Parent = o10
7657
o11.C0 = CFrame.new(1.12672043, 0.162914276, 0.496559143, 5.76955417e-18, 1, 2.80165453e-19, 0.0266065914, -5.41037061e-20, 0.999646008, 0.999646008, 6.15574329e-18, -0.0266065914)
7658
o11.Part0 = o10
7659
o11.Part1 = o2
7660
o12.Name = "Index"
7661
o12.Parent = o1
7662
o12.Material = Enum.Material.Metal
7663
o12.BrickColor = BrickColor.new("Really black")
7664
o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
7665
o12.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
7666
o12.Anchored = false
7667
o12.FormFactor = Enum.FormFactor.Custom
7668
o12.Size = Vector3.new(0.42830357, 0.244744897, 0.244744897)
7669
o12.CFrame = CFrame.new(112.653015, 2.05328369, -60.1777191, -2.77161598e-06, -0.026252022, -0.999655366, 1, -3.54077952e-06, -2.71201134e-06, -3.46917659e-06, -0.999655426, 0.026252022)
7670
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7671
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7672
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7673
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7674
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7675
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7676
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7677
o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
7678
o13.Name = "Joint"
7679
o13.Parent = o12
7680
o13.C0 = CFrame.new(1.12672305, 0.462650299, 0.496635437, 2.77276649e-06, 1, 3.46825686e-06, 0.0265836213, -3.54077952e-06, 0.999646664, 0.999646604, -2.71201134e-06, -0.0265836213)
7681
o13.Part0 = o12
7682
o13.Part1 = o2
7683
o14.Name = "Index"
7684
o14.Parent = o1
7685
o14.Material = Enum.Material.Metal
7686
o14.BrickColor = BrickColor.new("Really black")
7687
o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
7688
o14.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7689
o14.Anchored = false
7690
o14.FormFactor = Enum.FormFactor.Custom
7691
o14.Size = Vector3.new(0.458896697, 0.244744897, 0.244744897)
7692
o14.CFrame = CFrame.new(112.602913, 1.63892996, -60.1764107, 0.241840079, -0.026258843, -0.969960749, 0.97029537, 6.48375021e-07, 0.241923481, -0.0063520018, -0.999655247, 0.0254789889)
7693
o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7694
o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7695
o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7696
o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7697
o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7698
o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7699
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7700
o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
7701
o15.Name = "Joint"
7702
o15.Parent = o14
7703
o15.C0 = CFrame.new(1.3872757, 0.462646484, 0.80607605, -0.241837963, 0.97029537, 0.00643222313, 0.0265904423, 6.48375021e-07, 0.999646485, 0.969952226, 0.241923481, -0.0258007366)
7704
o15.Part0 = o14
7705
o15.Part1 = o2
7706
o16.Parent = o1
7707
o16.Material = Enum.Material.Metal
7708
o16.BrickColor = BrickColor.new("Really black")
7709
o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
7710
o16.Rotation = Vector3.new(175.25, -1.62, -90.3199997)
7711
o16.Anchored = false
7712
o16.FormFactor = Enum.FormFactor.Custom
7713
o16.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
7714
o16.CFrame = CFrame.new(112.100418, 1.99244225, -60.016201, -0.00558705535, 0.999582946, -0.0283310357, 0.996565759, 0.00322507066, -0.0827412084, -0.0826153085, -0.0286960267, -0.996168256)
7715
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7716
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7717
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7718
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7719
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7720
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7721
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7722
o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
7723
o17.Name = "Joint"
7724
o17.Parent = o16
7725
o17.C0 = CFrame.new(1.23371267, 0.0653381348, 0.509124756, 0.00561445951, 0.996565759, 0.0826134458, -0.99957335, 0.00322507066, 0.0290276017, 0.0286614783, -0.0827412084, 0.996158779)
7726
o17.Part0 = o16
7727
o17.Part1 = o2
7728
o18.Parent = o1
7729
o18.Material = Enum.Material.Metal
7730
o18.BrickColor = BrickColor.new("Really black")
7731
o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
7732
o18.Rotation = Vector3.new(-174.410004, -1.64999998, -90.0199966)
7733
o18.Anchored = false
7734
o18.FormFactor = Enum.FormFactor.Custom
7735
o18.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
7736
o18.CFrame = CFrame.new(112.100418, 1.76605344, -60.016201, -0.000417999923, 0.999582946, -0.0288741793, 0.995239794, 0.00322977034, 0.0974023417, 0.09745498, -0.0286960211, -0.994826138)
7737
o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7738
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7739
o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7740
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7741
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7742
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7743
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7744
o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
7745
o19.Name = "Joint"
7746
o19.Parent = o18
7747
o19.C0 = CFrame.new(1.34765911, 0.0660705566, 0.74426651, 0.00038567264, 0.995239794, -0.0974551141, -0.99957335, 0.00322977034, 0.0290275961, 0.0292041767, 0.0974023417, 0.994816482)
7748
o19.Part0 = o18
7749
o19.Part1 = o2
7750
o20.Parent = o1
7751
o20.Material = Enum.Material.Neon
7752
o20.BrickColor = BrickColor.new("Cyan")
7753
o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
7754
o20.Rotation = Vector3.new(-180, -1.5, -180)
7755
o20.Anchored = false
7756
o20.CanCollide = false
7757
o20.Shape = Enum.PartType.Ball
7758
o20.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
7759
o20.CFrame = CFrame.new(112.858627, 3.2858181, -60.5739594, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
7760
o20.BottomSurface = Enum.SurfaceType.Smooth
7761
o20.TopSurface = Enum.SurfaceType.Smooth
7762
o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7763
o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
7764
o21.Parent = o20
7765
o21.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
7766
o21.MeshType = Enum.MeshType.Sphere
7767
o22.Name = "Joint"
7768
o22.Parent = o20
7769
o22.C0 = CFrame.new(0.712562561, -0.105814219, 0.0719528198, 0.999646366, -1.26783263e-22, -0.0265956037, 1.23908515e-22, 1, -1.09738441e-22, 0.0265956037, 1.06404222e-22, 0.999646366)
7770
o22.Part0 = o20
7771
o22.Part1 = o2
7772
o23.Name = "SkullMask"
7773
o23.Parent = o1
7774
o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
7775
o23.Rotation = Vector3.new(0, -88.5, 0)
7776
o23.Anchored = false
7777
o23.FormFactor = Enum.FormFactor.Custom
7778
o23.Size = Vector3.new(0.42987746, 0.49128899, 0.49128893)
7779
o23.CFrame = CFrame.new(112.709534, 3.31745791, -60.6490936, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
7780
o23.BottomSurface = Enum.SurfaceType.Smooth
7781
o23.TopSurface = Enum.SurfaceType.Smooth
7782
o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
7783
o24.Parent = o23
7784
o24.MeshId = "http://www.roblox.com/asset/?id=72542883"
7785
o24.Scale = Vector3.new(0.307055533, 0.921166539, 0.307055563)
7786
o24.TextureId = "rbxassetid://0"
7787
o24.VertexColor = Vector3.new(1, 2, 1)
7788
o24.MeshType = Enum.MeshType.FileMesh
7789
o25.Name = "Joint"
7790
o25.Parent = o23
7791
o25.C0 = CFrame.new(0.00706863403, -0.137454033, 0.565498352, -0.0265956037, -1.06404222e-22, -0.999646366, 1.23908515e-22, 1, -1.09738441e-22, 0.999646366, -1.26783263e-22, -0.0265956037)
7792
o25.Part0 = o23
7793
o25.Part1 = o2
7794
o26.Parent = o1
7795
o26.Material = Enum.Material.Neon
7796
o26.BrickColor = BrickColor.new("Cyan")
7797
o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
7798
o26.Rotation = Vector3.new(-180, -1.5, -180)
7799
o26.Anchored = false
7800
o26.CanCollide = false
7801
o26.Shape = Enum.PartType.Ball
7802
o26.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
7803
o26.CFrame = CFrame.new(112.85437, 3.2858181, -60.7367096, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
7804
o26.BottomSurface = Enum.SurfaceType.Smooth
7805
o26.TopSurface = Enum.SurfaceType.Smooth
7806
o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7807
o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
7808
o27.Parent = o26
7809
o27.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
7810
o27.MeshType = Enum.MeshType.Sphere
7811
o28.Name = "Joint"
7812
o28.Parent = o26
7813
o28.C0 = CFrame.new(0.712593079, -0.105814219, -0.0908508301, 0.999646366, -1.26783263e-22, -0.0265956037, 1.23908515e-22, 1, -1.09738441e-22, 0.0265956037, 1.06404222e-22, 0.999646366)
7814
o28.Part0 = o26
7815
o28.Part1 = o2
7816
o29.Parent = o1
7817
o29.Material = Enum.Material.Neon
7818
o29.BrickColor = BrickColor.new("Cyan")
7819
o29.Reflectance = 0.5
7820
o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
7821
o29.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
7822
o29.Anchored = false
7823
o29.CanCollide = false
7824
o29.FormFactor = Enum.FormFactor.Plate
7825
o29.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7826
o29.CFrame = CFrame.new(112.185989, 2.85818291, -61.1590652, -0.0296190046, -0.000153985544, -0.99956125, 0.0047260006, -0.999988854, 1.40105449e-05, -0.999550104, -0.0047235121, 0.0296194013)
7827
o29.BottomSurface = Enum.SurfaceType.Smooth
7828
o29.TopSurface = Enum.SurfaceType.Smooth
7829
o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7830
o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
7831
o30.Parent = o29
7832
o30.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7833
o30.MeshType = Enum.MeshType.Wedge
7834
o31.Name = "Joint"
7835
o31.Parent = o29
7836
o31.C0 = CFrame.new(-0.528896332, -0.324323416, 0.0573196411, 0.0299505685, 0.0047260006, 0.99954021, 0.000155552392, -0.999988854, 0.00472346041, 0.999551356, 1.40105449e-05, -0.0299509689)
7837
o31.Part0 = o29
7838
o31.Part1 = o2
7839
o32.Parent = o1
7840
o32.Material = Enum.Material.Neon
7841
o32.BrickColor = BrickColor.new("Cyan")
7842
o32.Reflectance = 0.5
7843
o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
7844
o32.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
7845
o32.Anchored = false
7846
o32.CanCollide = false
7847
o32.FormFactor = Enum.FormFactor.Plate
7848
o32.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7849
o32.CFrame = CFrame.new(112.063293, 3.10351396, -61.1541824, -0.0296190046, 0.000153985544, 0.99956125, 0.0047260006, 0.999988854, -1.40105449e-05, -0.999550104, 0.0047235121, -0.0296194013)
7850
o32.BottomSurface = Enum.SurfaceType.Smooth
7851
o32.TopSurface = Enum.SurfaceType.Smooth
7852
o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7853
o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
7854
o33.Parent = o32
7855
o33.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7856
o33.MeshType = Enum.MeshType.Wedge
7857
o34.Name = "Joint"
7858
o34.Parent = o32
7859
o34.C0 = CFrame.new(-0.528812408, 0.0789909363, 0.0654754639, 0.0299505685, 0.0047260006, 0.99954021, -0.000155552392, 0.999988854, -0.00472346041, -0.999551356, -1.40105449e-05, 0.0299509689)
7860
o34.Part0 = o32
7861
o34.Part1 = o2
7862
o35.Parent = o1
7863
o35.Material = Enum.Material.Neon
7864
o35.BrickColor = BrickColor.new("Cyan")
7865
o35.Reflectance = 0.5
7866
o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
7867
o35.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
7868
o35.Anchored = false
7869
o35.CanCollide = false
7870
o35.FormFactor = Enum.FormFactor.Plate
7871
o35.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7872
o35.CFrame = CFrame.new(112.063255, 2.85818195, -61.1554489, 0.0296190046, -0.000153985544, 0.99956125, -0.0047260006, -0.999988854, -1.40105449e-05, 0.999550104, -0.0047235121, -0.0296194013)
7873
o35.BottomSurface = Enum.SurfaceType.Smooth
7874
o35.TopSurface = Enum.SurfaceType.Smooth
7875
o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7876
o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
7877
o36.Parent = o35
7878
o36.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7879
o36.MeshType = Enum.MeshType.Wedge
7880
o37.Name = "Joint"
7881
o37.Parent = o35
7882
o37.C0 = CFrame.new(0.528915405, -0.324326277, 0.0654678345, -0.0299505685, -0.0047260006, -0.99954021, 0.000155552392, -0.999988854, 0.00472346041, -0.999551356, -1.40105449e-05, 0.0299509689)
7883
o37.Part0 = o35
7884
o37.Part1 = o2
7885
o38.Parent = o1
7886
o38.Material = Enum.Material.Neon
7887
o38.BrickColor = BrickColor.new("Cyan")
7888
o38.Reflectance = 0.5
7889
o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
7890
o38.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
7891
o38.Anchored = false
7892
o38.CanCollide = false
7893
o38.FormFactor = Enum.FormFactor.Plate
7894
o38.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7895
o38.CFrame = CFrame.new(112.186005, 3.10351396, -61.1578369, 0.0296190046, 0.000153985544, -0.99956125, -0.0047260006, 0.999988854, 1.40105449e-05, 0.999550104, 0.0047235121, 0.0296194013)
7896
o38.BottomSurface = Enum.SurfaceType.Smooth
7897
o38.TopSurface = Enum.SurfaceType.Smooth
7898
o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7899
o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
7900
o39.Parent = o38
7901
o39.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7902
o39.MeshType = Enum.MeshType.Wedge
7903
o40.Name = "Joint"
7904
o40.Parent = o38
7905
o40.C0 = CFrame.new(0.528827667, 0.0789892673, 0.0572891235, -0.0299505685, -0.0047260006, -0.99954021, -0.000155552392, 0.999988854, -0.00472346041, 0.999551356, 1.40105449e-05, -0.0299509689)
7906
o40.Part0 = o38
7907
o40.Part1 = o2
7908
o41.Parent = o1
7909
o41.Material = Enum.Material.Neon
7910
o41.BrickColor = BrickColor.new("Cyan")
7911
o41.Reflectance = 0.5
7912
o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
7913
o41.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
7914
o41.Anchored = false
7915
o41.CanCollide = false
7916
o41.FormFactor = Enum.FormFactor.Plate
7917
o41.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7918
o41.CFrame = CFrame.new(112.213989, 3.10351396, -60.0935593, 0.0296190046, 0.000153985544, -0.99956125, -0.0047260006, 0.999988854, 1.40105449e-05, 0.999550104, 0.0047235121, 0.0296194013)
7919
o41.BottomSurface = Enum.SurfaceType.Smooth
7920
o41.TopSurface = Enum.SurfaceType.Smooth
7921
o41.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7922
o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
7923
o42.Parent = o41
7924
o42.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7925
o42.MeshType = Enum.MeshType.Wedge
7926
o43.Name = "Joint"
7927
o43.Parent = o41
7928
o43.C0 = CFrame.new(-0.535797119, 0.0739576817, 0.0537490845, -0.0299505685, -0.0047260006, -0.99954021, -0.000155552392, 0.999988854, -0.00472346041, 0.999551356, 1.40105449e-05, -0.0299509689)
7929
o43.Part0 = o41
7930
o43.Part1 = o2
7931
o44.Parent = o1
7932
o44.Material = Enum.Material.Neon
7933
o44.BrickColor = BrickColor.new("Cyan")
7934
o44.Reflectance = 0.5
7935
o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
7936
o44.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
7937
o44.Anchored = false
7938
o44.CanCollide = false
7939
o44.FormFactor = Enum.FormFactor.Plate
7940
o44.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7941
o44.CFrame = CFrame.new(112.091309, 3.10351396, -60.0898819, -0.0296190046, 0.000153985544, 0.99956125, 0.0047260006, 0.999988854, -1.40105449e-05, -0.999550104, 0.0047235121, -0.0296194013)
7942
o44.BottomSurface = Enum.SurfaceType.Smooth
7943
o44.TopSurface = Enum.SurfaceType.Smooth
7944
o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7945
o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
7946
o45.Parent = o44
7947
o45.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7948
o45.MeshType = Enum.MeshType.Wedge
7949
o46.Name = "Joint"
7950
o46.Parent = o44
7951
o46.C0 = CFrame.new(0.535842896, 0.0739593506, 0.0689926147, 0.0299505685, 0.0047260006, 0.99954021, -0.000155552392, 0.999988854, -0.00472346041, -0.999551356, -1.40105449e-05, 0.0299509689)
7952
o46.Part0 = o44
7953
o46.Part1 = o2
7954
o47.Parent = o1
7955
o47.Material = Enum.Material.Neon
7956
o47.BrickColor = BrickColor.new("Cyan")
7957
o47.Reflectance = 0.5
7958
o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
7959
o47.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
7960
o47.Anchored = false
7961
o47.CanCollide = false
7962
o47.FormFactor = Enum.FormFactor.Plate
7963
o47.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7964
o47.CFrame = CFrame.new(112.091309, 2.85818195, -60.0911636, 0.0296190046, -0.000153985544, 0.99956125, -0.0047260006, -0.999988854, -1.40105449e-05, 0.999550104, -0.0047235121, -0.0296194013)
7965
o47.BottomSurface = Enum.SurfaceType.Smooth
7966
o47.TopSurface = Enum.SurfaceType.Smooth
7967
o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7968
o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
7969
o48.Parent = o47
7970
o48.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7971
o48.MeshType = Enum.MeshType.Wedge
7972
o49.Name = "Joint"
7973
o49.Parent = o47
7974
o49.C0 = CFrame.new(-0.535720825, -0.319294691, 0.0689468384, -0.0299505685, -0.0047260006, -0.99954021, 0.000155552392, -0.999988854, 0.00472346041, -0.999551356, -1.40105449e-05, 0.0299509689)
7975
o49.Part0 = o47
7976
o49.Part1 = o2
7977
o50.Parent = o1
7978
o50.Material = Enum.Material.Neon
7979
o50.BrickColor = BrickColor.new("Cyan")
7980
o50.Reflectance = 0.5
7981
o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
7982
o50.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
7983
o50.Anchored = false
7984
o50.CanCollide = false
7985
o50.FormFactor = Enum.FormFactor.Plate
7986
o50.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7987
o50.CFrame = CFrame.new(112.21402, 2.85818291, -60.0948257, -0.0296190046, -0.000153985544, -0.99956125, 0.0047260006, -0.999988854, 1.40105449e-05, -0.999550104, -0.0047235121, 0.0296194013)
7988
o50.BottomSurface = Enum.SurfaceType.Smooth
7989
o50.TopSurface = Enum.SurfaceType.Smooth
7990
o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7991
o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
7992
o51.Parent = o50
7993
o51.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7994
o51.MeshType = Enum.MeshType.Wedge
7995
o52.Name = "Joint"
7996
o52.Parent = o50
7997
o52.C0 = CFrame.new(0.535694122, -0.319292068, 0.0538253784, 0.0299505685, 0.0047260006, 0.99954021, 0.000155552392, -0.999988854, 0.00472346041, 0.999551356, 1.40105449e-05, -0.0299509689)
7998
o52.Part0 = o50
7999
o52.Part1 = o2
8000
o53.Parent = o1
8001
o53.Material = Enum.Material.Metal
8002
o53.BrickColor = BrickColor.new("Really black")
8003
o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
8004
o53.Rotation = Vector3.new(161.25, -1.5, -90.6999969)
8005
o53.Anchored = false
8006
o53.FormFactor = Enum.FormFactor.Custom
8007
o53.Size = Vector3.new(0.428303599, 0.244744927, 0.244744927)
8008
o53.CFrame = CFrame.new(112.097137, 2.30945516, -60.0942497, -0.0122789042, 0.999582648, -0.026146993, 0.94694531, 0.00322572584, -0.321378142, -0.321159691, -0.0287059508, -0.946589768)
8009
o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8010
o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8011
o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8012
o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8013
o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8014
o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8015
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8016
o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
8017
o54.Name = "Joint"
8018
o54.Parent = o53
8019
o54.C0 = CFrame.new(0.994935989, 0.0653686523, 0.223449707, 0.0123854363, 0.94694531, 0.321155578, -0.999573052, 0.00322572584, 0.0290375259, 0.0264609884, -0.321378142, 0.946581006)
8020
o54.Part0 = o53
8021
o54.Part1 = o2
8022
o55.Name = "Ring"
8023
o55.Parent = o1
8024
o55.Material = Enum.Material.Metal
8025
o55.BrickColor = BrickColor.new("Really black")
8026
o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
8027
o55.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
8028
o55.Anchored = false
8029
o55.FormFactor = Enum.FormFactor.Custom
8030
o55.Size = Vector3.new(0.465015382, 0.244744942, 0.244744942)
8031
o55.CFrame = CFrame.new(112.586052, 1.63596094, -60.7880325, 0.241840079, -0.026258843, -0.969960749, 0.97029537, 6.48375021e-07, 0.241923481, -0.0063520018, -0.999655247, 0.0254789889)
8032
o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8033
o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8034
o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8035
o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8036
o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8037
o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8038
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8039
o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
8040
o56.Name = "Joint"
8041
o56.Parent = o55
8042
o56.C0 = CFrame.new(1.39034843, -0.149204254, 0.806022644, -0.241837963, 0.97029537, 0.00643222313, 0.0265904423, 6.48375021e-07, 0.999646485, 0.969952226, 0.241923481, -0.0258007366)
8043
o56.Part0 = o55
8044
o56.Part1 = o2
8045
o57.Parent = o1
8046
o57.Material = Enum.Material.Metal
8047
o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
8048
o57.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
8049
o57.Anchored = false
8050
o57.FormFactor = Enum.FormFactor.Custom
8051
o57.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
8052
o57.CFrame = CFrame.new(112.774567, 2.20625496, -60.4806671, 0.706867039, -0.0263168477, -0.706856787, 0.70710206, 2.11435545e-05, 0.707111537, -0.0185940024, -0.999653637, 0.0186236426)
8053
o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8054
o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8055
o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8056
o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8057
o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8058
o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8059
o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
8060
o58.Name = "Joint"
8061
o58.Parent = o57
8062
o58.C0 = CFrame.new(0.245826721, 0.16305542, 1.13126373, -0.70686084, 0.70710206, 0.0188284777, 0.0266484451, 2.11435545e-05, 0.999644876, 0.706850529, 0.707111537, -0.0188581161)
8063
o58.Part0 = o57
8064
o58.Part1 = o2
8065
o59.Name = "Pinkie"
8066
o59.Parent = o1
8067
o59.Material = Enum.Material.Metal
8068
o59.BrickColor = BrickColor.new("Really black")
8069
o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
8070
o59.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
8071
o59.Anchored = false
8072
o59.FormFactor = Enum.FormFactor.Custom
8073
o59.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
8074
o59.CFrame = CFrame.new(112.628792, 2.05326772, -61.0951462, -2.77161598e-06, -0.026252022, -0.999655366, 1, -3.54077952e-06, -2.71201134e-06, -3.46917659e-06, -0.999655426, 0.026252022)
8075
o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8076
o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8077
o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8078
o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8079
o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8080
o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8081
o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8082
o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
8083
o60.Name = "Joint"
8084
o60.Parent = o59
8085
o60.C0 = CFrame.new(1.12673569, -0.455093384, 0.496505737, 2.77276649e-06, 1, 3.46825686e-06, 0.0265836213, -3.54077952e-06, 0.999646664, 0.999646604, -2.71201134e-06, -0.0265836213)
8086
o60.Part0 = o59
8087
o60.Part1 = o2
8088
o61.Parent = o1
8089
o61.Material = Enum.Material.Metal
8090
o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
8091
o61.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
8092
o61.Anchored = false
8093
o61.FormFactor = Enum.FormFactor.Custom
8094
o61.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
8095
o61.CFrame = CFrame.new(112.766403, 2.20625496, -60.7926178, 0.706867039, -0.0263168477, -0.706856787, 0.70710206, 2.11435545e-05, 0.707111537, -0.0185940024, -0.999653637, 0.0186236426)
8096
o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8097
o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8098
o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8099
o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8100
o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8101
o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8102
o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
8103
o62.Name = "Joint"
8104
o62.Parent = o61
8105
o62.C0 = CFrame.new(0.245796204, -0.14899826, 1.13129425, -0.70686084, 0.70710206, 0.0188284777, 0.0266484451, 2.11435545e-05, 0.999644876, 0.706850529, 0.707111537, -0.0188581161)
8106
o62.Part0 = o61
8107
o62.Part1 = o2
8108
o63.Parent = o1
8109
o63.Material = Enum.Material.Metal
8110
o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
8111
o63.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
8112
o63.Anchored = false
8113
o63.CanCollide = false
8114
o63.FormFactor = Enum.FormFactor.Custom
8115
o63.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8116
o63.CFrame = CFrame.new(112.751724, 2.63452792, -61.0750046, 0.0262839869, -0.894116223, 0.447063267, -1.29999935e-05, -0.44721812, -0.894424975, 0.999654531, 0.0235032439, -0.0117662987)
8117
o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8118
o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8119
o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8120
o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8121
o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8122
o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8123
o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
8124
o64.Parent = o63
8125
o64.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8126
o64.MeshType = Enum.MeshType.Wedge
8127
o65.Name = "Joint"
8128
o65.Parent = o63
8129
o65.C0 = CFrame.new(0.431705475, 0.309593201, -0.764667511, -0.0266155843, -1.29999935e-05, -0.99964577, 0.894108355, -0.44721812, -0.0237998329, -0.447059333, -0.894424975, 0.011914595)
8130
o65.Part0 = o63
8131
o65.Part1 = o2
8132
o66.Parent = o1
8133
o66.Material = Enum.Material.Metal
8134
o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
8135
o66.Rotation = Vector3.new(-90, 0, -178.5)
8136
o66.Anchored = false
8137
o66.CanCollide = false
8138
o66.FormFactor = Enum.FormFactor.Custom
8139
o66.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8140
o66.CFrame = CFrame.new(112.634293, 3.27699494, -59.9934311, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
8141
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8142
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8143
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8144
o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8145
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8146
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8147
o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
8148
o67.Parent = o66
8149
o67.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8150
o67.MeshType = Enum.MeshType.Wedge
8151
o68.Name = "Joint"
8152
o68.Parent = o66
8153
o68.C0 = CFrame.new(0.473068237, -0.646392822, -0.0969910622, 0.999646366, -1.26783263e-22, -0.0265956037, -0.0265956037, -1.06404222e-22, -0.999646366, 1.23908515e-22, 1, -1.09738441e-22)
8154
o68.Part0 = o66
8155
o68.Part1 = o2
8156
o69.Parent = o1
8157
o69.Material = Enum.Material.Metal
8158
o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
8159
o69.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
8160
o69.Anchored = false
8161
o69.CanCollide = false
8162
o69.FormFactor = Enum.FormFactor.Custom
8163
o69.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8164
o69.CFrame = CFrame.new(112.774216, 3.24638796, -60.2187424, -0.0262640044, -0.948356986, 0.316115946, 0, 0.316224992, 0.948684275, -0.999655128, 0.0249162447, -0.00830533449)
8165
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8166
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8167
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8168
o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8169
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8170
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8171
o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
8172
o70.Parent = o69
8173
o70.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8174
o70.MeshType = Enum.MeshType.Wedge
8175
o71.Name = "Joint"
8176
o71.Parent = o69
8177
o71.C0 = CFrame.new(0.42483139, 0.566116333, -0.258674622, 0.0265956037, 1.06404222e-22, 0.999646366, 0.948348641, 0.316224992, -0.0252308268, -0.316113174, 0.948684275, 0.00841019396)
8178
o71.Part0 = o69
8179
o71.Part1 = o2
8180
o72.Parent = o1
8181
o72.Material = Enum.Material.Metal
8182
o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
8183
o72.Rotation = Vector3.new(90, 0, 178.5)
8184
o72.Anchored = false
8185
o72.CanCollide = false
8186
o72.FormFactor = Enum.FormFactor.Custom
8187
o72.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8188
o72.CFrame = CFrame.new(112.562759, 2.603935, -61.2769241, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
8189
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8190
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8191
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8192
o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8193
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8194
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8195
o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
8196
o73.Parent = o72
8197
o73.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8198
o73.MeshType = Enum.MeshType.Wedge
8199
o74.Name = "Joint"
8200
o74.Parent = o72
8201
o74.C0 = CFrame.new(0.435264587, -0.638538361, -0.576068878, 0.999646366, -1.26783263e-22, -0.0265956037, 0.0265956037, 1.06404222e-22, 0.999646366, -1.23908515e-22, -1, 1.09738441e-22)
8202
o74.Part0 = o72
8203
o74.Part1 = o2
8204
o75.Parent = o1
8205
o75.Material = Enum.Material.Metal
8206
o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
8207
o75.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
8208
o75.Anchored = false
8209
o75.CanCollide = false
8210
o75.FormFactor = Enum.FormFactor.Custom
8211
o75.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8212
o75.CFrame = CFrame.new(112.751724, 3.24638796, -61.0750046, -0.0262640044, -0.948356986, 0.316115946, 0, 0.316224992, 0.948684275, -0.999655128, 0.0249162447, -0.00830533449)
8213
o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8214
o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8215
o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8216
o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8217
o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8218
o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8219
o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
8220
o76.Parent = o75
8221
o76.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8222
o76.MeshType = Enum.MeshType.Wedge
8223
o77.Name = "Joint"
8224
o77.Parent = o75
8225
o77.C0 = CFrame.new(-0.431724548, 0.566116333, -0.258674622, 0.0265956037, 1.06404222e-22, 0.999646366, 0.948348641, 0.316224992, -0.0252308268, -0.316113174, 0.948684275, 0.00841019396)
8226
o77.Part0 = o75
8227
o77.Part1 = o2
8228
o78.Parent = o1
8229
o78.Material = Enum.Material.Metal
8230
o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
8231
o78.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
8232
o78.Anchored = false
8233
o78.CanCollide = false
8234
o78.FormFactor = Enum.FormFactor.Custom
8235
o78.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8236
o78.CFrame = CFrame.new(112.774216, 2.63452792, -60.2187271, 0.0262839869, -0.894116223, 0.447063267, -1.29999935e-05, -0.44721812, -0.894424975, 0.999654531, 0.0235032439, -0.0117662987)
8237
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8238
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8239
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8240
o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8241
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8242
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8243
o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
8244
o79.Parent = o78
8245
o79.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8246
o79.MeshType = Enum.MeshType.Wedge
8247
o80.Name = "Joint"
8248
o80.Parent = o78
8249
o80.C0 = CFrame.new(-0.424869537, 0.309577942, -0.764648438, -0.0266155843, -1.29999935e-05, -0.99964577, 0.894108355, -0.44721812, -0.0237998329, -0.447059333, -0.894424975, 0.011914595)
8250
o80.Part0 = o78
8251
o80.Part1 = o2
8252
o81.Parent = o1
8253
o81.Material = Enum.Material.Metal
8254
o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
8255
o81.Rotation = Vector3.new(90, 0, -1.5)
8256
o81.Anchored = false
8257
o81.CanCollide = false
8258
o81.FormFactor = Enum.FormFactor.Custom
8259
o81.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8260
o81.CFrame = CFrame.new(111.716995, 2.66513395, -59.9693985, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
8261
o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8262
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8263
o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8264
o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8265
o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8266
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8267
o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
8268
o82.Parent = o81
8269
o82.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8270
o82.MeshType = Enum.MeshType.Wedge
8271
o83.Name = "Joint"
8272
o83.Parent = o81
8273
o83.C0 = CFrame.new(0.444549561, -0.646324158, -0.514869928, -0.999646366, 1.26783263e-22, 0.0265956037, -0.0265956037, -1.06404222e-22, -0.999646366, -1.23908515e-22, -1, 1.09738441e-22)
8274
o83.Part0 = o81
8275
o83.Part1 = o2
8276
o84.Parent = o1
8277
o84.Material = Enum.Material.Metal
8278
o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
8279
o84.Rotation = Vector3.new(90, 0, -1.5)
8280
o84.Anchored = false
8281
o84.CanCollide = false
8282
o84.FormFactor = Enum.FormFactor.Custom
8283
o84.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8284
o84.CFrame = CFrame.new(112.634354, 2.66511011, -59.9934464, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
8285
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8286
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8287
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8288
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8289
o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8290
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8291
o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
8292
o85.Parent = o84
8293
o85.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8294
o85.MeshType = Enum.MeshType.Wedge
8295
o86.Name = "Joint"
8296
o86.Parent = o84
8297
o86.C0 = CFrame.new(-0.473129272, -0.646377563, -0.51489377, -0.999646366, 1.26783263e-22, 0.0265956037, -0.0265956037, -1.06404222e-22, -0.999646366, -1.23908515e-22, -1, 1.09738441e-22)
8298
o86.Part0 = o84
8299
o86.Part1 = o2
8300
o87.Parent = o1
8301
o87.Material = Enum.Material.Metal
8302
o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
8303
o87.Rotation = Vector3.new(90, 0, 178.5)
8304
o87.Anchored = false
8305
o87.CanCollide = false
8306
o87.FormFactor = Enum.FormFactor.Custom
8307
o87.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8308
o87.CFrame = CFrame.new(111.652649, 2.63455701, -61.2530289, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
8309
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8310
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8311
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8312
o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8313
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8314
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8315
o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
8316
o88.Parent = o87
8317
o88.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8318
o88.MeshType = Enum.MeshType.Wedge
8319
o89.Name = "Joint"
8320
o89.Parent = o87
8321
o89.C0 = CFrame.new(-0.475158691, -0.638553619, -0.545446873, 0.999646366, -1.26783263e-22, -0.0265956037, 0.0265956037, 1.06404222e-22, 0.999646366, -1.23908515e-22, -1, 1.09738441e-22)
8322
o89.Part0 = o87
8323
o89.Part1 = o2
8324
o90.Name = "Ring"
8325
o90.Parent = o1
8326
o90.Material = Enum.Material.Metal
8327
o90.BrickColor = BrickColor.new("Really black")
8328
o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
8329
o90.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
8330
o90.Anchored = false
8331
o90.FormFactor = Enum.FormFactor.Custom
8332
o90.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
8333
o90.CFrame = CFrame.new(112.636887, 2.05328321, -60.7893791, -2.77161598e-06, -0.026252022, -0.999655366, 1, -3.54077952e-06, -2.71201134e-06, -3.46917659e-06, -0.999655426, 0.026252022)
8334
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8335
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8336
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8337
o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8338
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8339
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8340
o90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8341
o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
8342
o91.Name = "Joint"
8343
o91.Parent = o90
8344
o91.C0 = CFrame.new(1.12672114, -0.149219513, 0.496566772, 2.77276649e-06, 1, 3.46825686e-06, 0.0265836213, -3.54077952e-06, 0.999646664, 0.999646604, -2.71201134e-06, -0.0265836213)
8345
o91.Part0 = o90
8346
o91.Part1 = o2
8347
o92.Parent = o1
8348
o92.Material = Enum.Material.Metal
8349
o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
8350
o92.Rotation = Vector3.new(-90, 0, 1.5)
8351
o92.Anchored = false
8352
o92.CanCollide = false
8353
o92.FormFactor = Enum.FormFactor.Custom
8354
o92.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8355
o92.CFrame = CFrame.new(112.600632, 3.24638796, -61.277916, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
8356
o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8357
o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8358
o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8359
o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8360
o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8361
o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8362
o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
8363
o93.Parent = o92
8364
o93.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8365
o93.MeshType = Enum.MeshType.Wedge
8366
o94.Name = "Joint"
8367
o94.Parent = o92
8368
o94.C0 = CFrame.new(-0.473152161, -0.638534546, -0.0663840771, -0.999646366, 1.26783263e-22, 0.0265956037, 0.0265956037, 1.06404222e-22, 0.999646366, 1.23908515e-22, 1, -1.09738441e-22)
8369
o94.Part0 = o92
8370
o94.Part1 = o2
8371
o95.Parent = o1
8372
o95.Material = Enum.Material.Metal
8373
o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
8374
o95.Rotation = Vector3.new(-90, 0, 1.5)
8375
o95.Anchored = false
8376
o95.CanCollide = false
8377
o95.FormFactor = Enum.FormFactor.Custom
8378
o95.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8379
o95.CFrame = CFrame.new(111.652649, 3.24638796, -61.2530441, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
8380
o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8381
o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8382
o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8383
o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8384
o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8385
o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8386
o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
8387
o96.Parent = o95
8388
o96.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8389
o96.MeshType = Enum.MeshType.Wedge
8390
o97.Name = "Joint"
8391
o97.Parent = o95
8392
o97.C0 = CFrame.new(0.475158691, -0.638568878, -0.0663840771, -0.999646366, 1.26783263e-22, 0.0265956037, 0.0265956037, 1.06404222e-22, 0.999646366, 1.23908515e-22, 1, -1.09738441e-22)
8393
o97.Part0 = o95
8394
o97.Part1 = o2
8395
o98.Parent = o1
8396
o98.Material = Enum.Material.Metal
8397
o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
8398
o98.Rotation = Vector3.new(-90, 0, -178.5)
8399
o98.Anchored = false
8400
o98.CanCollide = false
8401
o98.FormFactor = Enum.FormFactor.Custom
8402
o98.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8403
o98.CFrame = CFrame.new(111.716995, 3.27698898, -59.9693985, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
8404
o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8405
o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8406
o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8407
o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8408
o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8409
o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8410
o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
8411
o99.Parent = o98
8412
o99.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8413
o99.MeshType = Enum.MeshType.Wedge
8414
o100.Name = "Joint"
8415
o100.Parent = o98
8416
o100.C0 = CFrame.new(-0.444549561, -0.646324158, -0.0969851017, 0.999646366, -1.26783263e-22, -0.0265956037, -0.0265956037, -1.06404222e-22, -0.999646366, 1.23908515e-22, 1, -1.09738441e-22)
8417
o100.Part0 = o98
8418
o100.Part1 = o2
8419
mas.Parent = workspace
8420
mas:MakeJoints()
8421
local mas1 = mas:GetChildren()
8422
for i=1,#mas1 do
8423
	mas1[i].Parent = workspace 
8424
	ypcall(function() mas1[i]:MakeJoints() end)
8425
end
8426
mas:Destroy()
8427
for i=1,#cors do
8428
coroutine.resume(cors[i])
8429
end
8430
8431
wait()
8432
8433
Workspace["LeftArm"].Parent = game.Players.LocalPlayer.Character
8434
8435
game.Players.LocalPlayer.Character["LeftArm"].Name = "Familiar Left Arm"
8436
8437
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Arm"])
8438
w.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
8439
w.Part1 = o2
8440
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8441
game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0
8442
8443
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Arm"]:GetChildren()) do
8444
	if v.ClassName == "Part" then
8445
	v.CanCollide = false
8446
	v.Anchored = false
8447
	end
8448
end
8449
8450
8451
local runDummyScript = function(f,scri)
8452
local oldenv = getfenv(f)
8453
local newenv = setmetatable({}, {
8454
__index = function(_, k)
8455
if k:lower() == 'script' then
8456
return scri
8457
else
8458
return oldenv[k]
8459
end
8460
end
8461
})
8462
setfenv(f, newenv)
8463
ypcall(function() f() end)
8464
end
8465
cors = {}
8466
mas = Instance.new("Model",game:GetService("Lighting")) 
8467
mas.Name = "CompiledModel"
8468
o1 = Instance.new("Model")
8469
o2 = Instance.new("Part")
8470
o3 = Instance.new("SpecialMesh")
8471
o4 = Instance.new("Part")
8472
o5 = Instance.new("Weld")
8473
o6 = Instance.new("Part")
8474
o7 = Instance.new("Weld")
8475
o8 = Instance.new("Part")
8476
o9 = Instance.new("Weld")
8477
o10 = Instance.new("Part")
8478
o11 = Instance.new("Weld")
8479
o1.Name = "LeftLeg"
8480
o1.Parent = mas
8481
o2.Name = "REF"
8482
o2.Parent = o1
8483
o2.Transparency = 1
8484
o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
8485
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8486
o2.CanCollide = false
8487
o2.FormFactor = Enum.FormFactor.Symmetric
8488
o2.Size = Vector3.new(1, 2, 1)
8489
o2.CFrame = CFrame.new(111.144409, 1.18000603, -60.6271744, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8490
o2.BottomSurface = Enum.SurfaceType.Smooth
8491
o2.TopSurface = Enum.SurfaceType.Smooth
8492
o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
8493
o3.Parent = o2
8494
o3.MeshId = "rbxasset://fonts/leftLeg.mesh"
8495
o3.MeshType = Enum.MeshType.FileMesh
8496
o4.Parent = o1
8497
o4.Material = Enum.Material.Metal
8498
o4.BrickColor = BrickColor.new("Really black")
8499
o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
8500
o4.Size = Vector3.new(1.11999989, 1.5, 1.01999998)
8501
o4.CFrame = CFrame.new(111.180069, 1.54791903, -60.6299782, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
8502
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8503
o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
8504
o5.Name = "Joint"
8505
o5.Parent = o4
8506
o5.C0 = CFrame.new(-0.03565979, -0.367913008, 0.00280380249, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8507
o5.Part0 = o4
8508
o5.Part1 = o2
8509
o6.Name = "Boot Base"
8510
o6.Parent = o1
8511
o6.Material = Enum.Material.Metal
8512
o6.BrickColor = BrickColor.new("Really black")
8513
o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
8514
o6.Rotation = Vector3.new(-180, -0.870000005, -180)
8515
o6.FormFactor = Enum.FormFactor.Custom
8516
o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
8517
o6.CFrame = CFrame.new(111.150185, 0.698450983, -60.6562157, -0.999885976, 1.19715805e-29, -0.0151030002, -1.77493704e-30, 1, 1.26217745e-29, 0.0151030002, -1.26217745e-29, -0.999885976)
8518
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8519
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8520
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8521
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8522
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8523
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8524
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8525
o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
8526
o7.Name = "Joint"
8527
o7.Parent = o6
8528
o7.C0 = CFrame.new(0.00621032715, 0.481555045, -0.0289497375, 0.99988091, -1.2558754e-22, -0.0154346758, 1.23908515e-22, 1, -1.09738441e-22, 0.0154346758, 1.078129e-22, 0.99988091)
8529
o7.Part0 = o6
8530
o7.Part1 = o2
8531
o8.Name = "Boot Sole"
8532
o8.Parent = o1
8533
o8.Material = Enum.Material.Metal
8534
o8.BrickColor = BrickColor.new("Really black")
8535
o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
8536
o8.Rotation = Vector3.new(-180, -0.870000005, -180)
8537
o8.FormFactor = Enum.FormFactor.Custom
8538
o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
8539
o8.CFrame = CFrame.new(111.145325, 0.282176018, -60.6376762, -0.999885976, 1.19715805e-29, -0.0151030002, -1.77493704e-30, 1, 1.26217745e-29, 0.0151030002, -1.26217745e-29, -0.999885976)
8540
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8541
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8542
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8543
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8544
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8545
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8546
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8547
o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
8548
o9.Name = "Joint"
8549
o9.Parent = o8
8550
o9.C0 = CFrame.new(0.00107574463, 0.897830009, -0.0104866028, 0.99988091, -1.2558754e-22, -0.0154346758, 1.23908515e-22, 1, -1.09738441e-22, 0.0154346758, 1.078129e-22, 0.99988091)
8551
o9.Part0 = o8
8552
o9.Part1 = o2
8553
o10.Name = "Boot Top"
8554
o10.Parent = o1
8555
o10.Material = Enum.Material.Metal
8556
o10.BrickColor = BrickColor.new("Really black")
8557
o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
8558
o10.Rotation = Vector3.new(-180, -0.870000005, -180)
8559
o10.FormFactor = Enum.FormFactor.Custom
8560
o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
8561
o10.CFrame = CFrame.new(111.155304, 0.943893015, -60.6423798, -0.999885976, 1.19715805e-29, -0.0151030002, -1.77493704e-30, 1, 1.26217745e-29, 0.0151030002, -1.26217745e-29, -0.999885976)
8562
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8563
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8564
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8565
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8566
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8567
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8568
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8569
o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
8570
o11.Name = "Joint"
8571
o11.Parent = o10
8572
o11.C0 = CFrame.new(0.0111236572, 0.236113012, -0.0150375366, 0.99988091, -1.2558754e-22, -0.0154346758, 1.23908515e-22, 1, -1.09738441e-22, 0.0154346758, 1.078129e-22, 0.99988091)
8573
o11.Part0 = o10
8574
o11.Part1 = o2
8575
mas.Parent = workspace
8576
mas:MakeJoints()
8577
local mas1 = mas:GetChildren()
8578
for i=1,#mas1 do
8579
	mas1[i].Parent = workspace 
8580
	ypcall(function() mas1[i]:MakeJoints() end)
8581
end
8582
mas:Destroy()
8583
for i=1,#cors do
8584
coroutine.resume(cors[i])
8585
end
8586
8587
wait()
8588
8589
Workspace["LeftLeg"].Parent = game.Players.LocalPlayer.Character
8590
8591
game.Players.LocalPlayer.Character["LeftLeg"].Name = "Familiar Left Leg"
8592
8593
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Leg"])
8594
w.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
8595
w.Part1 = o2
8596
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8597
game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0
8598
8599
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Leg"]:GetChildren()) do
8600
	if v.ClassName == "Part" then
8601
	v.CanCollide = false
8602
	v.Anchored = false
8603
	end
8604
end
8605
8606
8607
local runDummyScript = function(f,scri)
8608
local oldenv = getfenv(f)
8609
local newenv = setmetatable({}, {
8610
__index = function(_, k)
8611
if k:lower() == 'script' then
8612
return scri
8613
else
8614
return oldenv[k]
8615
end
8616
end
8617
})
8618
setfenv(f, newenv)
8619
ypcall(function() f() end)
8620
end
8621
cors = {}
8622
mas = Instance.new("Model",game:GetService("Lighting")) 
8623
mas.Name = "CompiledModel"
8624
o1 = Instance.new("Model")
8625
o2 = Instance.new("Part")
8626
o3 = Instance.new("SpecialMesh")
8627
o4 = Instance.new("Part")
8628
o5 = Instance.new("Weld")
8629
o6 = Instance.new("Part")
8630
o7 = Instance.new("Weld")
8631
o8 = Instance.new("Part")
8632
o9 = Instance.new("Weld")
8633
o10 = Instance.new("Part")
8634
o11 = Instance.new("Weld")
8635
o1.Name = "RightLeg"
8636
o1.Parent = mas
8637
o2.Name = "REF"
8638
o2.Parent = o1
8639
o2.Transparency = 1
8640
o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
8641
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8642
o2.CanCollide = false
8643
o2.FormFactor = Enum.FormFactor.Symmetric
8644
o2.Size = Vector3.new(1, 2, 1)
8645
o2.CFrame = CFrame.new(110.144409, 1.18000603, -60.6271667, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8646
o2.BottomSurface = Enum.SurfaceType.Smooth
8647
o2.TopSurface = Enum.SurfaceType.Smooth
8648
o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
8649
o3.Parent = o2
8650
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
8651
o3.MeshType = Enum.MeshType.FileMesh
8652
o4.Parent = o1
8653
o4.Material = Enum.Material.Metal
8654
o4.BrickColor = BrickColor.new("Really black")
8655
o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
8656
o4.Size = Vector3.new(1.03999984, 1.5, 1.01999998)
8657
o4.CFrame = CFrame.new(110.140076, 1.53790605, -60.6299782, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
8658
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8659
o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
8660
o5.Name = "Joint"
8661
o5.Parent = o4
8662
o5.C0 = CFrame.new(0.00433349609, -0.357900023, 0.00281143188, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8663
o5.Part0 = o4
8664
o5.Part1 = o2
8665
o6.Name = "Boot Base"
8666
o6.Parent = o1
8667
o6.Material = Enum.Material.Metal
8668
o6.BrickColor = BrickColor.new("Really black")
8669
o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
8670
o6.Rotation = Vector3.new(-180, -0.870000005, -180)
8671
o6.FormFactor = Enum.FormFactor.Custom
8672
o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
8673
o6.CFrame = CFrame.new(110.150185, 0.698450983, -60.6562119, -0.999885976, 1.19715805e-29, -0.0151030002, -1.77493704e-30, 1, 1.26217745e-29, 0.0151030002, -1.26217745e-29, -0.999885976)
8674
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8675
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8676
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8677
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8678
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8679
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8680
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8681
o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
8682
o7.Name = "Joint"
8683
o7.Parent = o6
8684
o7.C0 = CFrame.new(0.00621032715, 0.481555045, -0.0289535522, 0.99988091, -1.2558754e-22, -0.0154346758, 1.23908515e-22, 1, -1.09738441e-22, 0.0154346758, 1.078129e-22, 0.99988091)
8685
o7.Part0 = o6
8686
o7.Part1 = o2
8687
o8.Name = "Boot Sole"
8688
o8.Parent = o1
8689
o8.Material = Enum.Material.Metal
8690
o8.BrickColor = BrickColor.new("Really black")
8691
o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
8692
o8.Rotation = Vector3.new(-180, -0.870000005, -180)
8693
o8.FormFactor = Enum.FormFactor.Custom
8694
o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
8695
o8.CFrame = CFrame.new(110.145325, 0.282176018, -60.6376724, -0.999885976, 1.19715805e-29, -0.0151030002, -1.77493704e-30, 1, 1.26217745e-29, 0.0151030002, -1.26217745e-29, -0.999885976)
8696
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8697
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8698
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8699
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8700
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8701
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8702
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8703
o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
8704
o9.Name = "Joint"
8705
o9.Parent = o8
8706
o9.C0 = CFrame.new(0.00107574463, 0.897830009, -0.0104904175, 0.99988091, -1.2558754e-22, -0.0154346758, 1.23908515e-22, 1, -1.09738441e-22, 0.0154346758, 1.078129e-22, 0.99988091)
8707
o9.Part0 = o8
8708
o9.Part1 = o2
8709
o10.Name = "Boot Top"
8710
o10.Parent = o1
8711
o10.Material = Enum.Material.Metal
8712
o10.BrickColor = BrickColor.new("Really black")
8713
o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
8714
o10.Rotation = Vector3.new(-180, -0.870000005, -180)
8715
o10.FormFactor = Enum.FormFactor.Custom
8716
o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
8717
o10.CFrame = CFrame.new(110.155304, 0.943893015, -60.6423759, -0.999885976, 1.19715805e-29, -0.0151030002, -1.77493704e-30, 1, 1.26217745e-29, 0.0151030002, -1.26217745e-29, -0.999885976)
8718
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8719
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8720
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8721
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8722
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8723
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8724
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8725
o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
8726
o11.Name = "Joint"
8727
o11.Parent = o10
8728
o11.C0 = CFrame.new(0.0111236572, 0.236113012, -0.0150413513, 0.99988091, -1.2558754e-22, -0.0154346758, 1.23908515e-22, 1, -1.09738441e-22, 0.0154346758, 1.078129e-22, 0.99988091)
8729
o11.Part0 = o10
8730
o11.Part1 = o2
8731
mas.Parent = workspace
8732
mas:MakeJoints()
8733
local mas1 = mas:GetChildren()
8734
for i=1,#mas1 do
8735
	mas1[i].Parent = workspace 
8736
	ypcall(function() mas1[i]:MakeJoints() end)
8737
end
8738
mas:Destroy()
8739
for i=1,#cors do
8740
coroutine.resume(cors[i])
8741
end
8742
8743
wait()
8744
8745
Workspace["RightLeg"].Parent = game.Players.LocalPlayer.Character
8746
8747
game.Players.LocalPlayer.Character["RightLeg"].Name = "Familiar Right Leg"
8748
8749
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Leg"])
8750
w.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
8751
w.Part1 = o2
8752
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8753
game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0
8754
8755
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Leg"]:GetChildren()) do
8756
	if v.ClassName == "Part" then
8757
	v.CanCollide = false
8758
	v.Anchored = false
8759
	end
8760
end
8761
8762
local runDummyScript = function(f,scri)
8763
local oldenv = getfenv(f)
8764
local newenv = setmetatable({}, {
8765
__index = function(_, k)
8766
if k:lower() == 'script' then
8767
return scri
8768
else
8769
return oldenv[k]
8770
end
8771
end
8772
})
8773
setfenv(f, newenv)
8774
ypcall(function() f() end)
8775
end
8776
cors = {}
8777
mas = Instance.new("Model",game:GetService("Lighting")) 
8778
mas.Name = "CompiledModel"
8779
o1 = Instance.new("Model")
8780
o2 = Instance.new("Part")
8781
o3 = Instance.new("SpecialMesh")
8782
o4 = Instance.new("WedgePart")
8783
o5 = Instance.new("Weld")
8784
o6 = Instance.new("Part")
8785
o7 = Instance.new("Weld")
8786
o8 = Instance.new("WedgePart")
8787
o9 = Instance.new("Weld")
8788
o10 = Instance.new("Part")
8789
o11 = Instance.new("SpecialMesh")
8790
o12 = Instance.new("Weld")
8791
o13 = Instance.new("Part")
8792
o14 = Instance.new("Weld")
8793
o15 = Instance.new("Part")
8794
o16 = Instance.new("SpecialMesh")
8795
o17 = Instance.new("Weld")
8796
o18 = Instance.new("Part")
8797
o19 = Instance.new("Weld")
8798
o20 = Instance.new("Part")
8799
o21 = Instance.new("SpecialMesh")
8800
o22 = Instance.new("Weld")
8801
o23 = Instance.new("Part")
8802
o24 = Instance.new("BlockMesh")
8803
o25 = Instance.new("Weld")
8804
o26 = Instance.new("Part")
8805
o27 = Instance.new("SpecialMesh")
8806
o28 = Instance.new("Weld")
8807
o29 = Instance.new("Part")
8808
o30 = Instance.new("Weld")
8809
o31 = Instance.new("Part")
8810
o32 = Instance.new("Weld")
8811
o33 = Instance.new("Part")
8812
o34 = Instance.new("BlockMesh")
8813
o35 = Instance.new("Weld")
8814
o36 = Instance.new("Part")
8815
o37 = Instance.new("Weld")
8816
o38 = Instance.new("Part")
8817
o39 = Instance.new("Weld")
8818
o40 = Instance.new("Part")
8819
o41 = Instance.new("SpecialMesh")
8820
o42 = Instance.new("Weld")
8821
o43 = Instance.new("Part")
8822
o44 = Instance.new("BlockMesh")
8823
o45 = Instance.new("Weld")
8824
o46 = Instance.new("Part")
8825
o47 = Instance.new("BlockMesh")
8826
o48 = Instance.new("Weld")
8827
o49 = Instance.new("Part")
8828
o50 = Instance.new("BlockMesh")
8829
o51 = Instance.new("Weld")
8830
o52 = Instance.new("WedgePart")
8831
o53 = Instance.new("Weld")
8832
o54 = Instance.new("WedgePart")
8833
o55 = Instance.new("Weld")
8834
o1.Name = "RightArm"
8835
o1.Parent = mas
8836
o2.Name = "REF"
8837
o2.Parent = o1
8838
o2.Transparency = 1
8839
o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
8840
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8841
o2.CanCollide = false
8842
o2.FormFactor = Enum.FormFactor.Symmetric
8843
o2.Size = Vector3.new(1, 2, 1)
8844
o2.CFrame = CFrame.new(109.144409, 3.18000388, -60.6271591, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8845
o2.BottomSurface = Enum.SurfaceType.Smooth
8846
o2.TopSurface = Enum.SurfaceType.Smooth
8847
o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
8848
o3.Parent = o2
8849
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
8850
o3.MeshType = Enum.MeshType.FileMesh
8851
o4.Parent = o1
8852
o4.Material = Enum.Material.SmoothPlastic
8853
o4.BrickColor = BrickColor.new("Dark stone grey")
8854
o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
8855
o4.Rotation = Vector3.new(-90, 0, -180)
8856
o4.Size = Vector3.new(0.200000003, 0.478077561, 0.42348215)
8857
o4.CFrame = CFrame.new(108.650101, 2.64661002, -60.3924141, -1, 0, 1.19715805e-29, -1.19715805e-29, -1.26217745e-29, 1, 0, 1, -1.26217745e-29)
8858
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8859
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8860
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8861
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8862
o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
8863
o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
8864
o5.Name = "Joint"
8865
o5.Parent = o4
8866
o5.C0 = CFrame.new(-0.494308472, -0.234745026, 0.53339386, 0.99999994, -1.23944917e-22, -0.000331714633, -0.000331714633, -1.09697344e-22, -0.99999994, 1.23908515e-22, 1, -1.09738441e-22)
8867
o5.Part0 = o4
8868
o5.Part1 = o2
8869
o6.Parent = o1
8870
o6.Material = Enum.Material.SmoothPlastic
8871
o6.BrickColor = BrickColor.new("Really black")
8872
o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
8873
o6.Size = Vector3.new(0.7813586, 0.493000001, 1.07901871)
8874
o6.CFrame = CFrame.new(108.940475, 3.05354095, -60.609993, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
8875
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8876
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8877
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8878
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8879
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8880
o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
8881
o7.Name = "Joint"
8882
o7.Parent = o6
8883
o7.C0 = CFrame.new(0.203933716, 0.126462936, -0.0171661377, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8884
o7.Part0 = o6
8885
o7.Part1 = o2
8886
o8.Parent = o1
8887
o8.Material = Enum.Material.SmoothPlastic
8888
o8.BrickColor = BrickColor.new("Dark stone grey")
8889
o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
8890
o8.Rotation = Vector3.new(-90, -90, 0)
8891
o8.Size = Vector3.new(0.200000003, 0.528077543, 0.200000003)
8892
o8.CFrame = CFrame.new(109.427994, 2.28999829, -60.902565, 4.90628231e-08, 2.98023224e-08, -1, 1, -4.01892883e-08, 2.69629474e-08, -4.01892812e-08, -1, 2.98023224e-08)
8893
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8894
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8895
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8896
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8897
o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
8898
o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
8899
o9.Name = "Joint"
8900
o9.Parent = o8
8901
o9.C0 = CFrame.new(0.890005589, -0.275405884, 0.283584595, -4.90494898e-08, 1, 4.02055562e-08, 0.000331684831, -4.01892883e-08, 0.99999994, 0.99999994, 2.69629474e-08, -0.000331744435)
8902
o9.Part0 = o8
8903
o9.Part1 = o2
8904
o10.Parent = o1
8905
o10.Material = Enum.Material.SmoothPlastic
8906
o10.BrickColor = BrickColor.new("Really black")
8907
o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
8908
o10.Rotation = Vector3.new(-90, 0, 90)
8909
o10.CanCollide = false
8910
o10.Shape = Enum.PartType.Cylinder
8911
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8912
o10.CFrame = CFrame.new(108.657578, 2.32146406, -61.1399918, 0, -1, 1.19715805e-29, 1.26217745e-29, -1.19715805e-29, 1, -1, 0, -1.26217745e-29)
8913
o10.BottomSurface = Enum.SurfaceType.Smooth
8914
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8915
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8916
o10.TopSurface = Enum.SurfaceType.Smooth
8917
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8918
o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
8919
o11.Parent = o10
8920
o11.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8921
o11.MeshType = Enum.MeshType.Cylinder
8922
o12.Name = "Joint"
8923
o12.Parent = o10
8924
o12.C0 = CFrame.new(-0.512832642, -0.486831665, 0.85853982, 0.000331714633, 1.09697344e-22, 0.99999994, 0.99999994, -1.23944917e-22, -0.000331714633, 1.23908515e-22, 1, -1.09738441e-22)
8925
o12.Part0 = o10
8926
o12.Part1 = o2
8927
o13.Parent = o1
8928
o13.Material = Enum.Material.Neon
8929
o13.BrickColor = BrickColor.new("Bright blue")
8930
o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
8931
o13.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
8932
o13.CFrame = CFrame.new(108.610107, 3.47503805, -60.8999863, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
8933
o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8934
o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8935
o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8936
o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8937
o13.Color = Color3.new(0.0509804, 0.411765, 0.67451)
8938
o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
8939
o14.Name = "Joint"
8940
o14.Parent = o13
8941
o14.C0 = CFrame.new(0.534301758, -0.29503417, 0.272827148, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8942
o14.Part0 = o13
8943
o14.Part1 = o2
8944
o15.Parent = o1
8945
o15.Material = Enum.Material.SmoothPlastic
8946
o15.BrickColor = BrickColor.new("Really black")
8947
o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
8948
o15.Rotation = Vector3.new(-90, 0, 90)
8949
o15.CanCollide = false
8950
o15.Shape = Enum.PartType.Cylinder
8951
o15.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8952
o15.CFrame = CFrame.new(108.657578, 3.05146408, -61.1299973, 0, -1, 1.19715805e-29, 1.26217745e-29, -1.19715805e-29, 1, -1, 0, -1.26217745e-29)
8953
o15.BottomSurface = Enum.SurfaceType.Smooth
8954
o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8955
o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8956
o15.TopSurface = Enum.SurfaceType.Smooth
8957
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8958
o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
8959
o16.Parent = o15
8960
o16.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8961
o16.MeshType = Enum.MeshType.Cylinder
8962
o17.Name = "Joint"
8963
o17.Parent = o15
8964
o17.C0 = CFrame.new(-0.502838135, -0.486831665, 0.128539801, 0.000331714633, 1.09697344e-22, 0.99999994, 0.99999994, -1.23944917e-22, -0.000331714633, 1.23908515e-22, 1, -1.09738441e-22)
8965
o17.Part0 = o15
8966
o17.Part1 = o2
8967
o18.Parent = o1
8968
o18.Material = Enum.Material.SmoothPlastic
8969
o18.BrickColor = BrickColor.new("Really black")
8970
o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
8971
o18.Size = Vector3.new(0.200000003, 0.529999971, 1.16000009)
8972
o18.CFrame = CFrame.new(108.620102, 3.47503805, -60.609993, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
8973
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8974
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8975
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8976
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8977
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8978
o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
8979
o19.Name = "Joint"
8980
o19.Parent = o18
8981
o19.C0 = CFrame.new(0.524307251, -0.29503417, -0.0171661377, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
8982
o19.Part0 = o18
8983
o19.Part1 = o2
8984
o20.Parent = o1
8985
o20.Material = Enum.Material.SmoothPlastic
8986
o20.BrickColor = BrickColor.new("Really black")
8987
o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
8988
o20.Rotation = Vector3.new(-90, 0, 90)
8989
o20.CanCollide = false
8990
o20.Shape = Enum.PartType.Cylinder
8991
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8992
o20.CFrame = CFrame.new(108.657578, 3.61146402, -60.0499954, 0, -1, 1.19715805e-29, 1.26217745e-29, -1.19715805e-29, 1, -1, 0, -1.26217745e-29)
8993
o20.BottomSurface = Enum.SurfaceType.Smooth
8994
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8995
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8996
o20.TopSurface = Enum.SurfaceType.Smooth
8997
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8998
o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
8999
o21.Parent = o20
9000
o21.Scale = Vector3.new(0.278077543, 0.945463777, 1)
9001
o21.MeshType = Enum.MeshType.Cylinder
9002
o22.Name = "Joint"
9003
o22.Parent = o20
9004
o22.C0 = CFrame.new(0.577163696, -0.486831665, -0.431460142, 0.000331714633, 1.09697344e-22, 0.99999994, 0.99999994, -1.23944917e-22, -0.000331714633, 1.23908515e-22, 1, -1.09738441e-22)
9005
o22.Part0 = o20
9006
o22.Part1 = o2
9007
o23.Parent = o1
9008
o23.Material = Enum.Material.SmoothPlastic
9009
o23.BrickColor = BrickColor.new("Really black")
9010
o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
9011
o23.CanCollide = false
9012
o23.Size = Vector3.new(0.212500021, 0.493000001, 1.07901895)
9013
o23.CFrame = CFrame.new(108.642822, 3.05354095, -60.609993, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9014
o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9015
o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9016
o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9017
o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9018
o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9019
o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
9020
o24.Parent = o23
9021
o24.Scale = Vector3.new(0.875471771, 1, 1)
9022
o25.Name = "Joint"
9023
o25.Parent = o23
9024
o25.C0 = CFrame.new(0.501586914, 0.126462936, -0.0171661377, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9025
o25.Part0 = o23
9026
o25.Part1 = o2
9027
o26.Parent = o1
9028
o26.Material = Enum.Material.SmoothPlastic
9029
o26.BrickColor = BrickColor.new("Really black")
9030
o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
9031
o26.Rotation = Vector3.new(-90, 0, 90)
9032
o26.CanCollide = false
9033
o26.Shape = Enum.PartType.Cylinder
9034
o26.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
9035
o26.CFrame = CFrame.new(108.657578, 3.05146408, -60.0899887, 0, -1, 1.19715805e-29, 1.26217745e-29, -1.19715805e-29, 1, -1, 0, -1.26217745e-29)
9036
o26.BottomSurface = Enum.SurfaceType.Smooth
9037
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9038
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9039
o26.TopSurface = Enum.SurfaceType.Smooth
9040
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9041
o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
9042
o27.Parent = o26
9043
o27.Scale = Vector3.new(0.278077543, 0.945463777, 1)
9044
o27.MeshType = Enum.MeshType.Cylinder
9045
o28.Name = "Joint"
9046
o28.Parent = o26
9047
o28.C0 = CFrame.new(0.53717041, -0.486831665, 0.128539801, 0.000331714633, 1.09697344e-22, 0.99999994, 0.99999994, -1.23944917e-22, -0.000331714633, 1.23908515e-22, 1, -1.09738441e-22)
9048
o28.Part0 = o26
9049
o28.Part1 = o2
9050
o29.Parent = o1
9051
o29.Material = Enum.Material.SmoothPlastic
9052
o29.BrickColor = BrickColor.new("Really black")
9053
o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
9054
o29.Rotation = Vector3.new(0, 90, 0)
9055
o29.FormFactor = Enum.FormFactor.Custom
9056
o29.Size = Vector3.new(1.03999996, 1.88999999, 1.04999995)
9057
o29.CFrame = CFrame.new(109.085098, 3.32595992, -60.6099548, 0, 1.19715805e-29, 1, 1.26217745e-29, 1, 1.19715805e-29, -1, -1.26217745e-29, 0)
9058
o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9059
o29.BottomSurface = Enum.SurfaceType.Smooth
9060
o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9061
o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9062
o29.TopSurface = Enum.SurfaceType.Smooth
9063
o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9064
o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
9065
o30.Name = "Joint"
9066
o30.Parent = o29
9067
o30.C0 = CFrame.new(0.0172042847, -0.145956039, 0.0593109131, 0.000331714633, 1.09697344e-22, 0.99999994, 1.23908515e-22, 1, -1.09738441e-22, -0.99999994, 1.23944917e-22, 0.000331714633)
9068
o30.Part0 = o29
9069
o30.Part1 = o2
9070
o31.Parent = o1
9071
o31.Material = Enum.Material.Neon
9072
o31.BrickColor = BrickColor.new("Bright blue")
9073
o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
9074
o31.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
9075
o31.CFrame = CFrame.new(108.610107, 3.47503805, -60.2999802, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9076
o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9077
o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9078
o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9079
o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9080
o31.Color = Color3.new(0.0509804, 0.411765, 0.67451)
9081
o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
9082
o32.Name = "Joint"
9083
o32.Parent = o31
9084
o32.C0 = CFrame.new(0.534301758, -0.29503417, -0.327178955, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9085
o32.Part0 = o31
9086
o32.Part1 = o2
9087
o33.Parent = o1
9088
o33.Material = Enum.Material.SmoothPlastic
9089
o33.BrickColor = BrickColor.new("Really black")
9090
o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
9091
o33.CanCollide = false
9092
o33.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
9093
o33.CFrame = CFrame.new(108.642822, 2.79854107, -61.0494919, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9094
o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9095
o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9096
o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9097
o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9098
o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9099
o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
9100
o34.Parent = o33
9101
o34.Scale = Vector3.new(0.875471771, 1, 1)
9102
o35.Name = "Joint"
9103
o35.Parent = o33
9104
o35.C0 = CFrame.new(0.501586914, 0.381462812, 0.422332764, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9105
o35.Part0 = o33
9106
o35.Part1 = o2
9107
o36.Parent = o1
9108
o36.Material = Enum.Material.SmoothPlastic
9109
o36.BrickColor = BrickColor.new("Really black")
9110
o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
9111
o36.Size = Vector3.new(0.771358609, 0.200000003, 1.07901871)
9112
o36.CFrame = CFrame.new(108.945892, 2.28999805, -60.6218491, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9113
o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9114
o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9115
o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9116
o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9117
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9118
o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
9119
o37.Name = "Joint"
9120
o37.Parent = o36
9121
o37.C0 = CFrame.new(0.198516846, 0.890005827, -0.00531005859, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9122
o37.Part0 = o36
9123
o37.Part1 = o2
9124
o38.Parent = o1
9125
o38.Material = Enum.Material.SmoothPlastic
9126
o38.BrickColor = BrickColor.new("Really black")
9127
o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
9128
o38.Size = Vector3.new(0.839999974, 0.529999971, 1.15999997)
9129
o38.CFrame = CFrame.new(108.940109, 3.47503805, -60.609993, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9130
o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9131
o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9132
o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9133
o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9134
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9135
o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
9136
o39.Name = "Joint"
9137
o39.Parent = o38
9138
o39.C0 = CFrame.new(0.204299927, -0.29503417, -0.0171661377, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9139
o39.Part0 = o38
9140
o39.Part1 = o2
9141
o40.Parent = o1
9142
o40.Material = Enum.Material.SmoothPlastic
9143
o40.BrickColor = BrickColor.new("Really black")
9144
o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
9145
o40.Rotation = Vector3.new(-90, 0, 90)
9146
o40.CanCollide = false
9147
o40.Shape = Enum.PartType.Cylinder
9148
o40.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
9149
o40.CFrame = CFrame.new(108.657578, 3.61146402, -61.1699905, 0, -1, 1.19715805e-29, 1.26217745e-29, -1.19715805e-29, 1, -1, 0, -1.26217745e-29)
9150
o40.BottomSurface = Enum.SurfaceType.Smooth
9151
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9152
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9153
o40.TopSurface = Enum.SurfaceType.Smooth
9154
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9155
o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
9156
o41.Parent = o40
9157
o41.Scale = Vector3.new(0.278077543, 0.945463777, 1)
9158
o41.MeshType = Enum.MeshType.Cylinder
9159
o42.Name = "Joint"
9160
o42.Parent = o40
9161
o42.C0 = CFrame.new(-0.542831421, -0.486831665, -0.431460142, 0.000331714633, 1.09697344e-22, 0.99999994, 0.99999994, -1.23944917e-22, -0.000331714633, 1.23908515e-22, 1, -1.09738441e-22)
9162
o42.Part0 = o40
9163
o42.Part1 = o2
9164
o43.Parent = o1
9165
o43.Material = Enum.Material.SmoothPlastic
9166
o43.BrickColor = BrickColor.new("Really black")
9167
o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
9168
o43.CanCollide = false
9169
o43.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
9170
o43.CFrame = CFrame.new(109.222839, 2.79854107, -61.0494919, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9171
o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9172
o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9173
o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9174
o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9175
o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9176
o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
9177
o44.Parent = o43
9178
o44.Scale = Vector3.new(0.875471771, 1, 1)
9179
o45.Name = "Joint"
9180
o45.Parent = o43
9181
o45.C0 = CFrame.new(-0.0784301758, 0.381462812, 0.422332764, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9182
o45.Part0 = o43
9183
o45.Part1 = o2
9184
o46.Parent = o1
9185
o46.Material = Enum.Material.SmoothPlastic
9186
o46.BrickColor = BrickColor.new("Really black")
9187
o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
9188
o46.CanCollide = false
9189
o46.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
9190
o46.CFrame = CFrame.new(108.642822, 2.79354095, -60.1895142, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9191
o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9192
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9193
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9194
o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9195
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9196
o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
9197
o47.Parent = o46
9198
o47.Scale = Vector3.new(0.875471771, 1, 1)
9199
o48.Name = "Joint"
9200
o48.Parent = o46
9201
o48.C0 = CFrame.new(0.501586914, 0.386462927, -0.437644958, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9202
o48.Part0 = o46
9203
o48.Part1 = o2
9204
o49.Parent = o1
9205
o49.Material = Enum.Material.SmoothPlastic
9206
o49.BrickColor = BrickColor.new("Really black")
9207
o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
9208
o49.CanCollide = false
9209
o49.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
9210
o49.CFrame = CFrame.new(109.222839, 2.79354095, -60.1895142, 1, 1.19715805e-29, 0, 1.19715805e-29, 1, -1.26217745e-29, 0, -1.26217745e-29, 1)
9211
o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9212
o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9213
o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9214
o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9215
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9216
o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
9217
o50.Parent = o49
9218
o50.Scale = Vector3.new(0.875471771, 1, 1)
9219
o51.Name = "Joint"
9220
o51.Parent = o49
9221
o51.C0 = CFrame.new(-0.0784301758, 0.386462927, -0.437644958, -0.99999994, 1.23944917e-22, 0.000331714633, 1.23908515e-22, 1, -1.09738441e-22, -0.000331714633, -1.09697344e-22, -0.99999994)
9222
o51.Part0 = o49
9223
o51.Part1 = o2
9224
o52.Parent = o1
9225
o52.Material = Enum.Material.SmoothPlastic
9226
o52.BrickColor = BrickColor.new("Dark stone grey")
9227
o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
9228
o52.Rotation = Vector3.new(-90, 0, 0)
9229
o52.Size = Vector3.new(0.200000003, 0.46807757, 0.42348215)
9230
o52.CFrame = CFrame.new(108.650101, 2.64661002, -60.8574295, 1, 0, 1.19715805e-29, 1.19715805e-29, 1.26217745e-29, 1, 0, -1, -1.26217745e-29)
9231
o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9232
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9233
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9234
o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9235
o52.Color = Color3.new(0.388235, 0.372549, 0.384314)
9236
o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
9237
o53.Name = "Joint"
9238
o53.Parent = o52
9239
o53.C0 = CFrame.new(0.494308472, -0.230270386, 0.53339386, -0.99999994, 1.23944917e-22, 0.000331714633, 0.000331714633, 1.09697344e-22, 0.99999994, 1.23908515e-22, 1, -1.09738441e-22)
9240
o53.Part0 = o52
9241
o53.Part1 = o2
9242
o54.Parent = o1
9243
o54.Material = Enum.Material.SmoothPlastic
9244
o54.BrickColor = BrickColor.new("Dark stone grey")
9245
o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
9246
o54.Rotation = Vector3.new(90, -90, 0)
9247
o54.Size = Vector3.new(0.200000003, 0.578077555, 0.200000003)
9248
o54.CFrame = CFrame.new(109.427994, 2.28999829, -60.3651505, -4.90628196e-08, 2.98023224e-08, -1, -1, -4.01892883e-08, 2.69629474e-08, -4.01892812e-08, 1, -2.98023224e-08)
9249
o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9250
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9251
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9252
o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9253
o54.Color = Color3.new(0.388235, 0.372549, 0.384314)
9254
o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
9255
o55.Name = "Joint"
9256
o55.Parent = o54
9257
o55.C0 = CFrame.new(-0.890005589, -0.262008667, 0.283584595, 4.90761494e-08, -1, 4.01730063e-08, -0.000331744435, -4.01892883e-08, -0.99999994, 0.99999994, 2.69629474e-08, -0.000331684831)
9258
o55.Part0 = o54
9259
o55.Part1 = o2
9260
mas.Parent = workspace
9261
mas:MakeJoints()
9262
local mas1 = mas:GetChildren()
9263
for i=1,#mas1 do
9264
	mas1[i].Parent = workspace 
9265
	ypcall(function() mas1[i]:MakeJoints() end)
9266
end
9267
mas:Destroy()
9268
for i=1,#cors do
9269
coroutine.resume(cors[i])
9270
end
9271
9272
wait()
9273
9274
Workspace["RightArm"].Parent = game.Players.LocalPlayer.Character
9275
9276
game.Players.LocalPlayer.Character["RightArm"].Name = "Familiar Right Arm"
9277
9278
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
9279
w.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
9280
w.Part1 = o2
9281
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
9282
game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0
9283
9284
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Arm"]:GetChildren()) do
9285
	if v.ClassName == "Part" then
9286
	v.CanCollide = false
9287
	v.Anchored = false
9288
	end
9289
end
9290
9291
9292
local runDummyScript = function(f,scri)
9293
local oldenv = getfenv(f)
9294
local newenv = setmetatable({}, {
9295
__index = function(_, k)
9296
if k:lower() == 'script' then
9297
return scri
9298
else
9299
return oldenv[k]
9300
end
9301
end
9302
})
9303
setfenv(f, newenv)
9304
ypcall(function() f() end)
9305
end
9306
cors = {}
9307
mas = Instance.new("Model",game:GetService("Lighting")) 
9308
mas.Name = "CompiledModel"
9309
o1 = Instance.new("Part")
9310
o2 = Instance.new("Weld")
9311
o3 = Instance.new("Part")
9312
o4 = Instance.new("Weld")
9313
o5 = Instance.new("Part")
9314
o6 = Instance.new("Weld")
9315
o7 = Instance.new("Part")
9316
o8 = Instance.new("Weld")
9317
o9 = Instance.new("Part")
9318
o10 = Instance.new("Weld")
9319
o11 = Instance.new("Part")
9320
o12 = Instance.new("Weld")
9321
o13 = Instance.new("Part")
9322
o14 = Instance.new("Weld")
9323
o15 = Instance.new("Part")
9324
o16 = Instance.new("Weld")
9325
o17 = Instance.new("Part")
9326
o18 = Instance.new("SpecialMesh")
9327
o19 = Instance.new("Weld")
9328
o20 = Instance.new("WedgePart")
9329
o21 = Instance.new("Weld")
9330
o22 = Instance.new("WedgePart")
9331
o23 = Instance.new("Weld")
9332
o24 = Instance.new("WedgePart")
9333
o25 = Instance.new("Weld")
9334
o26 = Instance.new("WedgePart")
9335
o27 = Instance.new("Weld")
9336
o28 = Instance.new("WedgePart")
9337
o29 = Instance.new("Weld")
9338
o30 = Instance.new("WedgePart")
9339
o31 = Instance.new("Weld")
9340
o32 = Instance.new("Part")
9341
o33 = Instance.new("SpecialMesh")
9342
o1.Name = "Blade"
9343
o1.Parent = mas
9344
o1.Material = Enum.Material.Metal
9345
o1.BrickColor = BrickColor.new("Fossil")
9346
o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
9347
o1.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9348
o1.CanCollide = false
9349
o1.FormFactor = Enum.FormFactor.Custom
9350
o1.Size = Vector3.new(0.199999988, 6.44999933, 0.449999988)
9351
o1.CFrame = CFrame.new(98.2693253, 1.1018647, -50.969738, -0.0374063104, -0.9688375, -0.244856715, 0.0509620011, -0.24655886, 0.967787027, -0.997999787, 0.0237229597, 0.0585967302)
9352
o1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9353
o1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9354
o1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9355
o1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9356
o1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9357
o1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9358
o1.Color = Color3.new(0.623529, 0.631373, 0.67451)
9359
o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
9360
o2.Name = "Joint"
9361
o2.Parent = o1
9362
o2.C0 = CFrame.new(-1.00187302, -3.81311035, 1.25072861, -0.997999787, 0.0509621762, 0.0374063551, 0.0237229597, -0.24655886, 0.9688375, 0.058596909, 0.967787027, 0.244856715)
9363
o2.Part0 = o1
9364
o2.Part1 = o32
9365
o3.Name = "Handle"
9366
o3.Parent = mas
9367
o3.Material = Enum.Material.Metal
9368
o3.BrickColor = BrickColor.new("Really black")
9369
o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
9370
o3.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9371
o3. Anchored = false
9372
o3.FormFactor = Enum.FormFactor.Custom
9373
o3.Size = Vector3.new(0.25999999, 0.630000114, 0.310000002)
9374
o3.CFrame = CFrame.new(101.193436, 1.93511701, -51.0367813, -0.0374030024, -0.968839228, -0.244850188, 0.0509600081, -0.246552095, 0.967788815, -0.998000145, 0.0237206332, 0.0585938357)
9375
o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9376
o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9377
o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9378
o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9379
o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9380
o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9381
o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9382
o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
9383
o4.Name = "Joint"
9384
o4.Parent = o3
9385
o4.C0 = CFrame.new(-1.0018692, -0.773086548, 1.16423416, -0.998000145, 0.0509601831, 0.0374030471, 0.0237206332, -0.246552095, 0.968839228, 0.0585940145, 0.967788815, 0.244850188)
9386
o4.Part0 = o3
9387
o4.Part1 = o32
9388
o5.Name = "Handle"
9389
o5.Parent = mas
9390
o5.Material = Enum.Material.Metal
9391
o5.BrickColor = BrickColor.new("Really black")
9392
o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
9393
o5.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
9394
o5. Anchored = false
9395
o5.FormFactor = Enum.FormFactor.Custom
9396
o5.Shape = Enum.PartType.Cylinder
9397
o5.Size = Vector3.new(2.13999987, 0.230000168, 0.310000002)
9398
o5.CFrame = CFrame.new(102.496597, 2.26651406, -51.0636063, -0.968839228, 0.0374033563, -0.244850144, -0.246552065, -0.0509599186, 0.967788815, 0.0237210058, 0.998000145, 0.0585938357)
9399
o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9400
o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9401
o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9402
o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9403
o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9404
o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9405
o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9406
o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
9407
o6.Name = "Joint"
9408
o6.Parent = o5
9409
o6.C0 = CFrame.new(0.571815491, 0.996788025, 1.1641655, 0.0237210058, -0.246552065, 0.968839228, 0.998000145, -0.0509600937, -0.037403401, 0.0585940145, 0.967788815, 0.244850144)
9410
o6.Part0 = o5
9411
o6.Part1 = o32
9412
o7.Name = "Handle"
9413
o7.Parent = mas
9414
o7.Material = Enum.Material.Metal
9415
o7.BrickColor = BrickColor.new("Really black")
9416
o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
9417
o7.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
9418
o7. Anchored = false
9419
o7.FormFactor = Enum.FormFactor.Custom
9420
o7.Shape = Enum.PartType.Cylinder
9421
o7.Size = Vector3.new(0.25, 0.239999995, 0.319999993)
9422
o7.CFrame = CFrame.new(103.242661, 2.456352, -51.0818558, -0.968839228, 0.0374033563, -0.244850144, -0.246552065, -0.0509599186, 0.967788815, 0.0237210058, 0.998000145, 0.0585938357)
9423
o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9424
o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9425
o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9426
o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9427
o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9428
o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9429
o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9430
o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
9431
o8.Name = "Joint"
9432
o8.Parent = o7
9433
o8.C0 = CFrame.new(1.34187317, 0.996768951, 1.16418648, 0.0237210058, -0.246552065, 0.968839228, 0.998000145, -0.0509600937, -0.037403401, 0.0585940145, 0.967788815, 0.244850144)
9434
o8.Part0 = o7
9435
o8.Part1 = o32
9436
o9.Name = "Handle10"
9437
o9.Parent = mas
9438
o9.Material = Enum.Material.Metal
9439
o9.BrickColor = BrickColor.new("Really black")
9440
o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
9441
o9.Rotation = Vector3.new(-83.4899979, -59.1199989, 94.1800003)
9442
o9. Anchored = false
9443
o9.FormFactor = Enum.FormFactor.Custom
9444
o9.Size = Vector3.new(0.200000003, 0.5, 0.200000003)
9445
o9.CFrame = CFrame.new(100.658432, 1.96633995, -51.0150528, -0.0374030024, -0.511938155, -0.858207703, 0.0509600081, -0.858668268, 0.509992003, -0.998000145, -0.0246590301, 0.0582051426)
9446
o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9447
o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9448
o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9449
o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9450
o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9451
o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9452
o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9453
o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
9454
o10.Name = "Joint"
9455
o10.Parent = o9
9456
o10.C0 = CFrame.new(-1.00178528, -1.616436, -0.199737549, -0.998000145, 0.0509601831, 0.0374030471, -0.0246591587, -0.858668268, 0.511938155, 0.0582052693, 0.509992003, 0.858207703)
9457
o10.Part0 = o9
9458
o10.Part1 = o32
9459
o11.Name = "Handle2"
9460
o11.Parent = mas
9461
o11.Material = Enum.Material.Metal
9462
o11.BrickColor = BrickColor.new("Really black")
9463
o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
9464
o11.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9465
o11. Anchored = false
9466
o11.FormFactor = Enum.FormFactor.Custom
9467
o11.Size = Vector3.new(0.25999999, 0.899999976, 0.200000018)
9468
o11.CFrame = CFrame.new(101.382919, 1.73613298, -51.0539436, -0.0374030024, -0.968839228, -0.244850188, 0.0509600081, -0.246552095, 0.967788815, -0.998000145, 0.0237206332, 0.0585938357)
9469
o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9470
o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9471
o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9472
o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9473
o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9474
o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9475
o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9476
o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
9477
o12.Name = "Joint"
9478
o12.Parent = o11
9479
o12.C0 = CFrame.new(-1.00177002, -0.638160706, 1.40421295, -0.998000145, 0.0509601831, 0.0374030471, 0.0237206332, -0.246552095, 0.968839228, 0.0585940145, 0.967788815, 0.244850188)
9480
o12.Part0 = o11
9481
o12.Part1 = o32
9482
o13.Name = "Handle3"
9483
o13.Parent = mas
9484
o13.Material = Enum.Material.Metal
9485
o13.BrickColor = BrickColor.new("Really black")
9486
o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
9487
o13.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9488
o13. Anchored = false
9489
o13.CanCollide = false
9490
o13.FormFactor = Enum.FormFactor.Custom
9491
o13.Size = Vector3.new(0.25, 1.10000002, 0.300000012)
9492
o13.CFrame = CFrame.new(100.450119, 1.75461495, -51.0180397, -0.0374030024, -0.968839228, -0.244850188, 0.0509600081, -0.246552095, 0.967788815, -0.998000145, 0.0237206332, 0.0585938357)
9493
o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9494
o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9495
o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9496
o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9497
o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9498
o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9499
o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9500
o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
9501
o14.Name = "Joint"
9502
o14.Parent = o13
9503
o14.C0 = CFrame.new(-1.00177002, -1.53818512, 1.15582275, -0.998000145, 0.0509601831, 0.0374030471, 0.0237206332, -0.246552095, 0.968839228, 0.0585940145, 0.967788815, 0.244850188)
9504
o14.Part0 = o13
9505
o14.Part1 = o32
9506
o15.Name = "Handle4"
9507
o15.Parent = mas
9508
o15.Material = Enum.Material.Metal
9509
o15.BrickColor = BrickColor.new("Really black")
9510
o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
9511
o15.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9512
o15. Anchored = false
9513
o15.CanCollide = false
9514
o15.FormFactor = Enum.FormFactor.Custom
9515
o15.Size = Vector3.new(0.25, 1.10000002, 0.200000003)
9516
o15.CFrame = CFrame.new(99.3745956, 1.522138, -50.9895859, -0.0374030024, -0.968839228, -0.244850188, 0.0509600081, -0.246552095, 0.967788815, -0.998000145, 0.0237206332, 0.0585938357)
9517
o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9518
o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9519
o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9520
o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9521
o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9522
o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9523
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9524
o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
9525
o16.Name = "Joint"
9526
o16.Parent = o15
9527
o16.C0 = CFrame.new(-1.00175476, -2.63818359, 1.11580276, -0.998000145, 0.0509601831, 0.0374030471, 0.0237206332, -0.246552095, 0.968839228, 0.0585940145, 0.967788815, 0.244850188)
9528
o16.Part0 = o15
9529
o16.Part1 = o32
9530
o17.Parent = mas
9531
o17.BrickColor = BrickColor.new("Really black")
9532
o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
9533
o17.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
9534
o17. Anchored = false
9535
o17.FormFactor = Enum.FormFactor.Symmetric
9536
o17.Size = Vector3.new(0.600000024, 0.389999986, 0.310000002)
9537
o17.CFrame = CFrame.new(103.529999, 2.52386594, -51.0825729, 0.0374030024, -0.968839228, 0.244850188, -0.0509600081, -0.246552095, -0.967788815, 0.998000145, 0.0237206332, -0.0585938357)
9538
o17.BottomSurface = Enum.SurfaceType.Smooth
9539
o17.TopSurface = Enum.SurfaceType.Smooth
9540
o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9541
o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
9542
o18.Parent = o17
9543
o18.MeshId = "http://www.roblox.com/Asset/?id=9756362"
9544
o18.Scale = Vector3.new(0.300000012, 0.5, 0.300000012)
9545
o18.MeshType = Enum.MeshType.FileMesh
9546
o19.Name = "Joint"
9547
o19.Parent = o17
9548
o19.C0 = CFrame.new(0.990177155, 1.63690948, -1.16924286, 0.998000145, -0.0509601831, -0.0374030471, 0.0237206332, -0.246552095, 0.968839228, -0.0585940145, -0.967788815, -0.244850188)
9549
o19.Part0 = o17
9550
o19.Part1 = o32
9551
o20.Name = "Handle5"
9552
o20.Parent = mas
9553
o20.Material = Enum.Material.Metal
9554
o20.BrickColor = BrickColor.new("Really black")
9555
o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
9556
o20.Rotation = Vector3.new(93.4599991, 14.1700001, -92.2099991)
9557
o20. Anchored = false
9558
o20.FormFactor = Enum.FormFactor.Custom
9559
o20.Size = Vector3.new(0.25, 0.350000024, 0.25)
9560
o20.CFrame = CFrame.new(101.249954, 2.22195911, -51.0153122, -0.0374030024, 0.968839228, 0.244850188, 0.0509600081, 0.246552095, -0.967788815, -0.998000145, -0.0237206332, -0.0585938357)
9561
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9562
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9563
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9564
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9565
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9566
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9567
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9568
o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
9569
o21.Name = "Joint"
9570
o21.Parent = o20
9571
o21.C0 = CFrame.new(-0.992946625, 0.648117065, -0.899215698, -0.998000145, 0.0509601831, 0.0374030471, -0.0237206332, 0.246552095, -0.968839228, -0.0585940145, -0.967788815, -0.244850188)
9572
o21.Part0 = o20
9573
o21.Part1 = o32
9574
o22.Name = "Handle6"
9575
o22.Parent = mas
9576
o22.Material = Enum.Material.Metal
9577
o22.BrickColor = BrickColor.new("Really black")
9578
o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
9579
o22.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
9580
o22. Anchored = false
9581
o22.FormFactor = Enum.FormFactor.Custom
9582
o22.Size = Vector3.new(0.25, 0.25, 0.25)
9583
o22.CFrame = CFrame.new(100.964066, 2.14921093, -51.0082169, 0.0374030024, -0.968839228, 0.244850188, -0.0509600081, -0.246552095, -0.967788815, 0.998000145, 0.0237206332, -0.0585938357)
9584
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9585
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9586
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9587
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9588
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9589
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9590
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9591
o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
9592
o23.Name = "Joint"
9593
o23.Parent = o22
9594
o23.C0 = CFrame.new(0.992851257, -0.943199158, -0.899204254, 0.998000145, -0.0509601831, -0.0374030471, 0.0237206332, -0.246552095, 0.968839228, -0.0585940145, -0.967788815, -0.244850188)
9595
o23.Part0 = o22
9596
o23.Part1 = o32
9597
o24.Name = "Handle7"
9598
o24.Parent = mas
9599
o24.Material = Enum.Material.Metal
9600
o24.BrickColor = BrickColor.new("Really black")
9601
o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
9602
o24.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9603
o24. Anchored = false
9604
o24.CanCollide = false
9605
o24.FormFactor = Enum.FormFactor.Custom
9606
o24.Size = Vector3.new(0.25, 0.300000072, 0.200000003)
9607
o24.CFrame = CFrame.new(100.801941, 1.58773196, -51.0308456, -0.0374030024, -0.968839228, -0.244850188, 0.0509600081, -0.246552095, 0.967788815, -0.998000145, 0.0237206332, 0.0585938357)
9608
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9609
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9610
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9611
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9612
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9613
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9614
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9615
o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
9616
o25.Name = "Joint"
9617
o25.Parent = o24
9618
o25.C0 = CFrame.new(-0.99288559, -1.23816681, 1.4042263, -0.998000145, 0.0509601831, 0.0374030471, 0.0237206332, -0.246552095, 0.968839228, 0.0585940145, 0.967788815, 0.244850188)
9619
o25.Part0 = o24
9620
o25.Part1 = o32
9621
o26.Name = "Handle8"
9622
o26.Parent = mas
9623
o26.Material = Enum.Material.Metal
9624
o26.BrickColor = BrickColor.new("Really black")
9625
o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
9626
o26.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9627
o26. Anchored = false
9628
o26.CanCollide = false
9629
o26.FormFactor = Enum.FormFactor.Custom
9630
o26.Size = Vector3.new(0.25, 0.800000072, 0.200000003)
9631
o26.CFrame = CFrame.new(98.5145874, 1.30442798, -50.9596901, -0.0374030024, -0.968839228, -0.244850188, 0.0509600081, -0.246552095, 0.967788815, -0.998000145, 0.0237206332, 0.0585938357)
9632
o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9633
o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9634
o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9635
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9636
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9637
o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9638
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9639
o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
9640
o27.Name = "Joint"
9641
o27.Parent = o26
9642
o27.C0 = CFrame.new(-0.992988586, -3.52578735, 1.1141758, -0.998000145, 0.0509601831, 0.0374030471, 0.0237206332, -0.246552095, 0.968839228, 0.0585940145, 0.967788815, 0.244850188)
9643
o27.Part0 = o26
9644
o27.Part1 = o32
9645
o28.Name = "BladeEnd"
9646
o28.Parent = mas
9647
o28.Material = Enum.Material.Metal
9648
o28.BrickColor = BrickColor.new("Fossil")
9649
o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
9650
o28.Rotation = Vector3.new(-86.5400009, -13.5500002, 92.1699982)
9651
o28. Anchored = false
9652
o28.CanCollide = false
9653
o28.FormFactor = Enum.FormFactor.Custom
9654
o28.Size = Vector3.new(0.25, 1.09000015, 0.450000018)
9655
o28.CFrame = CFrame.new(94.6353149, 0.178499788, -50.8718147, -0.0368410014, -0.9714849, -0.234221727, 0.0513690002, -0.23591198, 0.970415771, -0.998000026, 0.0237193517, 0.0585954413)
9656
o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9657
o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9658
o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9659
o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9660
o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9661
o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9662
o28.Color = Color3.new(0.623529, 0.631373, 0.67451)
9663
o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
9664
o29.Name = "Joint"
9665
o29.Parent = o28
9666
o29.C0 = CFrame.new(-0.987804413, -7.55036926, 1.33182144, -0.998000026, 0.0513691753, 0.0368410461, 0.0237193536, -0.23591198, 0.9714849, 0.0585956201, 0.970415771, 0.234221727)
9667
o29.Part0 = o28
9668
o29.Part1 = o32
9669
o30.Name = "Handle9"
9670
o30.Parent = mas
9671
o30.Material = Enum.Material.Metal
9672
o30.BrickColor = BrickColor.new("Really black")
9673
o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
9674
o30.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9675
o30. Anchored = false
9676
o30.CanCollide = false
9677
o30.FormFactor = Enum.FormFactor.Custom
9678
o30.Size = Vector3.new(0.25, 0.5200001, 0.200000003)
9679
o30.CFrame = CFrame.new(99.7111816, 1.50592995, -50.994133, -0.0374030024, -0.968839228, -0.244850188, 0.0509600081, -0.246552095, 0.967788815, -0.998000145, 0.0237206332, 0.0585938357)
9680
o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9681
o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9682
o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9683
o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9684
o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9685
o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9686
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9687
o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
9688
o31.Name = "Joint"
9689
o31.Parent = o30
9690
o31.C0 = CFrame.new(-0.992874146, -2.315979, 1.21416855, -0.998000145, 0.0509601831, 0.0374030471, 0.0237206332, -0.246552095, 0.968839228, 0.0585940145, 0.967788815, 0.244850188)
9691
o31.Part0 = o30
9692
o31.Part1 = o32
9693
o32.Name = "REF"
9694
o32.Parent = mas
9695
o32.Transparency = 1
9696
o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
9697
o32.Rotation = Vector3.new(0, -90, 0)
9698
o32. Anchored = false
9699
o32.CanCollide = false
9700
o32.FormFactor = Enum.FormFactor.Symmetric
9701
o32.Size = Vector3.new(2, 2, 1)
9702
o32.CFrame = CFrame.new(101.694839, 3.2014029, -49.9870377, -4.37113883e-08, 0, -1, 1.74845553e-07, 1, -7.64274186e-15, 1, -1.74845553e-07, -4.37113883e-08)
9703
o32.BottomSurface = Enum.SurfaceType.Smooth
9704
o32.TopSurface = Enum.SurfaceType.Smooth
9705
o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
9706
o33.Parent = o32
9707
o33.MeshId = "rbxasset://fonts/torso.mesh"
9708
o33.MeshType = Enum.MeshType.FileMesh
9709
mas.Parent = workspace
9710
mas:MakeJoints()
9711
local mas1 = mas:GetChildren()
9712
for i=1,#mas1 do
9713
	mas1[i].Parent = workspace 
9714
	ypcall(function() mas1[i]:MakeJoints() end)
9715
end
9716
mas:Destroy()
9717
for i=1,#cors do
9718
coroutine.resume(cors[i])
9719
end
9720
9721
wait()
9722
9723
Workspace["Blade"].Parent = game.Players.LocalPlayer.Character
9724
9725
game.Players.LocalPlayer.Character["Blade"].Name = "Blade"
9726
9727
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
9728
w.Part0 = game.Players.LocalPlayer.Character["Torso"]
9729
w.Part1 = o32
9730
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
9731
game.Players.LocalPlayer.Character["Torso"].Transparency = 0
9732
9733
for i,v in pairs (game.Players.LocalPlayer.Character["Blade"]:GetChildren()) do
9734
	if v.ClassName == "Part" then
9735
	v.CanCollide = false
9736
	v.Anchored = false
9737
	end
9738
end
9739
--
9740
wait(1 / 60)
9741
Ilaoi = { }
9742
local Mouse = Player:GetMouse()
9743
local RootPart = Character.HumanoidRootPart
9744
local RootJoint = RootPart.RootJoint
9745
local attack = false
9746
local delays = false
9747
local play = true
9748
local targetted = nil
9749
local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude 
9750
local velocity = RootPart.Velocity.y
9751
local sine = 0
9752
local Create = LoadLibrary("RbxUtility").Create
9753
	
9754
CFuncs = {	
9755
	
9756
	["Sound"] = {
9757
		Create = function(id, par, vol, pit) 
9758
			coroutine.resume(coroutine.create(function()
9759
				local S = Create("Sound"){
9760
					Volume = vol,
9761
					Pitch = pit or 1,
9762
					SoundId = id,
9763
					Parent = par or workspace,
9764
				}
9765
				wait() 
9766
				S:play() 
9767
				game:GetService("Debris"):AddItem(S, 6)
9768
			end))
9769
		end;
9770
	};
9771
	
9772
9773
	CreateTemplate = {
9774
	
9775
	};
9776
}
9777
9778
9779
abss = Instance.new("BillboardGui",Character)
9780
abss.Size = UDim2.new(50,0,50,0)
9781
abss.Enabled = false
9782
imgl = Instance.new("ImageLabel",abss)
9783
imgl.Position = UDim2.new(0,0,0,0)
9784
imgl.Size = UDim2.new(1,0,1,0)
9785
imgl.Image = "rbxassetid://103028201"
9786
imgl.BackgroundTransparency = 1
9787
imgl.ImageColor3 = Color3.new(0,0,255)
9788
img2 = Instance.new("ImageLabel",abss)
9789
img2.Position = UDim2.new(0,0,0,0)
9790
img2.Size = UDim2.new(1,0,1,0)
9791
img2.Image = "rbxassetid://103028201"
9792
img2.BackgroundTransparency = 1
9793
img2.ImageColor3 = Color3.new(0,0,255)
9794
9795
function TargetSelect(person)
9796
local dd=coroutine.wrap(function()
9797
if targetted ~= person then
9798
targetted = person
9799
img2.Size = UDim2.new(1,0,1,0)
9800
img2.ImageTransparency = 0
9801
img2.Position = UDim2.new(0,0,0,0)
9802
for i = 0, 2, 0.1 do
9803
swait()
9804
img2.Size = img2.Size + UDim2.new(5,0,5,0)
9805
img2.Position = img2.Position + UDim2.new(-.025,0,-.025,0)
9806
img2.ImageTransparency = img2.ImageTransparency + 0.05
9807
end
9808
end
9809
end)
9810
dd()
9811
end
9812
9813
function LockOn()
9814
if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
9815
TargetSelect(Mouse.Target.Parent)
9816
CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=147722098", Character, 1, .8)
9817
end
9818
end
9819
9820
9821
function ofmoosic() -- 2 lazi hoh
9822
delays = true
9823
while wait() and kkk and kkk.Volume >= 0.02 do
9824
	kkk.Volume = kkk.Volume - 0.05
9825
end
9826
wait(0.1)
9827
kkk.Pitch = 0
9828
kkk.PlaybackSpeed = 0
9829
play = false
9830
delays = false
9831
end
9832
function onmoosic()
9833
delays = true
9834
kkk.Pitch = .6
9835
kkk.PlaybackSpeed = .6
9836
while wait() and kkk and kkk.Volume <= 1.5 do
9837
	kkk.Volume = kkk.Volume + 0.05
9838
end
9839
wait(0.1)
9840
play = true
9841
delays = false
9842
end
9843
9844
9845
Mouse.KeyDown:connect(function(k)
9846
	k = k:lower()
9847
	if attack == false and k == 'q' then
9848
	LockOn()
9849
	end
9850
end)
9851
9852
kkk = Instance.new("Sound",Character)
9853
kkk.Volume = 1.5
9854
kkk.PlaybackSpeed = 1
9855
kkk.Pitch = .6
9856
kkk.SoundId = "rbxassetid://"
9857
kkk:Play()
9858
kkk.Name = "a"
9859
kkk.Looped = true
9860
9861
9862
9863
while true do
9864
	swait()
9865
	for i, v in pairs(Character:GetChildren()) do
9866
		if v:IsA("Part") then
9867
			v.Material = "SmoothPlastic"
9868
		elseif v:IsA("Accessory") then
9869
			v:WaitForChild("Handle").Material = "SmoothPlastic"
9870
		end
9871
	end
9872
while true do
9873
swait()
9874
imgl.Rotation = imgl.Rotation + 3
9875
img2.Rotation = img2.Rotation + 3
9876
if targetted ~= nil then
9877
abss.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
9878
abss.Enabled = true
9879
elseif targetted == nil then
9880
abss.Adornee = nil
9881
abss.Enabled = false
9882
end
9883
while true and imgl.Rotation >= 360 do
9884
imgl.Rotation = 0	
9885
img2.Rotation = 0
9886
end
9887
9888
	if 0 < #Ilaoi then
9889
		for e = 1, #Ilaoi do
9890
			if Ilaoi[e] ~= nil then
9891
				local Thing = Ilaoi[e]
9892
				if Thing ~= nil then
9893
					local Part = Thing[1]
9894
					local Mode = Thing[2]
9895
					local Delay = Thing[3]
9896
					local IncX = Thing[4]
9897
					local IncY = Thing[5]
9898
					local IncZ = Thing[6]
9899
					if Thing[2] == "Shoot" then
9900
						local Look = Thing[1]
9901
						local move = 30
9902
						if Thing[8] == 3 then
9903
							move = 10
9904
						end
9905
						local hit, pos = rayCast(Thing[4], Thing[1], move, m)
9906
						if Thing[10] ~= nil then
9907
							da = pos
9908
							cf2 = CFrame.new(Thing[4], Thing[10].Position)
9909
							cfa = CFrame.new(Thing[4], pos)
9910
							tehCF = cfa:lerp(cf2, 0.2)
9911
							Thing[1] = tehCF.lookVector
9912
						end
9913
						local mag = (Thing[4] - pos).magnitude
9914
						Effects["Head"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0), 1, mag * 5, 1, 0.5, 0, 0.5, 0.2)
9915
						if Thing[8] == 2 then
9916
							Effects["Ring"].Create(Torso.BrickColor, CFrame.new((Thing[4] + pos) / 2, pos) * CFrame.Angles(1.57, 0, 0) * CFrame.fromEulerAnglesXYZ(1.57, 0, 0), 1, 1, 0.1, 0.5, 0.5, 0.1, 0.1, 1)
9917
						end
9918
						Thing[4] = Thing[4] + Look * move
9919
						Thing[3] = Thing[3] - 1
9920
						if 2 < Thing[5] then
9921
							Thing[5] = Thing[5] - 0.3
9922
							Thing[6] = Thing[6] - 0.3
9923
						end
9924
						if hit ~= nil then
9925
							Thing[3] = 0
9926
							if Thing[8] == 1 or Thing[8] == 3 then
9927
								Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
9928
							else
9929
								if Thing[8] == 2 then
9930
									Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
9931
									if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
9932
										ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
9933
										ref.Anchored = true
9934
										ref.CFrame = CFrame.new(pos)
9935
										CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
9936
										game:GetService("Debris"):AddItem(ref, 0.2)
9937
										Effects["Block"].Create(Torso.BrickColor, CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 1, 10, 10, 10, 0.1, 2)
9938
										Effects["Ring"].Create(BrickColor.new("Bright yellow"), CFrame.new(ref.Position) * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)), 1, 1, 0.1, 4, 4, 0.1, 0.1)
9939
										MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
9940
									end
9941
								end
9942
							end
9943
							ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
9944
							ref.Anchored = true
9945
							ref.CFrame = CFrame.new(pos)
9946
							Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
9947
							game:GetService("Debris"):AddItem(ref, 1)
9948
						end
9949
						if Thing[3] <= 0 then
9950
							table.remove(Effects, e)
9951
						end
9952
					end
9953
					do
9954
						do
9955
							if Thing[2] == "FireWave" then
9956
								if Thing[3] <= Thing[4] then
9957
									Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
9958
									Thing[3] = Thing[3] + 1
9959
									Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
9960
								else
9961
									Part.Parent = nil
9962
									table.remove(Effects, e)
9963
								end
9964
							end
9965
							if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
9966
								if Thing[1].Transparency <= 1 then
9967
									if Thing[2] == "Block1" then
9968
										Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
9969
										Mesh = Thing[7]
9970
										Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9971
										Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9972
									else
9973
										if Thing[2] == "Block2" then
9974
											Thing[1].CFrame = Thing[1].CFrame
9975
											Mesh = Thing[7]
9976
											Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9977
											Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9978
										else
9979
											if Thing[2] == "Fire" then
9980
												Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
9981
												Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
9982
												Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9983
											else
9984
												if Thing[2] == "Cylinder" then
9985
													Mesh = Thing[7]
9986
													Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9987
													Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9988
												else
9989
													if Thing[2] == "Blood" then
9990
														Mesh = Thing[7]
9991
														Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
9992
														Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9993
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9994
													else
9995
														if Thing[2] == "Elec" then
9996
															Mesh = Thing[10]
9997
															Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
9998
															Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9999
														else
10000
															if Thing[2] == "Disappear" then
10001
																Thing[1].Transparency = Thing[1].Transparency + Thing[3]
10002
															else
10003
																if Thing[2] == "Shatter" then
10004
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
10005
														Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
10006
														Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
10007
														Thing[6] = Thing[6] + Thing[5]
10008
																end
10009
															end
10010
														end
10011
													end
10012
												end
10013
											end
10014
										end
10015
									end
10016
								else
10017
							
10018
									table.remove(Ilaoi, e)
10019
								end
10020
							end
10021
						end
10022
					end
10023
				end
10024
			end
10025
		end
10026
	end
10027
end
10028
end