View difference between Paste ID: p5sGf4UT and nyBivrJV
SHOW: | | - or go back to the newest paste.
1
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
3
local RealPlayer = Player
4
do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end,__call=function(self,...)local t=rawget(self,"_RealService")if t then return t(...)end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return self[t]end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;x.RunService=v({RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")setmetatable(x,{__index=function(self,t)return r:GetService(t)or typeof(r[t])=="function"and function(m,...)return r[t](r,...)end or r[t]end,__newindex=s.__newindex,__call=s.__call})game,owner=x,x.Players.LocalPlayer end
5
--Ishida Sword And Armor--
6
p = game.Players.LocalPlayer
7
char = p.Character
8
torso = char.Torso
9
neck = char.Torso.Neck
10
hum = char.Humanoid
11
12
dot = false
13
des = false
14
local ChatService = game:GetService("Chat")
15
local player = game.Players.LocalPlayer
16
char = player.Character
17
hum = char.Humanoid
18
torso = hum.Torso
19
lig = Instance.new("PointLight",player.Character.Torso)
20
lig.Color=Color3.new(0,0,255)
21
m=player:GetMouse()
22
bb = Instance.new("BillboardGui",player.Character.Head)
23
bb.Enabled = true
24
bb.AlwaysOnTop = true
25
bb.Size = UDim2.new(0,200,0,50)
26
bb.StudsOffset = Vector3.new(0,1,0)
27
gui=Instance.new("TextBox",bb)
28
gui.Text = "Wanderer"
29
gui.Size = UDim2.new(0,133,0,45)
30
gui.Position=UDim2.new(0,57,0,-40)
31
gui.TextColor3 = Color3.new(0/255,0/255,255/255)
32
gui.BackgroundColor3=Color3.new(0/255,0/255,255/255)
33
gui.TextWrapped = true
34
gui.TextScaled = true
35
gui.TextXAlignment = "Left"
36
gui.TextYAlignment = "Top"
37
gui.Visible = false
38
gui.BorderColor3 = Color3.new(0,0,255)
39
 
40
gui1=Instance.new("TextButton",bb)
41
gui1.Position=UDim2.new(0,5,0,-43)
42
gui1.Size = UDim2.new(0,190,0,51)
43
 
44
gui1.TextColor3 = Color3.new(0/255,0/255,255/255)
45
gui1.BackgroundColor3=Color3.new(0/255,0/255,255/255)
46
 
47
Debounces = {
48
["IsSpeech"]=false;
49
}
50
 
51
 
52
Speeches = {
53
"rbxassetid://316403916",
54
"rbxassetid://316403844",
55
"rbxassetid://316403787",
56
"rbxassetid://316403490"
57
};
58
 
59
 
60
 
61
 
62
function swait(num)
63
if num==0 or num==nil then
64
game:service'RunService'.Stepped:wait(0)
65
else
66
for i=0,num do
67
game:service'RunService'.Stepped:wait(0)
68
end
69
end
70
end
71
 
72
 
73
for _,v in pairs(Speeches) do
74
   
75
    game:GetService("ContentProvider"):Preload(v)
76
   
77
end
78
 
79
so = function(id,par,vol,pit)
80
coroutine.resume(coroutine.create(function()
81
local sou = Instance.new("Sound",par or workspace)
82
sou.Volume=vol
83
sou.Pitch=pit or 1
84
sou.SoundId=id
85
swait()
86
sou:play()
87
game:GetService("Debris"):AddItem(sou,sou.TimeLength)
88
end))
89
end
90
 
91
 
92
 
93
 function speech()
94
 if Debounces.IsSpeech then return end
95
 Debounces.IsSpeech = true
96
 
97
 so(""..Speeches[math.random(1,#Speeches)].."",torso,1,1)
98
 
99
swait()
100
 
101
 Debounces.IsSpeech = false
102
 end
103
 
104
 
105
gui1.Visible = false
106
img = Instance.new("ImageLabel",bb)
107
img.Size = UDim2.new(0,46,0,47)
108
img.Position = UDim2.new(0,10,0,-41)
109
img.Image = "rbxassetid://698463405"
110
img.BorderColor3 = Color3.new(0,0,0)
111
img.Visible = false
112
asd = Instance.new("Sound",player.Character.Torso)
113
asd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
114
 
115
asd1 = Instance.new("Sound",player.Character.Torso)
116
asd1.SoundId = "http://www.roblox.com/asset/?id = 565939471"
117
 
118
asd2 = Instance.new("Sound",player.Character.Torso)
119
asd2.SoundId = "http://www.roblox.com/asset/?id = 565939471"
120
asd2.Looped = true
121
asd3 = Instance.new("Sound",player.Character.Torso)
122
asd3.SoundId = "http://www.roblox.com/asset/?id = 565939471"
123
asd3.Looped = true
124
asd4 = Instance.new("Sound",player.Character.Torso)
125
asd4.SoundId = "http://www.roblox.com/asset/?id = 565939471"
126
asd4.Looped = false
127
asd5 = Instance.new("Sound",player.Character.Torso)
128
asd5.SoundId = "http://www.roblox.com/asset/?id = 0"
129
asd5.Looped = true
130
dunkd = Instance.new("Sound",player.Character.Torso)
131
dunkd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
132
dunkd.Looped = false
133
function play(play)
134
asd:Play()
135
asd1:Play()
136
end
137
eye = Instance.new("Part",player.Character)
138
eye.BrickColor = BrickColor.new("Toothpaste")
139
eye.Material = "Neon"
140
eye.FormFactor = 3
141
eye.Shape = "Ball"
142
eye.Size = Vector3.new(0.37,0.37,0.1)
143
weld = Instance.new("Weld",eye)
144
weld.Part0 = eye
145
weld.Part1 = player.Character.Head
146
weld.C0 = CFrame.new(0.1,-0.2,0.45)
147
eye.Transparency = 1
148
-- listen for their chatting
149
player.Chatted:connect(function(message)
150
a = string.len(message)
151
gui.Text = "* "
152
gui.Visible = true
153
gui1.Visible = true
154
des = false
155
img.Visible = true
156
print(a)
157
if dot == false then
158
for i = 1,string.len(message) do wait(0.07)
159
gui.Text =gui.Text..message:sub(i,i)
160
 
161
play()
162
end
163
end
164
 
165
des = true
166
end)
167
m.KeyDown:connect(function(k)
168
if k == "" then
169
asd2:Play()
170
eye.Transparency = 0
171
 
172
elseif k == "" then
173
speech()
174
end
175
end)
176
m.KeyDown:connect(function(k)
177
if k == "" then
178
eye.Transparency = 1
179
asd3:Play()
180
end
181
end)
182
m.KeyDown:connect(function(k)
183
if k == "" then
184
eye.Transparency = 0
185
asd4:Play()
186
end
187
end)
188
m.KeyDown:connect(function(k)
189
if k == "" then
190
eye.Transparency = 1
191
asd5:Play()
192
end
193
end)
194
m.KeyDown:connect(function(k)
195
if k == "l" then
196
 
197
img.Image = "rbxassetid://46829824"
198
end
199
end)
200
m.KeyDown:connect(function(k)
201
if k == "k" then
202
img.Image = "rbxassetid://296125372"
203
end
204
end)
205
m.KeyDown:connect(function(k)
206
if k == "j" then
207
img.Image = "rbxassetid://383104729"
208
end
209
end)
210
m.KeyDown:connect(function(k)
211
if k == "" then
212
img.Image = "rbxassetid://388167154"
213
print("You take your very last breath...")
214
asdd = Instance.new("Sound",player.Character.Torso)
215
asdd.SoundId = "http://www.roblox.com/asset/?id = 357417055"
216
asdd.Looped = false
217
spawn(function()
218
wait()
219
asdd:Play()
220
end)
221
wait(2)
222
asddd = Instance.new("Sound",player.Character.Torso)
223
asddd.SoundId = "http://www.roblox.com/asset/?id = 387183672"
224
asddd.Looped = false
225
spawn(function()
226
wait()
227
asddd:Play()
228
end)
229
wait(2)
230
asdded = Instance.new("Sound",player.Character.Torso)
231
asdded.SoundId = "http://www.roblox.com/asset/?id = 387187707"
232
asdded.Looped = false
233
spawn(function()
234
wait()
235
asdded:Play()
236
end)
237
char:BreakJoints()
238
end
239
end)
240
m.KeyDown:connect(function(k)
241
if k == "x" then
242
if des == true then
243
gui.Visible = false
244
gui.Text = "* "
245
gui1.Visible = false
246
img.Visible = false
247
end
248
end
249
end)
250
m.KeyDown:connect(function(k)
251
if k == "f" then
252
asd3:Stop()
253
asd2:Stop()
254
asd4:Stop()
255
dunkd:Stop()
256
eye.Transparency = 1
257
asd5:Stop()
258
end
259
end)
260
m.KeyDown:connect(function(k)
261
if k == "" then
262
dunkd = Instance.new("Sound",player.Character.Torso)
263
dunkd.SoundId = "http://www.roblox.com/asset/?id = 333078694"
264
dunkd.Looped = false
265
dunkd:Play()
266
end
267
end)
268
m.KeyDown:connect(function(k)
269
if k == "" then
270
img.Image = "rbxassetid://378198656"
271
end
272
end)
273
--
274
--
275
plr = game.Players.LocalPlayer
276
char = plr.Character
277
hum = game.Players.LocalPlayer.Character.Humanoid
278
to = game.Players.LocalPlayer.Character.Torso
279
he = game.Players.LocalPlayer.Character.Head
280
neck = char.Torso.Neck
281
rar = game.Players.LocalPlayer.Character["Right Arm"]
282
lar = game.Players.LocalPlayer.Character["Left Arm"]
283
rla = game.Players.LocalPlayer.Character["Right Leg"]
284
lla = game.Players.LocalPlayer.Character["Left Leg"]
285
local maincolor = Color3.new(255/255,85/255,0/255)
286
local blu = Color3.new(0/255,0/255,255/255)
287
local gree = Color3.new(0/255,255/255,0/255)
288
local red = Color3.new(255/255,0/255,0/255)
289
local dred = Color3.new(0/255,0/255,255/255)
290
local purp = Color3.new(100/255,0/255,255/255)
291
local pt1 = NumberSequenceKeypoint.new(0,50,0)
292
local pt2 = NumberSequenceKeypoint.new(1,0,0)
293
local pt1a = NumberSequenceKeypoint.new(0,7,0)
294
local pt2a = NumberSequenceKeypoint.new(1,0,0)
295
local bigg1 = NumberSequenceKeypoint.new(0,10,0)
296
local bigg2 = NumberSequenceKeypoint.new(1,0,0)
297
vt = Vector3.new
298
bc = BrickColor.new
299
hum.WalkSpeed = 0
300
hum.JumpPower = 100
301
aura = Instance.new("Sound",to)
302
aura.SoundId = "rbxassetid://260567626"
303
aura.Looped = false
304
aura.Volume = 10
305
lol = Instance.new("Sound",to)
306
lol.SoundId = "rbxassetid://137473066"
307
lol.Looped = false
308
lol.Volume = 10
309
beyond = Instance.new("Sound",to)
310
beyond.SoundId = "rbxassetid://256643436"
311
beyond.Looped = false
312
beyond.Volume = 10
313
hum.WalkSpeed = 50
314
t = Instance.new("ParticleEmitter",to)
315
t.Rate = 0
316
t.Size = NumberSequence.new({pt1a,pt2a})
317
t.Lifetime = NumberRange.new(1)
318
t.RotSpeed = NumberRange.new(1000000)
319
t.Texture = "rbxassetid://666724084"
320
t.VelocitySpread= 50
321
t.LightEmission = 1
322
h = Instance.new("ParticleEmitter",he)
323
h.Rate = 0
324
h.Size = NumberSequence.new({pt1a,pt2a})
325
h.Lifetime = NumberRange.new(1)
326
h.RotSpeed = NumberRange.new(1000000)
327
h.Texture = "rbxassetid://666724084"
328
h.VelocitySpread = 90
329
h.LightEmission = 1
330
rl = Instance.new("ParticleEmitter",rla)
331
rl.Rate = 0
332
rl.Size = NumberSequence.new({pt1a,pt2a})
333
rl.Lifetime = NumberRange.new(1)
334
rl.RotSpeed = NumberRange.new(1000000)
335
rl.Texture = "rbxassetid://666724084"
336
rl.VelocitySpread = 50
337
rl.LightEmission = 1
338
ll = Instance.new("ParticleEmitter",lla)
339
ll.Rate = 0
340
ll.Size = NumberSequence.new({pt1a,pt2a})
341
ll.Lifetime = NumberRange.new(1)
342
ll.RotSpeed = NumberRange.new(1000000)
343
ll.Texture = "rbxassetid://666724084"
344
ll.VelocitySpread = 50
345
ll.LightEmission = 1
346
ra = Instance.new("ParticleEmitter",rar)
347
ra.Rate = 0
348
ra.Size = NumberSequence.new({pt1a,pt2a})
349
ra.Lifetime = NumberRange.new(1)
350
ra.RotSpeed = NumberRange.new(1000000)
351
ra.Texture = "rbxassetid://666724084"
352
ra.VelocitySpread = 50
353
ra.LightEmission = 1
354
355
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
356
if msg == "boost" then
357
aura:Play()
358
h.Rate = 100
359
t.Rate = 100
360
rl.Rate = 100
361
ll.Rate = 100
362
h.Color = ColorSequence.new(blu)
363
h.Transparency = NumberSequence.new(0.4)
364
t.Color = ColorSequence.new(blu)
365
t.Transparency = NumberSequence.new(0.4)
366
rl.Color = ColorSequence.new(blu)
367
rl.Transparency = NumberSequence.new(0.4)
368
ll.Color = ColorSequence.new(blu)
369
ll.Transparency = NumberSequence.new(0.4)
370
ra.Color = ColorSequence.new(blu)
371
ra.Transparency = NumberSequence.new(0.4)
372
la.Color = ColorSequence.new(blu)
373
la.Transparency = NumberSequence.new(0.4)
374
h.Texture = "rbxassetid://666724084"
375
t.Texture = "rbxassetid://666724084"
376
rl.Texture = "rbxassetid://666724084"
377
ll.Texture = "rbxassetid://666724084"
378
ra.Texture = "rbxassetid://666724084"
379
la.Texture = "rbxassetid://666724084"
380
hum.WalkSpeed = 100
381
end
382
end)
383
384
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
385
if msg == "calm" then
386
lol:Play()
387
h.Rate = 0
388
t.Rate = 0
389
rl.Rate = 0
390
ll.Rate = 0
391
ra.Rate = 0
392
la.Rate = 0
393
hum.WalkSpeed = 100
394
end
395
end)
396
397
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
398
if msg == "ultimate" then
399
beyond:Play()
400
t.Size = NumberSequence.new(10)
401
t.Lifetime = NumberRange.new(5)
402
t.Texture = "rbxassetid://243098098"
403
t.Color = ColorSequence.new(dred)
404
t.VelocitySpread = 360
405
t.ZOffset = 10
406
t.Rate = 30
407
bonus1 = Instance.new("ParticleEmitter",rar)
408
bonus1.Texture = "rbxassetid://257173628"
409
bonus1.VelocitySpread = 360
410
bonus1.Rate = 20
411
bonus1.Lifetime = NumberRange.new(5)
412
bonus1.Size = NumberSequence.new(10)
413
bonus1.Color = ColorSequence.new(dred)
414
bonus1.LightEmission = 1
415
bonus1.RotSpeed = NumberRange.new(1000000)
416
bonus1.LockedToPart = true
417
bonus2 = Instance.new("ParticleEmitter",lar)
418
bonus2.Texture = "rbxassetid://257173628"
419
bonus2.VelocitySpread = 360
420
bonus2.Rate = 10
421
bonus2.Lifetime = NumberRange.new(5)
422
bonus2.Size = NumberSequence.new(10)
423
bonus2.Color = ColorSequence.new(dred)
424
bonus2.LightEmission = 1
425
bonus2.RotSpeed = NumberRange.new(1000000)
426
bonus2.LockedToPart = true
427
wait(1)
428
hum.WalkSpeed = 200
429
hum.JumpPower = 150
430
end
431
end)
432
433
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
434
if msg == "summon" then
435
p1 = Instance.new("Part",workspace)
436
p1.Size = Vector3.new(0,0,0)
437
p1.TopSurface = "Smooth"
438
p1.BottomSurface = "Smooth"
439
p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
440
p1.Parent = game.Players.LocalPlayer.Character.Humanoid
441
p1.Anchored = true
442
p1.BrickColor = BrickColor.new("Cyan")
443
p1.Transparency = 0.6
444
p1.Material = "Neon"
445
p1.CanCollide = false
446
p1.Touched:connect(function(h) if
447
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
448
p2 = Instance.new("Part",workspace)
449
p2.Size = Vector3.new(1,25,30)
450
p2.TopSurface = "Smooth"
451
p2.BottomSurface = "Smooth"
452
p2.CFrame = CFrame.new(p1.Position + Vector3.new(15,p2.Size.Y/2,0))
453
p2.Parent = game.Players.LocalPlayer.Character.Humanoid
454
p2.Anchored = true
455
p2.BrickColor = BrickColor.new("Cyan")
456
p2.Transparency = 0.6
457
p2.Material = "Neon"
458
p2.Touched:connect(function(h) if
459
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
460
p3 = Instance.new("Part",workspace)
461
p3.Size = Vector3.new(1,25,30)
462
p3.TopSurface = "Smooth"
463
p3.BottomSurface = "Smooth"
464
p3.CFrame = CFrame.new(p1.Position + Vector3.new(-15,p2.Size.Y/2,0))
465
p3.Parent = game.Players.LocalPlayer.Character.Humanoid
466
p3.Anchored = true
467
p3.BrickColor = BrickColor.new("Cyan")
468
p3.Transparency = 0.6
469
p3.Material = "Neon"
470
p3.Touched:connect(function(h) if
471
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
472
p4 = Instance.new("Part",workspace)
473
p4.Size = Vector3.new(30,25,1)
474
p4.TopSurface = "Smooth"
475
p4.BottomSurface = "Smooth"
476
p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,15))
477
p4.Parent = game.Players.LocalPlayer.Character.Humanoid
478
p4.Anchored = true
479
p4.BrickColor = BrickColor.new("Cyan")
480
p4.Transparency = 0.6
481
p4.Material = "Neon"
482
p4.Touched:connect(function(h) if
483
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
484
p5 = Instance.new("Part",workspace)
485
p5.Size = Vector3.new(30,25,1)
486
p5.TopSurface = "Smooth"
487
p5.BottomSurface = "Smooth"
488
p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-15))
489
p5.Parent = game.Players.LocalPlayer.Character.Humanoid
490
p5.Anchored = true
491
p5.BrickColor = BrickColor.new("Cyan")
492
p5.Transparency = 0.6
493
p5.Material = "Neon"
494
p5.Touched:connect(function(h) if
495
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
496
p6 = Instance.new("Part",workspace)
497
p6.Size = Vector3.new(30,1,30)
498
p6.TopSurface = "Smooth"
499
p6.BottomSurface = "Smooth"
500
p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
501
p6.Parent = game.Players.LocalPlayer.Character.Humanoid
502
p6.Anchored = true
503
p6.BrickColor = BrickColor.new("Cyan")
504
p6.Transparency = 0.6
505
p6.Material = "Neon"
506
p6.Touched:connect(function(h) if
507
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
508
for i=1,4 do 
509
wait(.05)
510
p1.Transparency = 1-(i/10)
511
p2.Transparency = 1-(i/10)
512
p3.Transparency = 1-(i/10)
513
p4.Transparency = 1-(i/10)
514
p5.Transparency = 1-(i/10)
515
p6.Transparency = 1-(i/10)
516
end
517
p1p = Instance.new("ParticleEmitter",p1)
518
p1p.Rate = 200
519
p1p.VelocitySpread = 360
520
p1p.Texture = "rbxassetid://199910011"
521
p1p.Color = ColorSequence.new(blu)
522
p1p.Size = NumberSequence.new({pt1a,pt2a})
523
p1p.LightEmission = 1
524
p1p.ZOffset = 10
525
p1p.RotSpeed = NumberRange.new(10)
526
p2p = Instance.new("ParticleEmitter",p2)
527
p2p.Rate = 200
528
p2p.VelocitySpread = 360
529
p2p.Texture = "rbxassetid://199910011"
530
p2p.Color = ColorSequence.new(blu)
531
p2p.Size = NumberSequence.new({pt1a,pt2a})
532
p2p.LightEmission = 1
533
p2p.ZOffset = 10
534
p2p.RotSpeed = NumberRange.new(10)
535
p3p = Instance.new("ParticleEmitter",p3)
536
p3p.Rate = 200
537
p3p.VelocitySpread = 360
538
p3p.Texture = "rbxassetid://199910011"
539
p3p.Color = ColorSequence.new(blu)
540
p3p.Size = NumberSequence.new({pt1a,pt2a})
541
p3p.LightEmission = 1
542
p3p.ZOffset = 10
543
p3p.RotSpeed = NumberRange.new(10)
544
p4p = Instance.new("ParticleEmitter",p4)
545
p4p.Rate = 200
546
p4p.VelocitySpread = 360
547
p4p.Texture = "rbxassetid://199910011"
548
p4p.Color = ColorSequence.new(blu)
549
p4p.Size = NumberSequence.new({pt1a,pt2a})
550
p4p.LightEmission = 1
551
p4p.ZOffset = 10
552
p4p.RotSpeed = NumberRange.new(10)
553
p5p = Instance.new("ParticleEmitter",p5)
554
p5p.Rate = 200
555
p5p.VelocitySpread = 360
556
p5p.Texture = "rbxassetid://199910011"
557
p5p.Color = ColorSequence.new(blu)
558
p5p.Size = NumberSequence.new({pt1a,pt2a})
559
p5p.LightEmission = 1
560
p5p.ZOffset = 10
561
p5p.RotSpeed = NumberRange.new(10)
562
p6p = Instance.new("ParticleEmitter",p6)
563
p6p.Rate = 200
564
p6p.VelocitySpread = 360
565
p6p.Texture = "rbxassetid://199910011"
566
p6p.Color = ColorSequence.new(blu)
567
p6p.Size = NumberSequence.new({pt1a,pt2a})
568
p6p.LightEmission = 10
569
p6p.ZOffset = 1
570
p6p.RotSpeed = NumberRange.new(10)
571
end
572
end)
573
574
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
575
if msg == "destroy" then
576
p1p.Enabled = false
577
p2p.Enabled = false
578
p3p.Enabled = false
579
p4p.Enabled = false
580
p5p.Enabled = false
581
p6p.Enabled = false
582
for i=1,10 do
583
wait(.05)
584
p1.Transparency = i/10
585
p2.Transparency = i/10
586
p3.Transparency = i/10
587
p4.Transparency = i/10
588
p5.Transparency = i/10
589
p6.Transparency = i/10
590
end
591
wait(10)
592
p1:Destroy()
593
p2:Destroy()
594
p3:Destroy()
595
p4:Destroy()
596
p5:Destroy()
597
p6:Destroy()
598
end
599
end)
600
--------
601
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
602
if msg == "shelter" then
603
p1 = Instance.new("Part",workspace)
604
p1.Size = Vector3.new(0,0,0)
605
p1.TopSurface = "Smooth"
606
p1.BottomSurface = "Smooth"
607
p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
608
p1.Parent = game.Players.LocalPlayer.Character.Humanoid
609
p1.Anchored = true
610
p1.BrickColor = BrickColor.new("Dark blue")
611
p1.Transparency = 0.6
612
p1.Material = "Neon"
613
p1.CanCollide = false
614
p1.Touched:connect(function(h) if
615
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
616
p2 = Instance.new("Part",workspace)
617
p2.Size = Vector3.new(1,100,100)
618
p2.TopSurface = "Smooth"
619
p2.BottomSurface = "Smooth"
620
p2.CFrame = CFrame.new(p1.Position + Vector3.new(50,p2.Size.Y/2,0))
621
p2.Parent = game.Players.LocalPlayer.Character.Humanoid
622
p2.Anchored = true
623
p2.BrickColor = BrickColor.new("Dark blue")
624
p2.Transparency = 0.6
625
p2.Material = "Neon"
626
p2.Touched:connect(function(h) if
627
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
628
p3 = Instance.new("Part",workspace)
629
p3.Size = Vector3.new(1,100,100)
630
p3.TopSurface = "Smooth"
631
p3.BottomSurface = "Smooth"
632
p3.CFrame = CFrame.new(p1.Position + Vector3.new(-50,p2.Size.Y/2,0))
633
p3.Parent = game.Players.LocalPlayer.Character.Humanoid
634
p3.Anchored = true
635
p3.BrickColor = BrickColor.new("Dark blue")
636
p3.Transparency = 0.6
637
p3.Material = "Neon"
638
p3.Touched:connect(function(h) if
639
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
640
p4 = Instance.new("Part",workspace)
641
p4.Size = Vector3.new(100,100,1)
642
p4.TopSurface = "Smooth"
643
p4.BottomSurface = "Smooth"
644
p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,50))
645
p4.Parent = game.Players.LocalPlayer.Character.Humanoid
646
p4.Anchored = true
647
p4.BrickColor = BrickColor.new("Dark blue")
648
p4.Transparency = 0.6
649
p4.Material = "Neon"
650
p4.Touched:connect(function(h) if
651
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
652
p5 = Instance.new("Part",workspace)
653
p5.Size = Vector3.new(100,100,1)
654
p5.TopSurface = "Smooth"
655
p5.BottomSurface = "Smooth"
656
p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-50))
657
p5.Parent = game.Players.LocalPlayer.Character.Humanoid
658
p5.Anchored = true
659
p5.BrickColor = BrickColor.new("Dark blue")
660
p5.Transparency = 0.6
661
p5.Material = "Neon"
662
p5.Touched:connect(function(h) if
663
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
664
p6 = Instance.new("Part",workspace)
665
p6.Size = Vector3.new(100,1,100)
666
p6.TopSurface = "Smooth"
667
p6.BottomSurface = "Smooth"
668
p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
669
p6.Parent = game.Players.LocalPlayer.Character.Humanoid
670
p6.Anchored = true
671
p6.BrickColor = BrickColor.new("Dark blue")
672
p6.Transparency = 0.6
673
p6.Material = "Neon"
674
p6.Touched:connect(function(h) if
675
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
676
for i=1,4 do 
677
wait(.05)
678
p1.Transparency = 1-(i/10)
679
p2.Transparency = 1-(i/10)
680
p3.Transparency = 1-(i/10)
681
p4.Transparency = 1-(i/10)
682
p5.Transparency = 1-(i/10)
683
p6.Transparency = 1-(i/10)
684
end
685
p1p = Instance.new("ParticleEmitter",p1)
686
p1p.Rate = 200
687
p1p.VelocitySpread = 360
688
p1p.Texture = "rbxassetid://199910011"
689
p1p.Color = ColorSequence.new(blu)
690
p1p.Size = NumberSequence.new({pt1a,pt2a})
691
p1p.LightEmission = 1
692
p1p.ZOffset = 10
693
p1p.RotSpeed = NumberRange.new(10)
694
p2p = Instance.new("ParticleEmitter",p2)
695
p2p.Rate = 200
696
p2p.VelocitySpread = 360
697
p2p.Texture = "rbxassetid://199910011"
698
p2p.Color = ColorSequence.new(blu)
699
p2p.Size = NumberSequence.new({pt1a,pt2a})
700
p2p.LightEmission = 1
701
p2p.ZOffset = 10
702
p2p.RotSpeed = NumberRange.new(10)
703
p3p = Instance.new("ParticleEmitter",p3)
704
p3p.Rate = 200
705
p3p.VelocitySpread = 360
706
p3p.Texture = "rbxassetid://199910011"
707
p3p.Color = ColorSequence.new(blu)
708
p3p.Size = NumberSequence.new({pt1a,pt2a})
709
p3p.LightEmission = 1
710
p3p.ZOffset = 10
711
p3p.RotSpeed = NumberRange.new(10)
712
p4p = Instance.new("ParticleEmitter",p4)
713
p4p.Rate = 200
714
p4p.VelocitySpread = 360
715
p4p.Texture = "rbxassetid://199910011"
716
p4p.Color = ColorSequence.new(blu)
717
p4p.Size = NumberSequence.new({pt1a,pt2a})
718
p4p.LightEmission = 1
719
p4p.ZOffset = 10
720
p4p.RotSpeed = NumberRange.new(10)
721
p5p = Instance.new("ParticleEmitter",p5)
722
p5p.Rate = 200
723
p5p.VelocitySpread = 360
724
p5p.Texture = "rbxassetid://199910011"
725
p5p.Color = ColorSequence.new(blu)
726
p5p.Size = NumberSequence.new({pt1a,pt2a})
727
p5p.LightEmission = 1
728
p5p.ZOffset = 10
729
p5p.RotSpeed = NumberRange.new(10)
730
p6p = Instance.new("ParticleEmitter",p6)
731
p6p.Rate = 200
732
p6p.VelocitySpread = 360
733
p6p.Texture = "rbxassetid://199910011"
734
p6p.Color = ColorSequence.new(blu)
735
p6p.Size = NumberSequence.new({pt1a,pt2a})
736
p6p.LightEmission = 10
737
p6p.ZOffset = 1
738
p6p.RotSpeed = NumberRange.new(10)
739
end
740
end)
741
742
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
743
if msg == "off" then
744
p1p.Enabled = false
745
p2p.Enabled = false
746
p3p.Enabled = false
747
p4p.Enabled = false
748
p5p.Enabled = false
749
p6p.Enabled = false
750
for i=1,10 do
751
wait(.05)
752
p1.Transparency = i/10
753
p2.Transparency = i/10
754
p3.Transparency = i/10
755
p4.Transparency = i/10
756
p5.Transparency = i/10
757
p6.Transparency = i/10
758
end
759
wait(10)
760
p1:Destroy()
761
p2:Destroy()
762
p3:Destroy()
763
p4:Destroy()
764
p5:Destroy()
765
p6:Destroy()
766
end
767
end)
768
--------
769
wait(1/60)
770
Player=game:GetService("Players").LocalPlayer
771
Character=Player.Character 
772
PlayerGui=Player.PlayerGui
773
Backpack=Player.Backpack 
774
Torso=Character.Torso 
775
Head=Character.Head 
776
Humanoid=Character.Humanoid
777
LeftArm=Character["Left Arm"] 
778
LeftLeg=Character["Left Leg"] 
779
RightArm=Character["Right Arm"] 
780
RightLeg=Character["Right Leg"] 
781
LS=Torso["Left Shoulder"] 
782
LH=Torso["Left Hip"] 
783
RS=Torso["Right Shoulder"] 
784
RH=Torso["Right Hip"] 
785
Face=Head.face
786
Neck=Torso.Neck
787
it=Instance.new
788
attacktype=1
789
vt=Vector3.new
790
cf=CFrame.new
791
euler=CFrame.fromEulerAnglesXYZ
792
angles=CFrame.Angles
793
necko=cf(0,1,0,-1,-0,-0,0,0,1,0,1,0)
794
RootCF=angles(math.rad(-90),0,math.rad(180))
795
--necko2=cf(0,-0.5,0,-1,-0,-0,0,0,1,0,1,0)
796
--LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
797
--RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
798
RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
799
LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
800
RootPart=Character.HumanoidRootPart
801
RootJoint=RootPart.RootJoint
802
attack=false
803
equipped=false
804
Mouse=Player:GetMouse()
805
local idle=0
806
local Anim="Idle"
807
local ShotTarget=RootPart
808
player=nil
809
810
--[[Saz's Artificial Heartbeat]]--
811
812
ArtificialHB=Instance.new("BindableEvent",script)
813
ArtificialHB.Name="ArtificialHB"
814
815
script:WaitForChild("ArtificialHB")
816
817
frame=1/60 --1/30 is old Heartbeat and 1/60 is like Renderstepped speed
818
tf=0
819
allowframeloss=false
820
tossremainder=false
821
lastframe=tick()
822
script.ArtificialHB:Fire()
823
824
game:GetService("RunService").Heartbeat:connect(function(s,p)
825
tf=tf+s
826
if tf>=frame then
827
if allowframeloss then
828
script.ArtificialHB:Fire()
829
lastframe=tick()
830
else
831
for i=1,math.floor(tf/frame) do
832
script.ArtificialHB:Fire()
833
end
834
lastframe=tick()
835
end
836
if tossremainder then
837
tf=0
838
else
839
tf=tf-frame*math.floor(tf/frame)
840
end
841
end
842
end)
843
----------------------------------------
844
845
--[[HB wait]]--
846
local animationspeed=2 --The speed the script goes and stuff.
847
848
function hbwait(number)
849
if number==0 or number==nil then
850
game:GetService("RunService").Stepped:wait()
851
--ArtificialHB.Event:wait()
852
else
853
for i=0,number do
854
game:GetService("RunService").Stepped:wait()
855
--ArtificialHB.Event:wait()
856
end
857
end
858
end
859
----------------------------------------
860
861
--[[Stats and Other Values]]--
862
local Stats=Instance.new("Folder",Character)
863
Stats.Name="Stats"
864
local Defense=Instance.new("NumberValue",Stats)
865
Defense.Name="Defense"
866
Defense.Value=1
867
local Movement=Instance.new("NumberValue",Stats)
868
Movement.Name="Movement"
869
Movement.Value=1
870
local Damage=Instance.new("NumberValue",Stats)
871
Damage.Name="Damage"
872
Damage.Value=1
873
local Mana=Instance.new("NumberValue",Stats)
874
Mana.Name="Mana"
875
Mana.Value=0
876
local Rooted=Instance.new("BoolValue",Stats)
877
Rooted.Name="Rooted"
878
Rooted.Value=false
879
local BlockValue=Instance.new("BoolValue",Stats)
880
BlockValue.Name="BlockValue"
881
BlockValue.Value=false
882
local StaggerHitAnim=Instance.new("BoolValue",Stats)
883
StaggerHitAnim.Name="StaggerHitAnim"
884
StaggerHitAnim.Value=false
885
local StaggerAnim=Instance.new("BoolValue",Stats)
886
StaggerAnim.Name="StaggerAnim"
887
StaggerAnim.Value=false
888
local StunAnim=Instance.new("BoolValue",Stats)
889
StunAnim.Name="StunAnim"
890
StunAnim.Value=false
891
local StunValue=Instance.new("NumberValue",Stats)
892
StunValue.Name="StunValue"
893
StunValue.Value=0
894
local CanCrit=Instance.new("BoolValue",Stats)
895
CanCrit.Name="CanCrit"
896
CanCrit.Value=true
897
local CritChance=Instance.new("NumberValue",Stats)
898
CritChance.Name="CritChance"
899
CritChance.Value=75
900
local CanPenetrateArmor=Instance.new("BoolValue",Stats)
901
CanPenetrateArmor.Name="CanPenetrateArmor"
902
CanPenetrateArmor.Value=false
903
local AntiTeamKill=Instance.new("BoolValue",Stats)
904
AntiTeamKill.Name="AntiTeamKill"
905
AntiTeamKill.Value=false
906
----------------------------------------
907
908
--[[Ignore these values.]]--
909
local LastPoint=nil
910
local staggerhitanim=false
911
local staggeranim=false
912
local stunanim=false
913
local CritChanceNumber=0
914
local CustomColor=Torso.BrickColor
915
local Colorpart1=CustomColor.r
916
local Colorpart2=CustomColor.g
917
local Colorpart3=CustomColor.b
918
local InverseColor=BrickColor.new(Color3.new(1-Colorpart1,1-Colorpart2,1-Colorpart3))
919
local idleangle=0
920
local idlen=0
921
local donum=0
922
local sine=0
923
local change=2/animationspeed
924
local walkinganim=false
925
local handidle=false
926
local walk=0
927
local someangle=0
928
local change2=1
929
local stundelay=0
930
local manadelay=0
931
local robloxidleanimation=Instance.new("Animation",Torso)
932
robloxidleanimation.Name="robloxidleanimation"
933
robloxidleanimation.AnimationId="http://www.roblox.com/asset/?id="
934
local Animator=Humanoid:FindFirstChild("Animator")
935
local Animate=Character:FindFirstChild("Animate")
936
----------------------------------------
937
938
--[[Damage Function Sounds]]--
939
local HitPlayerSounds={199149137,199149186,199149221,199149235,199149269,199149297}
940
local HitArmorSounds={199149321,199149338,199149367,199149409,199149452}
941
local HitWeaponSounds={199148971,199149025,199149072,199149109,199149119}
942
local HitBlockSounds={199148933,199148947}
943
----------------------------------------
944
945
--[[Gui Stuff]]--
946
local cooldown1=0
947
local cooldown2=0
948
local cooldown3=0
949
local cooldown4=0
950
local scrn=Instance.new('ScreenGui',PlayerGui)
951
local ud=UDim2.new
952
local c3=Color3.new
953
local skillcolorscheme=c3(1,1,1)
954
function subtractmana(k)
955
if Mana.Value>=k then
956
Mana.Value=Mana.Value-k
957
end
958
end
959
----------------------------------------
960
961
--[[Gui Settings]]--
962
local co1=0 --How long it takes for the skill to cool down.
963
local co2=0
964
local co3=0
965
local co4=0
966
local maxmana=0 --Maximum amount of mana you can have.
967
local maxstun=1 --Maximum amount of stun you can have.
968
local recovermana=0 --Amount of mana you gain.
969
local losestun=0 --Amount of stun you lose.
970
local stunwait=0 --Delay between losing stun.
971
local manawait=0 --Delay between gaining mana.
972
local skill1mana=0 --How much mana is required to use the skill.
973
local skill2mana=0
974
local skill3mana=0
975
local skill4mana=0
976
local menuupdatespeed=0 --The speed the guis go to update to their size and position.
977
local constantupdate=false --If true, then the bars will constantly update.
978
local showstats=false --If true, then the menu will show your movement, defense, damage, and stun.
979
local allowstunbar=false --If true, then shows the stun bar.
980
----------------------------------------
981
982
--[[Gui Functions]]--
983
function makeframe(par,trans,pos,size,color,name)
984
local frame=Instance.new('Frame')
985
frame.Parent=par
986
frame.BackgroundTransparency=trans
987
frame.BorderSizePixel=0
988
frame.Position=pos
989
frame.Size=size
990
frame.BackgroundColor3=color
991
frame.Name=name
992
return frame
993
end
994
995
function makelabel(par,text,trans,stroketrans,name)
996
local label=Instance.new('TextLabel')
997
label.Parent=par
998
label.BackgroundTransparency=1
999
label.Size=ud(1,0,1,0)
1000
label.Position=ud(0,0,0,0)
1001
label.TextColor3=c3(255,255,255)
1002
label.TextStrokeTransparency=stroketrans
1003
label.TextTransparency=trans
1004
label.FontSize=Enum.FontSize.Size32
1005
label.Font=Enum.Font.Legacy
1006
label.BorderSizePixel=0
1007
label.TextScaled=true
1008
label.Text=text
1009
label.Name=name
1010
return label
1011
end
1012
----------------------------------------
1013
1014
--[[The Gui]]--
1015
framesk1=makeframe(scrn,0.5,ud(0.23,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 1")
1016
framesk2=makeframe(scrn,0.5,ud(0.5,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 2")
1017
framesk3=makeframe(scrn,0.5,ud(0.5,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 3")
1018
framesk4=makeframe(scrn,0.5,ud(0.23,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 4")
1019
bar1=makeframe(framesk1,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 1")
1020
bar2=makeframe(framesk2,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 2")
1021
bar3=makeframe(framesk3,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 3")
1022
bar4=makeframe(framesk4,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 4")
1023
text1=makelabel(framesk1,"[C] Ability 3",1,1,"Text 1")
1024
text2=makelabel(framesk2,"[V] Ability 4",1,1,"Text 2")
1025
text3=makelabel(framesk3,"[X] Ability 2",1,1,"Text 3")
1026
text4=makelabel(framesk4,"[Z] Ability 1",1,1,"Text 4")
1027
manabar=makeframe(scrn,0.5,ud(0.23,0,0.82,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Bar") 
1028
manacover=makeframe(manabar,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Cover")
1029
manatext=makelabel(manabar,"Mana",1,1,"Mana Text")
1030
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")
1031
healthcover=makeframe(healthbar,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,50/255,50/255),"Health Cover")
1032
healthtext=makelabel(healthbar,"Health",1,1,"Health Text")
1033
if allowstunbar==true then
1034
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")
1035
stunbar=makeframe(stunframe,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,255/255,50/255),"Stun Bar")
1036
stuntext=makelabel(stunframe,"Stun",1,1,"Stun Text")
1037
end
1038
if showstats==true then
1039
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")
1040
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")
1041
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")
1042
--[[
1043
defensecover=makeframe(defenseframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,100/255,255/255),"Defense Cover")
1044
damagecover=makeframe(damageframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(255/255,100/255,100/255),"Damage Cover")
1045
movementcover=makeframe(movementframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,255/255,100/255),"Movement Cover")
1046
--]]
1047
defensetext=makelabel(defenseframe,"Defense: "..Defense.Value,1,1,"Defense Text")
1048
damagetext=makelabel(damageframe,"Damage: "..Damage.Value,1,1,"Damage Text")
1049
movementtext=makelabel(movementframe,"Movement: "..Movement.Value,1,1,"Movement Text")
1050
end
1051
----------------------------------------
1052
1053
function NoOutline(Part)
1054
Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
1055
end
1056
1057
local function weldBetween(a, b)
1058
local weldd = Instance.new("ManualWeld")
1059
weldd.Part0 = a
1060
weldd.Part1 = b
1061
weldd.C0 = CFrame.new()
1062
weldd.C1 = b.CFrame:inverse() * a.CFrame
1063
weldd.Parent = a
1064
return weldd
1065
end
1066
1067
function nooutline(part)
1068
part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
1069
end
1070
1071
function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
1072
local fp=it("Part")
1073
fp.formFactor=formfactor
1074
fp.Parent=parent
1075
fp.Reflectance=reflectance
1076
fp.Transparency=transparency
1077
fp.CanCollide=false
1078
fp.Locked=true
1079
fp.BrickColor=BrickColor.new(tostring(brickcolor))
1080
fp.Name=name
1081
fp.Size=size
1082
fp.Position=Character.Torso.Position
1083
nooutline(fp)
1084
fp.Material=material
1085
fp:BreakJoints()
1086
return fp
1087
end
1088
1089
function mesh(Mesh,part,meshtype,meshid,offset,scale)
1090
local mesh=it(Mesh)
1091
mesh.Parent=part
1092
if Mesh=="SpecialMesh" then
1093
mesh.MeshType=meshtype
1094
mesh.MeshId=meshid
1095
end
1096
mesh.Offset=offset
1097
mesh.Scale=scale
1098
return mesh
1099
end
1100
1101
function weld(parent,part0,part1,c0,c1)
1102
local weld=it("Motor")
1103
weld.Parent=parent
1104
weld.Part0=part0
1105
weld.Part1=part1
1106
weld.C0=c0
1107
weld.C1=c1
1108
return weld
1109
end
1110
1111
m=Instance.new("Model",Character)
1112
m.Name="Orinthion Sword and Shield"
1113
1114
--workspace.CurrentCamera.CameraSubject=Head
1115
1116
local swordhandle=part(3,m,"SmoothPlastic",0,0,"Really black","Sword Handle",vt())
1117
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))
1118
swordhandlemesh.TextureId="http://www.roblox.com/asset/?id=174896768"
1119
local swordhandleweld=weld(RightArm,RightArm,swordhandle,cf(0,-1,0)*angles(math.rad(-90),0,0),cf(0,0,0))
1120
local Hitbox=part(3,m,"SmoothPlastic",0,1,"Really black","Hitbox",vt())
1121
local Hitboxweld=weld(swordhandle,swordhandle,Hitbox,cf(0,3.4,0),cf(0,0,0))
1122
1123
Effects=Instance.new("Folder",m)
1124
Effects.Name="Effects"
1125
1126
Humanoid.Died:connect(function()
1127
attack=true
1128
for _,v in pairs (Character:GetChildren()) do
1129
if v:IsA"Model" then
1130
m:Destroy()
1131
end
1132
end
1133
end)
1134
1135
for i,v in pairs(Character:GetChildren()) do
1136
if v.ClassName=="Model" then
1137
for _,c in pairs(v:GetChildren()) do
1138
if c.ClassName=="Part" then
1139
c.CustomPhysicalProperties=PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
1140
end
1141
end
1142
end
1143
end
1144
1145
--print("Orinthion Sword and Shield loaded.")
1146
1147
function so(id,par,vol,pit)
1148
coroutine.resume(coroutine.create(function()
1149
local sou=Instance.new("Sound",par or workspace)
1150
sou.Volume=vol
1151
sou.Pitch=pit or 1
1152
sou.SoundId="http://roblox.com/asset/?id="..id
1153
hbwait()
1154
sou:play()
1155
game:GetService("Debris"):AddItem(sou,10)
1156
end))
1157
end
1158
1159
function clerp(a,b,t) 
1160
local qa = {QuaternionFromCFrame(a)}
1161
local qb = {QuaternionFromCFrame(b)} 
1162
local ax, ay, az = a.x, a.y, a.z 
1163
local bx, by, bz = b.x, b.y, b.z
1164
local _t = 1-t
1165
return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) 
1166
end
1167
 
1168
function QuaternionFromCFrame(cf) 
1169
local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() 
1170
local trace = m00 + m11 + m22 
1171
if trace > 0 then 
1172
local s = math.sqrt(1 + trace) 
1173
local recip = 0.5/s 
1174
return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 
1175
else 
1176
local i = 0 
1177
if m11 > m00 then
1178
i = 1
1179
end
1180
if m22 > (i == 0 and m00 or m11) then 
1181
i = 2 
1182
end 
1183
if i == 0 then 
1184
local s = math.sqrt(m00-m11-m22+1) 
1185
local recip = 0.5/s 
1186
return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip 
1187
elseif i == 1 then 
1188
local s = math.sqrt(m11-m22-m00+1) 
1189
local recip = 0.5/s 
1190
return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip 
1191
elseif i == 2 then 
1192
local s = math.sqrt(m22-m00-m11+1) 
1193
local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip 
1194
end 
1195
end 
1196
end
1197
 
1198
function QuaternionToCFrame(px, py, pz, x, y, z, w) 
1199
local xs, ys, zs = x + x, y + y, z + z 
1200
local wx, wy, wz = w*xs, w*ys, w*zs 
1201
local xx = x*xs 
1202
local xy = x*ys 
1203
local xz = x*zs 
1204
local yy = y*ys 
1205
local yz = y*zs 
1206
local zz = z*zs 
1207
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)) 
1208
end
1209
 
1210
function QuaternionSlerp(a, b, t) 
1211
local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] 
1212
local startInterp, finishInterp; 
1213
if cosTheta >= 0.0001 then 
1214
if (1 - cosTheta) > 0.0001 then 
1215
local theta = math.acos(cosTheta) 
1216
local invSinTheta = 1/math.sin(theta) 
1217
startInterp = math.sin((1-t)*theta)*invSinTheta 
1218
finishInterp = math.sin(t*theta)*invSinTheta  
1219
else 
1220
startInterp = 1-t 
1221
finishInterp = t 
1222
end 
1223
else 
1224
if (1+cosTheta) > 0.0001 then 
1225
local theta = math.acos(-cosTheta) 
1226
local invSinTheta = 1/math.sin(theta) 
1227
startInterp = math.sin((t-1)*theta)*invSinTheta 
1228
finishInterp = math.sin(t*theta)*invSinTheta 
1229
else 
1230
startInterp = t-1 
1231
finishInterp = t 
1232
end 
1233
end 
1234
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 
1235
end
1236
1237
function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , IgnoreDescendants
1238
return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) 
1239
end 
1240
1241
function DamageStatLabel(labeltype,cframe,text,color)
1242
local c=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt(0,0,0))
1243
c.CFrame=cf(cframe.p+vt(0,1.5,0))
1244
game:GetService("Debris"):AddItem(c,5)
1245
Instance.new("BodyGyro",c)
1246
local f=Instance.new("BodyPosition",c)
1247
f.P=2000
1248
f.D=100
1249
f.maxForce=vt(math.huge,math.huge,math.huge)
1250
if labeltype=="Normal" then
1251
f.position=c.Position+vt(math.random(-2,2),6,math.random(-2,2))
1252
elseif labeltype=="Debuff" then
1253
f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
1254
elseif labeltype=="Interruption" then
1255
f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
1256
end
1257
game:GetService("Debris"):AddItem(c,5)
1258
local bg=Instance.new('BillboardGui',c)
1259
bg.Adornee=c
1260
bg.Size=UDim2.new(2.5,0,2.5,0)
1261
bg.StudsOffset=vt(-2,2,0)
1262
bg.AlwaysOnTop=false
1263
local tl=Instance.new('TextLabel',bg)
1264
tl.BackgroundTransparency=1
1265
tl.Size=UDim2.new(2.5,0,2.5,0)
1266
tl.Text=text
1267
tl.Font=Enum.Font.SourceSans
1268
tl.FontSize=Enum.FontSize.Size42
1269
tl.TextColor3=color
1270
tl.TextScaled=false
1271
tl.TextStrokeTransparency=0
1272
tl.TextScaled=true
1273
tl.TextWrapped=true
1274
f.Parent=c
1275
coroutine.resume(coroutine.create(function(Part,BodyPosition,TextLabel)
1276
wait(0.25)
1277
for i=1,5 do
1278
wait()
1279
BodyPosition.position=Part.Position-vt(0,0.5,0)
1280
end
1281
wait(1.25)
1282
for i=1,5 do
1283
wait()
1284
TextLabel.TextTransparency=TextLabel.TextTransparency+0.2
1285
TextLabel.TextStrokeTransparency=TextLabel.TextStrokeTransparency+0.2
1286
BodyPosition.position=Part.Position+vt(0,0.5,0)
1287
end
1288
Part.Parent=nil
1289
end),c,f,tl)
1290
end
1291
1292
function IncreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
1293
if Location:FindFirstChild("Stats")~=nil then
1294
if Location.Stats:FindFirstChild("BlockValue")~=nil then
1295
if Location.Stats:FindFirstChild("BlockValue").Value~=true then
1296
if Location.Stats[Stat]~=nil then
1297
Location.Stats[Stat].Value=Location.Stats[Stat].Value+Amount
1298
if ShowTheStat==true then
1299
if Stat=="Defense" then
1300
DamageStatLabel("Debuff",Location.Head.CFrame,"+Defense",c3(0,0,255))
1301
elseif Stat=="Damage" then
1302
DamageStatLabel("Debuff",Location.Head.CFrame,"+Damage",c3(0,0,255))
1303
elseif Stat=="Movement" then
1304
DamageStatLabel("Debuff",Location.Head.CFrame,"+Movement",c3(0,0,255))
1305
end
1306
end
1307
coroutine.resume(coroutine.create(function(CurrentDecrease)
1308
wait(Duration)
1309
CurrentDecrease.Value=CurrentDecrease.Value-Amount
1310
end),Location.Stats[Stat])
1311
end
1312
else
1313
DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1314
end
1315
end
1316
end
1317
end
1318
1319
function DecreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
1320
if Location:FindFirstChild("Stats")~=nil then
1321
if Location.Stats:FindFirstChild("BlockValue")~=nil then
1322
if Location.Stats:FindFirstChild("BlockValue").Value~=true then
1323
if Location.Stats[Stat]~=nil then
1324
Location.Stats[Stat].Value=Location.Stats[Stat].Value-Amount
1325
if ShowTheStat==true then
1326
if Stat=="Defense" then
1327
DamageStatLabel("Debuff",Location.Head.CFrame,"-Defense",c3(0,0,255))
1328
elseif Stat=="Damage" then
1329
DamageStatLabel("Debuff",Location.Head.CFrame,"-Damage",c3(0,0,255))
1330
elseif Stat=="Movement" then
1331
DamageStatLabel("Debuff",Location.Head.CFrame,"-Movement",c3(0,0,255))
1332
end
1333
end
1334
coroutine.resume(coroutine.create(function(CurrentDecrease)
1335
wait(Duration)
1336
CurrentDecrease.Value=CurrentDecrease.Value+Amount
1337
end),Location.Stats[Stat])
1338
end
1339
else
1340
DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1341
end
1342
end
1343
end
1344
end
1345
1346
function GetDistance(Part1,Part2,magnitude)
1347
local target=Part1.Position-Part2.Position
1348
local mag=target.magnitude
1349
if mag<=magnitude then
1350
return true
1351
else
1352
return false
1353
end
1354
end
1355
1356
--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)
1357
1358
Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,DecreaseTheStat,DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1359
if hit.Parent==nil then
1360
return
1361
end
1362
h=hit.Parent:FindFirstChild("Humanoid")
1363
for _,v in pairs(hit.Parent:GetChildren()) do
1364
if v:IsA("Humanoid") then
1365
h=v
1366
end
1367
end
1368
if hit.Name=="Hitbox" and ranged~=true and hit.Parent~=m then
1369
StaggerHitAnim.Value=true
1370
so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hit,1,1)
1371
return
1372
end
1373
if AntiTeamKill.Value==true then
1374
if game.Players:FindFirstChild(hit.Parent.Name)~=nil then
1375
opponent=game.Players:FindFirstChild(hit.Parent.Name)
1376
end
1377
if opponent~=nil then
1378
if opponent.TeamColor==Player.TeamColor then
1379
return
1380
end
1381
end
1382
end
1383
if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
1384
h=hit.Parent.Parent:FindFirstChild("Humanoid")
1385
end
1386
if hit.Parent.className=="Hat" then
1387
hit=hit.Parent.Parent:FindFirstChild("Head")
1388
end
1389
if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
1390
if hit.Parent:FindFirstChild("DebounceHit")~=nil then
1391
if hit.Parent.DebounceHit.Value==true then
1392
return
1393
end
1394
end
1395
if hit.Parent:FindFirstChild("Humanoid")~=nil then
1396
if hit.Parent:FindFirstChild("Humanoid").Health<=0 then
1397
return
1398
end
1399
end
1400
if hit.Parent:FindFirstChild("Stats")~=nil then
1401
if hit.Parent.Stats:FindFirstChild("StunValue")~=nil then
1402
hit.Parent.Stats:FindFirstChild("StunValue").Value=hit.Parent.Stats:FindFirstChild("StunValue").Value+incstun
1403
end
1404
end
1405
if hit.Parent:FindFirstChild("Stats")~=nil then
1406
if hit.Parent.Stats:FindFirstChild("StaggerAnim")~=nil then
1407
if stagger==true then
1408
hit.Parent.Stats:FindFirstChild("StaggerAnim").Value=true
1409
end
1410
end
1411
end
1412
if hit.Parent:FindFirstChild("Stats")~=nil then
1413
if hit.Parent.Stats:FindFirstChild("BlockValue")~=nil then
1414
if hit.Parent.Stats:FindFirstChild("BlockValue").Value==true then
1415
if hit.Parent.Stats:FindFirstChild("BlockDebounce")==nil then
1416
DamageStatLabel("Interruption",hit.Parent.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1417
local BlockDebounce=Instance.new("BoolValue",hit.Parent.Stats)
1418
BlockDebounce.Name="BlockDebounce"
1419
BlockDebounce.Value=true
1420
game:GetService("Debris"):AddItem(BlockDebounce,0.1)
1421
end
1422
if ranged~=true then
1423
if hit.Parent.Stats:FindFirstChild("BlockDebounce2")==nil then
1424
local BlockDebounce2=Instance.new("BoolValue",hit.Parent.Stats)
1425
BlockDebounce2.Name="BlockDebounce2"
1426
BlockDebounce2.Value=true
1427
game:GetService("Debris"):AddItem(BlockDebounce2,0.1)
1428
so(HitBlockSounds[math.random(1,#HitBlockSounds)],hit,1,1)
1429
end
1430
hit.Parent.Stats:FindFirstChild("BlockValue").Value=false
1431
StaggerAnim.Value=true
1432
end
1433
return
1434
end
1435
end
1436
end
1437
if DecreaseTheStat~=nil then
1438
if hit.Parent:FindFirstChild("Stats")~=nil then
1439
if DecreaseTheStat=="Defense" then
1440
DecreaseStat(hit.Parent,"Defense",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1441
elseif DecreaseTheStat=="Damage" then
1442
DecreaseStat(hit.Parent,"Damage",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1443
elseif DecreaseTheStat=="Movement" then
1444
DecreaseStat(hit.Parent,"Movement",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1445
end
1446
end
1447
end
1448
local D=math.random(minim,maxim)*Damage.Value
1449
if hit.Parent:FindFirstChild("Stats")~=nil then
1450
if hit.Parent.Stats:FindFirstChild("Defense") then
1451
if CanPenetrateArmor.Value==true then
1452
D=D
1453
else
1454
D=D/hit.Parent.Stats:FindFirstChild("Defense").Value
1455
end
1456
elseif hit.Parent.Stats:FindFirstChild("Defense")==nil then
1457
D=D
1458
end
1459
end
1460
if CanCrit.Value==true then
1461
CritChanceNumber=math.random(70,CritChance.Value)
1462
if CritChanceNumber==CritChance.Value then
1463
D=D*2
1464
end
1465
end
1466
D=math.floor(D)
1467
h.Health=h.Health-D
1468
if D<=3 and staggerhit==true then
1469
if ranged~=true then
1470
StaggerHitAnim.Value=true
1471
end
1472
if ranged~=true then
1473
so(HitArmorSounds[math.random(1,#HitArmorSounds)],hit,1,1)
1474
end
1475
elseif D>3 and ranged~=true then
1476
so(HitPlayerSounds[math.random(1,#HitPlayerSounds)],hit,1,1)
1477
end
1478
if D>3 and D<20 then
1479
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1480
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(0,0,255))
1481
so("296102734",hit,1,1)
1482
else
1483
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1484
end
1485
elseif D>=20 then
1486
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1487
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
1488
so("296102734",hit,1,1)
1489
else
1490
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1491
end
1492
elseif D<=3 then
1493
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1494
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
1495
so("296102734",hit,1,1)
1496
else
1497
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1498
end
1499
else
1500
end
1501
if Type=="Normal" then
1502
local vp=Instance.new("BodyVelocity")
1503
vp.P=500
1504
vp.maxForce=vt(math.huge,0,math.huge)
1505
if KnockbackType==1 then
1506
vp.Velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
1507
elseif KnockbackType==2 then
1508
vp.Velocity=Property.CFrame.lookVector*knockback
1509
end
1510
if knockback>0 then
1511
vp.Parent=hit.Parent.Torso
1512
end
1513
game:GetService("Debris"):AddItem(vp,0.5)
1514
elseif Type=="ShieldBlast" then
1515
local vp=Instance.new("BodyVelocity")
1516
vp.P=500
1517
vp.maxForce=vt(10000,10000,10000)
1518
vp.Velocity=((hit.Position-Property.Position).unit+vt(0,1,0))*knockback
1519
if knockback>0 then
1520
vp.Parent=hit.Parent.Torso
1521
end
1522
game:GetService("Debris"):AddItem(vp,0.5)
1523
elseif Type=="ElectricGroundSmash" then
1524
local vp=Instance.new("BodyVelocity")
1525
vp.P=500
1526
vp.maxForce=vt(0,math.huge,0)
1527
vp.Velocity=vt(0,1,0)*knockback
1528
if knockback>0 then
1529
vp.Parent=hit.Parent.Torso
1530
end
1531
game:GetService("Debris"):AddItem(vp,0.5)
1532
elseif Type=="ElectricBlast" then
1533
local vp=Instance.new("BodyVelocity")
1534
vp.P=500
1535
vp.maxForce=vt(10000,0,10000)
1536
vp.Velocity=(hit.Position-Property.Position).unit*knockback
1537
if knockback>0 then
1538
vp.Parent=hit.Parent.Torso
1539
end
1540
game:GetService("Debris"):AddItem(vp,0.5)
1541
end
1542
local DebounceHit=Instance.new("BoolValue",hit.Parent)
1543
DebounceHit.Name="DebounceHit"
1544
DebounceHit.Value=true
1545
game:GetService("Debris"):AddItem(DebounceHit,Delay)
1546
end
1547
end
1548
1549
--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)
1550
function MagniDamage(Part,magni,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
1551
for _,c in pairs(workspace:GetChildren()) do
1552
local hum=c:FindFirstChild("Humanoid")
1553
local head=nil
1554
if hum~=nil then
1555
head=c:FindFirstChild("Torso")
1556
if head~=nil then
1557
local targ=head.Position-Part.Position
1558
local mag=targ.magnitude
1559
if mag<=magni and c.Name~=Player.Name then
1560
Damagefunc(head,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
1561
end
1562
end
1563
for _,d in pairs(c:GetChildren()) do
1564
if d.ClassName=="Model" and ranged~=true then
1565
head=d:FindFirstChild("Hitbox")
1566
if head~=nil then
1567
local targ=head.Position-Part.Position
1568
local mag=targ.magnitude
1569
if mag<=magni and c.Name~=Player.Name then
1570
local hitrefpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
1571
hitrefpart.Anchored=true
1572
hitrefpart.CFrame=cf(head.Position)
1573
so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hitrefpart,1,1)
1574
StaggerHitAnim.Value=true
1575
end
1576
end
1577
end
1578
end
1579
end
1580
end
1581
end
1582
1583
--[[Effects]]--
1584
function Lightning(p0,p1,tym,ofs,brickcolor,material,th,tra,last)
1585
--[[p0=pos1
1586
p1=pos2
1587
tym=times
1588
ofs=offset
1589
col=color
1590
th=size
1591
tra=transparency
1592
last=lastingtime]]
1593
local magz=(p0-p1).magnitude 
1594
local curpos=p0
1595
local trz={-ofs,ofs}
1596
for i=1,tym do 
1597
local li=part(3,Effects,material,0,0,brickcolor,"Effect",vt(th,th,magz/tym))
1598
li.Anchored=true
1599
local ofz=vt(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)]) 
1600
local trolpos=cf(curpos,p1)*cf(0,0,magz/tym).p+ofz
1601
if tym==i then 
1602
local magz2=(curpos-p1).magnitude
1603
li.Size=vt(th,th,magz2)
1604
li.CFrame=cf(curpos,p1)*cf(0,0,-magz2/2)
1605
else
1606
li.CFrame=cf(curpos,trolpos)*cf(0,0,magz/tym/2)
1607
end
1608
curpos=li.CFrame*cf(0,0,magz/tym/2).p
1609
game.Debris:AddItem(li,last)
1610
coroutine.resume(coroutine.create(function()
1611
while li.Transparency~=1 do
1612
--local StartTransparency=tra
1613
for i=0,1,last do
1614
hbwait()
1615
li.Transparency=li.Transparency+(0.1/last)
1616
end
1617
end
1618
end))
1619
end
1620
end
1621
1622
function MagicRing(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1623
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1624
prt.Anchored=true
1625
prt.CFrame=cframe
1626
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
1627
game:GetService("Debris"):AddItem(prt,10)
1628
coroutine.resume(coroutine.create(function(Part,Mesh)
1629
for i=0,1,delay do
1630
hbwait()
1631
Part.CFrame=Part.CFrame
1632
Part.Transparency=i
1633
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1634
end
1635
Part.Parent=nil
1636
end),prt,msh)
1637
end
1638
1639
function MagicWave(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1640
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1641
prt.Anchored=true
1642
prt.CFrame=cframe
1643
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,(-0.1*z1)),vt(x1,y1,z1))
1644
game:GetService("Debris"):AddItem(prt,10)
1645
coroutine.resume(coroutine.create(function(Part,Mesh) 
1646
for i=0,1,delay do
1647
hbwait()
1648
Part.CFrame=Part.CFrame
1649
Part.Transparency=i
1650
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1651
end
1652
Part.Parent=nil
1653
end),prt,msh)
1654
end
1655
1656
function MagicBlock(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
1657
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1658
prt.Anchored=true
1659
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1660
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1661
game:GetService("Debris"):AddItem(prt,10)
1662
coroutine.resume(coroutine.create(function(Part,Mesh) 
1663
for i=0,1,delay do
1664
hbwait()
1665
if rotate==true then
1666
Part.CFrame=Part.CFrame*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1667
else
1668
end
1669
Part.Transparency=i
1670
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1671
end
1672
Part.Parent = nil
1673
end),prt,msh)
1674
end
1675
1676
function MagicBlock2(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
1677
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1678
prt.Anchored=true
1679
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1680
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1681
game:GetService("Debris"):AddItem(prt,10)
1682
CF=prt.CFrame
1683
num=math.random(5,20)
1684
coroutine.resume(coroutine.create(function(Part,Mesh,CF2,Num)
1685
for i=0,1,delay do
1686
hbwait()
1687
if rotate==true then
1688
Part.CFrame=CF2*cf(0,i*Num,0)*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1689
else
1690
Part.CFrame=CF2*cf(0,i*Num,0)
1691
end
1692
Part.Transparency=i
1693
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1694
end
1695
Part.Parent=nil
1696
end),prt,msh,CF,num)
1697
end
1698
1699
function MagicCylinder(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1700
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1701
prt.Anchored=true
1702
prt.CFrame=cframe
1703
local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1704
game:GetService("Debris"):AddItem(prt,10)
1705
coroutine.resume(coroutine.create(function(Part,Mesh) 
1706
for i=0,1,delay do
1707
hbwait()
1708
Part.Transparency=i
1709
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1710
end
1711
Part.Parent=nil
1712
end),prt,msh)
1713
end
1714
1715
function MagicCircle(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1716
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1717
prt.Anchored=true
1718
prt.CFrame=cframe
1719
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
1720
game:GetService("Debris"):AddItem(prt,10)
1721
coroutine.resume(coroutine.create(function(Part,Mesh) 
1722
for i=0,1,delay do
1723
hbwait()
1724
Part.Transparency=i
1725
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1726
end
1727
Part.Parent=nil
1728
end),prt,msh)
1729
end
1730
1731
function MagicHead(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1732
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1733
prt.Anchored=true
1734
prt.CFrame=cframe
1735
local msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
1736
game:GetService("Debris"):AddItem(prt,10)
1737
coroutine.resume(coroutine.create(function(Part,Mesh) 
1738
for i=0,1,delay do
1739
hbwait()
1740
Part.Transparency=i
1741
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1742
end
1743
Part.Parent=nil
1744
end),prt,msh)
1745
end
1746
1747
function BreakEffect(brickcolor,material,rotate,cframe,x1,y1,z1,delay)
1748
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1749
prt.Anchored=true
1750
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1751
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
1752
game:GetService("Debris"):AddItem(prt,10)
1753
coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) 
1754
CF=Part.CFrame
1755
Numbb=0
1756
randnumb=math.random()-math.random()
1757
for i=0,1,delay do
1758
hbwait()
1759
CF=CF*cf(0,1,0)
1760
if rotate==true then
1761
Part.CFrame=CF*angles(Numbb,0,0)
1762
elseif rotate==false then
1763
Part.CFrame=CF
1764
end
1765
Part.Transparency=i
1766
Numbb=Numbb+randnumb
1767
end
1768
Part.Parent=nil
1769
end),prt,CF,Numbb,randnumb)
1770
end
1771
1772
function ElecEffect(brickcolor,material,cf,x,y,z,delay)
1773
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1774
prt.Anchored=true
1775
prt.CFrame=cf
1776
xval=math.random()
1777
yval=math.random()
1778
zval=math.random()
1779
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x,y,z))
1780
game:GetService("Debris"):AddItem(prt,10)
1781
coroutine.resume(coroutine.create(function(Part,Mesh,xvaal,yvaal,zvaal)
1782
for i=0,1,delay do
1783
hbwait()
1784
Part.CFrame=Part.CFrame
1785
xvaal=xvaal-0.1*(delay*10)
1786
yvaal=yvaal-0.1*(delay*10)
1787
zvaal=zvaal-0.1*(delay*10)
1788
Mesh.Scale=Mesh.Scale+vt(xvaal,yvaal,zvaal)
1789
Part.Transparency=i
1790
end
1791
Part.Parent=nil
1792
end),prt,msh,xval,yval,zval)
1793
end
1794
1795
function TrailEffect(brickcolor,material,currentcf,oldcf,meshtype,reflectance,size,x,y,z,delay)
1796
local magnitudecframe=(currentcf.p-oldcf.p).magnitude
1797
local prt=part(3,Effects,material,reflectance,0,brickcolor,"Effect",vt(1,magnitudecframe,1))
1798
prt.Anchored=true
1799
prt.CFrame=cf((currentcf.p+oldcf.p)/2,oldcf.p)*angles(math.rad(90),0,0)
1800
local TheMeshType="BlockMesh"
1801
if meshtype=="Cylinder" then
1802
TheMeshType="CylinderMesh"
1803
end
1804
local msh=mesh(TheMeshType,prt,"","",vt(0,0,0),vt(0+size,1,0+size))
1805
game:GetService("Debris"):AddItem(prt,10)
1806
coroutine.resume(coroutine.create(function(Part,Mesh,TheCurrentCFrame,TheLastCFrame)
1807
for i=0,1,delay do
1808
hbwait()
1809
Part.Transparency=i
1810
Mesh.Scale=Mesh.Scale+vt(x,y,z)
1811
end
1812
Part.Parent=nil
1813
end),prt,msh,currentcf,oldcf)
1814
end
1815
1816
function ClangEffect(brickcolor,material,cframe,angle,duration,size,power,reflectance,x,y,z,delay)
1817
local prt=part(3,Effects,material,0,1,brickcolor,"Effect",vt())
1818
prt.Anchored=true
1819
prt.CFrame=cframe
1820
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(0,0,0))
1821
game:GetService("Debris"):AddItem(prt,10)
1822
local TheLastPoint=cframe
1823
coroutine.resume(coroutine.create(function(Part)
1824
for i=1,duration do
1825
hbwait()
1826
Part.CFrame=Part.CFrame*angles(math.rad(angle),0,0)*cf(0,power,0)
1827
TrailEffect(brickcolor,material,Part.CFrame,TheLastPoint,"Cylinder",reflectance,size,x,y,z,delay)
1828
TheLastPoint=Part.CFrame
1829
end
1830
Part.Parent=nil
1831
end),prt)
1832
end
1833
1834
function MagicCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1835
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1836
prt.Anchored=true
1837
prt.CFrame=cframe
1838
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1778999",vt(0,0,0),vt(x1,y1,z1))
1839
game:GetService("Debris"):AddItem(prt,10)
1840
coroutine.resume(coroutine.create(function(Part,Mesh) 
1841
for i=0,1,delay do
1842
hbwait()
1843
Part.Transparency=i
1844
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1845
end
1846
Part.Parent=nil
1847
end),prt,msh)
1848
end
1849
1850
function MagicFlatCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1851
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1852
prt.Anchored=true
1853
prt.CFrame=cframe
1854
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1033714",vt(0,0,0),vt(x1,y1,z1))
1855
game:GetService("Debris"):AddItem(prt,10)
1856
coroutine.resume(coroutine.create(function(Part,Mesh) 
1857
for i=0,1,delay do
1858
hbwait()
1859
Part.Transparency=i
1860
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1861
end
1862
Part.Parent=nil
1863
end),prt,msh)
1864
end
1865
1866
function MagicSpikedCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1867
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1868
prt.Anchored=true
1869
prt.CFrame=cframe
1870
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1323306",vt(0,0,0),vt(x1,y1,z1))
1871
game:GetService("Debris"):AddItem(prt,10)
1872
coroutine.resume(coroutine.create(function(Part,Mesh) 
1873
for i=0,1,delay do
1874
hbwait()
1875
Part.Transparency=i
1876
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1877
end
1878
Part.Parent=nil
1879
end),prt,msh)
1880
end
1881
1882
function MagicCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1883
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1884
prt.Anchored=true
1885
prt.CFrame=cframe
1886
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1078075",vt(0,0,0),vt(x1,y1,z1))
1887
game:GetService("Debris"):AddItem(prt,10)
1888
coroutine.resume(coroutine.create(function(Part,Mesh) 
1889
for i=0,1,delay do
1890
hbwait()
1891
Part.Transparency=i
1892
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1893
end
1894
Part.Parent=nil
1895
end),prt,msh)
1896
end
1897
1898
function MagicSkull(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1899
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1900
prt.Anchored=true
1901
prt.CFrame=cframe
1902
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
1903
game:GetService("Debris"):AddItem(prt,10)
1904
coroutine.resume(coroutine.create(function(Part,Mesh) 
1905
for i=0,1,delay do
1906
hbwait()
1907
Part.Transparency=i
1908
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1909
end
1910
Part.Parent=nil
1911
end),prt,msh)
1912
end
1913
----------------------------------------
1914
1915
--[[Projectile or something similar]]--
1916
--[[
1917
local spread=vt(0,0,0)
1918
local MainPos=Part.Position
1919
local MainPos2=Mouse.Hit.p+spread
1920
local MouseLook=cf((MainPos+MainPos2)/2,MainPos2)
1921
local speed=2
1922
local num=30
1923
coroutine.resume(coroutine.create(function() 
1924
repeat
1925
hbwait()
1926
local hit,pos=rayCast(MainPos,MouseLook.lookVector,speed,ShotTarget.Parent)
1927
local mag=(MainPos-pos).magnitude 
1928
MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*(speed/(speed/2)),1,0,0,0,0.1)
1929
MainPos=MainPos+(MouseLook.lookVector*speed)
1930
MouseLook=MouseLook*angles(math.rad(-1),0,0)
1931
num=num-1
1932
if hit~=nil then
1933
num=0
1934
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
1935
refpart.Anchored=true
1936
refpart.CFrame=cf(pos)
1937
game:GetService("Debris"):AddItem(refpart,0.1)
1938
elseif num<=0 then
1939
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
1940
refpart.Anchored=true
1941
refpart.CFrame=cf(pos)
1942
game:GetService("Debris"):AddItem(refpart,0.1)
1943
end
1944
until num<=0
1945
end))
1946
]]--
1947
--------------------------------
1948
1949
--[[Laser]]--
1950
--[[
1951
local spread=vt(0,0,0) --How much spread the laser has. Set all to 0 for no spread.
1952
local range=999
1953
local MainPos=Part.Position --The Part the laser starts at.
1954
local MainPos2=Mouse.Hit.p+spread --Where the laser will go to.
1955
local MouseLook=cf((MainPos+MainPos2)/2,MainPos2) --Ignore this.
1956
local hit,pos=rayCast(MainPos,MouseLook.lookVector,range,ShotTarget.Parent) --Also ignore this.
1957
local mag=(MainPos-pos).magnitude 
1958
MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*5,1,0,0,0,0.1)
1959
if hit~=nil then
1960
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
1961
refpart.Anchored=true
1962
refpart.CFrame=cf(pos)
1963
game:GetService("Debris"):AddItem(refpart,0.1)
1964
end
1965
]]--
1966
--------------------------------
1967
1968
--[[Customization]]--
1969
--[[Only choose one of these options or conflict will occur.]]--
1970
local startequipped=true --Makes the Player start with their weapon equipped.
1971
local startequippedwithequipanimation=false --Makes the Player start with their weapon equipped and plays the equip animation.
1972
----------------------------------------
1973
--[[Only choose one of these options or conflict will occur.]]--
1974
local disableanimator=true --Disables the animator script and the Player will NOT have their idle animation playing.
1975
local disableanimate=false --Disables the animate script, but the Player will still have their idle animation playing.
1976
----------------------------------------
1977
--[[Set this to true if you want an alternate walk.]]--
1978
local alternatewalk=false --If true, then the walking function uses a different walking animation. If false, then it will use the default walking animation.
1979
----------------------------------------
1980
--[[Gui stuff]]--
1981
local hidemenu=false --Hides the menus on your screen, but does NOT disable it (Unless if it's already disabled).
1982
local allowmenutofunction=false --Allows the menu to run, but only shows the mana and health bars.
1983
local allowabilitiestofunction=false --Allows abilities with cooldowns. Doesn't work if "allowmenutofunction" is set to false.
1984
----------------------------------------
1985
--[[Other Customization]]--
1986
local canunequiporequip=true --Allows or restricts the Player to equip or unequip their weapon.
1987
local allowidle=false --Allows the idle animation to run while the Player has their weapon equipped. Most noticable with the animator disabled.
1988
local allowwalking=false --Allows the walking animation to run while the Player walks. Noticable with either the animate or animator disabled.
1989
local disablemovingarms=false --Allows or restricts the arms from moving. Most noticable when both the animate and animator are not disabled.
1990
local usemotorsinsteadofwelds=false --If true, then uses motors instead of welds. Pretty self-explanatory.
1991
local leftarm=false --Allows the left arm to move around while you walk.
1992
local rightarm=false --Allows the right arm to move around while you walk.
1993
local allowhopperbin=true --If true, then creates a tool in the Player's inventory, which they must select to use the weapon.
1994
local showstunbar=false --If true, then a stun mechanic will be put in place. Requires "allowstunbar" to be set to true.
1995
local walkspeeddependsonmovementvalue=false --If true, then walkspeed will depend on the movement's value.
1996
local alternatemanaregensystem=false --If true, then uses an alternate mana regen that adds the desired mana after a desired delay.
1997
local showhealthmanaandstunnumbers=true --If true, then shows how much mana and health you have in a number box.
1998
local changebarcolorsifnotenoughmana=false --If true, then if you do not have enough mana for an ability the bar will turn grey.
1999
local disablejump=false --If true, then disables jumping.
2000
----------------------------------------
2001
--[[End of Customization]]--
2002
2003
if hidemenu==true then
2004
for _,v in pairs (scrn:GetChildren()) do
2005
if v.ClassName=="Frame" or v.ClassName=="TextLabel" then
2006
v.Visible=false
2007
end
2008
end
2009
end
2010
2011
Humanoid.Changed:connect(function(Jump)
2012
if Jump=="Jump" and disablejump==true then
2013
Humanoid.Jump=false
2014
end
2015
end)
2016
2017
if allowmenutofunction==true then
2018
for _,v in pairs (scrn:GetChildren()) do
2019
if v.ClassName=="Frame" then
2020
for _,b in pairs (v:GetChildren()) do
2021
if b.ClassName=="TextLabel" then
2022
coroutine.resume(coroutine.create(function(TheTextLabel)
2023
wait(menuupdatespeed)
2024
for i=1,0,-0.1 do
2025
hbwait()
2026
TheTextLabel.TextTransparency=i
2027
TheTextLabel.TextStrokeTransparency=i
2028
end
2029
TheTextLabel.TextTransparency=0
2030
TheTextLabel.TextStrokeTransparency=0
2031
end),b)
2032
if showstats==true then
2033
coroutine.resume(coroutine.create(function(TheTextLabel)
2034
wait(menuupdatespeed)
2035
for i=1,0,-0.1 do
2036
hbwait()
2037
TheTextLabel.TextTransparency=i
2038
TheTextLabel.TextStrokeTransparency=i
2039
end
2040
TheTextLabel.TextTransparency=0
2041
TheTextLabel.TextStrokeTransparency=0
2042
end),b)
2043
end
2044
if showstunbar==true then
2045
coroutine.resume(coroutine.create(function(TheTextLabel)
2046
wait(menuupdatespeed)
2047
for i=1,0,-0.1 do
2048
hbwait()
2049
TheTextLabel.TextTransparency=i
2050
TheTextLabel.TextStrokeTransparency=i
2051
end
2052
TheTextLabel.TextTransparency=0
2053
TheTextLabel.TextStrokeTransparency=0
2054
end),b)
2055
end
2056
if allowabilitiestofunction==true then
2057
coroutine.resume(coroutine.create(function(TheTextLabel)
2058
wait(menuupdatespeed)
2059
for i=1,0,-0.1 do
2060
hbwait()
2061
TheTextLabel.TextTransparency=i
2062
TheTextLabel.TextStrokeTransparency=i
2063
end
2064
TheTextLabel.TextTransparency=0
2065
TheTextLabel.TextStrokeTransparency=0
2066
end),b)
2067
end
2068
end
2069
end
2070
end
2071
end
2072
end
2073
2074
if allowhopperbin==true then
2075
if (script.Parent.className~="HopperBin") then 
2076
Tool=Instance.new("HopperBin") 
2077
Tool.Parent=Backpack 
2078
Tool.Name="Wanderer" 
2079
script.Parent=Tool 
2080
end 
2081
Bin=script.Parent 
2082
end
2083
2084
if disablemovingarms==true then
2085
RWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
2086
LWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
2087
RSH, LSH=nil, nil 
2088
if usemotorsinsteadofwelds==true then
2089
RW=Instance.new("Motor")
2090
LW=Instance.new("Motor")
2091
else
2092
RW=Instance.new("Weld")
2093
LW=Instance.new("Weld")
2094
end
2095
RW.Name="Right Shoulder"
2096
LW.Name="Left Shoulder"
2097
RSH=Torso["Right Shoulder"] 
2098
LSH=Torso["Left Shoulder"] 
2099
-- 
2100
RSH.Parent=Torso 
2101
LSH.Parent=Torso 
2102
-- 
2103
RW.Name="Right Shoulder"
2104
RW.Part0=Torso 
2105
RW.C0=cf(1.5,0.5,0)
2106
RW.C1=cf(0,0.5,0) 
2107
RW.Part1=Character["Right Arm"] 
2108
RW.Parent=nil 
2109
-- 
2110
LW.Name="Left Shoulder"
2111
LW.Part0=Torso 
2112
LW.C0=cf(-1.5, 0.5, 0)
2113
LW.C1=cf(0, 0.5, 0) 
2114
LW.Part1=Character["Left Arm"] 
2115
LW.Parent=nil 
2116
--
2117
else
2118
RW=Torso["Right Shoulder"]
2119
LW=Torso["Left Shoulder"]
2120
RWC0=cf(-0.5,0,0)*angles(math.rad(0),math.rad(90),math.rad(0))
2121
LWC0=cf(0.5,0,0)*angles(math.rad(0),math.rad(-90),math.rad(0))
2122
end
2123
2124
if allowidle==true then
2125
coroutine.resume(coroutine.create(function()
2126
while true do
2127
for i=0,1,0.08 do
2128
wait()
2129
idleangle=idleangle+0.005*idlen
2130
idlen=idlen-1/10
2131
end
2132
idlen=0
2133
for i=0,1,0.08 do
2134
wait()
2135
idleangle=idleangle-0.005*idlen
2136
idlen=idlen-1/10
2137
end
2138
idlen=0
2139
idleangle=0
2140
end
2141
end))
2142
end
2143
2144
if startequipped==true then
2145
for _,v in pairs (m:GetChildren()) do
2146
if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
2147
v.Transparency=0
2148
end
2149
end
2150
elseif startequippedwithequipanimation==true then
2151
for _,v in pairs (m:GetChildren()) do
2152
if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
2153
coroutine.resume(coroutine.create(function(Part)
2154
for i=1,0,-0.1 do
2155
hbwait()
2156
Part.Transparency=i
2157
end
2158
Part.Transparency=0
2159
end),v)
2160
end
2161
end
2162
end
2163
2164
function equipanim()
2165
attack=true
2166
Movement.Value=Movement.Value-0.1
2167
Defense.Value=Defense.Value+0.4
2168
for i=0,1,0.08/animationspeed do
2169
hbwait()
2170
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2171
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2172
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)
2173
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)
2174
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)
2175
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)
2176
end
2177
attack=false
2178
end
2179
2180
function unequipanim()
2181
attack=true
2182
for i=0,1,0.08/animationspeed do
2183
hbwait()
2184
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2185
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2186
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)
2187
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)
2188
RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,0.3/animationspeed)
2189
LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,0.3/animationspeed)
2190
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)
2191
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)
2192
end
2193
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2194
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2195
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
2196
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
2197
RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
2198
LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
2199
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)
2200
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)
2201
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)
2202
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)
2203
Movement.Value=Movement.Value+0.1
2204
Defense.Value=Defense.Value-0.4
2205
attack=false
2206
end
2207
2208
if startequipped==true then
2209
equipped=true
2210
if disableanimate==true then
2211
Animate.Disabled=true
2212
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2213
idleanimation:Play()
2214
end
2215
if disableanimator==true then
2216
Animator.Parent=nil
2217
end
2218
if disablemovingarms==true then
2219
RW.Parent=Torso 
2220
LW.Parent=Torso 
2221
RSH.Parent=nil 
2222
LSH.Parent=nil 
2223
end
2224
Movement.Value=Movement.Value-0.1
2225
Defense.Value=Defense.Value+0.4
2226
elseif startequippedwithequipanimation==true then
2227
equipped=true
2228
if disableanimate==true then
2229
Animate.Disabled=true
2230
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2231
idleanimation:Play()
2232
end
2233
if disableanimator==true then
2234
Animator.Parent=nil
2235
end
2236
if disablemovingarms==true then
2237
RW.Parent=Torso 
2238
LW.Parent=Torso 
2239
RSH.Parent=nil 
2240
LSH.Parent=nil 
2241
end
2242
coroutine.resume(coroutine.create(function()
2243
hbwait()
2244
equipanim()
2245
end))
2246
end
2247
2248
function StaggerHit()
2249
attack=true
2250
if Hitbox~=nil then
2251
for i=1,math.random(2,4) do
2252
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)		
2253
end
2254
end
2255
for i=0,1,0.1/animationspeed do
2256
hbwait()
2257
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(-30)),0.3/animationspeed)
2258
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)
2259
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)
2260
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)
2261
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)
2262
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)
2263
if StaggerAnim.Value==true or StunAnim.Value==true then
2264
break
2265
end
2266
end
2267
attack=false
2268
end
2269
2270
function Stagger()
2271
attack=true
2272
disablejump=true
2273
if Hitbox~=nil then
2274
for i=1,math.random(2,4) do
2275
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)		
2276
end
2277
end
2278
attacktype=1
2279
local staggervelocity=Instance.new("BodyVelocity",Torso)
2280
staggervelocity.P=500
2281
staggervelocity.maxForce=vt(math.huge,0,math.huge)
2282
if Rooted.Value==false then
2283
staggervelocity.Velocity=RootPart.CFrame.lookVector*-25
2284
end
2285
for i=0,1,0.35/animationspeed do
2286
hbwait()
2287
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)
2288
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)
2289
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)
2290
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)
2291
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)
2292
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)
2293
end
2294
for i=0,1,0.2/animationspeed do
2295
hbwait()
2296
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)
2297
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)
2298
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)
2299
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)
2300
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)
2301
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)
2302
end
2303
staggervelocity:Destroy()
2304
for i=0,1,0.015/animationspeed do
2305
hbwait()
2306
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)
2307
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)
2308
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)
2309
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)
2310
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)
2311
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)
2312
if StunAnim.Value==true then
2313
break
2314
end
2315
end
2316
attacktype=1
2317
disablejump=false
2318
attack=false
2319
end
2320
2321
function Stun()
2322
attack=true
2323
disablejump=true
2324
attacktype=1
2325
DamageStatLabel("Interruption",Head.CFrame,"Stunned!",Color3.new(0,0,255))
2326
for i=0,1,0.4/animationspeed do
2327
hbwait()
2328
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(15),math.rad(0),math.rad(-160)),0.3/animationspeed)
2329
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)
2330
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)
2331
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)
2332
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)
2333
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)
2334
end
2335
for i=0,1,0.4/animationspeed do
2336
hbwait()
2337
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)
2338
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)
2339
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)
2340
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)
2341
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)
2342
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)
2343
end
2344
for i=0,1,0.4/animationspeed do
2345
hbwait()
2346
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(75),math.rad(0),math.rad(-180)),0.3/animationspeed)
2347
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)
2348
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)
2349
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)
2350
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)
2351
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)
2352
end
2353
gyro=Instance.new("BodyGyro")
2354
gyro.Parent=nil
2355
gyro.P=1e7
2356
gyro.D=1e3
2357
gyro.MaxTorque=vt(1e7,1e7,1e7)
2358
gyro.cframe=RootPart.CFrame
2359
for i=1,70*animationspeed do
2360
hbwait()
2361
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)
2362
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)
2363
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)
2364
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)
2365
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)
2366
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)
2367
end
2368
for i=0,1,0.5/animationspeed do
2369
hbwait()
2370
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(90),math.rad(0),math.rad(-180)),0.3/animationspeed)
2371
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)
2372
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)
2373
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)
2374
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)
2375
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)
2376
end
2377
for i=0,1,0.15/animationspeed do
2378
hbwait()
2379
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)
2380
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)
2381
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)
2382
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)
2383
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)
2384
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)
2385
end
2386
gyro.Parent=nil
2387
attacktype=1
2388
disablejump=false
2389
attack=false
2390
end
2391
2392
function EAbility()
2393
attack=true
2394
attack=false
2395
end
2396
2397
function Attack1()
2398
attack=true
2399
--so("341336274",Hitbox,0.5,1)
2400
for i=0,1,0.12/2 do
2401
hbwait()
2402
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)
2403
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(7.5),math.rad(0),math.rad(50)),0.45/animationspeed)
2404
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)
2405
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)
2406
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)
2407
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)
2408
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2409
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2410
break
2411
end
2412
end
2413
--so("200633029",Hitbox,0.5,1)
2414
so("200633077",Hitbox,0.5,2)
2415
--so("341336307",Hitbox,0.5,1)
2416
so("341336485",Hitbox,0.5,1)
2417
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2418
for i=0,1,0.12/2 do
2419
hbwait()
2420
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2421
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2422
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)
2423
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)
2424
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)
2425
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)
2426
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)
2427
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)
2428
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)
2429
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2430
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2431
break
2432
end
2433
end
2434
LastPoint=nil
2435
attack=false
2436
end
2437
2438
function Attack2()
2439
attack=true
2440
--so("341336274",Hitbox,0.5,1)
2441
for i=0,1,0.12/2 do
2442
hbwait()
2443
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2444
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(15),math.rad(0),math.rad(0)),0.45/animationspeed)
2445
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)
2446
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)
2447
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)
2448
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)
2449
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2450
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2451
break
2452
end
2453
end
2454
--so("200633029",Hitbox,0.5,1)
2455
so("200633077",Hitbox,0.5,3)
2456
--so("341336307",Hitbox,0.5,1)
2457
so("341336485",Hitbox,0.5,1)
2458
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2459
for i=0,1,0.12/2 do
2460
hbwait()
2461
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2462
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2463
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)
2464
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)
2465
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(0)),0.6/animationspeed)
2466
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)
2467
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)
2468
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)
2469
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)
2470
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2471
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2472
break
2473
end
2474
end
2475
LastPoint=nil
2476
attack=false
2477
end
2478
2479
function Attack3()
2480
attack=true
2481
--so("341336274",Hitbox,0.5,1)
2482
for i=0,1,0.12/2 do
2483
hbwait()
2484
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
2485
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(-20)),0.45/animationspeed)
2486
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)
2487
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)
2488
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)
2489
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)
2490
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2491
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2492
break
2493
end
2494
end
2495
--so("200633029",Hitbox,0.5,1)
2496
so("200633077",Hitbox,0.5,1.5)
2497
--so("341336307",Hitbox,0.5,1)
2498
so("341336485",Hitbox,0.5,1)
2499
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2500
for i=0,1,0.12/2 do
2501
hbwait()
2502
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2503
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2504
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)
2505
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)
2506
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),0.45/animationspeed)
2507
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)
2508
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)
2509
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)
2510
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)
2511
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2512
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2513
break
2514
end
2515
end
2516
LastPoint=nil
2517
attack=false
2518
end
2519
2520
function Attack4()
2521
attack=true
2522
local shieldangle=math.random(-2,2)
2523
for i=0,1,0.12/2 do
2524
hbwait()
2525
MagicBlock("Cyan","Neon",true,swordhandle.CFrame,1,1,1,1,1,1,0.1)
2526
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(-40)),0.45/animationspeed)
2527
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
2528
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)
2529
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)
2530
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)
2531
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)
2532
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2533
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2534
break
2535
end
2536
end
2537
so("341336274",swordhandle,0.5,2)
2538
so("341336307",swordhandle,0.5,2)
2539
local Pos1=swordhandle.Position
2540
local MousePos=Mouse.hit.p
2541
local MouseLook=cf((Pos1+MousePos)/2,MousePos)
2542
local blasthit,blastpos=rayCast(Pos1,MouseLook.lookVector,999,Character)
2543
local Mag=(Pos1-blastpos).magnitude
2544
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)
2545
if blasthit~=nil and blasthit.Name~="Effect" then
2546
local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2547
refpart.Anchored=true
2548
refpart.CFrame=cf(blastpos)
2549
game:GetService("Debris"):AddItem(refpart,5)
2550
so("341336499",refpart,0.5,3)
2551
MagicCircle("Cyan","Neon",refpart.CFrame,10,10,10,1,1,1,0.05)
2552
MagicBlock("Cyan","Neon",true,refpart.CFrame,5,5,5,0.5,0.5,0.5,0.05)
2553
MagniDamage(refpart,5,50,70,0,"Normal",RootPart,0.5,1,math.random(5,10),nil,true,true,nil,0,0,false)
2554
end
2555
for i=0,1,0.12/2 do
2556
hbwait()
2557
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)
2558
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(40)),0.45/animationspeed)
2559
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)
2560
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)
2561
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)
2562
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)
2563
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2564
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2565
break
2566
end
2567
end
2568
attack=false
2569
end
2570
2571
function Move1()
2572
attack=true
2573
--so("341336274",Hitbox,0.5,1)
2574
for i=0,1,0.12/2 do
2575
hbwait()
2576
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2577
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2578
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)
2579
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)
2580
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)
2581
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)
2582
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2583
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2584
break
2585
end
2586
end
2587
--so("200633029",Hitbox,0.5,1)
2588
so("200633077",Hitbox,0.5,1.7)
2589
--so("341336307",Hitbox,0.5,1)
2590
so("341336485",Hitbox,0.5,1)
2591
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2592
for i=0,1,0.24/2 do
2593
hbwait()
2594
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2595
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2596
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)
2597
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2598
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2599
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)
2600
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)
2601
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)
2602
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)
2603
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2604
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2605
break
2606
end
2607
end
2608
if StaggerHitAnim.Value~=true and StaggerAnim.Value~=true and StunAnim.Value~=true then
2609
local swordhit,swordpos=rayCast(RootPart.Position,cf(RootPart.Position,RootPart.Position+vt(0,-1,0)).lookVector,4,Character)
2610
if swordhit~=nil and swordhit.Name~="Effect" then
2611
local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2612
refpart.Anchored=true
2613
refpart.CFrame=RootPart.CFrame*cf(1.1,0,0)
2614
game:GetService("Debris"):AddItem(refpart,5)
2615
coroutine.resume(coroutine.create(function(Origin)
2616
local increment=-10.1
2617
for i=1,4 do
2618
local refpart2=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2619
refpart2.Anchored=true
2620
refpart2.CFrame=refpart.CFrame*cf(0,0,increment)
2621
game:GetService("Debris"):AddItem(refpart,5)
2622
local refpart2hit,refpart2pos=rayCast(refpart2.Position,cf(refpart2.Position,refpart2.Position+vt(0,-1,0)).lookVector,999,Character)
2623
if refpart2hit~=nil then
2624
local refpart3=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2625
refpart3.Anchored=true
2626
refpart3.CFrame=cf(refpart2pos)
2627
game:GetService("Debris"):AddItem(refpart3,5)
2628
so("341336499",refpart3,0.5,2)
2629
MagicWave("Cyan","Neon",refpart3.CFrame,20,0.1,20,0.5,0.01,0.5,0.05)
2630
MagicSpikedCrown("Cyan","Neon",refpart3.CFrame,20,20,20,0.5,0.5,0.5,0.05)
2631
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)
2632
end
2633
increment=increment-10
2634
wait(0.25)
2635
end
2636
end),refpart)
2637
end
2638
end
2639
for i=0,1,0.24/2 do
2640
hbwait()
2641
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2642
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2643
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)
2644
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)
2645
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)
2646
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)
2647
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2648
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2649
break
2650
end
2651
end
2652
LastPoint=nil
2653
attack=false
2654
end
2655
2656
--[[
2657
local testpart=Instance.new("Part",workspace.CurrentCamera)
2658
testpart.Anchored=true
2659
testpart.CFrame=cf(0,0,-50)
2660
testpart.Size=Vector3.new(50,50,50)
2661
--]]
2662
2663
function Move3()
2664
attack=true
2665
for i=0,1,0.12/2 do
2666
hbwait()
2667
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)
2668
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(5)),0.45/animationspeed)
2669
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)
2670
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)
2671
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)
2672
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)
2673
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-55),0,0),0.45/animationspeed)
2674
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2675
break
2676
end
2677
end
2678
for i=0,1,0.12/2 do
2679
hbwait()
2680
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)
2681
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
2682
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)
2683
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)
2684
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)
2685
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)
2686
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
2687
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2688
break
2689
end
2690
end
2691
so("306247678",Hitbox,0.5,0.75)
2692
--so("341336159",Hitbox,0.5,0.75)
2693
--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)
2694
for i=0,1,0.04/2 do
2695
hbwait()
2696
--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)
2697
--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)
2698
--MagicBlock("Cyan","Neon",true,Hitbox.CFrame--[[*cf(0,2.1,0)--]],1,1,1,1,1,1,0.05)
2699
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)
2700
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)
2701
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
2702
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)
2703
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)
2704
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)
2705
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)
2706
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
2707
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2708
break
2709
end
2710
end
2711
for i=0,1,0.12/2 do
2712
hbwait()
2713
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)
2714
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(50)),0.45/animationspeed)
2715
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(-50)),0.45/animationspeed)
2716
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)
2717
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)
2718
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)
2719
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)
2720
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2721
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2722
break
2723
end
2724
end
2725
--so("200633029",Hitbox,0.5,1)
2726
so("200633077",Hitbox,0.5,2.9)
2727
--so("341336307",Hitbox,0.5,1)
2728
so("341336485",Hitbox,0.5,1)
2729
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2730
local energywavepart=part(3,Effects,"Neon",0,1,"Cyan","Effect",vt())
2731
energywavepart.Anchored=true
2732
energywavepart.CFrame=RootPart.CFrame*cf(0,0,-6.5)--*angles(math.rad(90),math.rad(80),0)
2733
--local energywavemesh=mesh("SpecialMesh",energywavepart,"FileMesh","http://www.roblox.com/asset/?id=448386996",vt(0,0,0),vt(1/1000,1/20,1/15))
2734
game:GetService("Debris"):AddItem(energywavepart,1)
2735
coroutine.resume(coroutine.create(function(Wave)
2736
local number=500
2737
so("341336274",Wave,0.75,0.75)
2738
repeat
2739
hbwait()
2740
wavecframe=Wave.CFrame
2741
--Wave.CFrame=wavecframe*cf(0,-1,0)
2742
Wave.CFrame=wavecframe*cf(0,0,-1)
2743
MagicBlock("Cyan","Neon",true,Wave.CFrame,100,100,100,-1,-1,-1,0.05)
2744
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)
2745
number=number-1
2746
until number<=0
2747
end),energywavepart)
2748
for i=0,1,0.12/2 do
2749
hbwait()
2750
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2751
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2752
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)
2753
--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)
2754
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)
2755
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(40)),0.45/animationspeed)
2756
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)
2757
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)
2758
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)
2759
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)
2760
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-150),0,0),0.45/animationspeed)
2761
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2762
break
2763
end
2764
end
2765
LastPoint=nil
2766
attack=false
2767
end
2768
2769
function Move4()
2770
attack=true
2771
--[[
2772
for i=0,1,0.12/2 do
2773
hbwait()
2774
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2775
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2776
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)
2777
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)
2778
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)
2779
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)
2780
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2781
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2782
break
2783
end
2784
end
2785
MagicWave("Institutional white","SmoothPlastic",RootPart.CFrame*cf(0,-3,0),5,1,5,0.2,-0.01,0.2,0.025)
2786
Humanoid.Jump=true
2787
Torso.Velocity=Vector3.new(0,50,0)+RootPart.CFrame.lookVector*50
2788
for i=0,1,0.12/2 do
2789
hbwait()
2790
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
2791
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
2792
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)
2793
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)
2794
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)
2795
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)
2796
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2797
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2798
break
2799
end
2800
end
2801
]]--
2802
for i=0,1,0.12/2 do
2803
hbwait()
2804
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2805
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2806
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)
2807
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)
2808
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)
2809
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)
2810
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
2811
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2812
break
2813
end
2814
end
2815
local move4num=0
2816
for i=0,1,0.04/2 do
2817
hbwait()
2818
if move4num>=5 then
2819
move4num=0
2820
MagicWave("Cyan","Neon",RootPart.CFrame*cf(0,-3,0),1,1,1,1,0.1,1,0.05)
2821
else
2822
move4num=move4num+1
2823
end
2824
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2825
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2826
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)
2827
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)
2828
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)
2829
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)
2830
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
2831
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2832
break
2833
end
2834
end
2835
attack=false
2836
end
2837
2838
hold=false
2839
2840
Mouse.Button1Down:connect(function()
2841
--function ob1d(Mouse)
2842
if attack==true or equipped==false then return end
2843
hold=true
2844
if attacktype==1 then
2845
attacktype=2
2846
Attack1()
2847
elseif attacktype==2 then
2848
attacktype=3
2849
Attack2()
2850
elseif attacktype==3 then
2851
attacktype=4
2852
Attack3()
2853
elseif attacktype==4 then
2854
attacktype=1
2855
Attack4()
2856
end
2857
coroutine.resume(coroutine.create(function()
2858
for i=1,50 do
2859
if attack==false then
2860
hbwait()
2861
end
2862
end
2863
if attack==false then
2864
attacktype=1
2865
end
2866
end))
2867
--end
2868
end)
2869
2870
if allowhopperbin==true then
2871
function ob1u(Mouse)
2872
hold=false
2873
end
2874
end
2875
2876
Mouse.KeyDown:connect(function(key)
2877
--function key(key)
2878
if key=="f" and canunequiporequip==true and attack==false then
2879
if equipped==false then
2880
equipped=true
2881
if disableanimate==true then
2882
Animate.Disabled=true
2883
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2884
idleanimation:Play()
2885
end
2886
if disableanimator==true then
2887
Animator.Parent=nil
2888
end
2889
if disablemovingarms==true then
2890
RW.Parent=Torso 
2891
LW.Parent=Torso 
2892
RSH.Parent=nil 
2893
LSH.Parent=nil 
2894
end
2895
equipanim()
2896
elseif equipped==true then
2897
equipped=false
2898
unequipanim()
2899
hbwait()
2900
if disablemovingarms==true then
2901
RW.Parent=nil 
2902
LW.Parent=nil 
2903
RSH.Parent=Torso 
2904
LSH.Parent=Torso 
2905
end
2906
if disableanimator==true then
2907
Animator.Parent=Humanoid
2908
end
2909
if disableanimate==true then
2910
Animate.Disabled=false
2911
end
2912
end
2913
end
2914
if key=="e" and attack==false and equipped==true then
2915
EAbility()
2916
end
2917
if key=="z" and attack==false and equipped==true and cooldown1>=co1 and Mana.Value>=skill1mana then
2918
subtractmana(skill1mana)
2919
cooldown1=0
2920
Move1()
2921
end
2922
if key=="x" and attack==false and equipped==true and cooldown2>=co2 and Mana.Value>=skill2mana then
2923
subtractmana(skill2mana)
2924
cooldown2=0
2925
Move2()
2926
end
2927
if key=="c" and attack==false and equipped==true and cooldown3>=co3 and Mana.Value>=skill3mana then
2928
subtractmana(skill3mana)
2929
cooldown3=0
2930
Move3()
2931
end
2932
if key=="v" and attack==false and equipped==true and cooldown4>=co4 and Mana.Value>=skill4mana then
2933
subtractmana(skill4mana)
2934
cooldown4=0
2935
Move4()
2936
end
2937
if key=="q" then
2938
Mana.Value=100
2939
cooldown1=co1
2940
cooldown2=co2
2941
cooldown3=co3
2942
cooldown4=co4
2943
end
2944
if key=="p" then
2945
StaggerHitAnim.Value=true
2946
end
2947
if key=="[" then
2948
StaggerAnim.Value=true
2949
end
2950
if key=="]" then
2951
StunAnim.Value=true
2952
end
2953
--end
2954
end)
2955
2956
Mouse.KeyUp:connect(function(key2)
2957
--function key2(key)
2958
--end
2959
end)
2960
----
2961
Me = game.Players.LocalPlayer
2962
player = Me
2963
char = Me.Character
2964
chara = char
2965
2966
New = function(Object, Parent, Name, Data)
2967
	local Object = Instance.new(Object)
2968
	for Index, Value in pairs(Data or {}) do
2969
		Object[Index] = Value
2970
	end
2971
	Object.Parent = Parent
2972
	Object.Name = Name
2973
	return Object
2974
end
2975
2976
Mouse = player:GetMouse()
2977
2978
for i,v in pairs(chara:children()) do
2979
	if v:IsA("Accessory") or v:IsA("") or v:IsA("") then
2980
		v:Destroy()
2981
	end
2982
end
2983
2984
s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
2985
s.SoundId = "rbxassetid://144260525"
2986
s.Volume = 1
2987
s.Pitch = 1
2988
s.Looped = true
2989
wait()
2990
s:Play()
2991
2992
s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
2993
s.SoundId = "rbxassetid://530138502"
2994
s.Volume = 3
2995
s.Pitch = 0.83
2996
s.Looped = false
2997
wait()
2998
s:Play()
2999
3000
wait(15)
3001
3002
local Player = game.Players.LocalPlayer
3003
3004
local Character = Player.Character
3005
3006
local Humanoid = Character.Humanoid
3007
3008
local Mouse = Player:GetMouse()
3009
3010
Character:WaitForChild("Animate"):Remove()
3011
3012
Humanoid.MaxHealth = 2000
3013
3014
Humanoid.Health = 1980
3015
3016
wait()
3017
3018
function SmoothAllSides(Part)
3019
3020
  local Sides = {
3021
3022
    "TopSurface",
3023
3024
    "BottomSurface",
3025
3026
    "LeftSurface",
3027
3028
    "RightSurface",
3029
3030
    "FrontSurface",
3031
3032
    "BackSurface"
3033
3034
  }
3035
3036
  for i, v in pairs(Sides) do
3037
3038
    Part[v] = "SmoothNoOutlines"
3039
3040
  end
3041
3042
end
3043
3044
local StaffM = Instance.new("Model")
3045
3046
StaffM.Parent = Character
3047
3048
local Staff = Instance.new("Part")
3049
3050
Staff.Parent = StaffM
3051
3052
Staff.Shape = Enum.PartType.Cylinder
3053
3054
Staff.Size = Vector3.new(0, 0, 0)
3055
3056
Staff.BrickColor = BrickColor.new("Really black")
3057
3058
Staff.CanCollide = false
3059
3060
local Ring0 = Instance.new("Part")
3061
3062
Ring0.Parent = StaffM
3063
3064
Ring0.CanCollide = false
3065
3066
Ring0.BrickColor = BrickColor.new("Really black")
3067
3068
Ring0.Material = Enum.Material.SmoothPlastic
3069
3070
local Ring = Instance.new("SpecialMesh")
3071
3072
Ring.Parent = Ring0
3073
3074
Ring.MeshType = Enum.MeshType.FileMesh
3075
3076
Ring.Scale = Vector3.new(0, 0, 0)
3077
3078
Ring.MeshId = "rbxassetid://"
3079
3080
local Ring1 = Ring0:Clone()
3081
3082
Ring1.Parent = StaffM
3083
3084
local Weld1, Weld2, Weld3 = Instance.new("Weld"), Instance.new("Weld"), Instance.new("Weld")
3085
3086
Weld1.Parent = StaffM
3087
3088
Weld1.Part0 = Staff
3089
3090
Weld1.Part1 = Ring0
3091
3092
Weld1.C1 = CFrame.new(0, 0, 0)
3093
3094
Weld2.Parent = StaffM
3095
3096
Weld2.Part0 = Staff
3097
3098
Weld2.Part1 = Ring1
3099
3100
Weld2.C1 = CFrame.new(0, 0, 0)
3101
3102
Weld3.Parent = StaffM
3103
3104
Weld3.Part0 = Character["Left Arm"]
3105
3106
Weld3.Part1 = Staff
3107
3108
Weld3.C0 = CFrame.new(0, Character["Left Arm"].Size.Y / -2, 0) * CFrame.Angles(0, math.pi / 2, 0)
3109
3110
SmoothAllSides(Staff)
3111
3112
local bools = {
3113
3114
  Idle = true,
3115
3116
  Moving = false,
3117
3118
  OffenseDefense = false,
3119
3120
  MovingUp = false,
3121
3122
  MovingDown = false,
3123
3124
  Blocking = false
3125
3126
}
3127
3128
local joints = {
3129
3130
  ["Head"] = Character.Torso.Neck,
3131
3132
  ["Torso"] = Character.HumanoidRootPart.RootJoint,
3133
3134
  ["Left Arm"] = Character.Torso["Left Shoulder"],
3135
3136
  ["Right Arm"] = Character.Torso["Right Shoulder"],
3137
3138
  ["Left Leg"] = Character.Torso["Left Hip"],
3139
3140
  ["Right Leg"] = Character.Torso["Right Hip"]
3141
3142
}
3143
3144
local HeadC0 = joints.Head.C0
3145
3146
local TorsoC0 = joints.Torso.C0
3147
3148
local RightAC0 = joints["Left Arm"].C0
3149
3150
local LeftAC0 = joints["Right Arm"].C0
3151
3152
local RightLC0 = joints["Left Leg"].C0
3153
3154
local LeftLC0 = joints["Right Leg"].C0
3155
3156
local Animations = {
3157
3158
  idle = {
3159
3160
    HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(80), math.rad(180), math.rad(-12)),
3161
3162
    TorsoC0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(90), math.rad(180), math.rad(18)),
3163
3164
    LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.rad(90), math.rad(120)) * CFrame.Angles(math.rad(45), 0, 0),
3165
3166
    RightLC0 = CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-90), math.rad(80), math.rad(90)) * CFrame.Angles(0, 0, math.rad(5)),
3167
3168
    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))
3169
3170
  },
3171
3172
  running = {
3173
3174
    HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(115), math.rad(180), 0),
3175
3176
    TorsoC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(60), math.rad(180), 0),
3177
3178
    RightAC0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(math.rad(50), math.rad(-120), 0) * CFrame.Angles(math.rad(33), 0, 0),
3179
3180
    LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(90), 0) * CFrame.Angles(math.rad(23), 0, 0),
3181
3182
    RightLC0 = CFrame.new(1, -1, -0.2) * CFrame.Angles(math.rad(-10), math.rad(90), 0),
3183
3184
    LeftLC0 = CFrame.new(-1, -1, -0.65) * CFrame.Angles(math.rad(-30), math.rad(-90), 0)
3185
3186
  }
3187
3188
}
3189
3190
local Input = game:GetService("UserInputService")
3191
3192
local RunService = game:GetService("RunService")
3193
3194
Humanoid:ClearAllChildren()
3195
3196
3197
3198
local TruthBall = Instance.new("Part")
3199
3200
TruthBall.Name = "Truth Seeking Ball"
3201
3202
TruthBall.Material = Enum.Material.Neon
3203
3204
TruthBall.Shape = Enum.PartType.Ball
3205
3206
TruthBall.Size = Vector3.new(0, 0, 0)
3207
3208
TruthBall.Anchored = true
3209
3210
TruthBall.Locked = true
3211
3212
TruthBall.CanCollide = false
3213
3214
TruthBall.BrickColor = BrickColor.new("Cyan")
3215
3216
SmoothAllSides(TruthBall)
3217
3218
for i = 1, 6 do
3219
3220
  local TruthSeekBalls = TruthBall:Clone()
3221
3222
  TruthSeekBalls.Parent = Character
3223
3224
end
3225
3226
TruthTable = {}
3227
3228
for ind, var in ipairs(Character:GetChildren()) do
3229
3230
  if var.Name == "Truth Seeking Ball" then
3231
3232
    table.insert(TruthTable, var)
3233
3234
  end
3235
3236
end
3237
3238
RunService.RenderStepped:connect(function()
3239
3240
  for i, v in ipairs(TruthTable) do
3241
3242
    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)
3243
3244
  end
3245
3246
end)
3247
3248
local BodyParts = {
3249
3250
  Character.Head,
3251
3252
  Character.Torso,
3253
3254
  Character["Left Arm"],
3255
3256
  Character["Right Arm"],
3257
3258
  Character["Left Leg"],
3259
3260
  Character["Right Leg"]
3261
3262
}
3263
3264
3265
local Block = TruthTable[math.random(1, #TruthTable)]
3266
3267
local BlockCF = Block.CFrame
3268
3269
local Defense = Block:Clone()
3270
3271
Input.InputBegan:connect(function(Key, GPE)
3272
3273
  if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == false then
3274
3275
    Humanoid.WalkSpeed = 0
3276
3277
    Humanoid.JumpPower = 0
3278
3279
    bools.Blocking = true
3280
3281
    while bools.Blocking == true do
3282
3283
      Block.Transparency = 1
3284
3285
      Defense.Parent = Character
3286
3287
      Defense.Shape = Enum.PartType.Block
3288
3289
      Defense.Size = Vector3.new(10, 9, 0.2)
3290
3291
      RunService.RenderStepped:connect(function()
3292
3293
        Defense.CFrame = Block.CFrame:lerp(Character.Torso.CFrame * CFrame.new(0, 0, -10), 0.6)
3294
3295
      end)
3296
3297
      Defense.CanCollide = true
3298
3299
      if bools.Blocking == false then
3300
3301
        elseif Key.KeyCode == Enum.KeyCode.Z and not GPE and Mouse.Target then
3302
3303
          local Copy = Block:Clone()
3304
3305
          Block.Transparency = 1
3306
3307
          Copy.Parent = Character
3308
3309
          Copy.Anchored = false
3310
3311
          Copy.CFrame = Block.CFrame
3312
3313
          local CopyV = Instance.new("BodyVelocity")
3314
3315
          CopyV.Parent = Copy
3316
3317
          CopyV.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
3318
3319
          CopyV.Velocity = Mouse.UnitRay:ClosestPoint() * 100
3320
3321
		else
3322
	
3323
			wait()
3324
3325
        end
3326
3327
      end
3328
3329
    end
3330
3331
end)
3332
3333
Input.InputEnded:connect(function(Key, GPE)
3334
3335
  if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == true then
3336
3337
    Humanoid.WalkSpeed = 60
3338
3339
    Humanoid.JumpPower = 200
3340
3341
    bools.Blocking = false
3342
3343
    Defense.CanCollide = false
3344
3345
    Defense.Shape = Enum.PartType.Ball
3346
3347
    Defense.Size = Vector3.new(0, 0, 0)
3348
3349
    RunService.RenderStepped:connect(function()
3350
3351
      Defense.CFrame = Defense.CFrame:lerp(BlockCF, 0.15)
3352
3353
    end)
3354
3355
    Defense:Remove()
3356
3357
    Block.Transparency = 0
3358
3359
    Block = TruthTable[math.random(1, #TruthTable)]
3360
3361
    BlockCF = Block.CFrame
3362
3363
  end
3364
3365
end)
3366
3367
RunService.RenderStepped:connect(function()
3368
3369
  local CurrentAnimation = "Idle"
3370
3371
  if (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude > 2 then
3372
3373
    CurrentAnimation = "Walking"
3374
3375
  elseif (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude < 2 then
3376
3377
    CurrentAnimation = "Idle"
3378
3379
  end
3380
3381
  if CurrentAnimation == "Idle" and not bools.OffenseDefense then
3382
3383
    joints.Head.C0 = joints.Head.C0:lerp(Animations.idle.HeadC0 * CFrame.Angles(math.rad(2 * math.sin(-tick() * 2)), 0, 0), 0.35)
3384
3385
    joints.Torso.C0 = joints.Torso.C0:lerp(Animations.idle.TorsoC0 * CFrame.new(0, 0, 0.1 * math.sin(tick() * 2) / 2), 0.35)
3386
    
3387
    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)
3388
3389
    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)
3390
3391
  elseif CurrentAnimation == "Walking" and not bools.OffenseDefense then
3392
3393
    joints.Head.C0 = joints.Head.C0:lerp(Animations.running.HeadC0, 0.15)
3394
3395
    joints.Torso.C0 = joints.Torso.C0:lerp(Animations.running.TorsoC0, 0.15)
3396
    
3397
    joints["Right Leg"].C0 = joints["Left Leg"].C0:lerp(Animations.running.RightLC0, 0.15)
3398
3399
    joints["Left Leg"].C0 = joints["Right Leg"].C0:lerp(Animations.running.LeftLC0, 0.15)
3400
3401
  end
3402
3403
end)
3404
3405
3406
name = game.Players.LocalPlayer.Name
3407
player = game.Players:WaitForChild(name)
3408
chara = player.Character
3409
debby = game:GetService("Debris")
3410
chara.Humanoid.MaxHealth = 2000
3411
chara.Humanoid.Health = 2000
3412
chara.Humanoid.WalkSpeed = 50
3413
chara.Humanoid.JumpPower = 200
3414
3415
local p = Instance.new("Part", chara)
3416
p.Name = "Ears"
3417
p.BrickColor = BrickColor.new("Cyan")
3418
p.Size = Vector3.new(0, 0, 0)
3419
p.BottomSurface = 0
3420
p.TopSurface = 0
3421
p.Position = chara.Head.Position
3422
local pweld = Instance.new("Weld", p)
3423
pweld.Part0 = chara.Head
3424
pweld.Part1 = p
3425
pweld.C0 = CFrame.new(0, 0.7, 0)
3426
pweld.C0 = pweld.C0 * CFrame.fromEulerAnglesXYZ(math.rad(180), 0, math.rad(180))
3427
local earmesh = Instance.new("SpecialMesh", p)
3428
earmesh.MeshType = "FileMesh"
3429
earmesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
3430
earmesh.Scale = Vector3.new(1.1, 1.5, 3)
3431
3432
local fakehead = chara.Head:clone()
3433
fakehead.Name = "FakeHead"
3434
fakehead.Parent = chara
3435
fakehead.Position = chara.Head.Position
3436
fakehead.Transparency = 2
3437
fakehead.face.Texture = "http://www.roblox.com/asset/?id=105092745"
3438
3439
local hand1 = Instance.new("Part", chara)
3440
hand1.Name = "Hand1"
3441
hand1.Size = Vector3.new(0.8, 0.8, 0.8)
3442
hand1.Transparency = 1
3443
hand1.Position = chara["Left Arm"].Position
3444
local hand1weld = Instance.new("Weld", hand1)
3445
hand1weld.Part0 = chara["Left Arm"]
3446
hand1weld.Part1 = hand1
3447
hand1weld.C0 = CFrame.new(0, -1, 0)
3448
local hand2 = hand1:Clone()
3449
hand2.Name = "Hand2"
3450
hand2.Parent = chara
3451
hand2.Position = chara["Right Arm"].Position
3452
local hand2weld = Instance.new("Weld", hand2)
3453
hand2weld.Part0 = chara["Right Arm"]
3454
hand2weld.Part1 = hand2
3455
hand2weld.C0 = CFrame.new(0, -1, 0)
3456
3457
color3colour = {
3458
  BrickColor.new("Cyan").Color,
3459
  BrickColor.new("Cyan").Color,
3460
  BrickColor.new("Cyan").Color,
3461
  BrickColor.new("Cyan").Color,
3462
  BrickColor.new("Cyan").Color,
3463
  BrickColor.new("Cyan").Color
3464
}
3465
breekcolour = {
3466
  BrickColor.new("Cyan"),
3467
  BrickColor.new("Cyan"),
3468
  BrickColor.new("Cyan"),
3469
  BrickColor.new("Cyan"),
3470
  BrickColor.new("Cyan"),
3471
  BrickColor.new("Cyan")
3472
}
3473
firecolour = {
3474
  ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
3475
  ColorSequenceKeypoint.new(0.05, BrickColor.new("Cyan").Color),
3476
  ColorSequenceKeypoint.new(0.1, BrickColor.new("Cyan").Color),
3477
  ColorSequenceKeypoint.new(0.15, BrickColor.new("Cyan").Color),
3478
  ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
3479
  ColorSequenceKeypoint.new(0.25, BrickColor.new("Cyan").Color),
3480
  ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
3481
}
3482
barcolour = {
3483
  ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
3484
  ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
3485
  ColorSequenceKeypoint.new(0.4, BrickColor.new("Cyan").Color),
3486
  ColorSequenceKeypoint.new(0.6, BrickColor.new("Cyan").Color),
3487
  ColorSequenceKeypoint.new(0.8, BrickColor.new("Cyan").Color),
3488
  ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
3489
}
3490
normallife = {
3491
  NumberSequenceKeypoint.new(0, 0),
3492
  NumberSequenceKeypoint.new(1, 1)
3493
}
3494
extendlife = {
3495
  NumberSequenceKeypoint.new(0, 0),
3496
  NumberSequenceKeypoint.new(0.8, 0),
3497
  NumberSequenceKeypoint.new(1, 1)
3498
}
3499
function createrainbow(color, part, texture, size, trans, life, face, speed, accel, velsp, lock, name)
3500
  local fira = Instance.new("ParticleEmitter", part)
3501
  fira.Name = name
3502
  fira.Color = ColorSequence.new(color)
3503
  fira.Size = size
3504
  fira.Texture = texture
3505
  fira.Transparency = trans
3506
  fira.Lifetime = life
3507
  fira.EmissionDirection = face
3508
  fira.Rate = 100000000
3509
  fira.RotSpeed = NumberRange.new(10000)
3510
  fira.Speed = speed
3511
  fira.VelocitySpread = velsp
3512
  fira.Acceleration = accel
3513
  fira.LightEmission = 1
3514
  fira.LockedToPart = lock
3515
end
3516
handfire1 = createrainbow(firecolour, hand1, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3517
  NumberSequenceKeypoint.new(0, 0.4),
3518
  NumberSequenceKeypoint.new(1, 0)
3519
}), NumberSequence.new(extendlife), NumberRange.new(1), "Left", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3520
handfire2 = createrainbow(firecolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3521
  NumberSequenceKeypoint.new(0, 0.4),
3522
  NumberSequenceKeypoint.new(1, 0)
3523
}), NumberSequence.new(extendlife), NumberRange.new(1), "Right", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3524
createrainbow(barcolour, orbuur, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3525
  NumberSequenceKeypoint.new(0, 1),
3526
  NumberSequenceKeypoint.new(0.8, 1),
3527
  NumberSequenceKeypoint.new(1, 0)
3528
}), NumberSequence.new(extendlife), NumberRange.new(1), "Front", NumberRange.new(0), Vector3.new(0, 0, 0), 0, false, "OrbEffect")
3529
local spelleffect = Instance.new("ParticleEmitter", chara.Torso)
3530
spelleffect.Texture = "http://www.roblox.com/asset/?id=679657454"
3531
spelleffect.Speed = NumberRange.new(0)
3532
spelleffect.LightEmission = 1
3533
spelleffect.Transparency = NumberSequence.new(normallife)
3534
spelleffect.Size = NumberSequence.new({
3535
  NumberSequenceKeypoint.new(0, 0),
3536
  NumberSequenceKeypoint.new(1, 10)
3537
})
3538
spelleffect.Rate = 0.001
3539
spelleffect.Rotation = NumberRange.new(0, 359)
3540
spelleffect.RotSpeed = NumberRange.new(1000)
3541
spelleffect.Lifetime = NumberRange.new(1)
3542
createrainbow(barcolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3543
  NumberSequenceKeypoint.new(0, 1),
3544
  NumberSequenceKeypoint.new(1, 0)
3545
}), NumberSequence.new(normallife), NumberRange.new(1), "Front", NumberRange.new(10), Vector3.new(0, 0, 0), 1000, true, "PowerEffect")
3546
powereffect = hand2.PowerEffect
3547
powereffect.Enabled = false
3548
local naeeym = Instance.new("BillboardGui", chara)
3549
naeeym.Size = UDim2.new(0, 100, 0, 40)
3550
naeeym.StudsOffset = Vector3.new(0, 2, 0)
3551
naeeym.Adornee = chara.Head
3552
local tecks = Instance.new("TextLabel", naeeym)
3553
tecks.BackgroundTransparency = 1
3554
tecks.BorderSizePixel = 0
3555
tecks.Text = ""
3556
tecks.Font = "Fantasy"
3557
tecks.FontSize = "Size24"
3558
tecks.TextStrokeTransparency = 0
3559
tecks.TextColor3 = Color3.new(1, 1, 1)
3560
tecks.TextStrokeColor3 = BrickColor.new("Really red").Color
3561
tecks.Size = UDim2.new(1, 0, 0.5, 0)
3562
Void = nil
3563
VoidParts = {}
3564
Equipped = false
3565
Counter = 1
3566
function RayCast(Position, Direction, MaxDistance, IgnoreList)
3567
  return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
3568
end
3569
Player = player
3570
Character = chara
3571
Humanoid = Character:FindFirstChild("Humanoid")
3572
Torso = Character:FindFirstChild("Torso")
3573
if not Player or not Humanoid or Humanoid.Health == 0 or not chara.Torso then
3574
  return
3575
end
3576
Equipped = true
3577
Void = Instance.new("Model")
3578
Void.Name = "Void"
3579
Angle = 0
3580
for i = 1, 1 do
3581
  local VoidPart = Instance.new("Part")
3582
  VoidPart.Name = "VoidPart"
3583
  VoidPart.Transparency = 1
3584
  VoidPart.BrickColor = BrickColor.new("Cyan")
3585
  VoidPart.Material = Enum.Material.Plastic
3586
  VoidPart.Shape = Enum.PartType.Block
3587
  VoidPart.FormFactor = Enum.FormFactor.Custom
3588
  VoidPart.TopSurface = Enum.SurfaceType.Smooth
3589
  VoidPart.BottomSurface = Enum.SurfaceType.Smooth
3590
  VoidPart.Anchored = true
3591
  VoidPart.CanCollide = false
3592
  VoidPart.Locked = true
3593
  VoidPart.Size = Vector3.new(1, 0.2, 1)
3594
  fiyer = createrainbow(firecolour, VoidPart, "http://www.roblox.com/asset/?id=224413104", NumberSequence.new({
3595
    NumberSequenceKeypoint.new(0, 0.4),
3596
    NumberSequenceKeypoint.new(1, 0)
3597
  }), NumberSequence.new({
3598
    NumberSequenceKeypoint.new(0, 0),
3599
    NumberSequenceKeypoint.new(0.99, 0),
3600
    NumberSequenceKeypoint.new(1, 1)
3601
  }), NumberRange.new(3), "Top", NumberRange.new(2), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3602
  VoidPart.FireEffect.Rate = 10
3603
  local BlockMesh = Instance.new("BlockMesh")
3604
  BlockMesh.Scale = Vector3.new(10, 2, 10)
3605
  BlockMesh.Parent = VoidPart
3606
  VoidPart.Parent = Void
3607
  local Star = Instance.new("Decal", VoidPart)
3608
  Star.Texture = "http://www.roblox.com/asset/?id=199910011"
3609
  Star.Face = "Top"
3610
  local Light = Instance.new("PointLight", VoidPart)
3611
  Light.Color = Color3.new(0, 0, 0)
3612
  Light.Brightness = 10
3613
  Light.Range = 10
3614
  table.insert(VoidParts, VoidPart)
3615
end
3616
Spawn(function()
3617
  while Equipped and Humanoid.Parent and Humanoid.Health > 0 and chara do
3618
    if Angle == 360 then
3619
      Angle = 0
3620
    end
3621
    Angle = Angle + 0.05
3622
    chara.Humanoid.MaxHealth = 2000
3623
    chara.Humanoid.Health = 1700
3624
    Counter = Counter + 1
3625
    if Counter == 7 then
3626
      Counter = 1
3627
    end
3628
    tecks.TextStrokeColor3 = color3colour[Counter]
3629
    fakehead.face.Color3 = color3colour[Counter]
3630
    Void.VoidPart.Decal.Color3 = color3colour[Counter]
3631
    Void.VoidPart.PointLight.Color = color3colour[Counter]
3632
    local parentPos = chara.Torso.CFrame
3633
    
3634
    local Hit, EndPosition = RayCast(chara.Torso.Position, Vector3.new(0, -1, 0), chara.Torso.Size.Y * 6.5, {Character})
3635
    if Hit then
3636
      if not Void.Parent then
3637
        Void.Parent = Character
3638
      end
3639
      for i, v in pairs(VoidParts) do
3640
        v.CFrame = CFrame.new(chara.Torso.Position.X, EndPosition.Y, chara.Torso.Position.Z) * CFrame.Angles(0, Angle + i, 0)
3641
      end
3642
    else
3643
      Void.Parent = nil
3644
    end
3645
    wait()
3646
  end
3647
end)
3648
3649
p = game.Players.LocalPlayer
3650
char = p.Character
3651
torso = char.Torso
3652
neck = char.Torso.Neck
3653
hum = char.Humanoid
3654
3655
CV="Maroon"
3656
	
3657
local txt = Instance.new("BillboardGui", char)
3658
txt.Adornee = char .Head
3659
txt.Name = "_status"
3660
txt.Size = UDim2.new(2, 0, 1.2, 0)
3661
txt.StudsOffset = Vector3.new(-9, 8, 0)
3662
local text = Instance.new("TextLabel", txt)
3663
text.Size = UDim2.new(10, 0, 7, 0)
3664
text.FontSize = "Size48"
3665
text.TextScaled = true
3666
text.TextTransparency = 0
3667
text.BackgroundTransparency = 1 
3668
text.TextTransparency = 0
3669
text.TextStrokeTransparency = 0
3670
text.Font = "Fantasy"
3671
text.TextStrokeColor3 = Color3.new(0, 0, 0)
3672
3673
v=Instance.new("Part")
3674
v.Name = "ColorBrick"
3675
v.Parent=p.Character
3676
v.FormFactor="Symmetric"
3677
v.Anchored=true
3678
v.CanCollide=false
3679
v.BottomSurface="Smooth"
3680
v.TopSurface="Smooth"
3681
v.Size=Vector3.new(10,5,3)
3682
v.Transparency=1
3683
v.CFrame=char.Torso.CFrame
3684
v.BrickColor=BrickColor.new(CV)
3685
v.Transparency=1
3686
text.TextColor3 = BrickColor.new("Bright blue").Color
3687
v.Shape="Block"
3688
text.Text = "Wanderer"
3689
3690
local runDummyScript = function(f,scri)
3691
local oldenv = getfenv(f)
3692
local newenv = setmetatable({}, {
3693
__index = function(_, k)
3694
if k:lower() == 'script' then
3695
return scri
3696
else
3697
return oldenv[k]
3698
end
3699
end
3700
})
3701
setfenv(f, newenv)
3702
ypcall(function() f() end)
3703
end
3704
cors = {}
3705
mas = Instance.new("Model",game:GetService("Lighting")) 
3706
mas.Name = "CompiledModel"
3707
o1 = Instance.new("Model")
3708
o2 = Instance.new("Part")
3709
o3 = Instance.new("SpecialMesh")
3710
o4 = Instance.new("Model")
3711
o5 = Instance.new("Part")
3712
o6 = Instance.new("SpecialMesh")
3713
o7 = Instance.new("Weld")
3714
o8 = Instance.new("Part")
3715
o9 = Instance.new("SpecialMesh")
3716
o10 = Instance.new("Weld")
3717
o11 = Instance.new("Part")
3718
o12 = Instance.new("SpecialMesh")
3719
o13 = Instance.new("Weld")
3720
o14 = Instance.new("Part")
3721
o15 = Instance.new("SpecialMesh")
3722
o16 = Instance.new("Weld")
3723
o17 = Instance.new("Part")
3724
o18 = Instance.new("SpecialMesh")
3725
o19 = Instance.new("Weld")
3726
o20 = Instance.new("Part")
3727
o21 = Instance.new("SpecialMesh")
3728
o22 = Instance.new("Weld")
3729
o23 = Instance.new("Part")
3730
o24 = Instance.new("SpecialMesh")
3731
o25 = Instance.new("Weld")
3732
o26 = Instance.new("Part")
3733
o27 = Instance.new("SpecialMesh")
3734
o28 = Instance.new("Weld")
3735
o29 = Instance.new("Part")
3736
o30 = Instance.new("SpecialMesh")
3737
o31 = Instance.new("Weld")
3738
o32 = Instance.new("Part")
3739
o33 = Instance.new("SpecialMesh")
3740
o34 = Instance.new("Weld")
3741
o35 = Instance.new("Part")
3742
o36 = Instance.new("SpecialMesh")
3743
o37 = Instance.new("Weld")
3744
o38 = Instance.new("Part")
3745
o39 = Instance.new("SpecialMesh")
3746
o40 = Instance.new("Weld")
3747
o41 = Instance.new("Part")
3748
o42 = Instance.new("SpecialMesh")
3749
o43 = Instance.new("Weld")
3750
o44 = Instance.new("Part")
3751
o45 = Instance.new("SpecialMesh")
3752
o46 = Instance.new("Weld")
3753
o47 = Instance.new("Part")
3754
o48 = Instance.new("SpecialMesh")
3755
o49 = Instance.new("Weld")
3756
o50 = Instance.new("Part")
3757
o51 = Instance.new("SpecialMesh")
3758
o52 = Instance.new("Weld")
3759
o53 = Instance.new("Part")
3760
o54 = Instance.new("SpecialMesh")
3761
o55 = Instance.new("Weld")
3762
o56 = Instance.new("Part")
3763
o57 = Instance.new("SpecialMesh")
3764
o58 = Instance.new("Weld")
3765
o59 = Instance.new("Part")
3766
o60 = Instance.new("SpecialMesh")
3767
o61 = Instance.new("Weld")
3768
o62 = Instance.new("Part")
3769
o63 = Instance.new("SpecialMesh")
3770
o64 = Instance.new("Weld")
3771
o1.Name = "Head_"
3772
o1.Parent = mas
3773
o2.Name = "REF"
3774
o2.Parent = o1
3775
o2.Transparency = 1
3776
o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
3777
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
3778
o2.Anchored = false
3779
o2.CanCollide = false
3780
o2.FormFactor = Enum.FormFactor.Symmetric
3781
o2.Size = Vector3.new(2, 1, 1)
3782
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)
3783
o2.BottomSurface = Enum.SurfaceType.Smooth
3784
o2.TopSurface = Enum.SurfaceType.Smooth
3785
o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
3786
o3.Parent = o2
3787
o3.Scale = Vector3.new(1.25, 1.25, 1.25)
3788
o4.Name = "Hat"
3789
o4.Parent = o1
3790
o5.Parent = o4
3791
o5.Material = Enum.Material.Neon
3792
o5.BrickColor = BrickColor.new("Cyan")
3793
o5.Reflectance = 0.5
3794
o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
3795
o5.Rotation = Vector3.new(62.7000008, -90, 0)
3796
o5.Anchored = false
3797
o5.FormFactor = Enum.FormFactor.Plate
3798
o5.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3799
o5.CFrame = CFrame.new(110.650101, 5.58175611, -61.1730347, 0, 0, -1, -0.888631999, 0.458620995, 0, 0.458620995, 0.888631999, 0)
3800
o5.BottomSurface = Enum.SurfaceType.Smooth
3801
o5.TopSurface = Enum.SurfaceType.Smooth
3802
o5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3803
o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
3804
o6.Parent = o5
3805
o6.MeshType = Enum.MeshType.Wedge
3806
o7.Name = "Joint"
3807
o7.Parent = o5
3808
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)
3809
o7.Part0 = o5
3810
o7.Part1 = o2
3811
o8.Parent = o4
3812
o8.Material = Enum.Material.Neon
3813
o8.BrickColor = BrickColor.new("Cyan")
3814
o8.Reflectance = 0.5
3815
o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
3816
o8.Rotation = Vector3.new(-173.610001, -0.119999997, 122.860001)
3817
o8.Anchored = false
3818
o8.FormFactor = Enum.FormFactor.Plate
3819
o8.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3820
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)
3821
o8.BottomSurface = Enum.SurfaceType.Smooth
3822
o8.TopSurface = Enum.SurfaceType.Smooth
3823
o8.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3824
o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
3825
o9.Parent = o8
3826
o9.MeshType = Enum.MeshType.Wedge
3827
o10.Name = "Joint"
3828
o10.Parent = o8
3829
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)
3830
o10.Part0 = o8
3831
o10.Part1 = o2
3832
o11.Parent = o4
3833
o11.Material = Enum.Material.Neon
3834
o11.BrickColor = BrickColor.new("Cyan")
3835
o11.Reflectance = 0.5
3836
o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
3837
o11.Rotation = Vector3.new(6.38999987, 0.119999997, 57.1399994)
3838
o11.Anchored = false
3839
o11.FormFactor = Enum.FormFactor.Plate
3840
o11.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3841
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)
3842
o11.BottomSurface = Enum.SurfaceType.Smooth
3843
o11.TopSurface = Enum.SurfaceType.Smooth
3844
o11.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3845
o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
3846
o12.Parent = o11
3847
o12.MeshType = Enum.MeshType.Wedge
3848
o13.Name = "Joint"
3849
o13.Parent = o11
3850
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)
3851
o13.Part0 = o11
3852
o13.Part1 = o2
3853
o14.Parent = o4
3854
o14.Material = Enum.Material.Neon
3855
o14.BrickColor = BrickColor.new("Cyan")
3856
o14.Reflectance = 0.5
3857
o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
3858
o14.Rotation = Vector3.new(-173.610001, -0.119999997, -57.1399994)
3859
o14.Anchored = false
3860
o14.FormFactor = Enum.FormFactor.Plate
3861
o14.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3862
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)
3863
o14.BottomSurface = Enum.SurfaceType.Smooth
3864
o14.TopSurface = Enum.SurfaceType.Smooth
3865
o14.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3866
o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
3867
o15.Parent = o14
3868
o15.MeshType = Enum.MeshType.Wedge
3869
o16.Name = "Joint"
3870
o16.Parent = o14
3871
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)
3872
o16.Part0 = o14
3873
o16.Part1 = o2
3874
o17.Parent = o4
3875
o17.Material = Enum.Material.Neon
3876
o17.BrickColor = BrickColor.new("Cyan")
3877
o17.Reflectance = 0.5
3878
o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
3879
o17.Rotation = Vector3.new(6.38999987, 0.119999997, -122.860001)
3880
o17.Anchored = false
3881
o17.FormFactor = Enum.FormFactor.Plate
3882
o17.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3883
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)
3884
o17.BottomSurface = Enum.SurfaceType.Smooth
3885
o17.TopSurface = Enum.SurfaceType.Smooth
3886
o17.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3887
o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
3888
o18.Parent = o17
3889
o18.MeshType = Enum.MeshType.Wedge
3890
o19.Name = "Joint"
3891
o19.Parent = o17
3892
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)
3893
o19.Part0 = o17
3894
o19.Part1 = o2
3895
o20.Parent = o4
3896
o20.Material = Enum.Material.Neon
3897
o20.BrickColor = BrickColor.new("Cyan")
3898
o20.Reflectance = 0.5
3899
o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
3900
o20.Rotation = Vector3.new(-173.880005, 0.300000012, 56.5800018)
3901
o20.Anchored = false
3902
o20.FormFactor = Enum.FormFactor.Plate
3903
o20.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3904
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)
3905
o20.BottomSurface = Enum.SurfaceType.Smooth
3906
o20.TopSurface = Enum.SurfaceType.Smooth
3907
o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3908
o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
3909
o21.Parent = o20
3910
o21.MeshType = Enum.MeshType.Wedge
3911
o22.Name = "Joint"
3912
o22.Parent = o20
3913
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)
3914
o22.Part0 = o20
3915
o22.Part1 = o2
3916
o23.Parent = o4
3917
o23.Material = Enum.Material.Neon
3918
o23.BrickColor = BrickColor.new("Cyan")
3919
o23.Reflectance = 0.5
3920
o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
3921
o23.Rotation = Vector3.new(-47.9300003, 90, 0)
3922
o23.Anchored = false
3923
o23.FormFactor = Enum.FormFactor.Plate
3924
o23.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3925
o23.CFrame = CFrame.new(110.4496, 5.48411512, -60.0064392, 0, 0, 1, -0.742329776, 0.670034766, 0, -0.670034766, -0.742329776, 0)
3926
o23.BottomSurface = Enum.SurfaceType.Smooth
3927
o23.TopSurface = Enum.SurfaceType.Smooth
3928
o23.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3929
o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
3930
o24.Parent = o23
3931
o24.MeshType = Enum.MeshType.Wedge
3932
o25.Name = "Joint"
3933
o25.Parent = o23
3934
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)
3935
o25.Part0 = o23
3936
o25.Part1 = o2
3937
o26.Parent = o4
3938
o26.Material = Enum.Material.Neon
3939
o26.BrickColor = BrickColor.new("Cyan")
3940
o26.Reflectance = 0.5
3941
o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
3942
o26.Rotation = Vector3.new(6.11999989, -0.300000012, -56.5800018)
3943
o26.Anchored = false
3944
o26.FormFactor = Enum.FormFactor.Plate
3945
o26.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3946
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)
3947
o26.BottomSurface = Enum.SurfaceType.Smooth
3948
o26.TopSurface = Enum.SurfaceType.Smooth
3949
o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3950
o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
3951
o27.Parent = o26
3952
o27.MeshType = Enum.MeshType.Wedge
3953
o28.Name = "Joint"
3954
o28.Parent = o26
3955
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)
3956
o28.Part0 = o26
3957
o28.Part1 = o2
3958
o29.Parent = o4
3959
o29.Material = Enum.Material.Neon
3960
o29.BrickColor = BrickColor.new("Cyan")
3961
o29.Reflectance = 0.5
3962
o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
3963
o29.Rotation = Vector3.new(-117.300003, -90, 0)
3964
o29.Anchored = false
3965
o29.FormFactor = Enum.FormFactor.Plate
3966
o29.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3967
o29.CFrame = CFrame.new(110.650101, 5.39785624, -61.5293427, 0, 0, -1, 0.888631999, -0.458620995, 0, -0.458620995, -0.888631999, 0)
3968
o29.BottomSurface = Enum.SurfaceType.Smooth
3969
o29.TopSurface = Enum.SurfaceType.Smooth
3970
o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3971
o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
3972
o30.Parent = o29
3973
o30.MeshType = Enum.MeshType.Wedge
3974
o31.Name = "Joint"
3975
o31.Parent = o29
3976
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)
3977
o31.Part0 = o29
3978
o31.Part1 = o2
3979
o32.Parent = o4
3980
o32.Material = Enum.Material.Neon
3981
o32.BrickColor = BrickColor.new("Cyan")
3982
o32.Reflectance = 0.5
3983
o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
3984
o32.Rotation = Vector3.new(6.11999989, -0.300000012, 123.419998)
3985
o32.Anchored = false
3986
o32.FormFactor = Enum.FormFactor.Plate
3987
o32.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3988
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)
3989
o32.BottomSurface = Enum.SurfaceType.Smooth
3990
o32.TopSurface = Enum.SurfaceType.Smooth
3991
o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3992
o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
3993
o33.Parent = o32
3994
o33.MeshType = Enum.MeshType.Wedge
3995
o34.Name = "Joint"
3996
o34.Parent = o32
3997
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)
3998
o34.Part0 = o32
3999
o34.Part1 = o2
4000
o35.Parent = o4
4001
o35.Material = Enum.Material.Neon
4002
o35.BrickColor = BrickColor.new("Cyan")
4003
o35.Reflectance = 0.5
4004
o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
4005
o35.Rotation = Vector3.new(-47.9300003, -90, 0)
4006
o35.Anchored = false
4007
o35.FormFactor = Enum.FormFactor.Plate
4008
o35.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4009
o35.CFrame = CFrame.new(110.650101, 5.48411512, -60.0064392, 0, 0, -1, 0.742329776, 0.670034766, 0, 0.670034766, -0.742329776, 0)
4010
o35.BottomSurface = Enum.SurfaceType.Smooth
4011
o35.TopSurface = Enum.SurfaceType.Smooth
4012
o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4013
o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
4014
o36.Parent = o35
4015
o36.MeshType = Enum.MeshType.Wedge
4016
o37.Name = "Joint"
4017
o37.Parent = o35
4018
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)
4019
o37.Part0 = o35
4020
o37.Part1 = o2
4021
o38.Parent = o4
4022
o38.Material = Enum.Material.Neon
4023
o38.BrickColor = BrickColor.new("Cyan")
4024
o38.Reflectance = 0.5
4025
o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
4026
o38.Rotation = Vector3.new(62.7000008, 90, 0)
4027
o38.Anchored = false
4028
o38.FormFactor = Enum.FormFactor.Plate
4029
o38.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4030
o38.CFrame = CFrame.new(110.4496, 5.58175611, -61.1730347, 0, 0, 1, 0.888631999, 0.458620995, 0, -0.458620995, 0.888631999, 0)
4031
o38.BottomSurface = Enum.SurfaceType.Smooth
4032
o38.TopSurface = Enum.SurfaceType.Smooth
4033
o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4034
o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
4035
o39.Parent = o38
4036
o39.MeshType = Enum.MeshType.Wedge
4037
o40.Name = "Joint"
4038
o40.Parent = o38
4039
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)
4040
o40.Part0 = o38
4041
o40.Part1 = o2
4042
o41.Name = "Handle"
4043
o41.Parent = o4
4044
o41.BrickColor = BrickColor.new("Bright red")
4045
o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
4046
o41.Rotation = Vector3.new(6.11999989, 0, 0)
4047
o41.Anchored = false
4048
o41.FormFactor = Enum.FormFactor.Plate
4049
o41.Size = Vector3.new(2, 0.800000012, 1)
4050
o41.CFrame = CFrame.new(110.590012, 5.42982483, -60.6134338, 1, 0, 0, 0, 0.994301856, -0.106600985, 0, 0.106600985, 0.994301856)
4051
o41.BottomSurface = Enum.SurfaceType.Weld
4052
o41.TopSurface = Enum.SurfaceType.Smooth
4053
o41.Color = Color3.new(0.768628, 0.156863, 0.109804)
4054
o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
4055
o42.Parent = o41
4056
o42.MeshId = "http://www.roblox.com/asset/?id=1033714"
4057
o42.Scale = Vector3.new(1.60000002, 1.29999995, 1.60000002)
4058
o42.TextureId = "rbxassetid://269748808"
4059
o42.VertexColor = Vector3.new(0, 0, 0)
4060
o42.MeshType = Enum.MeshType.FileMesh
4061
o43.Name = "Joint"
4062
o43.Parent = o41
4063
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)
4064
o43.Part0 = o41
4065
o43.Part1 = o2
4066
o44.Parent = o4
4067
o44.Material = Enum.Material.Neon
4068
o44.BrickColor = BrickColor.new("Cyan")
4069
o44.Reflectance = 0.5
4070
o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
4071
o44.Rotation = Vector3.new(-173.880005, 0.300000012, -123.419998)
4072
o44.Anchored = false
4073
o44.FormFactor = Enum.FormFactor.Plate
4074
o44.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4075
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)
4076
o44.BottomSurface = Enum.SurfaceType.Smooth
4077
o44.TopSurface = Enum.SurfaceType.Smooth
4078
o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4079
o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
4080
o45.Parent = o44
4081
o45.MeshType = Enum.MeshType.Wedge
4082
o46.Name = "Joint"
4083
o46.Parent = o44
4084
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)
4085
o46.Part0 = o44
4086
o46.Part1 = o2
4087
o47.Parent = o4
4088
o47.Material = Enum.Material.Neon
4089
o47.BrickColor = BrickColor.new("Cyan")
4090
o47.Reflectance = 0.5
4091
o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
4092
o47.Rotation = Vector3.new(-117.300003, 90, 0)
4093
o47.Anchored = false
4094
o47.FormFactor = Enum.FormFactor.Plate
4095
o47.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4096
o47.CFrame = CFrame.new(110.4496, 5.39786482, -61.5293503, 0, 0, 1, -0.888631999, -0.458620995, 0, 0.458620995, -0.888631999, 0)
4097
o47.BottomSurface = Enum.SurfaceType.Smooth
4098
o47.TopSurface = Enum.SurfaceType.Smooth
4099
o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4100
o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
4101
o48.Parent = o47
4102
o48.MeshType = Enum.MeshType.Wedge
4103
o49.Name = "Joint"
4104
o49.Parent = o47
4105
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)
4106
o49.Part0 = o47
4107
o49.Part1 = o2
4108
o50.Parent = o4
4109
o50.Material = Enum.Material.Neon
4110
o50.BrickColor = BrickColor.new("Cyan")
4111
o50.Reflectance = 0.5
4112
o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
4113
o50.Rotation = Vector3.new(132.070007, 90, 0)
4114
o50.Anchored = false
4115
o50.FormFactor = Enum.FormFactor.Plate
4116
o50.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4117
o50.CFrame = CFrame.new(110.4496, 5.21545792, -59.7087936, 0, 0, 1, 0.742329776, -0.670034766, 0, 0.670034766, 0.742329776, 0)
4118
o50.BottomSurface = Enum.SurfaceType.Smooth
4119
o50.TopSurface = Enum.SurfaceType.Smooth
4120
o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4121
o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
4122
o51.Parent = o50
4123
o51.MeshType = Enum.MeshType.Wedge
4124
o52.Name = "Joint"
4125
o52.Parent = o50
4126
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)
4127
o52.Part0 = o50
4128
o52.Part1 = o2
4129
o53.Parent = o4
4130
o53.Material = Enum.Material.Neon
4131
o53.BrickColor = BrickColor.new("Cyan")
4132
o53.Reflectance = 0.5
4133
o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
4134
o53.Rotation = Vector3.new(132.070007, -90, 0)
4135
o53.Anchored = false
4136
o53.FormFactor = Enum.FormFactor.Plate
4137
o53.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4138
o53.CFrame = CFrame.new(110.650101, 5.21546698, -59.7087936, 0, 0, -1, -0.742329776, -0.670034766, 0, -0.670034766, 0.742329776, 0)
4139
o53.BottomSurface = Enum.SurfaceType.Smooth
4140
o53.TopSurface = Enum.SurfaceType.Smooth
4141
o53.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4142
o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
4143
o54.Parent = o53
4144
o54.MeshType = Enum.MeshType.Wedge
4145
o55.Name = "Joint"
4146
o55.Parent = o53
4147
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)
4148
o55.Part0 = o53
4149
o55.Part1 = o2
4150
o56.Name = "NinjaHalfmask"
4151
o56.Parent = o1
4152
o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
4153
o56.Rotation = Vector3.new(-180, 0, -180)
4154
o56.Anchored = false
4155
o56.FormFactor = Enum.FormFactor.Custom
4156
o56.Size = Vector3.new(1.39999914, 0.80000025, 1.39999986)
4157
o56.CFrame = CFrame.new(110.62999, 4.40999889, -60.6299591, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4158
o56.BottomSurface = Enum.SurfaceType.Smooth
4159
o56.TopSurface = Enum.SurfaceType.Smooth
4160
o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
4161
o57.Parent = o56
4162
o57.MeshId = "http://www.roblox.com/asset/?id=72541091"
4163
o57.Scale = Vector3.new(1, 1, 0.949999988)
4164
o57.TextureId = "rbxassetid://0"
4165
o57.VertexColor = Vector3.new(0, 0, 0)
4166
o57.MeshType = Enum.MeshType.FileMesh
4167
o58.Name = "Joint"
4168
o58.Parent = o56
4169
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)
4170
o58.Part0 = o56
4171
o58.Part1 = o2
4172
o59.Name = "PoisonHorn"
4173
o59.Parent = o1
4174
o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
4175
o59.Rotation = Vector3.new(-168.669998, 0, -180)
4176
o59.Anchored = false
4177
o59.FormFactor = Enum.FormFactor.Custom
4178
o59.Size = Vector3.new(2.13111186, 2.04684615, 1.01710451)
4179
o59.CFrame = CFrame.new(110.580063, 5.81450415, -60.3999863, -1, 0, 0, 0, 0.980506241, 0.196488023, 0, 0.196488038, -0.980506241)
4180
o59.BottomSurface = Enum.SurfaceType.Smooth
4181
o59.TopSurface = Enum.SurfaceType.Smooth
4182
o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
4183
o60.Parent = o59
4184
o60.MeshId = "http://www.roblox.com/asset/?id=62152278"
4185
o60.Scale = Vector3.new(0.932361424, 0.826610804, 0.667474687)
4186
o60.TextureId = "rbxassetid://269748808"
4187
o60.VertexColor = Vector3.new(0, 0, 0)
4188
o60.MeshType = Enum.MeshType.FileMesh
4189
o61.Name = "Joint"
4190
o61.Parent = o59
4191
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)
4192
o61.Part0 = o59
4193
o61.Part1 = o2
4194
o62.Name = "Handle"
4195
o62.Parent = o1
4196
o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
4197
o62.Rotation = Vector3.new(172.130005, 0.389999986, -179.949997)
4198
o62.Anchored = false
4199
o62.CanCollide = false
4200
o62.FormFactor = Enum.FormFactor.Symmetric
4201
o62.Size = Vector3.new(1.4200002, 0.870000005, 1.40999985)
4202
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)
4203
o62.BottomSurface = Enum.SurfaceType.Smooth
4204
o62.TopSurface = Enum.SurfaceType.Smooth
4205
o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
4206
o63.Parent = o62
4207
o63.MeshId = "http://www.roblox.com/asset/?id=398618628 "
4208
o63.Scale = Vector3.new(1, 1, 1.10000002)
4209
o63.TextureId = "rbxassetid://0"
4210
o63.VertexColor = Vector3.new(0, 0, 0)
4211
o63.MeshType = Enum.MeshType.FileMesh
4212
o64.Name = "Joint"
4213
o64.Parent = o62
4214
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)
4215
o64.Part0 = o62
4216
o64.Part1 = o2
4217
mas.Parent = workspace
4218
mas:MakeJoints()
4219
local mas1 = mas:GetChildren()
4220
for i=1,#mas1 do
4221
	mas1[i].Parent = workspace 
4222
	ypcall(function() mas1[i]:MakeJoints() end)
4223
end
4224
mas:Destroy()
4225
for i=1,#cors do
4226
coroutine.resume(cors[i])
4227
end
4228
4229
wait()
4230
4231
Workspace["Head_"].Parent = game.Players.LocalPlayer.Character
4232
4233
game.Players.LocalPlayer.Character["Head_"].Name = "Familiar Head"
4234
4235
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Head"])
4236
w.Part0 = game.Players.LocalPlayer.Character["Head"]
4237
w.Part1 = o2
4238
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
4239
game.Players.LocalPlayer.Character["Head"].Transparency = 0
4240
4241
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"]:GetChildren()) do
4242
	if v.ClassName == "Part" then
4243
	v.CanCollide = false
4244
	v.Anchored = false
4245
	end
4246
end
4247
4248
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"].Hat:GetChildren()) do
4249
	v.Anchored = false
4250
	v.CanCollide = false
4251
end
4252
4253
4254
local runDummyScript = function(f,scri)
4255
local oldenv = getfenv(f)
4256
local newenv = setmetatable({}, {
4257
__index = function(_, k)
4258
if k:lower() == 'script' then
4259
return scri
4260
else
4261
return oldenv[k]
4262
end
4263
end
4264
})
4265
setfenv(f, newenv)
4266
ypcall(function() f() end)
4267
end
4268
cors = {}
4269
mas = Instance.new("Model",game:GetService("Lighting")) 
4270
mas.Name = "CompiledModel"
4271
o1 = Instance.new("Model")
4272
o2 = Instance.new("Part")
4273
o3 = Instance.new("SpecialMesh")
4274
o4 = Instance.new("Part")
4275
o5 = Instance.new("BlockMesh")
4276
o6 = Instance.new("Weld")
4277
o7 = Instance.new("Part")
4278
o8 = Instance.new("BlockMesh")
4279
o9 = Instance.new("Weld")
4280
o10 = Instance.new("Part")
4281
o11 = Instance.new("SpecialMesh")
4282
o12 = Instance.new("Weld")
4283
o13 = Instance.new("Part")
4284
o14 = Instance.new("SpecialMesh")
4285
o15 = Instance.new("Weld")
4286
o16 = Instance.new("Part")
4287
o17 = Instance.new("SpecialMesh")
4288
o18 = Instance.new("Weld")
4289
o19 = Instance.new("Part")
4290
o20 = Instance.new("SpecialMesh")
4291
o21 = Instance.new("Weld")
4292
o22 = Instance.new("Part")
4293
o23 = Instance.new("SpecialMesh")
4294
o24 = Instance.new("Weld")
4295
o25 = Instance.new("Part")
4296
o26 = Instance.new("SpecialMesh")
4297
o27 = Instance.new("Weld")
4298
o28 = Instance.new("Part")
4299
o29 = Instance.new("SpecialMesh")
4300
o30 = Instance.new("Weld")
4301
o31 = Instance.new("Part")
4302
o32 = Instance.new("SpecialMesh")
4303
o33 = Instance.new("Weld")
4304
o34 = Instance.new("Part")
4305
o35 = Instance.new("SpecialMesh")
4306
o36 = Instance.new("Weld")
4307
o37 = Instance.new("Part")
4308
o38 = Instance.new("SpecialMesh")
4309
o39 = Instance.new("Weld")
4310
o40 = Instance.new("Part")
4311
o41 = Instance.new("Weld")
4312
o42 = Instance.new("Part")
4313
o43 = Instance.new("Weld")
4314
o44 = Instance.new("Part")
4315
o45 = Instance.new("Weld")
4316
o46 = Instance.new("Part")
4317
o47 = Instance.new("Weld")
4318
o48 = Instance.new("Part")
4319
o49 = Instance.new("Weld")
4320
o50 = Instance.new("Part")
4321
o51 = Instance.new("Weld")
4322
o52 = Instance.new("Part")
4323
o53 = Instance.new("Weld")
4324
o54 = Instance.new("Part")
4325
o55 = Instance.new("Weld")
4326
o56 = Instance.new("Part")
4327
o57 = Instance.new("Weld")
4328
o58 = Instance.new("Part")
4329
o59 = Instance.new("Weld")
4330
o60 = Instance.new("Part")
4331
o61 = Instance.new("Weld")
4332
o62 = Instance.new("Part")
4333
o63 = Instance.new("Weld")
4334
o64 = Instance.new("Part")
4335
o65 = Instance.new("Weld")
4336
o66 = Instance.new("Part")
4337
o67 = Instance.new("BlockMesh")
4338
o68 = Instance.new("Weld")
4339
o69 = Instance.new("Part")
4340
o70 = Instance.new("BlockMesh")
4341
o71 = Instance.new("Weld")
4342
o72 = Instance.new("Part")
4343
o73 = Instance.new("BlockMesh")
4344
o74 = Instance.new("Weld")
4345
o75 = Instance.new("Part")
4346
o76 = Instance.new("BlockMesh")
4347
o77 = Instance.new("Weld")
4348
o78 = Instance.new("Part")
4349
o79 = Instance.new("BlockMesh")
4350
o80 = Instance.new("Weld")
4351
o81 = Instance.new("Part")
4352
o82 = Instance.new("BlockMesh")
4353
o83 = Instance.new("Weld")
4354
o84 = Instance.new("Part")
4355
o85 = Instance.new("BlockMesh")
4356
o86 = Instance.new("Weld")
4357
o87 = Instance.new("Part")
4358
o88 = Instance.new("BlockMesh")
4359
o89 = Instance.new("Weld")
4360
o90 = Instance.new("Part")
4361
o91 = Instance.new("BlockMesh")
4362
o92 = Instance.new("Weld")
4363
o93 = Instance.new("Part")
4364
o94 = Instance.new("BlockMesh")
4365
o95 = Instance.new("Weld")
4366
o96 = Instance.new("Part")
4367
o97 = Instance.new("BlockMesh")
4368
o98 = Instance.new("Weld")
4369
o99 = Instance.new("Part")
4370
o100 = Instance.new("BlockMesh")
4371
o101 = Instance.new("Weld")
4372
o102 = Instance.new("Part")
4373
o103 = Instance.new("BlockMesh")
4374
o104 = Instance.new("Weld")
4375
o105 = Instance.new("Part")
4376
o106 = Instance.new("BlockMesh")
4377
o107 = Instance.new("Weld")
4378
o108 = Instance.new("Part")
4379
o109 = Instance.new("BlockMesh")
4380
o110 = Instance.new("Weld")
4381
o111 = Instance.new("Part")
4382
o112 = Instance.new("BlockMesh")
4383
o113 = Instance.new("Weld")
4384
o114 = Instance.new("Part")
4385
o115 = Instance.new("BlockMesh")
4386
o116 = Instance.new("Weld")
4387
o117 = Instance.new("Part")
4388
o118 = Instance.new("BlockMesh")
4389
o119 = Instance.new("Weld")
4390
o120 = Instance.new("Part")
4391
o121 = Instance.new("BlockMesh")
4392
o122 = Instance.new("Weld")
4393
o123 = Instance.new("Part")
4394
o124 = Instance.new("BlockMesh")
4395
o125 = Instance.new("Weld")
4396
o126 = Instance.new("Part")
4397
o127 = Instance.new("BlockMesh")
4398
o128 = Instance.new("Weld")
4399
o129 = Instance.new("Part")
4400
o130 = Instance.new("BlockMesh")
4401
o131 = Instance.new("Weld")
4402
o132 = Instance.new("Part")
4403
o133 = Instance.new("BlockMesh")
4404
o134 = Instance.new("Weld")
4405
o135 = Instance.new("Part")
4406
o136 = Instance.new("BlockMesh")
4407
o137 = Instance.new("Weld")
4408
o138 = Instance.new("Part")
4409
o139 = Instance.new("BlockMesh")
4410
o140 = Instance.new("Weld")
4411
o141 = Instance.new("Part")
4412
o142 = Instance.new("BlockMesh")
4413
o143 = Instance.new("Weld")
4414
o144 = Instance.new("Part")
4415
o145 = Instance.new("BlockMesh")
4416
o146 = Instance.new("Weld")
4417
o147 = Instance.new("Part")
4418
o148 = Instance.new("BlockMesh")
4419
o149 = Instance.new("Weld")
4420
o150 = Instance.new("Part")
4421
o151 = Instance.new("BlockMesh")
4422
o152 = Instance.new("Weld")
4423
o153 = Instance.new("Part")
4424
o154 = Instance.new("BlockMesh")
4425
o155 = Instance.new("Weld")
4426
o156 = Instance.new("Part")
4427
o157 = Instance.new("BlockMesh")
4428
o158 = Instance.new("Weld")
4429
o159 = Instance.new("Part")
4430
o160 = Instance.new("BlockMesh")
4431
o161 = Instance.new("Weld")
4432
o162 = Instance.new("Part")
4433
o163 = Instance.new("BlockMesh")
4434
o164 = Instance.new("Weld")
4435
o165 = Instance.new("Part")
4436
o166 = Instance.new("BlockMesh")
4437
o167 = Instance.new("Weld")
4438
o168 = Instance.new("Part")
4439
o169 = Instance.new("BlockMesh")
4440
o170 = Instance.new("Weld")
4441
o171 = Instance.new("Part")
4442
o172 = Instance.new("BlockMesh")
4443
o173 = Instance.new("Weld")
4444
o174 = Instance.new("Part")
4445
o175 = Instance.new("BlockMesh")
4446
o176 = Instance.new("Weld")
4447
o177 = Instance.new("Part")
4448
o178 = Instance.new("BlockMesh")
4449
o179 = Instance.new("Weld")
4450
o180 = Instance.new("Part")
4451
o181 = Instance.new("BlockMesh")
4452
o182 = Instance.new("Weld")
4453
o183 = Instance.new("Part")
4454
o184 = Instance.new("BlockMesh")
4455
o185 = Instance.new("Weld")
4456
o186 = Instance.new("Part")
4457
o187 = Instance.new("BlockMesh")
4458
o188 = Instance.new("Weld")
4459
o189 = Instance.new("Part")
4460
o190 = Instance.new("BlockMesh")
4461
o191 = Instance.new("Weld")
4462
o192 = Instance.new("Part")
4463
o193 = Instance.new("BlockMesh")
4464
o194 = Instance.new("Weld")
4465
o195 = Instance.new("Part")
4466
o196 = Instance.new("BlockMesh")
4467
o197 = Instance.new("Weld")
4468
o198 = Instance.new("Part")
4469
o199 = Instance.new("BlockMesh")
4470
o200 = Instance.new("Weld")
4471
o201 = Instance.new("Part")
4472
o202 = Instance.new("BlockMesh")
4473
o203 = Instance.new("Weld")
4474
o204 = Instance.new("Part")
4475
o205 = Instance.new("BlockMesh")
4476
o206 = Instance.new("Weld")
4477
o207 = Instance.new("Part")
4478
o208 = Instance.new("BlockMesh")
4479
o209 = Instance.new("Weld")
4480
o210 = Instance.new("Part")
4481
o211 = Instance.new("BlockMesh")
4482
o212 = Instance.new("Weld")
4483
o213 = Instance.new("Part")
4484
o214 = Instance.new("BlockMesh")
4485
o215 = Instance.new("Weld")
4486
o216 = Instance.new("Part")
4487
o217 = Instance.new("BlockMesh")
4488
o218 = Instance.new("Weld")
4489
o219 = Instance.new("Part")
4490
o220 = Instance.new("BlockMesh")
4491
o221 = Instance.new("Weld")
4492
o222 = Instance.new("Part")
4493
o223 = Instance.new("BlockMesh")
4494
o224 = Instance.new("Weld")
4495
o225 = Instance.new("Part")
4496
o226 = Instance.new("BlockMesh")
4497
o227 = Instance.new("Weld")
4498
o228 = Instance.new("Part")
4499
o229 = Instance.new("BlockMesh")
4500
o230 = Instance.new("Weld")
4501
o231 = Instance.new("Part")
4502
o232 = Instance.new("BlockMesh")
4503
o233 = Instance.new("Weld")
4504
o234 = Instance.new("Part")
4505
o235 = Instance.new("BlockMesh")
4506
o236 = Instance.new("Weld")
4507
o237 = Instance.new("Part")
4508
o238 = Instance.new("BlockMesh")
4509
o239 = Instance.new("Weld")
4510
o240 = Instance.new("Part")
4511
o241 = Instance.new("BlockMesh")
4512
o242 = Instance.new("Weld")
4513
o243 = Instance.new("Part")
4514
o244 = Instance.new("BlockMesh")
4515
o245 = Instance.new("Weld")
4516
o246 = Instance.new("Part")
4517
o247 = Instance.new("BlockMesh")
4518
o248 = Instance.new("Weld")
4519
o249 = Instance.new("Part")
4520
o250 = Instance.new("BlockMesh")
4521
o251 = Instance.new("Weld")
4522
o252 = Instance.new("Part")
4523
o253 = Instance.new("BlockMesh")
4524
o254 = Instance.new("Weld")
4525
o255 = Instance.new("Part")
4526
o256 = Instance.new("BlockMesh")
4527
o257 = Instance.new("Weld")
4528
o258 = Instance.new("Part")
4529
o259 = Instance.new("BlockMesh")
4530
o260 = Instance.new("Weld")
4531
o261 = Instance.new("Part")
4532
o262 = Instance.new("BlockMesh")
4533
o263 = Instance.new("Weld")
4534
o264 = Instance.new("Part")
4535
o265 = Instance.new("BlockMesh")
4536
o266 = Instance.new("Weld")
4537
o267 = Instance.new("Part")
4538
o268 = Instance.new("BlockMesh")
4539
o269 = Instance.new("Weld")
4540
o270 = Instance.new("Part")
4541
o271 = Instance.new("BlockMesh")
4542
o272 = Instance.new("Weld")
4543
o273 = Instance.new("Part")
4544
o274 = Instance.new("BlockMesh")
4545
o275 = Instance.new("Weld")
4546
o276 = Instance.new("Part")
4547
o277 = Instance.new("BlockMesh")
4548
o278 = Instance.new("Weld")
4549
o279 = Instance.new("Part")
4550
o280 = Instance.new("BlockMesh")
4551
o281 = Instance.new("Weld")
4552
o282 = Instance.new("Part")
4553
o283 = Instance.new("BlockMesh")
4554
o284 = Instance.new("Weld")
4555
o285 = Instance.new("Part")
4556
o286 = Instance.new("BlockMesh")
4557
o287 = Instance.new("Weld")
4558
o288 = Instance.new("Part")
4559
o289 = Instance.new("Weld")
4560
o290 = Instance.new("Part")
4561
o291 = Instance.new("Weld")
4562
o292 = Instance.new("Part")
4563
o293 = Instance.new("Weld")
4564
o294 = Instance.new("Part")
4565
o295 = Instance.new("BlockMesh")
4566
o296 = Instance.new("Weld")
4567
o297 = Instance.new("Part")
4568
o298 = Instance.new("Weld")
4569
o299 = Instance.new("Part")
4570
o300 = Instance.new("Weld")
4571
o301 = Instance.new("Part")
4572
o302 = Instance.new("Weld")
4573
o303 = Instance.new("Part")
4574
o304 = Instance.new("Weld")
4575
o305 = Instance.new("Part")
4576
o306 = Instance.new("Weld")
4577
o307 = Instance.new("Part")
4578
o308 = Instance.new("Weld")
4579
o309 = Instance.new("Part")
4580
o310 = Instance.new("Weld")
4581
o311 = Instance.new("Part")
4582
o312 = Instance.new("BlockMesh")
4583
o313 = Instance.new("Weld")
4584
o314 = Instance.new("Part")
4585
o315 = Instance.new("BlockMesh")
4586
o316 = Instance.new("Weld")
4587
o317 = Instance.new("Part")
4588
o318 = Instance.new("BlockMesh")
4589
o319 = Instance.new("Weld")
4590
o320 = Instance.new("Part")
4591
o321 = Instance.new("BlockMesh")
4592
o322 = Instance.new("Weld")
4593
o323 = Instance.new("Part")
4594
o324 = Instance.new("BlockMesh")
4595
o325 = Instance.new("Weld")
4596
o326 = Instance.new("Part")
4597
o327 = Instance.new("BlockMesh")
4598
o328 = Instance.new("Weld")
4599
o329 = Instance.new("Part")
4600
o330 = Instance.new("BlockMesh")
4601
o331 = Instance.new("Weld")
4602
o1.Name = "Torso_"
4603
o1.Parent = mas
4604
o2.Name = "REF"
4605
o2.Parent = o1
4606
o2.Transparency = 1
4607
o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
4608
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
4609
o2.Anchored = false
4610
o2.CanCollide = false
4611
o2.FormFactor = Enum.FormFactor.Symmetric
4612
o2.Size = Vector3.new(2, 2, 1)
4613
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)
4614
o2.BottomSurface = Enum.SurfaceType.Smooth
4615
o2.TopSurface = Enum.SurfaceType.Smooth
4616
o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
4617
o3.Parent = o2
4618
o3.MeshId = "rbxasset://fonts/torso.mesh"
4619
o3.MeshType = Enum.MeshType.FileMesh
4620
o4.Name = "Chain"
4621
o4.Parent = o1
4622
o4.Material = Enum.Material.SmoothPlastic
4623
o4.BrickColor = BrickColor.new("Fossil")
4624
o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
4625
o4.Rotation = Vector3.new(0, 0, 51.9099998)
4626
o4.Anchored = false
4627
o4.CanCollide = false
4628
o4.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
4629
o4.CFrame = CFrame.new(112.188507, 1.02904105, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
4630
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4631
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4632
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4633
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4634
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4635
o4.Color = Color3.new(0.623529, 0.631373, 0.67451)
4636
o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
4637
o5.Parent = o4
4638
o5.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
4639
o6.Name = "Joint"
4640
o6.Parent = o4
4641
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)
4642
o6.Part0 = o4
4643
o6.Part1 = o2
4644
o7.Parent = o1
4645
o7.Material = Enum.Material.Metal
4646
o7.BrickColor = BrickColor.new("Dark stone grey")
4647
o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
4648
o7.Rotation = Vector3.new(89.9199982, 0, 0)
4649
o7.Anchored = false
4650
o7.CanCollide = false
4651
o7.Size = Vector3.new(0.475277603, 0.200000003, 0.484976858)
4652
o7.CFrame = CFrame.new(110.710022, 3.85552692, -59.974144, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
4653
o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4654
o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4655
o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4656
o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4657
o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4658
o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4659
o7.Color = Color3.new(0.388235, 0.372549, 0.384314)
4660
o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
4661
o8.Parent = o7
4662
o8.Scale = Vector3.new(1, 0.484977037, 1)
4663
o9.Name = "Joint"
4664
o9.Parent = o7
4665
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)
4666
o9.Part0 = o7
4667
o9.Part1 = o2
4668
o10.Name = "ChainPart"
4669
o10.Parent = o1
4670
o10.Material = Enum.Material.Slate
4671
o10.BrickColor = BrickColor.new("Dark stone grey")
4672
o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
4673
o10.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
4674
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4675
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)
4676
o10.Color = Color3.new(0.388235, 0.372549, 0.384314)
4677
o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
4678
o11.Parent = o10
4679
o11.MeshId = "rbxassetid://525469584"
4680
o11.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4681
o11.TextureId = "rbxassetid://157956766"
4682
o11.MeshType = Enum.MeshType.FileMesh
4683
o12.Name = "Joint"
4684
o12.Parent = o10
4685
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)
4686
o12.Part0 = o10
4687
o12.Part1 = o2
4688
o13.Name = "ChainPart"
4689
o13.Parent = o1
4690
o13.Material = Enum.Material.Slate
4691
o13.BrickColor = BrickColor.new("Dark stone grey")
4692
o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
4693
o13.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
4694
o13.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4695
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)
4696
o13.Color = Color3.new(0.388235, 0.372549, 0.384314)
4697
o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
4698
o14.Parent = o13
4699
o14.MeshId = "rbxassetid://525469584"
4700
o14.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4701
o14.TextureId = "rbxassetid://157956766"
4702
o14.MeshType = Enum.MeshType.FileMesh
4703
o15.Name = "Joint"
4704
o15.Parent = o13
4705
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)
4706
o15.Part0 = o13
4707
o15.Part1 = o2
4708
o16.Name = "ChainPart"
4709
o16.Parent = o1
4710
o16.Material = Enum.Material.Slate
4711
o16.BrickColor = BrickColor.new("Dark stone grey")
4712
o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
4713
o16.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
4714
o16.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4715
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)
4716
o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
4717
o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
4718
o17.Parent = o16
4719
o17.MeshId = "rbxassetid://525469584"
4720
o17.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4721
o17.TextureId = "rbxassetid://157956766"
4722
o17.MeshType = Enum.MeshType.FileMesh
4723
o18.Name = "Joint"
4724
o18.Parent = o16
4725
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)
4726
o18.Part0 = o16
4727
o18.Part1 = o2
4728
o19.Name = "ChainPart"
4729
o19.Parent = o1
4730
o19.Material = Enum.Material.Slate
4731
o19.BrickColor = BrickColor.new("Dark stone grey")
4732
o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
4733
o19.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
4734
o19.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4735
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)
4736
o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
4737
o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
4738
o20.Parent = o19
4739
o20.MeshId = "rbxassetid://525469584"
4740
o20.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4741
o20.TextureId = "rbxassetid://157956766"
4742
o20.MeshType = Enum.MeshType.FileMesh
4743
o21.Name = "Joint"
4744
o21.Parent = o19
4745
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)
4746
o21.Part0 = o19
4747
o21.Part1 = o2
4748
o22.Name = "ChainPart"
4749
o22.Parent = o1
4750
o22.Material = Enum.Material.Slate
4751
o22.BrickColor = BrickColor.new("Dark stone grey")
4752
o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
4753
o22.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
4754
o22.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4755
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)
4756
o22.Color = Color3.new(0.388235, 0.372549, 0.384314)
4757
o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
4758
o23.Parent = o22
4759
o23.MeshId = "rbxassetid://525469584"
4760
o23.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4761
o23.TextureId = "rbxassetid://157956766"
4762
o23.MeshType = Enum.MeshType.FileMesh
4763
o24.Name = "Joint"
4764
o24.Parent = o22
4765
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)
4766
o24.Part0 = o22
4767
o24.Part1 = o2
4768
o25.Name = "ChainPart"
4769
o25.Parent = o1
4770
o25.Material = Enum.Material.Slate
4771
o25.BrickColor = BrickColor.new("Dark stone grey")
4772
o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
4773
o25.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
4774
o25.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4775
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)
4776
o25.Color = Color3.new(0.388235, 0.372549, 0.384314)
4777
o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
4778
o26.Parent = o25
4779
o26.MeshId = "rbxassetid://525469584"
4780
o26.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4781
o26.TextureId = "rbxassetid://157956766"
4782
o26.MeshType = Enum.MeshType.FileMesh
4783
o27.Name = "Joint"
4784
o27.Parent = o25
4785
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)
4786
o27.Part0 = o25
4787
o27.Part1 = o2
4788
o28.Name = "ChainPart"
4789
o28.Parent = o1
4790
o28.Material = Enum.Material.Slate
4791
o28.BrickColor = BrickColor.new("Dark stone grey")
4792
o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
4793
o28.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
4794
o28.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4795
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)
4796
o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
4797
o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
4798
o29.Parent = o28
4799
o29.MeshId = "rbxassetid://525469584"
4800
o29.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4801
o29.TextureId = "rbxassetid://157956766"
4802
o29.MeshType = Enum.MeshType.FileMesh
4803
o30.Name = "Joint"
4804
o30.Parent = o28
4805
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)
4806
o30.Part0 = o28
4807
o30.Part1 = o2
4808
o31.Name = "ChainPart"
4809
o31.Parent = o1
4810
o31.Material = Enum.Material.Slate
4811
o31.BrickColor = BrickColor.new("Dark stone grey")
4812
o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
4813
o31.Rotation = Vector3.new(90, -0.270000011, -90.5100021)
4814
o31.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4815
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)
4816
o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
4817
o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
4818
o32.Parent = o31
4819
o32.MeshId = "rbxassetid://525469584"
4820
o32.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4821
o32.TextureId = "rbxassetid://157956766"
4822
o32.MeshType = Enum.MeshType.FileMesh
4823
o33.Name = "Joint"
4824
o33.Parent = o31
4825
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)
4826
o33.Part0 = o31
4827
o33.Part1 = o2
4828
o34.Name = "ChainPart"
4829
o34.Parent = o1
4830
o34.Material = Enum.Material.Slate
4831
o34.BrickColor = BrickColor.new("Dark stone grey")
4832
o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
4833
o34.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
4834
o34.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4835
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)
4836
o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
4837
o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
4838
o35.Parent = o34
4839
o35.MeshId = "rbxassetid://525469584"
4840
o35.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4841
o35.TextureId = "rbxassetid://157956766"
4842
o35.MeshType = Enum.MeshType.FileMesh
4843
o36.Name = "Joint"
4844
o36.Parent = o34
4845
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)
4846
o36.Part0 = o34
4847
o36.Part1 = o2
4848
o37.Parent = o1
4849
o37.Material = Enum.Material.SmoothPlastic
4850
o37.BrickColor = BrickColor.new("Really black")
4851
o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
4852
o37.Rotation = Vector3.new(-90, 0, 90)
4853
o37.Anchored = false
4854
o37.CanCollide = false
4855
o37.Shape = Enum.PartType.Cylinder
4856
o37.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
4857
o37.CFrame = CFrame.new(108.697571, 2.32146406, -60.0999985, 0, -1, 0, 0, 0, 1, -1, 0, 0)
4858
o37.BottomSurface = Enum.SurfaceType.Smooth
4859
o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4860
o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4861
o37.TopSurface = Enum.SurfaceType.Smooth
4862
o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4863
o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
4864
o38.Parent = o37
4865
o38.Scale = Vector3.new(0.278077543, 0.945463777, 1)
4866
o38.MeshType = Enum.MeshType.Cylinder
4867
o39.Name = "Joint"
4868
o39.Parent = o37
4869
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)
4870
o39.Part0 = o37
4871
o39.Part1 = o2
4872
o40.Parent = o1
4873
o40.Material = Enum.Material.SmoothPlastic
4874
o40.BrickColor = BrickColor.new("Really black")
4875
o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
4876
o40.Rotation = Vector3.new(180, 90, 0)
4877
o40.Anchored = false
4878
o40.FormFactor = Enum.FormFactor.Custom
4879
o40.Size = Vector3.new(0.200000003, 1.99000001, 1.66999996)
4880
o40.CFrame = CFrame.new(110.445099, 3.25596094, -60.0699387, 0, 0, 1, 0, -1, 0, 1, 0, -0)
4881
o40.BottomSurface = Enum.SurfaceType.Smooth
4882
o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4883
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4884
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4885
o40.TopSurface = Enum.SurfaceType.Smooth
4886
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4887
o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
4888
o41.Name = "Joint"
4889
o41.Parent = o40
4890
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)
4891
o41.Part0 = o40
4892
o41.Part1 = o2
4893
o42.Parent = o1
4894
o42.Material = Enum.Material.Neon
4895
o42.BrickColor = BrickColor.new("Bright blue")
4896
o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
4897
o42.Rotation = Vector3.new(-90, 67.0100021, 90)
4898
o42.Anchored = false
4899
o42.FormFactor = Enum.FormFactor.Custom
4900
o42.Size = Vector3.new(0.210000008, 2.18000031, 0.200000003)
4901
o42.CFrame = CFrame.new(111.957489, 1.39043605, -60.0449448, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
4902
o42.BottomSurface = Enum.SurfaceType.Smooth
4903
o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4904
o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4905
o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4906
o42.TopSurface = Enum.SurfaceType.Smooth
4907
o42.Color = Color3.new(0.0509804, 0.411765, 0.67451)
4908
o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
4909
o43.Name = "Joint"
4910
o43.Parent = o42
4911
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)
4912
o43.Part0 = o42
4913
o43.Part1 = o2
4914
o44.Parent = o1
4915
o44.Material = Enum.Material.SmoothPlastic
4916
o44.BrickColor = BrickColor.new("Really black")
4917
o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
4918
o44.Rotation = Vector3.new(0, -90, 0)
4919
o44.Anchored = false
4920
o44.FormFactor = Enum.FormFactor.Custom
4921
o44.Size = Vector3.new(0.200000003, 1.99000001, 0.669999957)
4922
o44.CFrame = CFrame.new(111.315094, 3.25596094, -60.0699387, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4923
o44.BottomSurface = Enum.SurfaceType.Smooth
4924
o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4925
o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4926
o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4927
o44.TopSurface = Enum.SurfaceType.Smooth
4928
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4929
o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
4930
o45.Name = "Joint"
4931
o45.Parent = o44
4932
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)
4933
o45.Part0 = o44
4934
o45.Part1 = o2
4935
o46.Parent = o1
4936
o46.Material = Enum.Material.SmoothPlastic
4937
o46.BrickColor = BrickColor.new("Really black")
4938
o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
4939
o46.Rotation = Vector3.new(180, 90, 0)
4940
o46.Anchored = false
4941
o46.FormFactor = Enum.FormFactor.Custom
4942
o46.Size = Vector3.new(0.200000003, 1.99000001, 2.05999994)
4943
o46.CFrame = CFrame.new(110.640091, 3.25596094, -61.2099419, 0, 0, 1, 0, -1, 0, 1, 0, -0)
4944
o46.BottomSurface = Enum.SurfaceType.Smooth
4945
o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4946
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4947
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4948
o46.TopSurface = Enum.SurfaceType.Smooth
4949
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4950
o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
4951
o47.Name = "Joint"
4952
o47.Parent = o46
4953
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)
4954
o47.Part0 = o46
4955
o47.Part1 = o2
4956
o48.Parent = o1
4957
o48.Material = Enum.Material.SmoothPlastic
4958
o48.BrickColor = BrickColor.new("Really black")
4959
o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
4960
o48.Rotation = Vector3.new(-90, -67.0100021, -90)
4961
o48.Anchored = false
4962
o48.FormFactor = Enum.FormFactor.Custom
4963
o48.Size = Vector3.new(1.24000001, 2.30000019, 0.50999999)
4964
o48.CFrame = CFrame.new(109.589294, 1.338287, -60.5699387, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
4965
o48.BottomSurface = Enum.SurfaceType.Smooth
4966
o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4967
o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4968
o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4969
o48.TopSurface = Enum.SurfaceType.Smooth
4970
o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4971
o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
4972
o49.Name = "Joint"
4973
o49.Parent = o48
4974
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)
4975
o49.Part0 = o48
4976
o49.Part1 = o2
4977
o50.Parent = o1
4978
o50.Material = Enum.Material.Neon
4979
o50.BrickColor = BrickColor.new("Bright blue")
4980
o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
4981
o50.Rotation = Vector3.new(-90, -67.0100021, -90)
4982
o50.Anchored = false
4983
o50.FormFactor = Enum.FormFactor.Custom
4984
o50.Size = Vector3.new(0.200000003, 2.05000019, 0.200000003)
4985
o50.CFrame = CFrame.new(109.30571, 1.32278597, -61.1999435, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
4986
o50.BottomSurface = Enum.SurfaceType.Smooth
4987
o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4988
o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4989
o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4990
o50.TopSurface = Enum.SurfaceType.Smooth
4991
o50.Color = Color3.new(0.0509804, 0.411765, 0.67451)
4992
o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
4993
o51.Name = "Joint"
4994
o51.Parent = o50
4995
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)
4996
o51.Part0 = o50
4997
o51.Part1 = o2
4998
o52.Parent = o1
4999
o52.Material = Enum.Material.Neon
5000
o52.BrickColor = BrickColor.new("Bright blue")
5001
o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
5002
o52.Rotation = Vector3.new(-90, 67.0100021, 90)
5003
o52.Anchored = false
5004
o52.FormFactor = Enum.FormFactor.Custom
5005
o52.Size = Vector3.new(0.219999999, 2.05000019, 0.200000003)
5006
o52.CFrame = CFrame.new(111.964462, 1.32278597, -61.2099457, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5007
o52.BottomSurface = Enum.SurfaceType.Smooth
5008
o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5009
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5010
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5011
o52.TopSurface = Enum.SurfaceType.Smooth
5012
o52.Color = Color3.new(0.0509804, 0.411765, 0.67451)
5013
o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
5014
o53.Name = "Joint"
5015
o53.Parent = o52
5016
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)
5017
o53.Part0 = o52
5018
o53.Part1 = o2
5019
o54.Parent = o1
5020
o54.Material = Enum.Material.Neon
5021
o54.BrickColor = BrickColor.new("Bright blue")
5022
o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
5023
o54.Rotation = Vector3.new(-90, -67.0100021, -90)
5024
o54.Anchored = false
5025
o54.FormFactor = Enum.FormFactor.Custom
5026
o54.Size = Vector3.new(0.210000008, 2.1400001, 0.200000003)
5027
o54.CFrame = CFrame.new(109.304871, 1.37202406, -60.0449448, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5028
o54.BottomSurface = Enum.SurfaceType.Smooth
5029
o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5030
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5031
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5032
o54.TopSurface = Enum.SurfaceType.Smooth
5033
o54.Color = Color3.new(0.0509804, 0.411765, 0.67451)
5034
o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
5035
o55.Name = "Joint"
5036
o55.Parent = o54
5037
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)
5038
o55.Part0 = o54
5039
o55.Part1 = o2
5040
o56.Parent = o1
5041
o56.Material = Enum.Material.SmoothPlastic
5042
o56.BrickColor = BrickColor.new("Really black")
5043
o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
5044
o56.Rotation = Vector3.new(-90, 67.0100021, 90)
5045
o56.Anchored = false
5046
o56.FormFactor = Enum.FormFactor.Custom
5047
o56.Size = Vector3.new(1.33000004, 2.30000019, 0.529999971)
5048
o56.CFrame = CFrame.new(111.690109, 1.34219098, -60.6149445, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5049
o56.BottomSurface = Enum.SurfaceType.Smooth
5050
o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5051
o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5052
o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5053
o56.TopSurface = Enum.SurfaceType.Smooth
5054
o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5055
o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
5056
o57.Name = "Joint"
5057
o57.Parent = o56
5058
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)
5059
o57.Part0 = o56
5060
o57.Part1 = o2
5061
o58.Parent = o1
5062
o58.Material = Enum.Material.SmoothPlastic
5063
o58.BrickColor = BrickColor.new("Really black")
5064
o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
5065
o58.Rotation = Vector3.new(180, 90, 0)
5066
o58.Anchored = false
5067
o58.FormFactor = Enum.FormFactor.Custom
5068
o58.Size = Vector3.new(1.21000004, 1.99000001, 0.200000003)
5069
o58.CFrame = CFrame.new(111.570099, 3.25596094, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
5070
o58.BottomSurface = Enum.SurfaceType.Smooth
5071
o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5072
o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5073
o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5074
o58.TopSurface = Enum.SurfaceType.Smooth
5075
o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5076
o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
5077
o59.Name = "Joint"
5078
o59.Parent = o58
5079
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)
5080
o59.Part0 = o58
5081
o59.Part1 = o2
5082
o60.Parent = o1
5083
o60.Material = Enum.Material.SmoothPlastic
5084
o60.BrickColor = BrickColor.new("Really black")
5085
o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
5086
o60.Rotation = Vector3.new(180, 90, 0)
5087
o60.Anchored = false
5088
o60.FormFactor = Enum.FormFactor.Custom
5089
o60.Size = Vector3.new(1.22000003, 1.99000001, 0.200000003)
5090
o60.CFrame = CFrame.new(109.710098, 3.25596094, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
5091
o60.BottomSurface = Enum.SurfaceType.Smooth
5092
o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5093
o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5094
o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5095
o60.TopSurface = Enum.SurfaceType.Smooth
5096
o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5097
o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
5098
o61.Name = "Joint"
5099
o61.Parent = o60
5100
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)
5101
o61.Part0 = o60
5102
o61.Part1 = o2
5103
o62.Parent = o1
5104
o62.Material = Enum.Material.SmoothPlastic
5105
o62.BrickColor = BrickColor.new("Really black")
5106
o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
5107
o62.Rotation = Vector3.new(-90, 67.0100021, 90)
5108
o62.Anchored = false
5109
o62.FormFactor = Enum.FormFactor.Custom
5110
o62.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
5111
o62.CFrame = CFrame.new(111.943008, 1.37342, -60.6299515, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5112
o62.BottomSurface = Enum.SurfaceType.Smooth
5113
o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5114
o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5115
o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5116
o62.TopSurface = Enum.SurfaceType.Smooth
5117
o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5118
o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
5119
o63.Name = "Joint"
5120
o63.Parent = o62
5121
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)
5122
o63.Part0 = o62
5123
o63.Part1 = o2
5124
o64.Parent = o1
5125
o64.Material = Enum.Material.SmoothPlastic
5126
o64.BrickColor = BrickColor.new("Really black")
5127
o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
5128
o64.Rotation = Vector3.new(-90, -67.0100021, -90)
5129
o64.Anchored = false
5130
o64.FormFactor = Enum.FormFactor.Custom
5131
o64.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
5132
o64.CFrame = CFrame.new(109.327194, 1.37342, -60.6299515, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5133
o64.BottomSurface = Enum.SurfaceType.Smooth
5134
o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5135
o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5136
o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5137
o64.TopSurface = Enum.SurfaceType.Smooth
5138
o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5139
o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
5140
o65.Name = "Joint"
5141
o65.Parent = o64
5142
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)
5143
o65.Part0 = o64
5144
o65.Part1 = o2
5145
o66.Parent = o1
5146
o66.Material = Enum.Material.SmoothPlastic
5147
o66.BrickColor = BrickColor.new("Fossil")
5148
o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
5149
o66.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5150
o66.Anchored = false
5151
o66.CanCollide = false
5152
o66.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5153
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)
5154
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5155
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5156
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5157
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5158
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5159
o66.Color = Color3.new(0.623529, 0.631373, 0.67451)
5160
o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
5161
o67.Parent = o66
5162
o67.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5163
o68.Name = "Joint"
5164
o68.Parent = o66
5165
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)
5166
o68.Part0 = o66
5167
o68.Part1 = o2
5168
o69.Parent = o1
5169
o69.Material = Enum.Material.SmoothPlastic
5170
o69.BrickColor = BrickColor.new("Fossil")
5171
o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
5172
o69.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5173
o69.Anchored = false
5174
o69.CanCollide = false
5175
o69.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5176
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)
5177
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5178
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5179
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5180
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5181
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5182
o69.Color = Color3.new(0.623529, 0.631373, 0.67451)
5183
o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
5184
o70.Parent = o69
5185
o70.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5186
o71.Name = "Joint"
5187
o71.Parent = o69
5188
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)
5189
o71.Part0 = o69
5190
o71.Part1 = o2
5191
o72.Parent = o1
5192
o72.Material = Enum.Material.SmoothPlastic
5193
o72.BrickColor = BrickColor.new("Fossil")
5194
o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
5195
o72.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5196
o72.Anchored = false
5197
o72.CanCollide = false
5198
o72.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5199
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)
5200
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5201
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5202
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5203
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5204
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5205
o72.Color = Color3.new(0.623529, 0.631373, 0.67451)
5206
o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
5207
o73.Parent = o72
5208
o73.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5209
o74.Name = "Joint"
5210
o74.Parent = o72
5211
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)
5212
o74.Part0 = o72
5213
o74.Part1 = o2
5214
o75.Parent = o1
5215
o75.Material = Enum.Material.SmoothPlastic
5216
o75.BrickColor = BrickColor.new("Fossil")
5217
o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
5218
o75.Rotation = Vector3.new(-180, 0, 128.089996)
5219
o75.Anchored = false
5220
o75.CanCollide = false
5221
o75.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5222
o75.CFrame = CFrame.new(111.981911, 1.13104796, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
5223
o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5224
o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5225
o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5226
o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5227
o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5228
o75.Color = Color3.new(0.623529, 0.631373, 0.67451)
5229
o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
5230
o76.Parent = o75
5231
o76.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5232
o77.Name = "Joint"
5233
o77.Parent = o75
5234
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)
5235
o77.Part0 = o75
5236
o77.Part1 = o2
5237
o78.Name = "Chain"
5238
o78.Parent = o1
5239
o78.Material = Enum.Material.SmoothPlastic
5240
o78.BrickColor = BrickColor.new("Fossil")
5241
o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
5242
o78.Rotation = Vector3.new(90, -38.0900002, 90)
5243
o78.Anchored = false
5244
o78.CanCollide = false
5245
o78.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5246
o78.CFrame = CFrame.new(112.001556, 1.11563599, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5247
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5248
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5249
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5250
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5251
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5252
o78.Color = Color3.new(0.623529, 0.631373, 0.67451)
5253
o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
5254
o79.Parent = o78
5255
o79.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5256
o80.Name = "Joint"
5257
o80.Parent = o78
5258
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)
5259
o80.Part0 = o78
5260
o80.Part1 = o2
5261
o81.Name = "Chain"
5262
o81.Parent = o1
5263
o81.Material = Enum.Material.SmoothPlastic
5264
o81.BrickColor = BrickColor.new("Fossil")
5265
o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
5266
o81.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5267
o81.Anchored = false
5268
o81.CanCollide = false
5269
o81.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5270
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)
5271
o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5272
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5273
o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5274
o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5275
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5276
o81.Color = Color3.new(0.623529, 0.631373, 0.67451)
5277
o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
5278
o82.Parent = o81
5279
o82.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5280
o83.Name = "Joint"
5281
o83.Parent = o81
5282
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)
5283
o83.Part0 = o81
5284
o83.Part1 = o2
5285
o84.Name = "Chain"
5286
o84.Parent = o1
5287
o84.Material = Enum.Material.SmoothPlastic
5288
o84.BrickColor = BrickColor.new("Fossil")
5289
o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
5290
o84.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5291
o84.Anchored = false
5292
o84.CanCollide = false
5293
o84.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5294
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)
5295
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5296
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5297
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5298
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5299
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5300
o84.Color = Color3.new(0.623529, 0.631373, 0.67451)
5301
o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
5302
o85.Parent = o84
5303
o85.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5304
o86.Name = "Joint"
5305
o86.Parent = o84
5306
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)
5307
o86.Part0 = o84
5308
o86.Part1 = o2
5309
o87.Name = "Chain"
5310
o87.Parent = o1
5311
o87.Material = Enum.Material.SmoothPlastic
5312
o87.BrickColor = BrickColor.new("Fossil")
5313
o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
5314
o87.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5315
o87.Anchored = false
5316
o87.CanCollide = false
5317
o87.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5318
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)
5319
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5320
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5321
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5322
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5323
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5324
o87.Color = Color3.new(0.623529, 0.631373, 0.67451)
5325
o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
5326
o88.Parent = o87
5327
o88.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5328
o89.Name = "Joint"
5329
o89.Parent = o87
5330
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)
5331
o89.Part0 = o87
5332
o89.Part1 = o2
5333
o90.Name = "Chain"
5334
o90.Parent = o1
5335
o90.Material = Enum.Material.SmoothPlastic
5336
o90.BrickColor = BrickColor.new("Fossil")
5337
o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
5338
o90.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5339
o90.Anchored = false
5340
o90.CanCollide = false
5341
o90.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5342
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)
5343
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5344
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5345
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5346
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5347
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5348
o90.Color = Color3.new(0.623529, 0.631373, 0.67451)
5349
o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
5350
o91.Parent = o90
5351
o91.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5352
o92.Name = "Joint"
5353
o92.Parent = o90
5354
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)
5355
o92.Part0 = o90
5356
o92.Part1 = o2
5357
o93.Name = "Chain"
5358
o93.Parent = o1
5359
o93.Material = Enum.Material.SmoothPlastic
5360
o93.BrickColor = BrickColor.new("Fossil")
5361
o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
5362
o93.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5363
o93.Anchored = false
5364
o93.CanCollide = false
5365
o93.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5366
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)
5367
o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5368
o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5369
o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5370
o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5371
o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5372
o93.Color = Color3.new(0.623529, 0.631373, 0.67451)
5373
o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
5374
o94.Parent = o93
5375
o94.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5376
o95.Name = "Joint"
5377
o95.Parent = o93
5378
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)
5379
o95.Part0 = o93
5380
o95.Part1 = o2
5381
o96.Name = "Chain"
5382
o96.Parent = o1
5383
o96.Material = Enum.Material.SmoothPlastic
5384
o96.BrickColor = BrickColor.new("Fossil")
5385
o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
5386
o96.Rotation = Vector3.new(90, -38.0900002, 171.5)
5387
o96.Anchored = false
5388
o96.CanCollide = false
5389
o96.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5390
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)
5391
o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5392
o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5393
o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5394
o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5395
o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5396
o96.Color = Color3.new(0.623529, 0.631373, 0.67451)
5397
o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
5398
o97.Parent = o96
5399
o97.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5400
o98.Name = "Joint"
5401
o98.Parent = o96
5402
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)
5403
o98.Part0 = o96
5404
o98.Part1 = o2
5405
o99.Name = "Chain"
5406
o99.Parent = o1
5407
o99.Material = Enum.Material.SmoothPlastic
5408
o99.BrickColor = BrickColor.new("Fossil")
5409
o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
5410
o99.Rotation = Vector3.new(90, -38.0900002, 171.5)
5411
o99.Anchored = false
5412
o99.CanCollide = false
5413
o99.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5414
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)
5415
o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5416
o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5417
o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5418
o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5419
o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5420
o99.Color = Color3.new(0.623529, 0.631373, 0.67451)
5421
o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
5422
o100.Parent = o99
5423
o100.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5424
o101.Name = "Joint"
5425
o101.Parent = o99
5426
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)
5427
o101.Part0 = o99
5428
o101.Part1 = o2
5429
o102.Name = "Chain"
5430
o102.Parent = o1
5431
o102.Material = Enum.Material.SmoothPlastic
5432
o102.BrickColor = BrickColor.new("Fossil")
5433
o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
5434
o102.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5435
o102.Anchored = false
5436
o102.CanCollide = false
5437
o102.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5438
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)
5439
o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5440
o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5441
o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5442
o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5443
o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5444
o102.Color = Color3.new(0.623529, 0.631373, 0.67451)
5445
o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
5446
o103.Parent = o102
5447
o103.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5448
o104.Name = "Joint"
5449
o104.Parent = o102
5450
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)
5451
o104.Part0 = o102
5452
o104.Part1 = o2
5453
o105.Name = "Chain"
5454
o105.Parent = o1
5455
o105.Material = Enum.Material.SmoothPlastic
5456
o105.BrickColor = BrickColor.new("Fossil")
5457
o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
5458
o105.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5459
o105.Anchored = false
5460
o105.CanCollide = false
5461
o105.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5462
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)
5463
o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5464
o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5465
o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5466
o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5467
o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5468
o105.Color = Color3.new(0.623529, 0.631373, 0.67451)
5469
o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
5470
o106.Parent = o105
5471
o106.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5472
o107.Name = "Joint"
5473
o107.Parent = o105
5474
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)
5475
o107.Part0 = o105
5476
o107.Part1 = o2
5477
o108.Name = "Chain"
5478
o108.Parent = o1
5479
o108.Material = Enum.Material.SmoothPlastic
5480
o108.BrickColor = BrickColor.new("Fossil")
5481
o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
5482
o108.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5483
o108.Anchored = false
5484
o108.CanCollide = false
5485
o108.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5486
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)
5487
o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5488
o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5489
o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5490
o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5491
o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5492
o108.Color = Color3.new(0.623529, 0.631373, 0.67451)
5493
o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
5494
o109.Parent = o108
5495
o109.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5496
o110.Name = "Joint"
5497
o110.Parent = o108
5498
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)
5499
o110.Part0 = o108
5500
o110.Part1 = o2
5501
o111.Name = "Chain"
5502
o111.Parent = o1
5503
o111.Material = Enum.Material.SmoothPlastic
5504
o111.BrickColor = BrickColor.new("Fossil")
5505
o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
5506
o111.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5507
o111.Anchored = false
5508
o111.CanCollide = false
5509
o111.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5510
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)
5511
o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5512
o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5513
o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5514
o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5515
o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5516
o111.Color = Color3.new(0.623529, 0.631373, 0.67451)
5517
o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
5518
o112.Parent = o111
5519
o112.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5520
o113.Name = "Joint"
5521
o113.Parent = o111
5522
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)
5523
o113.Part0 = o111
5524
o113.Part1 = o2
5525
o114.Name = "Chain"
5526
o114.Parent = o1
5527
o114.Material = Enum.Material.SmoothPlastic
5528
o114.BrickColor = BrickColor.new("Fossil")
5529
o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
5530
o114.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5531
o114.Anchored = false
5532
o114.CanCollide = false
5533
o114.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5534
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)
5535
o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5536
o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5537
o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5538
o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5539
o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5540
o114.Color = Color3.new(0.623529, 0.631373, 0.67451)
5541
o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
5542
o115.Parent = o114
5543
o115.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5544
o116.Name = "Joint"
5545
o116.Parent = o114
5546
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)
5547
o116.Part0 = o114
5548
o116.Part1 = o2
5549
o117.Name = "Chain"
5550
o117.Parent = o1
5551
o117.Material = Enum.Material.SmoothPlastic
5552
o117.BrickColor = BrickColor.new("Fossil")
5553
o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
5554
o117.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5555
o117.Anchored = false
5556
o117.CanCollide = false
5557
o117.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5558
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)
5559
o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5560
o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5561
o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5562
o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5563
o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5564
o117.Color = Color3.new(0.623529, 0.631373, 0.67451)
5565
o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
5566
o118.Parent = o117
5567
o118.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5568
o119.Name = "Joint"
5569
o119.Parent = o117
5570
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)
5571
o119.Part0 = o117
5572
o119.Part1 = o2
5573
o120.Name = "Chain"
5574
o120.Parent = o1
5575
o120.Material = Enum.Material.SmoothPlastic
5576
o120.BrickColor = BrickColor.new("Fossil")
5577
o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
5578
o120.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5579
o120.Anchored = false
5580
o120.CanCollide = false
5581
o120.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5582
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)
5583
o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5584
o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5585
o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5586
o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5587
o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5588
o120.Color = Color3.new(0.623529, 0.631373, 0.67451)
5589
o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
5590
o121.Parent = o120
5591
o121.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5592
o122.Name = "Joint"
5593
o122.Parent = o120
5594
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)
5595
o122.Part0 = o120
5596
o122.Part1 = o2
5597
o123.Name = "Chain"
5598
o123.Parent = o1
5599
o123.Material = Enum.Material.SmoothPlastic
5600
o123.BrickColor = BrickColor.new("Fossil")
5601
o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
5602
o123.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5603
o123.Anchored = false
5604
o123.CanCollide = false
5605
o123.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5606
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)
5607
o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5608
o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5609
o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5610
o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5611
o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5612
o123.Color = Color3.new(0.623529, 0.631373, 0.67451)
5613
o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
5614
o124.Parent = o123
5615
o124.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5616
o125.Name = "Joint"
5617
o125.Parent = o123
5618
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)
5619
o125.Part0 = o123
5620
o125.Part1 = o2
5621
o126.Name = "Chain"
5622
o126.Parent = o1
5623
o126.Material = Enum.Material.SmoothPlastic
5624
o126.BrickColor = BrickColor.new("Fossil")
5625
o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
5626
o126.Rotation = Vector3.new(90, -38.0900002, 90)
5627
o126.Anchored = false
5628
o126.CanCollide = false
5629
o126.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5630
o126.CFrame = CFrame.new(111.914551, 1.18384898, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5631
o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5632
o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5633
o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5634
o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5635
o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5636
o126.Color = Color3.new(0.623529, 0.631373, 0.67451)
5637
o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
5638
o127.Parent = o126
5639
o127.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5640
o128.Name = "Joint"
5641
o128.Parent = o126
5642
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)
5643
o128.Part0 = o126
5644
o128.Part1 = o2
5645
o129.Name = "Chain"
5646
o129.Parent = o1
5647
o129.Material = Enum.Material.SmoothPlastic
5648
o129.BrickColor = BrickColor.new("Fossil")
5649
o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
5650
o129.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5651
o129.Anchored = false
5652
o129.CanCollide = false
5653
o129.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5654
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)
5655
o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5656
o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5657
o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5658
o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5659
o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5660
o129.Color = Color3.new(0.623529, 0.631373, 0.67451)
5661
o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
5662
o130.Parent = o129
5663
o130.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5664
o131.Name = "Joint"
5665
o131.Parent = o129
5666
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)
5667
o131.Part0 = o129
5668
o131.Part1 = o2
5669
o132.Name = "Chain"
5670
o132.Parent = o1
5671
o132.Material = Enum.Material.SmoothPlastic
5672
o132.BrickColor = BrickColor.new("Fossil")
5673
o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
5674
o132.Rotation = Vector3.new(90, -38.0900002, 90)
5675
o132.Anchored = false
5676
o132.CanCollide = false
5677
o132.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5678
o132.CFrame = CFrame.new(111.954773, 1.15231502, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5679
o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5680
o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5681
o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5682
o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5683
o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5684
o132.Color = Color3.new(0.623529, 0.631373, 0.67451)
5685
o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
5686
o133.Parent = o132
5687
o133.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5688
o134.Name = "Joint"
5689
o134.Parent = o132
5690
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)
5691
o134.Part0 = o132
5692
o134.Part1 = o2
5693
o135.Name = "Chain"
5694
o135.Parent = o1
5695
o135.Material = Enum.Material.SmoothPlastic
5696
o135.BrickColor = BrickColor.new("Fossil")
5697
o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
5698
o135.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5699
o135.Anchored = false
5700
o135.CanCollide = false
5701
o135.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5702
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)
5703
o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5704
o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5705
o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5706
o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5707
o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5708
o135.Color = Color3.new(0.623529, 0.631373, 0.67451)
5709
o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
5710
o136.Parent = o135
5711
o136.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5712
o137.Name = "Joint"
5713
o137.Parent = o135
5714
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)
5715
o137.Part0 = o135
5716
o137.Part1 = o2
5717
o138.Name = "Chain"
5718
o138.Parent = o1
5719
o138.Material = Enum.Material.SmoothPlastic
5720
o138.BrickColor = BrickColor.new("Fossil")
5721
o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
5722
o138.Rotation = Vector3.new(90, -38.0900002, 171.5)
5723
o138.Anchored = false
5724
o138.CanCollide = false
5725
o138.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5726
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)
5727
o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5728
o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5729
o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5730
o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5731
o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5732
o138.Color = Color3.new(0.623529, 0.631373, 0.67451)
5733
o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
5734
o139.Parent = o138
5735
o139.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5736
o140.Name = "Joint"
5737
o140.Parent = o138
5738
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)
5739
o140.Part0 = o138
5740
o140.Part1 = o2
5741
o141.Name = "Chain"
5742
o141.Parent = o1
5743
o141.Material = Enum.Material.SmoothPlastic
5744
o141.BrickColor = BrickColor.new("Fossil")
5745
o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
5746
o141.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5747
o141.Anchored = false
5748
o141.CanCollide = false
5749
o141.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5750
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)
5751
o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5752
o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5753
o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5754
o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5755
o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5756
o141.Color = Color3.new(0.623529, 0.631373, 0.67451)
5757
o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
5758
o142.Parent = o141
5759
o142.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5760
o143.Name = "Joint"
5761
o143.Parent = o141
5762
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)
5763
o143.Part0 = o141
5764
o143.Part1 = o2
5765
o144.Name = "Chain"
5766
o144.Parent = o1
5767
o144.Material = Enum.Material.SmoothPlastic
5768
o144.BrickColor = BrickColor.new("Fossil")
5769
o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
5770
o144.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5771
o144.Anchored = false
5772
o144.CanCollide = false
5773
o144.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5774
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)
5775
o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5776
o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5777
o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5778
o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5779
o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5780
o144.Color = Color3.new(0.623529, 0.631373, 0.67451)
5781
o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
5782
o145.Parent = o144
5783
o145.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5784
o146.Name = "Joint"
5785
o146.Parent = o144
5786
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)
5787
o146.Part0 = o144
5788
o146.Part1 = o2
5789
o147.Name = "Chain"
5790
o147.Parent = o1
5791
o147.Material = Enum.Material.SmoothPlastic
5792
o147.BrickColor = BrickColor.new("Fossil")
5793
o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
5794
o147.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5795
o147.Anchored = false
5796
o147.CanCollide = false
5797
o147.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5798
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)
5799
o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5800
o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5801
o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5802
o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5803
o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5804
o147.Color = Color3.new(0.623529, 0.631373, 0.67451)
5805
o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
5806
o148.Parent = o147
5807
o148.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5808
o149.Name = "Joint"
5809
o149.Parent = o147
5810
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)
5811
o149.Part0 = o147
5812
o149.Part1 = o2
5813
o150.Name = "Chain"
5814
o150.Parent = o1
5815
o150.Material = Enum.Material.SmoothPlastic
5816
o150.BrickColor = BrickColor.new("Fossil")
5817
o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
5818
o150.Rotation = Vector3.new(0, 0, 51.9099998)
5819
o150.Anchored = false
5820
o150.CanCollide = false
5821
o150.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5822
o150.CFrame = CFrame.new(111.993683, 1.060974, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5823
o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5824
o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5825
o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5826
o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5827
o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5828
o150.Color = Color3.new(0.623529, 0.631373, 0.67451)
5829
o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
5830
o151.Parent = o150
5831
o151.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5832
o152.Name = "Joint"
5833
o152.Parent = o150
5834
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)
5835
o152.Part0 = o150
5836
o152.Part1 = o2
5837
o153.Name = "Chain"
5838
o153.Parent = o1
5839
o153.Material = Enum.Material.SmoothPlastic
5840
o153.BrickColor = BrickColor.new("Fossil")
5841
o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
5842
o153.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5843
o153.Anchored = false
5844
o153.CanCollide = false
5845
o153.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5846
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)
5847
o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5848
o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5849
o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5850
o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5851
o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5852
o153.Color = Color3.new(0.623529, 0.631373, 0.67451)
5853
o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
5854
o154.Parent = o153
5855
o154.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5856
o155.Name = "Joint"
5857
o155.Parent = o153
5858
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)
5859
o155.Part0 = o153
5860
o155.Part1 = o2
5861
o156.Name = "Chain"
5862
o156.Parent = o1
5863
o156.Material = Enum.Material.SmoothPlastic
5864
o156.BrickColor = BrickColor.new("Fossil")
5865
o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
5866
o156.Rotation = Vector3.new(0, 0, 51.9099998)
5867
o156.Anchored = false
5868
o156.CanCollide = false
5869
o156.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5870
o156.CFrame = CFrame.new(112.051231, 1.13664401, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5871
o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5872
o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5873
o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5874
o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5875
o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5876
o156.Color = Color3.new(0.623529, 0.631373, 0.67451)
5877
o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
5878
o157.Parent = o156
5879
o157.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5880
o158.Name = "Joint"
5881
o158.Parent = o156
5882
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)
5883
o158.Part0 = o156
5884
o158.Part1 = o2
5885
o159.Name = "Chain"
5886
o159.Parent = o1
5887
o159.Material = Enum.Material.SmoothPlastic
5888
o159.BrickColor = BrickColor.new("Fossil")
5889
o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
5890
o159.Rotation = Vector3.new(90, -38.0900002, 90)
5891
o159.Anchored = false
5892
o159.CanCollide = false
5893
o159.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5894
o159.CFrame = CFrame.new(111.955872, 1.15145397, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5895
o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5896
o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5897
o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5898
o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5899
o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5900
o159.Color = Color3.new(0.623529, 0.631373, 0.67451)
5901
o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
5902
o160.Parent = o159
5903
o160.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5904
o161.Name = "Joint"
5905
o161.Parent = o159
5906
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)
5907
o161.Part0 = o159
5908
o161.Part1 = o2
5909
o162.Name = "Chain"
5910
o162.Parent = o1
5911
o162.Material = Enum.Material.SmoothPlastic
5912
o162.BrickColor = BrickColor.new("Fossil")
5913
o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
5914
o162.Rotation = Vector3.new(0, 0, 51.9099998)
5915
o162.Anchored = false
5916
o162.CanCollide = false
5917
o162.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5918
o162.CFrame = CFrame.new(111.981911, 1.13104796, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5919
o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5920
o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5921
o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5922
o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5923
o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5924
o162.Color = Color3.new(0.623529, 0.631373, 0.67451)
5925
o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
5926
o163.Parent = o162
5927
o163.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5928
o164.Name = "Joint"
5929
o164.Parent = o162
5930
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)
5931
o164.Part0 = o162
5932
o164.Part1 = o2
5933
o165.Name = "Chain"
5934
o165.Parent = o1
5935
o165.Material = Enum.Material.SmoothPlastic
5936
o165.BrickColor = BrickColor.new("Fossil")
5937
o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
5938
o165.Rotation = Vector3.new(0, 0, 51.9099998)
5939
o165.Anchored = false
5940
o165.CanCollide = false
5941
o165.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5942
o165.CFrame = CFrame.new(112.068916, 1.06284106, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5943
o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5944
o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5945
o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5946
o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5947
o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5948
o165.Color = Color3.new(0.623529, 0.631373, 0.67451)
5949
o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
5950
o166.Parent = o165
5951
o166.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5952
o167.Name = "Joint"
5953
o167.Parent = o165
5954
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)
5955
o167.Part0 = o165
5956
o167.Part1 = o2
5957
o168.Name = "Chain"
5958
o168.Parent = o1
5959
o168.Material = Enum.Material.SmoothPlastic
5960
o168.BrickColor = BrickColor.new("Fossil")
5961
o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
5962
o168.Rotation = Vector3.new(-180, 0, 128.089996)
5963
o168.Anchored = false
5964
o168.CanCollide = false
5965
o168.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5966
o168.CFrame = CFrame.new(112.188507, 1.02904105, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
5967
o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5968
o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5969
o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5970
o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5971
o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5972
o168.Color = Color3.new(0.623529, 0.631373, 0.67451)
5973
o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
5974
o169.Parent = o168
5975
o169.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5976
o170.Name = "Joint"
5977
o170.Parent = o168
5978
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)
5979
o170.Part0 = o168
5980
o170.Part1 = o2
5981
o171.Name = "Chain"
5982
o171.Parent = o1
5983
o171.Material = Enum.Material.SmoothPlastic
5984
o171.BrickColor = BrickColor.new("Fossil")
5985
o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
5986
o171.Rotation = Vector3.new(90, -38.0900002, 90)
5987
o171.Anchored = false
5988
o171.CanCollide = false
5989
o171.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5990
o171.CFrame = CFrame.new(111.955872, 1.15145397, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5991
o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5992
o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5993
o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5994
o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5995
o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5996
o171.Color = Color3.new(0.623529, 0.631373, 0.67451)
5997
o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
5998
o172.Parent = o171
5999
o172.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6000
o173.Name = "Joint"
6001
o173.Parent = o171
6002
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)
6003
o173.Part0 = o171
6004
o173.Part1 = o2
6005
o174.Name = "Chain"
6006
o174.Parent = o1
6007
o174.Material = Enum.Material.SmoothPlastic
6008
o174.BrickColor = BrickColor.new("Fossil")
6009
o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
6010
o174.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6011
o174.Anchored = false
6012
o174.CanCollide = false
6013
o174.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6014
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)
6015
o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6016
o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6017
o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6018
o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6019
o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6020
o174.Color = Color3.new(0.623529, 0.631373, 0.67451)
6021
o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
6022
o175.Parent = o174
6023
o175.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6024
o176.Name = "Joint"
6025
o176.Parent = o174
6026
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)
6027
o176.Part0 = o174
6028
o176.Part1 = o2
6029
o177.Name = "Chain"
6030
o177.Parent = o1
6031
o177.Material = Enum.Material.SmoothPlastic
6032
o177.BrickColor = BrickColor.new("Fossil")
6033
o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
6034
o177.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6035
o177.Anchored = false
6036
o177.CanCollide = false
6037
o177.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6038
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)
6039
o177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6040
o177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6041
o177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6042
o177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6043
o177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6044
o177.Color = Color3.new(0.623529, 0.631373, 0.67451)
6045
o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
6046
o178.Parent = o177
6047
o178.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6048
o179.Name = "Joint"
6049
o179.Parent = o177
6050
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)
6051
o179.Part0 = o177
6052
o179.Part1 = o2
6053
o180.Name = "Chain"
6054
o180.Parent = o1
6055
o180.Material = Enum.Material.SmoothPlastic
6056
o180.BrickColor = BrickColor.new("Fossil")
6057
o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
6058
o180.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6059
o180.Anchored = false
6060
o180.CanCollide = false
6061
o180.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6062
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)
6063
o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6064
o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6065
o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6066
o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6067
o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6068
o180.Color = Color3.new(0.623529, 0.631373, 0.67451)
6069
o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
6070
o181.Parent = o180
6071
o181.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6072
o182.Name = "Joint"
6073
o182.Parent = o180
6074
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)
6075
o182.Part0 = o180
6076
o182.Part1 = o2
6077
o183.Name = "Chain"
6078
o183.Parent = o1
6079
o183.Material = Enum.Material.SmoothPlastic
6080
o183.BrickColor = BrickColor.new("Fossil")
6081
o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
6082
o183.Rotation = Vector3.new(90, -38.0900002, 90)
6083
o183.Anchored = false
6084
o183.CanCollide = false
6085
o183.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6086
o183.CFrame = CFrame.new(111.914551, 1.18384898, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6087
o183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6088
o183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6089
o183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6090
o183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6091
o183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6092
o183.Color = Color3.new(0.623529, 0.631373, 0.67451)
6093
o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
6094
o184.Parent = o183
6095
o184.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6096
o185.Name = "Joint"
6097
o185.Parent = o183
6098
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)
6099
o185.Part0 = o183
6100
o185.Part1 = o2
6101
o186.Name = "Chain"
6102
o186.Parent = o1
6103
o186.Material = Enum.Material.SmoothPlastic
6104
o186.BrickColor = BrickColor.new("Fossil")
6105
o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
6106
o186.Rotation = Vector3.new(90, -38.0900002, 90)
6107
o186.Anchored = false
6108
o186.CanCollide = false
6109
o186.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6110
o186.CFrame = CFrame.new(111.954773, 1.15231502, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6111
o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6112
o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6113
o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6114
o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6115
o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6116
o186.Color = Color3.new(0.623529, 0.631373, 0.67451)
6117
o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
6118
o187.Parent = o186
6119
o187.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6120
o188.Name = "Joint"
6121
o188.Parent = o186
6122
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)
6123
o188.Part0 = o186
6124
o188.Part1 = o2
6125
o189.Name = "Chain"
6126
o189.Parent = o1
6127
o189.Material = Enum.Material.SmoothPlastic
6128
o189.BrickColor = BrickColor.new("Fossil")
6129
o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
6130
o189.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6131
o189.Anchored = false
6132
o189.CanCollide = false
6133
o189.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6134
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)
6135
o189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6136
o189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6137
o189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6138
o189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6139
o189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6140
o189.Color = Color3.new(0.623529, 0.631373, 0.67451)
6141
o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
6142
o190.Parent = o189
6143
o190.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6144
o191.Name = "Joint"
6145
o191.Parent = o189
6146
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)
6147
o191.Part0 = o189
6148
o191.Part1 = o2
6149
o192.Name = "Chain"
6150
o192.Parent = o1
6151
o192.Material = Enum.Material.SmoothPlastic
6152
o192.BrickColor = BrickColor.new("Fossil")
6153
o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
6154
o192.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6155
o192.Anchored = false
6156
o192.CanCollide = false
6157
o192.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6158
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)
6159
o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6160
o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6161
o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6162
o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6163
o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6164
o192.Color = Color3.new(0.623529, 0.631373, 0.67451)
6165
o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
6166
o193.Parent = o192
6167
o193.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6168
o194.Name = "Joint"
6169
o194.Parent = o192
6170
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)
6171
o194.Part0 = o192
6172
o194.Part1 = o2
6173
o195.Name = "Chain"
6174
o195.Parent = o1
6175
o195.Material = Enum.Material.SmoothPlastic
6176
o195.BrickColor = BrickColor.new("Fossil")
6177
o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
6178
o195.Rotation = Vector3.new(90, -38.0900002, 8.5)
6179
o195.Anchored = false
6180
o195.CanCollide = false
6181
o195.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6182
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)
6183
o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6184
o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6185
o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6186
o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6187
o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6188
o195.Color = Color3.new(0.623529, 0.631373, 0.67451)
6189
o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
6190
o196.Parent = o195
6191
o196.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6192
o197.Name = "Joint"
6193
o197.Parent = o195
6194
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)
6195
o197.Part0 = o195
6196
o197.Part1 = o2
6197
o198.Name = "Chain"
6198
o198.Parent = o1
6199
o198.Material = Enum.Material.SmoothPlastic
6200
o198.BrickColor = BrickColor.new("Fossil")
6201
o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
6202
o198.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6203
o198.Anchored = false
6204
o198.CanCollide = false
6205
o198.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6206
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)
6207
o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6208
o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6209
o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6210
o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6211
o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6212
o198.Color = Color3.new(0.623529, 0.631373, 0.67451)
6213
o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
6214
o199.Parent = o198
6215
o199.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6216
o200.Name = "Joint"
6217
o200.Parent = o198
6218
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)
6219
o200.Part0 = o198
6220
o200.Part1 = o2
6221
o201.Name = "Chain"
6222
o201.Parent = o1
6223
o201.Material = Enum.Material.SmoothPlastic
6224
o201.BrickColor = BrickColor.new("Fossil")
6225
o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
6226
o201.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6227
o201.Anchored = false
6228
o201.CanCollide = false
6229
o201.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6230
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)
6231
o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6232
o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6233
o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6234
o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6235
o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6236
o201.Color = Color3.new(0.623529, 0.631373, 0.67451)
6237
o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
6238
o202.Parent = o201
6239
o202.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6240
o203.Name = "Joint"
6241
o203.Parent = o201
6242
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)
6243
o203.Part0 = o201
6244
o203.Part1 = o2
6245
o204.Name = "Chain"
6246
o204.Parent = o1
6247
o204.Material = Enum.Material.SmoothPlastic
6248
o204.BrickColor = BrickColor.new("Fossil")
6249
o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
6250
o204.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6251
o204.Anchored = false
6252
o204.CanCollide = false
6253
o204.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6254
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)
6255
o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6256
o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6257
o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6258
o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6259
o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6260
o204.Color = Color3.new(0.623529, 0.631373, 0.67451)
6261
o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
6262
o205.Parent = o204
6263
o205.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6264
o206.Name = "Joint"
6265
o206.Parent = o204
6266
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)
6267
o206.Part0 = o204
6268
o206.Part1 = o2
6269
o207.Name = "Chain"
6270
o207.Parent = o1
6271
o207.Material = Enum.Material.SmoothPlastic
6272
o207.BrickColor = BrickColor.new("Fossil")
6273
o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
6274
o207.Rotation = Vector3.new(90, -38.0900002, 90)
6275
o207.Anchored = false
6276
o207.CanCollide = false
6277
o207.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6278
o207.CFrame = CFrame.new(112.001556, 1.11563599, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6279
o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6280
o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6281
o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6282
o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6283
o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6284
o207.Color = Color3.new(0.623529, 0.631373, 0.67451)
6285
o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
6286
o208.Parent = o207
6287
o208.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6288
o209.Name = "Joint"
6289
o209.Parent = o207
6290
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)
6291
o209.Part0 = o207
6292
o209.Part1 = o2
6293
o210.Name = "Chain"
6294
o210.Parent = o1
6295
o210.Material = Enum.Material.SmoothPlastic
6296
o210.BrickColor = BrickColor.new("Fossil")
6297
o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
6298
o210.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6299
o210.Anchored = false
6300
o210.CanCollide = false
6301
o210.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6302
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)
6303
o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6304
o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6305
o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6306
o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6307
o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6308
o210.Color = Color3.new(0.623529, 0.631373, 0.67451)
6309
o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
6310
o211.Parent = o210
6311
o211.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6312
o212.Name = "Joint"
6313
o212.Parent = o210
6314
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)
6315
o212.Part0 = o210
6316
o212.Part1 = o2
6317
o213.Name = "Chain"
6318
o213.Parent = o1
6319
o213.Material = Enum.Material.SmoothPlastic
6320
o213.BrickColor = BrickColor.new("Fossil")
6321
o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
6322
o213.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6323
o213.Anchored = false
6324
o213.CanCollide = false
6325
o213.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6326
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)
6327
o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6328
o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6329
o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6330
o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6331
o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6332
o213.Color = Color3.new(0.623529, 0.631373, 0.67451)
6333
o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
6334
o214.Parent = o213
6335
o214.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6336
o215.Name = "Joint"
6337
o215.Parent = o213
6338
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)
6339
o215.Part0 = o213
6340
o215.Part1 = o2
6341
o216.Name = "Chain"
6342
o216.Parent = o1
6343
o216.Material = Enum.Material.SmoothPlastic
6344
o216.BrickColor = BrickColor.new("Fossil")
6345
o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
6346
o216.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6347
o216.Anchored = false
6348
o216.CanCollide = false
6349
o216.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6350
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)
6351
o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6352
o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6353
o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6354
o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6355
o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6356
o216.Color = Color3.new(0.623529, 0.631373, 0.67451)
6357
o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
6358
o217.Parent = o216
6359
o217.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6360
o218.Name = "Joint"
6361
o218.Parent = o216
6362
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)
6363
o218.Part0 = o216
6364
o218.Part1 = o2
6365
o219.Name = "Chain"
6366
o219.Parent = o1
6367
o219.Material = Enum.Material.SmoothPlastic
6368
o219.BrickColor = BrickColor.new("Fossil")
6369
o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
6370
o219.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6371
o219.Anchored = false
6372
o219.CanCollide = false
6373
o219.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6374
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)
6375
o219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6376
o219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6377
o219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6378
o219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6379
o219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6380
o219.Color = Color3.new(0.623529, 0.631373, 0.67451)
6381
o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
6382
o220.Parent = o219
6383
o220.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6384
o221.Name = "Joint"
6385
o221.Parent = o219
6386
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)
6387
o221.Part0 = o219
6388
o221.Part1 = o2
6389
o222.Name = "Chain"
6390
o222.Parent = o1
6391
o222.Material = Enum.Material.SmoothPlastic
6392
o222.BrickColor = BrickColor.new("Fossil")
6393
o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
6394
o222.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6395
o222.Anchored = false
6396
o222.CanCollide = false
6397
o222.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6398
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)
6399
o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6400
o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6401
o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6402
o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6403
o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6404
o222.Color = Color3.new(0.623529, 0.631373, 0.67451)
6405
o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
6406
o223.Parent = o222
6407
o223.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6408
o224.Name = "Joint"
6409
o224.Parent = o222
6410
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)
6411
o224.Part0 = o222
6412
o224.Part1 = o2
6413
o225.Name = "Chain"
6414
o225.Parent = o1
6415
o225.Material = Enum.Material.SmoothPlastic
6416
o225.BrickColor = BrickColor.new("Fossil")
6417
o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
6418
o225.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6419
o225.Anchored = false
6420
o225.CanCollide = false
6421
o225.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6422
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)
6423
o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6424
o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6425
o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6426
o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6427
o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6428
o225.Color = Color3.new(0.623529, 0.631373, 0.67451)
6429
o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
6430
o226.Parent = o225
6431
o226.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6432
o227.Name = "Joint"
6433
o227.Parent = o225
6434
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)
6435
o227.Part0 = o225
6436
o227.Part1 = o2
6437
o228.Name = "Chain"
6438
o228.Parent = o1
6439
o228.Material = Enum.Material.SmoothPlastic
6440
o228.BrickColor = BrickColor.new("Fossil")
6441
o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
6442
o228.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6443
o228.Anchored = false
6444
o228.CanCollide = false
6445
o228.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6446
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)
6447
o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6448
o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6449
o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6450
o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6451
o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6452
o228.Color = Color3.new(0.623529, 0.631373, 0.67451)
6453
o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
6454
o229.Parent = o228
6455
o229.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6456
o230.Name = "Joint"
6457
o230.Parent = o228
6458
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)
6459
o230.Part0 = o228
6460
o230.Part1 = o2
6461
o231.Name = "Chain"
6462
o231.Parent = o1
6463
o231.Material = Enum.Material.SmoothPlastic
6464
o231.BrickColor = BrickColor.new("Fossil")
6465
o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
6466
o231.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6467
o231.Anchored = false
6468
o231.CanCollide = false
6469
o231.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6470
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)
6471
o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6472
o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6473
o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6474
o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6475
o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6476
o231.Color = Color3.new(0.623529, 0.631373, 0.67451)
6477
o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
6478
o232.Parent = o231
6479
o232.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6480
o233.Name = "Joint"
6481
o233.Parent = o231
6482
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)
6483
o233.Part0 = o231
6484
o233.Part1 = o2
6485
o234.Name = "Chain"
6486
o234.Parent = o1
6487
o234.Material = Enum.Material.SmoothPlastic
6488
o234.BrickColor = BrickColor.new("Fossil")
6489
o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
6490
o234.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6491
o234.Anchored = false
6492
o234.CanCollide = false
6493
o234.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6494
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)
6495
o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6496
o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6497
o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6498
o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6499
o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6500
o234.Color = Color3.new(0.623529, 0.631373, 0.67451)
6501
o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
6502
o235.Parent = o234
6503
o235.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6504
o236.Name = "Joint"
6505
o236.Parent = o234
6506
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)
6507
o236.Part0 = o234
6508
o236.Part1 = o2
6509
o237.Name = "Chain"
6510
o237.Parent = o1
6511
o237.Material = Enum.Material.SmoothPlastic
6512
o237.BrickColor = BrickColor.new("Fossil")
6513
o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
6514
o237.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6515
o237.Anchored = false
6516
o237.CanCollide = false
6517
o237.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6518
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)
6519
o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6520
o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6521
o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6522
o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6523
o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6524
o237.Color = Color3.new(0.623529, 0.631373, 0.67451)
6525
o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
6526
o238.Parent = o237
6527
o238.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6528
o239.Name = "Joint"
6529
o239.Parent = o237
6530
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)
6531
o239.Part0 = o237
6532
o239.Part1 = o2
6533
o240.Name = "Chain"
6534
o240.Parent = o1
6535
o240.Material = Enum.Material.SmoothPlastic
6536
o240.BrickColor = BrickColor.new("Fossil")
6537
o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
6538
o240.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6539
o240.Anchored = false
6540
o240.CanCollide = false
6541
o240.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6542
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)
6543
o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6544
o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6545
o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6546
o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6547
o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6548
o240.Color = Color3.new(0.623529, 0.631373, 0.67451)
6549
o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
6550
o241.Parent = o240
6551
o241.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6552
o242.Name = "Joint"
6553
o242.Parent = o240
6554
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)
6555
o242.Part0 = o240
6556
o242.Part1 = o2
6557
o243.Name = "Chain"
6558
o243.Parent = o1
6559
o243.Material = Enum.Material.SmoothPlastic
6560
o243.BrickColor = BrickColor.new("Fossil")
6561
o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
6562
o243.Rotation = Vector3.new(-180, 0, 128.089996)
6563
o243.Anchored = false
6564
o243.CanCollide = false
6565
o243.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6566
o243.CFrame = CFrame.new(112.051231, 1.13664401, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6567
o243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6568
o243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6569
o243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6570
o243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6571
o243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6572
o243.Color = Color3.new(0.623529, 0.631373, 0.67451)
6573
o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
6574
o244.Parent = o243
6575
o244.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6576
o245.Name = "Joint"
6577
o245.Parent = o243
6578
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)
6579
o245.Part0 = o243
6580
o245.Part1 = o2
6581
o246.Name = "Chain"
6582
o246.Parent = o1
6583
o246.Material = Enum.Material.SmoothPlastic
6584
o246.BrickColor = BrickColor.new("Fossil")
6585
o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
6586
o246.Rotation = Vector3.new(-180, 0, 128.089996)
6587
o246.Anchored = false
6588
o246.CanCollide = false
6589
o246.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6590
o246.CFrame = CFrame.new(112.206192, 0.955232024, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6591
o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6592
o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6593
o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6594
o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6595
o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6596
o246.Color = Color3.new(0.623529, 0.631373, 0.67451)
6597
o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
6598
o247.Parent = o246
6599
o247.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6600
o248.Name = "Joint"
6601
o248.Parent = o246
6602
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)
6603
o248.Part0 = o246
6604
o248.Part1 = o2
6605
o249.Name = "Chain"
6606
o249.Parent = o1
6607
o249.Material = Enum.Material.SmoothPlastic
6608
o249.BrickColor = BrickColor.new("Fossil")
6609
o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
6610
o249.Rotation = Vector3.new(90, -38.0900002, 90)
6611
o249.Anchored = false
6612
o249.CanCollide = false
6613
o249.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6614
o249.CFrame = CFrame.new(112.13884, 1.00803494, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6615
o249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6616
o249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6617
o249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6618
o249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6619
o249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6620
o249.Color = Color3.new(0.623529, 0.631373, 0.67451)
6621
o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
6622
o250.Parent = o249
6623
o250.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6624
o251.Name = "Joint"
6625
o251.Parent = o249
6626
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)
6627
o251.Part0 = o249
6628
o251.Part1 = o2
6629
o252.Name = "Chain"
6630
o252.Parent = o1
6631
o252.Material = Enum.Material.SmoothPlastic
6632
o252.BrickColor = BrickColor.new("Fossil")
6633
o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
6634
o252.Rotation = Vector3.new(90, -38.0900002, 171.5)
6635
o252.Anchored = false
6636
o252.CanCollide = false
6637
o252.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6638
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)
6639
o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6640
o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6641
o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6642
o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6643
o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6644
o252.Color = Color3.new(0.623529, 0.631373, 0.67451)
6645
o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
6646
o253.Parent = o252
6647
o253.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6648
o254.Name = "Joint"
6649
o254.Parent = o252
6650
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)
6651
o254.Part0 = o252
6652
o254.Part1 = o2
6653
o255.Name = "Chain"
6654
o255.Parent = o1
6655
o255.Material = Enum.Material.SmoothPlastic
6656
o255.BrickColor = BrickColor.new("Fossil")
6657
o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
6658
o255.Rotation = Vector3.new(-180, 0, 128.089996)
6659
o255.Anchored = false
6660
o255.CanCollide = false
6661
o255.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6662
o255.CFrame = CFrame.new(111.993683, 1.060974, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6663
o255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6664
o255.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6665
o255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6666
o255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6667
o255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6668
o255.Color = Color3.new(0.623529, 0.631373, 0.67451)
6669
o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
6670
o256.Parent = o255
6671
o256.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6672
o257.Name = "Joint"
6673
o257.Parent = o255
6674
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)
6675
o257.Part0 = o255
6676
o257.Part1 = o2
6677
o258.Name = "Chain"
6678
o258.Parent = o1
6679
o258.Material = Enum.Material.SmoothPlastic
6680
o258.BrickColor = BrickColor.new("Fossil")
6681
o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
6682
o258.Rotation = Vector3.new(90, -38.0900002, 90)
6683
o258.Anchored = false
6684
o258.CanCollide = false
6685
o258.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6686
o258.CFrame = CFrame.new(112.09314, 1.04384899, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6687
o258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6688
o258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6689
o258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6690
o258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6691
o258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6692
o258.Color = Color3.new(0.623529, 0.631373, 0.67451)
6693
o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
6694
o259.Parent = o258
6695
o259.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6696
o260.Name = "Joint"
6697
o260.Parent = o258
6698
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)
6699
o260.Part0 = o258
6700
o260.Part1 = o2
6701
o261.Name = "Chain"
6702
o261.Parent = o1
6703
o261.Material = Enum.Material.SmoothPlastic
6704
o261.BrickColor = BrickColor.new("Fossil")
6705
o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
6706
o261.Rotation = Vector3.new(-180, 0, 128.089996)
6707
o261.Anchored = false
6708
o261.CanCollide = false
6709
o261.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6710
o261.CFrame = CFrame.new(112.068916, 1.06284106, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6711
o261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6712
o261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6713
o261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6714
o261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6715
o261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6716
o261.Color = Color3.new(0.623529, 0.631373, 0.67451)
6717
o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
6718
o262.Parent = o261
6719
o262.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6720
o263.Name = "Joint"
6721
o263.Parent = o261
6722
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)
6723
o263.Part0 = o261
6724
o263.Part1 = o2
6725
o264.Name = "Chain"
6726
o264.Parent = o1
6727
o264.Material = Enum.Material.SmoothPlastic
6728
o264.BrickColor = BrickColor.new("Fossil")
6729
o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
6730
o264.Rotation = Vector3.new(90, -38.0900002, 90)
6731
o264.Anchored = false
6732
o264.CanCollide = false
6733
o264.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6734
o264.CFrame = CFrame.new(112.051819, 1.07623994, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6735
o264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6736
o264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6737
o264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6738
o264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6739
o264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6740
o264.Color = Color3.new(0.623529, 0.631373, 0.67451)
6741
o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
6742
o265.Parent = o264
6743
o265.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6744
o266.Name = "Joint"
6745
o266.Parent = o264
6746
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)
6747
o266.Part0 = o264
6748
o266.Part1 = o2
6749
o267.Name = "Chain"
6750
o267.Parent = o1
6751
o267.Material = Enum.Material.SmoothPlastic
6752
o267.BrickColor = BrickColor.new("Fossil")
6753
o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
6754
o267.Rotation = Vector3.new(-180, 0, 128.089996)
6755
o267.Anchored = false
6756
o267.CanCollide = false
6757
o267.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6758
o267.CFrame = CFrame.new(112.130943, 0.953365028, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6759
o267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6760
o267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6761
o267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6762
o267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6763
o267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6764
o267.Color = Color3.new(0.623529, 0.631373, 0.67451)
6765
o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
6766
o268.Parent = o267
6767
o268.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6768
o269.Name = "Joint"
6769
o269.Parent = o267
6770
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)
6771
o269.Part0 = o267
6772
o269.Part1 = o2
6773
o270.Name = "Chain"
6774
o270.Parent = o1
6775
o270.Material = Enum.Material.SmoothPlastic
6776
o270.BrickColor = BrickColor.new("Fossil")
6777
o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
6778
o270.Rotation = Vector3.new(-180, 0, 128.089996)
6779
o270.Anchored = false
6780
o270.CanCollide = false
6781
o270.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6782
o270.CFrame = CFrame.new(112.119171, 1.02344501, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6783
o270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6784
o270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6785
o270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6786
o270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6787
o270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6788
o270.Color = Color3.new(0.623529, 0.631373, 0.67451)
6789
o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
6790
o271.Parent = o270
6791
o271.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6792
o272.Name = "Joint"
6793
o272.Parent = o270
6794
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)
6795
o272.Part0 = o270
6796
o272.Part1 = o2
6797
o273.Name = "Chain"
6798
o273.Parent = o1
6799
o273.Material = Enum.Material.SmoothPlastic
6800
o273.BrickColor = BrickColor.new("Fossil")
6801
o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
6802
o273.Rotation = Vector3.new(90, -38.0900002, 90)
6803
o273.Anchored = false
6804
o273.CanCollide = false
6805
o273.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6806
o273.CFrame = CFrame.new(112.092041, 1.04470801, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6807
o273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6808
o273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6809
o273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6810
o273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6811
o273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6812
o273.Color = Color3.new(0.623529, 0.631373, 0.67451)
6813
o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
6814
o274.Parent = o273
6815
o274.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6816
o275.Name = "Joint"
6817
o275.Parent = o273
6818
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)
6819
o275.Part0 = o273
6820
o275.Part1 = o2
6821
o276.Name = "Chain"
6822
o276.Parent = o1
6823
o276.Material = Enum.Material.SmoothPlastic
6824
o276.BrickColor = BrickColor.new("Fossil")
6825
o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
6826
o276.Rotation = Vector3.new(90, -38.0900002, 90)
6827
o276.Anchored = false
6828
o276.CanCollide = false
6829
o276.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6830
o276.CFrame = CFrame.new(112.092041, 1.04470801, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6831
o276.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6832
o276.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6833
o276.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6834
o276.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6835
o276.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6836
o276.Color = Color3.new(0.623529, 0.631373, 0.67451)
6837
o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
6838
o277.Parent = o276
6839
o277.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6840
o278.Name = "Joint"
6841
o278.Parent = o276
6842
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)
6843
o278.Part0 = o276
6844
o278.Part1 = o2
6845
o279.Name = "Chain"
6846
o279.Parent = o1
6847
o279.Material = Enum.Material.SmoothPlastic
6848
o279.BrickColor = BrickColor.new("Fossil")
6849
o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
6850
o279.Rotation = Vector3.new(90, -38.0900002, 90)
6851
o279.Anchored = false
6852
o279.CanCollide = false
6853
o279.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6854
o279.CFrame = CFrame.new(112.13884, 1.00803494, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6855
o279.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6856
o279.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6857
o279.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6858
o279.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6859
o279.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6860
o279.Color = Color3.new(0.623529, 0.631373, 0.67451)
6861
o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
6862
o280.Parent = o279
6863
o280.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6864
o281.Name = "Joint"
6865
o281.Parent = o279
6866
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)
6867
o281.Part0 = o279
6868
o281.Part1 = o2
6869
o282.Name = "Chain"
6870
o282.Parent = o1
6871
o282.Material = Enum.Material.SmoothPlastic
6872
o282.BrickColor = BrickColor.new("Fossil")
6873
o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
6874
o282.Rotation = Vector3.new(0, 0, 51.9099998)
6875
o282.Anchored = false
6876
o282.CanCollide = false
6877
o282.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6878
o282.CFrame = CFrame.new(112.206192, 0.955232024, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
6879
o282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6880
o282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6881
o282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6882
o282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6883
o282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6884
o282.Color = Color3.new(0.623529, 0.631373, 0.67451)
6885
o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
6886
o283.Parent = o282
6887
o283.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6888
o284.Name = "Joint"
6889
o284.Parent = o282
6890
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)
6891
o284.Part0 = o282
6892
o284.Part1 = o2
6893
o285.Name = "Chain"
6894
o285.Parent = o1
6895
o285.Material = Enum.Material.SmoothPlastic
6896
o285.BrickColor = BrickColor.new("Fossil")
6897
o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
6898
o285.Rotation = Vector3.new(90, -38.0900002, 90)
6899
o285.Anchored = false
6900
o285.CanCollide = false
6901
o285.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6902
o285.CFrame = CFrame.new(112.051819, 1.07623994, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6903
o285.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6904
o285.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6905
o285.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6906
o285.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6907
o285.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6908
o285.Color = Color3.new(0.623529, 0.631373, 0.67451)
6909
o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
6910
o286.Parent = o285
6911
o286.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6912
o287.Name = "Joint"
6913
o287.Parent = o285
6914
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)
6915
o287.Part0 = o285
6916
o287.Part1 = o2
6917
o288.Parent = o1
6918
o288.Material = Enum.Material.SmoothPlastic
6919
o288.BrickColor = BrickColor.new("Really black")
6920
o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
6921
o288.Rotation = Vector3.new(-6.51999998, 67.3399963, 27.2399998)
6922
o288.Anchored = false
6923
o288.FormFactor = Enum.FormFactor.Custom
6924
o288.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
6925
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)
6926
o288.BottomSurface = Enum.SurfaceType.Smooth
6927
o288.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6928
o288.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6929
o288.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6930
o288.TopSurface = Enum.SurfaceType.Smooth
6931
o288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6932
o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
6933
o289.Name = "Joint"
6934
o289.Parent = o288
6935
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)
6936
o289.Part0 = o288
6937
o289.Part1 = o2
6938
o290.Parent = o1
6939
o290.Material = Enum.Material.SmoothPlastic
6940
o290.BrickColor = BrickColor.new("Really black")
6941
o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
6942
o290.Rotation = Vector3.new(-25.4300003, 60.0800018, 49.1500015)
6943
o290.Anchored = false
6944
o290.FormFactor = Enum.FormFactor.Custom
6945
o290.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
6946
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)
6947
o290.BottomSurface = Enum.SurfaceType.Smooth
6948
o290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6949
o290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6950
o290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6951
o290.TopSurface = Enum.SurfaceType.Smooth
6952
o290.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6953
o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
6954
o291.Name = "Joint"
6955
o291.Parent = o290
6956
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)
6957
o291.Part0 = o290
6958
o291.Part1 = o2
6959
o292.Parent = o1
6960
o292.Material = Enum.Material.SmoothPlastic
6961
o292.BrickColor = BrickColor.new("Really black")
6962
o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
6963
o292.Rotation = Vector3.new(-33.0400009, 53.5200005, 60.7000008)
6964
o292.Anchored = false
6965
o292.FormFactor = Enum.FormFactor.Custom
6966
o292.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
6967
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)
6968
o292.BottomSurface = Enum.SurfaceType.Smooth
6969
o292.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6970
o292.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6971
o292.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6972
o292.TopSurface = Enum.SurfaceType.Smooth
6973
o292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6974
o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
6975
o293.Name = "Joint"
6976
o293.Parent = o292
6977
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)
6978
o293.Part0 = o292
6979
o293.Part1 = o2
6980
o294.Parent = o1
6981
o294.Material = Enum.Material.Metal
6982
o294.BrickColor = BrickColor.new("Dark stone grey")
6983
o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
6984
o294.Rotation = Vector3.new(89.9199982, 0, 0)
6985
o294.Anchored = false
6986
o294.CanCollide = false
6987
o294.Size = Vector3.new(0.358883083, 0.200000003, 0.324934512)
6988
o294.CFrame = CFrame.new(110.700317, 3.83861208, -59.9401741, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
6989
o294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6990
o294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6991
o294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6992
o294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6993
o294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6994
o294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6995
o294.Color = Color3.new(0.388235, 0.372549, 0.384314)
6996
o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
6997
o295.Parent = o294
6998
o295.Scale = Vector3.new(1, 0.484977037, 1)
6999
o296.Name = "Joint"
7000
o296.Parent = o294
7001
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)
7002
o296.Part0 = o294
7003
o296.Part1 = o2
7004
o297.Parent = o1
7005
o297.Material = Enum.Material.SmoothPlastic
7006
o297.BrickColor = BrickColor.new("Really black")
7007
o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
7008
o297.Rotation = Vector3.new(-48.2099991, -83.4400024, -73.3799973)
7009
o297.Anchored = false
7010
o297.FormFactor = Enum.FormFactor.Custom
7011
o297.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7012
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)
7013
o297.BottomSurface = Enum.SurfaceType.Smooth
7014
o297.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7015
o297.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7016
o297.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7017
o297.TopSurface = Enum.SurfaceType.Smooth
7018
o297.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7019
o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
7020
o298.Name = "Joint"
7021
o298.Parent = o297
7022
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)
7023
o298.Part0 = o297
7024
o298.Part1 = o2
7025
o299.Parent = o1
7026
o299.Material = Enum.Material.SmoothPlastic
7027
o299.BrickColor = BrickColor.new("Really black")
7028
o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
7029
o299.Rotation = Vector3.new(-90, -67.0100021, -90)
7030
o299.Anchored = false
7031
o299.FormFactor = Enum.FormFactor.Custom
7032
o299.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7033
o299.CFrame = CFrame.new(109.589294, 1.338287, -61.2099457, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
7034
o299.BottomSurface = Enum.SurfaceType.Smooth
7035
o299.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7036
o299.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7037
o299.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7038
o299.TopSurface = Enum.SurfaceType.Smooth
7039
o299.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7040
o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
7041
o300.Name = "Joint"
7042
o300.Parent = o299
7043
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)
7044
o300.Part0 = o299
7045
o300.Part1 = o2
7046
o301.Parent = o1
7047
o301.Material = Enum.Material.SmoothPlastic
7048
o301.BrickColor = BrickColor.new("Really black")
7049
o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
7050
o301.Rotation = Vector3.new(-61.8400002, -72.7200012, -81.8799973)
7051
o301.Anchored = false
7052
o301.FormFactor = Enum.FormFactor.Custom
7053
o301.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7054
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)
7055
o301.BottomSurface = Enum.SurfaceType.Smooth
7056
o301.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7057
o301.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7058
o301.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7059
o301.TopSurface = Enum.SurfaceType.Smooth
7060
o301.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7061
o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
7062
o302.Name = "Joint"
7063
o302.Parent = o301
7064
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)
7065
o302.Part0 = o301
7066
o302.Part1 = o2
7067
o303.Parent = o1
7068
o303.Material = Enum.Material.SmoothPlastic
7069
o303.BrickColor = BrickColor.new("Really black")
7070
o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
7071
o303.Rotation = Vector3.new(180, 90, 0)
7072
o303.Anchored = false
7073
o303.FormFactor = Enum.FormFactor.Custom
7074
o303.Size = Vector3.new(1.21000004, 0.200000003, 0.689999998)
7075
o303.CFrame = CFrame.new(111.325104, 4.15095997, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7076
o303.BottomSurface = Enum.SurfaceType.Smooth
7077
o303.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7078
o303.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7079
o303.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7080
o303.TopSurface = Enum.SurfaceType.Smooth
7081
o303.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7082
o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
7083
o304.Name = "Joint"
7084
o304.Parent = o303
7085
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)
7086
o304.Part0 = o303
7087
o304.Part1 = o2
7088
o305.Parent = o1
7089
o305.Material = Enum.Material.SmoothPlastic
7090
o305.BrickColor = BrickColor.new("Really black")
7091
o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
7092
o305.Rotation = Vector3.new(-66.0599976, -65.1100006, -80.6699982)
7093
o305.Anchored = false
7094
o305.FormFactor = Enum.FormFactor.Custom
7095
o305.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7096
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)
7097
o305.BottomSurface = Enum.SurfaceType.Smooth
7098
o305.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7099
o305.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7100
o305.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7101
o305.TopSurface = Enum.SurfaceType.Smooth
7102
o305.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7103
o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
7104
o306.Name = "Joint"
7105
o306.Parent = o305
7106
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)
7107
o306.Part0 = o305
7108
o306.Part1 = o2
7109
o307.Parent = o1
7110
o307.Material = Enum.Material.SmoothPlastic
7111
o307.BrickColor = BrickColor.new("Really black")
7112
o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
7113
o307.Rotation = Vector3.new(180, 90, 0)
7114
o307.Anchored = false
7115
o307.FormFactor = Enum.FormFactor.Custom
7116
o307.Size = Vector3.new(0.560000062, 0.200000003, 2)
7117
o307.CFrame = CFrame.new(110.610107, 4.15095997, -61.0299454, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7118
o307.BottomSurface = Enum.SurfaceType.Smooth
7119
o307.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7120
o307.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7121
o307.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7122
o307.TopSurface = Enum.SurfaceType.Smooth
7123
o307.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7124
o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
7125
o308.Name = "Joint"
7126
o308.Parent = o307
7127
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)
7128
o308.Part0 = o307
7129
o308.Part1 = o2
7130
o309.Parent = o1
7131
o309.Material = Enum.Material.SmoothPlastic
7132
o309.BrickColor = BrickColor.new("Really black")
7133
o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
7134
o309.Rotation = Vector3.new(180, 90, 0)
7135
o309.Anchored = false
7136
o309.FormFactor = Enum.FormFactor.Custom
7137
o309.Size = Vector3.new(1.22000003, 0.200000003, 0.639999986)
7138
o309.CFrame = CFrame.new(109.930099, 4.15095997, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7139
o309.BottomSurface = Enum.SurfaceType.Smooth
7140
o309.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7141
o309.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7142
o309.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7143
o309.TopSurface = Enum.SurfaceType.Smooth
7144
o309.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7145
o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
7146
o310.Name = "Joint"
7147
o310.Parent = o309
7148
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)
7149
o310.Part0 = o309
7150
o310.Part1 = o2
7151
o311.Name = "Chain"
7152
o311.Parent = o1
7153
o311.Material = Enum.Material.SmoothPlastic
7154
o311.BrickColor = BrickColor.new("Fossil")
7155
o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
7156
o311.Rotation = Vector3.new(0, 0, 51.9099998)
7157
o311.Anchored = false
7158
o311.CanCollide = false
7159
o311.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7160
o311.CFrame = CFrame.new(112.130943, 0.953365028, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
7161
o311.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7162
o311.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7163
o311.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7164
o311.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7165
o311.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7166
o311.Color = Color3.new(0.623529, 0.631373, 0.67451)
7167
o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
7168
o312.Parent = o311
7169
o312.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
7170
o313.Name = "Joint"
7171
o313.Parent = o311
7172
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)
7173
o313.Part0 = o311
7174
o313.Part1 = o2
7175
o314.Name = "Chain"
7176
o314.Parent = o1
7177
o314.Material = Enum.Material.SmoothPlastic
7178
o314.BrickColor = BrickColor.new("Fossil")
7179
o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
7180
o314.Rotation = Vector3.new(90, -38.0900002, 8.5)
7181
o314.Anchored = false
7182
o314.CanCollide = false
7183
o314.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7184
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)
7185
o314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7186
o314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7187
o314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7188
o314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7189
o314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7190
o314.Color = Color3.new(0.623529, 0.631373, 0.67451)
7191
o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
7192
o315.Parent = o314
7193
o315.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7194
o316.Name = "Joint"
7195
o316.Parent = o314
7196
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)
7197
o316.Part0 = o314
7198
o316.Part1 = o2
7199
o317.Name = "Chain"
7200
o317.Parent = o1
7201
o317.Material = Enum.Material.SmoothPlastic
7202
o317.BrickColor = BrickColor.new("Fossil")
7203
o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
7204
o317.Rotation = Vector3.new(90, -38.0900002, 8.5)
7205
o317.Anchored = false
7206
o317.CanCollide = false
7207
o317.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7208
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)
7209
o317.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7210
o317.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7211
o317.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7212
o317.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7213
o317.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7214
o317.Color = Color3.new(0.623529, 0.631373, 0.67451)
7215
o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
7216
o318.Parent = o317
7217
o318.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7218
o319.Name = "Joint"
7219
o319.Parent = o317
7220
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)
7221
o319.Part0 = o317
7222
o319.Part1 = o2
7223
o320.Name = "Chain"
7224
o320.Parent = o1
7225
o320.Material = Enum.Material.SmoothPlastic
7226
o320.BrickColor = BrickColor.new("Fossil")
7227
o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
7228
o320.Rotation = Vector3.new(90, -38.0900002, 8.5)
7229
o320.Anchored = false
7230
o320.CanCollide = false
7231
o320.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7232
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)
7233
o320.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7234
o320.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7235
o320.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7236
o320.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7237
o320.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7238
o320.Color = Color3.new(0.623529, 0.631373, 0.67451)
7239
o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
7240
o321.Parent = o320
7241
o321.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
7242
o322.Name = "Joint"
7243
o322.Parent = o320
7244
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)
7245
o322.Part0 = o320
7246
o322.Part1 = o2
7247
o323.Name = "Chain"
7248
o323.Parent = o1
7249
o323.Material = Enum.Material.SmoothPlastic
7250
o323.BrickColor = BrickColor.new("Fossil")
7251
o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
7252
o323.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
7253
o323.Anchored = false
7254
o323.CanCollide = false
7255
o323.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7256
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)
7257
o323.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7258
o323.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7259
o323.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7260
o323.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7261
o323.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7262
o323.Color = Color3.new(0.623529, 0.631373, 0.67451)
7263
o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
7264
o324.Parent = o323
7265
o324.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7266
o325.Name = "Joint"
7267
o325.Parent = o323
7268
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)
7269
o325.Part0 = o323
7270
o325.Part1 = o2
7271
o326.Name = "Chain"
7272
o326.Parent = o1
7273
o326.Material = Enum.Material.SmoothPlastic
7274
o326.BrickColor = BrickColor.new("Fossil")
7275
o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
7276
o326.Rotation = Vector3.new(90, -38.0900002, 90)
7277
o326.Anchored = false
7278
o326.CanCollide = false
7279
o326.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7280
o326.CFrame = CFrame.new(112.09314, 1.04384899, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
7281
o326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7282
o326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7283
o326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7284
o326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7285
o326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7286
o326.Color = Color3.new(0.623529, 0.631373, 0.67451)
7287
o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
7288
o327.Parent = o326
7289
o327.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
7290
o328.Name = "Joint"
7291
o328.Parent = o326
7292
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)
7293
o328.Part0 = o326
7294
o328.Part1 = o2
7295
o329.Name = "Chain"
7296
o329.Parent = o1
7297
o329.Material = Enum.Material.SmoothPlastic
7298
o329.BrickColor = BrickColor.new("Fossil")
7299
o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
7300
o329.Rotation = Vector3.new(90, -38.0900002, 147.770004)
7301
o329.Anchored = false
7302
o329.CanCollide = false
7303
o329.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7304
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)
7305
o329.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7306
o329.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7307
o329.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7308
o329.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7309
o329.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7310
o329.Color = Color3.new(0.623529, 0.631373, 0.67451)
7311
o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
7312
o330.Parent = o329
7313
o330.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7314
o331.Name = "Joint"
7315
o331.Parent = o329
7316
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)
7317
o331.Part0 = o329
7318
o331.Part1 = o2
7319
mas.Parent = workspace
7320
mas:MakeJoints()
7321
local mas1 = mas:GetChildren()
7322
for i=1,#mas1 do
7323
	mas1[i].Parent = workspace 
7324
	ypcall(function() mas1[i]:MakeJoints() end)
7325
end
7326
mas:Destroy()
7327
for i=1,#cors do
7328
coroutine.resume(cors[i])
7329
end
7330
7331
wait()
7332
7333
Workspace["Torso_"].Parent = game.Players.LocalPlayer.Character
7334
7335
game.Players.LocalPlayer.Character["Torso_"].Name = "Familiar Torso"
7336
7337
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
7338
w.Part0 = game.Players.LocalPlayer.Character["Torso"]
7339
w.Part1 = o2
7340
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
7341
game.Players.LocalPlayer.Character["Torso"].Transparency = 0
7342
7343
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Torso"]:GetChildren()) do
7344
	if v.ClassName == "Part" then
7345
	v.CanCollide = false
7346
	v.Anchored = false
7347
	end
7348
end
7349
7350
7351
local runDummyScript = function(f,scri)
7352
local oldenv = getfenv(f)
7353
local newenv = setmetatable({}, {
7354
__index = function(_, k)
7355
if k:lower() == 'script' then
7356
return scri
7357
else
7358
return oldenv[k]
7359
end
7360
end
7361
})
7362
setfenv(f, newenv)
7363
ypcall(function() f() end)
7364
end
7365
cors = {}
7366
mas = Instance.new("Model",game:GetService("Lighting")) 
7367
mas.Name = "CompiledModel"
7368
o1 = Instance.new("Model")
7369
o2 = Instance.new("Part")
7370
o3 = Instance.new("SpecialMesh")
7371
o4 = Instance.new("Part")
7372
o5 = Instance.new("Weld")
7373
o6 = Instance.new("Part")
7374
o7 = Instance.new("Weld")
7375
o8 = Instance.new("Part")
7376
o9 = Instance.new("Weld")
7377
o10 = Instance.new("Part")
7378
o11 = Instance.new("Weld")
7379
o12 = Instance.new("Part")
7380
o13 = Instance.new("Weld")
7381
o14 = Instance.new("Part")
7382
o15 = Instance.new("Weld")
7383
o16 = Instance.new("Part")
7384
o17 = Instance.new("Weld")
7385
o18 = Instance.new("Part")
7386
o19 = Instance.new("Weld")
7387
o20 = Instance.new("Part")
7388
o21 = Instance.new("SpecialMesh")
7389
o22 = Instance.new("Weld")
7390
o23 = Instance.new("Part")
7391
o24 = Instance.new("SpecialMesh")
7392
o25 = Instance.new("Weld")
7393
o26 = Instance.new("Part")
7394
o27 = Instance.new("SpecialMesh")
7395
o28 = Instance.new("Weld")
7396
o29 = Instance.new("Part")
7397
o30 = Instance.new("SpecialMesh")
7398
o31 = Instance.new("Weld")
7399
o32 = Instance.new("Part")
7400
o33 = Instance.new("SpecialMesh")
7401
o34 = Instance.new("Weld")
7402
o35 = Instance.new("Part")
7403
o36 = Instance.new("SpecialMesh")
7404
o37 = Instance.new("Weld")
7405
o38 = Instance.new("Part")
7406
o39 = Instance.new("SpecialMesh")
7407
o40 = Instance.new("Weld")
7408
o41 = Instance.new("Part")
7409
o42 = Instance.new("SpecialMesh")
7410
o43 = Instance.new("Weld")
7411
o44 = Instance.new("Part")
7412
o45 = Instance.new("SpecialMesh")
7413
o46 = Instance.new("Weld")
7414
o47 = Instance.new("Part")
7415
o48 = Instance.new("SpecialMesh")
7416
o49 = Instance.new("Weld")
7417
o50 = Instance.new("Part")
7418
o51 = Instance.new("SpecialMesh")
7419
o52 = Instance.new("Weld")
7420
o53 = Instance.new("Part")
7421
o54 = Instance.new("Weld")
7422
o55 = Instance.new("Part")
7423
o56 = Instance.new("Weld")
7424
o57 = Instance.new("Part")
7425
o58 = Instance.new("Weld")
7426
o59 = Instance.new("Part")
7427
o60 = Instance.new("Weld")
7428
o61 = Instance.new("Part")
7429
o62 = Instance.new("Weld")
7430
o63 = Instance.new("WedgePart")
7431
o64 = Instance.new("SpecialMesh")
7432
o65 = Instance.new("Weld")
7433
o66 = Instance.new("WedgePart")
7434
o67 = Instance.new("SpecialMesh")
7435
o68 = Instance.new("Weld")
7436
o69 = Instance.new("WedgePart")
7437
o70 = Instance.new("SpecialMesh")
7438
o71 = Instance.new("Weld")
7439
o72 = Instance.new("WedgePart")
7440
o73 = Instance.new("SpecialMesh")
7441
o74 = Instance.new("Weld")
7442
o75 = Instance.new("WedgePart")
7443
o76 = Instance.new("SpecialMesh")
7444
o77 = Instance.new("Weld")
7445
o78 = Instance.new("WedgePart")
7446
o79 = Instance.new("SpecialMesh")
7447
o80 = Instance.new("Weld")
7448
o81 = Instance.new("WedgePart")
7449
o82 = Instance.new("SpecialMesh")
7450
o83 = Instance.new("Weld")
7451
o84 = Instance.new("WedgePart")
7452
o85 = Instance.new("SpecialMesh")
7453
o86 = Instance.new("Weld")
7454
o87 = Instance.new("WedgePart")
7455
o88 = Instance.new("SpecialMesh")
7456
o89 = Instance.new("Weld")
7457
o90 = Instance.new("Part")
7458
o91 = Instance.new("Weld")
7459
o92 = Instance.new("WedgePart")
7460
o93 = Instance.new("SpecialMesh")
7461
o94 = Instance.new("Weld")
7462
o95 = Instance.new("WedgePart")
7463
o96 = Instance.new("SpecialMesh")
7464
o97 = Instance.new("Weld")
7465
o98 = Instance.new("WedgePart")
7466
o99 = Instance.new("SpecialMesh")
7467
o100 = Instance.new("Weld")
7468
o1.Name = "LeftArm"
7469
o1.Parent = mas
7470
o2.Name = "REF"
7471
o2.Parent = o1
7472
o2.Transparency = 1
7473
o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
7474
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
7475
o2.Anchored = false
7476
o2.CanCollide = false
7477
o2.FormFactor = Enum.FormFactor.Symmetric
7478
o2.Size = Vector3.new(1, 2, 1)
7479
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)
7480
o2.BottomSurface = Enum.SurfaceType.Smooth
7481
o2.TopSurface = Enum.SurfaceType.Smooth
7482
o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
7483
o3.Parent = o2
7484
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
7485
o3.MeshType = Enum.MeshType.FileMesh
7486
o4.Name = "Pinkie"
7487
o4.Parent = o1
7488
o4.Material = Enum.Material.Metal
7489
o4.BrickColor = BrickColor.new("Really black")
7490
o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
7491
o4.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7492
o4.Anchored = false
7493
o4.FormFactor = Enum.FormFactor.Custom
7494
o4.Size = Vector3.new(0.385473251, 0.244744942, 0.244744942)
7495
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)
7496
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7497
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7498
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7499
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7500
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7501
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7502
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7503
o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
7504
o5.Name = "Joint"
7505
o5.Parent = o4
7506
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)
7507
o5.Part0 = o4
7508
o5.Part1 = o2
7509
o6.Name = "main"
7510
o6.Parent = o1
7511
o6.Material = Enum.Material.Metal
7512
o6.BrickColor = BrickColor.new("Really black")
7513
o6.Reflectance = 0.20000000298023
7514
o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
7515
o6.Rotation = Vector3.new(0, -88.5, 0)
7516
o6.Anchored = false
7517
o6.FormFactor = Enum.FormFactor.Custom
7518
o6.Size = Vector3.new(1.16253865, 2.04795957, 1.22372472)
7519
o6.CFrame = CFrame.new(112.151566, 3.20138907, -60.6235428, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
7520
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7521
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7522
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7523
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7524
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7525
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7526
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7527
o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
7528
o7.Name = "Joint"
7529
o7.Parent = o6
7530
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)
7531
o7.Part0 = o6
7532
o7.Part1 = o2
7533
o8.Name = "Middle"
7534
o8.Parent = o1
7535
o8.Material = Enum.Material.Metal
7536
o8.BrickColor = BrickColor.new("Really black")
7537
o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
7538
o8.Rotation = Vector3.new(-83.9800034, -75.9199982, 6.19999981)
7539
o8.Anchored = false
7540
o8.FormFactor = Enum.FormFactor.Custom
7541
o8.Size = Vector3.new(0.550676167, 0.244744971, 0.244744971)
7542
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)
7543
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7544
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7545
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7546
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7547
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7548
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7549
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7550
o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
7551
o9.Name = "Joint"
7552
o9.Parent = o8
7553
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)
7554
o9.Part0 = o8
7555
o9.Part1 = o2
7556
o10.Name = "Middle"
7557
o10.Parent = o1
7558
o10.Material = Enum.Material.Metal
7559
o10.BrickColor = BrickColor.new("Really black")
7560
o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
7561
o10.Rotation = Vector3.new(0, -88.4899979, 90)
7562
o10.Anchored = false
7563
o10.FormFactor = Enum.FormFactor.Custom
7564
o10.Size = Vector3.new(0.428303689, 0.244744971, 0.244744971)
7565
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)
7566
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7567
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7568
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7569
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7570
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7571
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7572
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7573
o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
7574
o11.Name = "Joint"
7575
o11.Parent = o10
7576
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)
7577
o11.Part0 = o10
7578
o11.Part1 = o2
7579
o12.Name = "Index"
7580
o12.Parent = o1
7581
o12.Material = Enum.Material.Metal
7582
o12.BrickColor = BrickColor.new("Really black")
7583
o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
7584
o12.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
7585
o12.Anchored = false
7586
o12.FormFactor = Enum.FormFactor.Custom
7587
o12.Size = Vector3.new(0.42830357, 0.244744897, 0.244744897)
7588
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)
7589
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7590
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7591
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7592
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7593
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7594
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7595
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7596
o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
7597
o13.Name = "Joint"
7598
o13.Parent = o12
7599
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)
7600
o13.Part0 = o12
7601
o13.Part1 = o2
7602
o14.Name = "Index"
7603
o14.Parent = o1
7604
o14.Material = Enum.Material.Metal
7605
o14.BrickColor = BrickColor.new("Really black")
7606
o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
7607
o14.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7608
o14.Anchored = false
7609
o14.FormFactor = Enum.FormFactor.Custom
7610
o14.Size = Vector3.new(0.458896697, 0.244744897, 0.244744897)
7611
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)
7612
o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7613
o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7614
o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7615
o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7616
o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7617
o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7618
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7619
o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
7620
o15.Name = "Joint"
7621
o15.Parent = o14
7622
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)
7623
o15.Part0 = o14
7624
o15.Part1 = o2
7625
o16.Parent = o1
7626
o16.Material = Enum.Material.Metal
7627
o16.BrickColor = BrickColor.new("Really black")
7628
o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
7629
o16.Rotation = Vector3.new(175.25, -1.62, -90.3199997)
7630
o16.Anchored = false
7631
o16.FormFactor = Enum.FormFactor.Custom
7632
o16.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
7633
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)
7634
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7635
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7636
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7637
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7638
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7639
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7640
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7641
o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
7642
o17.Name = "Joint"
7643
o17.Parent = o16
7644
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)
7645
o17.Part0 = o16
7646
o17.Part1 = o2
7647
o18.Parent = o1
7648
o18.Material = Enum.Material.Metal
7649
o18.BrickColor = BrickColor.new("Really black")
7650
o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
7651
o18.Rotation = Vector3.new(-174.410004, -1.64999998, -90.0199966)
7652
o18.Anchored = false
7653
o18.FormFactor = Enum.FormFactor.Custom
7654
o18.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
7655
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)
7656
o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7657
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7658
o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7659
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7660
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7661
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7662
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7663
o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
7664
o19.Name = "Joint"
7665
o19.Parent = o18
7666
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)
7667
o19.Part0 = o18
7668
o19.Part1 = o2
7669
o20.Parent = o1
7670
o20.Material = Enum.Material.Neon
7671
o20.BrickColor = BrickColor.new("Cyan")
7672
o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
7673
o20.Rotation = Vector3.new(-180, -1.5, -180)
7674
o20.Anchored = false
7675
o20.CanCollide = false
7676
o20.Shape = Enum.PartType.Ball
7677
o20.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
7678
o20.CFrame = CFrame.new(112.858627, 3.2858181, -60.5739594, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
7679
o20.BottomSurface = Enum.SurfaceType.Smooth
7680
o20.TopSurface = Enum.SurfaceType.Smooth
7681
o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7682
o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
7683
o21.Parent = o20
7684
o21.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
7685
o21.MeshType = Enum.MeshType.Sphere
7686
o22.Name = "Joint"
7687
o22.Parent = o20
7688
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)
7689
o22.Part0 = o20
7690
o22.Part1 = o2
7691
o23.Name = "SkullMask"
7692
o23.Parent = o1
7693
o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
7694
o23.Rotation = Vector3.new(0, -88.5, 0)
7695
o23.Anchored = false
7696
o23.FormFactor = Enum.FormFactor.Custom
7697
o23.Size = Vector3.new(0.42987746, 0.49128899, 0.49128893)
7698
o23.CFrame = CFrame.new(112.709534, 3.31745791, -60.6490936, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
7699
o23.BottomSurface = Enum.SurfaceType.Smooth
7700
o23.TopSurface = Enum.SurfaceType.Smooth
7701
o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
7702
o24.Parent = o23
7703
o24.MeshId = "http://www.roblox.com/asset/?id=72542883"
7704
o24.Scale = Vector3.new(0.307055533, 0.921166539, 0.307055563)
7705
o24.TextureId = "rbxassetid://0"
7706
o24.VertexColor = Vector3.new(1, 2, 1)
7707
o24.MeshType = Enum.MeshType.FileMesh
7708
o25.Name = "Joint"
7709
o25.Parent = o23
7710
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)
7711
o25.Part0 = o23
7712
o25.Part1 = o2
7713
o26.Parent = o1
7714
o26.Material = Enum.Material.Neon
7715
o26.BrickColor = BrickColor.new("Cyan")
7716
o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
7717
o26.Rotation = Vector3.new(-180, -1.5, -180)
7718
o26.Anchored = false
7719
o26.CanCollide = false
7720
o26.Shape = Enum.PartType.Ball
7721
o26.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
7722
o26.CFrame = CFrame.new(112.85437, 3.2858181, -60.7367096, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
7723
o26.BottomSurface = Enum.SurfaceType.Smooth
7724
o26.TopSurface = Enum.SurfaceType.Smooth
7725
o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7726
o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
7727
o27.Parent = o26
7728
o27.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
7729
o27.MeshType = Enum.MeshType.Sphere
7730
o28.Name = "Joint"
7731
o28.Parent = o26
7732
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)
7733
o28.Part0 = o26
7734
o28.Part1 = o2
7735
o29.Parent = o1
7736
o29.Material = Enum.Material.Neon
7737
o29.BrickColor = BrickColor.new("Cyan")
7738
o29.Reflectance = 0.5
7739
o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
7740
o29.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
7741
o29.Anchored = false
7742
o29.CanCollide = false
7743
o29.FormFactor = Enum.FormFactor.Plate
7744
o29.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7745
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)
7746
o29.BottomSurface = Enum.SurfaceType.Smooth
7747
o29.TopSurface = Enum.SurfaceType.Smooth
7748
o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7749
o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
7750
o30.Parent = o29
7751
o30.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7752
o30.MeshType = Enum.MeshType.Wedge
7753
o31.Name = "Joint"
7754
o31.Parent = o29
7755
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)
7756
o31.Part0 = o29
7757
o31.Part1 = o2
7758
o32.Parent = o1
7759
o32.Material = Enum.Material.Neon
7760
o32.BrickColor = BrickColor.new("Cyan")
7761
o32.Reflectance = 0.5
7762
o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
7763
o32.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
7764
o32.Anchored = false
7765
o32.CanCollide = false
7766
o32.FormFactor = Enum.FormFactor.Plate
7767
o32.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7768
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)
7769
o32.BottomSurface = Enum.SurfaceType.Smooth
7770
o32.TopSurface = Enum.SurfaceType.Smooth
7771
o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7772
o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
7773
o33.Parent = o32
7774
o33.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7775
o33.MeshType = Enum.MeshType.Wedge
7776
o34.Name = "Joint"
7777
o34.Parent = o32
7778
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)
7779
o34.Part0 = o32
7780
o34.Part1 = o2
7781
o35.Parent = o1
7782
o35.Material = Enum.Material.Neon
7783
o35.BrickColor = BrickColor.new("Cyan")
7784
o35.Reflectance = 0.5
7785
o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
7786
o35.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
7787
o35.Anchored = false
7788
o35.CanCollide = false
7789
o35.FormFactor = Enum.FormFactor.Plate
7790
o35.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7791
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)
7792
o35.BottomSurface = Enum.SurfaceType.Smooth
7793
o35.TopSurface = Enum.SurfaceType.Smooth
7794
o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7795
o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
7796
o36.Parent = o35
7797
o36.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7798
o36.MeshType = Enum.MeshType.Wedge
7799
o37.Name = "Joint"
7800
o37.Parent = o35
7801
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)
7802
o37.Part0 = o35
7803
o37.Part1 = o2
7804
o38.Parent = o1
7805
o38.Material = Enum.Material.Neon
7806
o38.BrickColor = BrickColor.new("Cyan")
7807
o38.Reflectance = 0.5
7808
o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
7809
o38.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
7810
o38.Anchored = false
7811
o38.CanCollide = false
7812
o38.FormFactor = Enum.FormFactor.Plate
7813
o38.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7814
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)
7815
o38.BottomSurface = Enum.SurfaceType.Smooth
7816
o38.TopSurface = Enum.SurfaceType.Smooth
7817
o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7818
o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
7819
o39.Parent = o38
7820
o39.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7821
o39.MeshType = Enum.MeshType.Wedge
7822
o40.Name = "Joint"
7823
o40.Parent = o38
7824
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)
7825
o40.Part0 = o38
7826
o40.Part1 = o2
7827
o41.Parent = o1
7828
o41.Material = Enum.Material.Neon
7829
o41.BrickColor = BrickColor.new("Cyan")
7830
o41.Reflectance = 0.5
7831
o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
7832
o41.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
7833
o41.Anchored = false
7834
o41.CanCollide = false
7835
o41.FormFactor = Enum.FormFactor.Plate
7836
o41.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7837
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)
7838
o41.BottomSurface = Enum.SurfaceType.Smooth
7839
o41.TopSurface = Enum.SurfaceType.Smooth
7840
o41.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7841
o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
7842
o42.Parent = o41
7843
o42.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7844
o42.MeshType = Enum.MeshType.Wedge
7845
o43.Name = "Joint"
7846
o43.Parent = o41
7847
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)
7848
o43.Part0 = o41
7849
o43.Part1 = o2
7850
o44.Parent = o1
7851
o44.Material = Enum.Material.Neon
7852
o44.BrickColor = BrickColor.new("Cyan")
7853
o44.Reflectance = 0.5
7854
o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
7855
o44.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
7856
o44.Anchored = false
7857
o44.CanCollide = false
7858
o44.FormFactor = Enum.FormFactor.Plate
7859
o44.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7860
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)
7861
o44.BottomSurface = Enum.SurfaceType.Smooth
7862
o44.TopSurface = Enum.SurfaceType.Smooth
7863
o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7864
o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
7865
o45.Parent = o44
7866
o45.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7867
o45.MeshType = Enum.MeshType.Wedge
7868
o46.Name = "Joint"
7869
o46.Parent = o44
7870
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)
7871
o46.Part0 = o44
7872
o46.Part1 = o2
7873
o47.Parent = o1
7874
o47.Material = Enum.Material.Neon
7875
o47.BrickColor = BrickColor.new("Cyan")
7876
o47.Reflectance = 0.5
7877
o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
7878
o47.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
7879
o47.Anchored = false
7880
o47.CanCollide = false
7881
o47.FormFactor = Enum.FormFactor.Plate
7882
o47.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7883
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)
7884
o47.BottomSurface = Enum.SurfaceType.Smooth
7885
o47.TopSurface = Enum.SurfaceType.Smooth
7886
o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7887
o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
7888
o48.Parent = o47
7889
o48.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7890
o48.MeshType = Enum.MeshType.Wedge
7891
o49.Name = "Joint"
7892
o49.Parent = o47
7893
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)
7894
o49.Part0 = o47
7895
o49.Part1 = o2
7896
o50.Parent = o1
7897
o50.Material = Enum.Material.Neon
7898
o50.BrickColor = BrickColor.new("Cyan")
7899
o50.Reflectance = 0.5
7900
o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
7901
o50.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
7902
o50.Anchored = false
7903
o50.CanCollide = false
7904
o50.FormFactor = Enum.FormFactor.Plate
7905
o50.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7906
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)
7907
o50.BottomSurface = Enum.SurfaceType.Smooth
7908
o50.TopSurface = Enum.SurfaceType.Smooth
7909
o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7910
o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
7911
o51.Parent = o50
7912
o51.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7913
o51.MeshType = Enum.MeshType.Wedge
7914
o52.Name = "Joint"
7915
o52.Parent = o50
7916
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)
7917
o52.Part0 = o50
7918
o52.Part1 = o2
7919
o53.Parent = o1
7920
o53.Material = Enum.Material.Metal
7921
o53.BrickColor = BrickColor.new("Really black")
7922
o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
7923
o53.Rotation = Vector3.new(161.25, -1.5, -90.6999969)
7924
o53.Anchored = false
7925
o53.FormFactor = Enum.FormFactor.Custom
7926
o53.Size = Vector3.new(0.428303599, 0.244744927, 0.244744927)
7927
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)
7928
o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7929
o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7930
o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7931
o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7932
o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7933
o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7934
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7935
o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
7936
o54.Name = "Joint"
7937
o54.Parent = o53
7938
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)
7939
o54.Part0 = o53
7940
o54.Part1 = o2
7941
o55.Name = "Ring"
7942
o55.Parent = o1
7943
o55.Material = Enum.Material.Metal
7944
o55.BrickColor = BrickColor.new("Really black")
7945
o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
7946
o55.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7947
o55.Anchored = false
7948
o55.FormFactor = Enum.FormFactor.Custom
7949
o55.Size = Vector3.new(0.465015382, 0.244744942, 0.244744942)
7950
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)
7951
o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7952
o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7953
o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7954
o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7955
o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7956
o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7957
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7958
o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
7959
o56.Name = "Joint"
7960
o56.Parent = o55
7961
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)
7962
o56.Part0 = o55
7963
o56.Part1 = o2
7964
o57.Parent = o1
7965
o57.Material = Enum.Material.Metal
7966
o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
7967
o57.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
7968
o57.Anchored = false
7969
o57.FormFactor = Enum.FormFactor.Custom
7970
o57.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
7971
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)
7972
o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7973
o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7974
o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7975
o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7976
o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7977
o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7978
o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
7979
o58.Name = "Joint"
7980
o58.Parent = o57
7981
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)
7982
o58.Part0 = o57
7983
o58.Part1 = o2
7984
o59.Name = "Pinkie"
7985
o59.Parent = o1
7986
o59.Material = Enum.Material.Metal
7987
o59.BrickColor = BrickColor.new("Really black")
7988
o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
7989
o59.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
7990
o59.Anchored = false
7991
o59.FormFactor = Enum.FormFactor.Custom
7992
o59.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
7993
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)
7994
o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7995
o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7996
o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7997
o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7998
o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7999
o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8000
o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8001
o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
8002
o60.Name = "Joint"
8003
o60.Parent = o59
8004
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)
8005
o60.Part0 = o59
8006
o60.Part1 = o2
8007
o61.Parent = o1
8008
o61.Material = Enum.Material.Metal
8009
o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
8010
o61.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
8011
o61.Anchored = false
8012
o61.FormFactor = Enum.FormFactor.Custom
8013
o61.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
8014
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)
8015
o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8016
o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8017
o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8018
o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8019
o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8020
o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8021
o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
8022
o62.Name = "Joint"
8023
o62.Parent = o61
8024
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)
8025
o62.Part0 = o61
8026
o62.Part1 = o2
8027
o63.Parent = o1
8028
o63.Material = Enum.Material.Metal
8029
o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
8030
o63.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
8031
o63.Anchored = false
8032
o63.CanCollide = false
8033
o63.FormFactor = Enum.FormFactor.Custom
8034
o63.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8035
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)
8036
o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8037
o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8038
o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8039
o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8040
o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8041
o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8042
o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
8043
o64.Parent = o63
8044
o64.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8045
o64.MeshType = Enum.MeshType.Wedge
8046
o65.Name = "Joint"
8047
o65.Parent = o63
8048
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)
8049
o65.Part0 = o63
8050
o65.Part1 = o2
8051
o66.Parent = o1
8052
o66.Material = Enum.Material.Metal
8053
o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
8054
o66.Rotation = Vector3.new(-90, 0, -178.5)
8055
o66.Anchored = false
8056
o66.CanCollide = false
8057
o66.FormFactor = Enum.FormFactor.Custom
8058
o66.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8059
o66.CFrame = CFrame.new(112.634293, 3.27699494, -59.9934311, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
8060
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8061
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8062
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8063
o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8064
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8065
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8066
o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
8067
o67.Parent = o66
8068
o67.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8069
o67.MeshType = Enum.MeshType.Wedge
8070
o68.Name = "Joint"
8071
o68.Parent = o66
8072
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)
8073
o68.Part0 = o66
8074
o68.Part1 = o2
8075
o69.Parent = o1
8076
o69.Material = Enum.Material.Metal
8077
o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
8078
o69.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
8079
o69.Anchored = false
8080
o69.CanCollide = false
8081
o69.FormFactor = Enum.FormFactor.Custom
8082
o69.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8083
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)
8084
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8085
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8086
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8087
o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8088
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8089
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8090
o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
8091
o70.Parent = o69
8092
o70.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8093
o70.MeshType = Enum.MeshType.Wedge
8094
o71.Name = "Joint"
8095
o71.Parent = o69
8096
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)
8097
o71.Part0 = o69
8098
o71.Part1 = o2
8099
o72.Parent = o1
8100
o72.Material = Enum.Material.Metal
8101
o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
8102
o72.Rotation = Vector3.new(90, 0, 178.5)
8103
o72.Anchored = false
8104
o72.CanCollide = false
8105
o72.FormFactor = Enum.FormFactor.Custom
8106
o72.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8107
o72.CFrame = CFrame.new(112.562759, 2.603935, -61.2769241, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
8108
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8109
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8110
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8111
o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8112
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8113
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8114
o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
8115
o73.Parent = o72
8116
o73.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8117
o73.MeshType = Enum.MeshType.Wedge
8118
o74.Name = "Joint"
8119
o74.Parent = o72
8120
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)
8121
o74.Part0 = o72
8122
o74.Part1 = o2
8123
o75.Parent = o1
8124
o75.Material = Enum.Material.Metal
8125
o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
8126
o75.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
8127
o75.Anchored = false
8128
o75.CanCollide = false
8129
o75.FormFactor = Enum.FormFactor.Custom
8130
o75.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8131
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)
8132
o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8133
o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8134
o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8135
o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8136
o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8137
o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8138
o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
8139
o76.Parent = o75
8140
o76.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8141
o76.MeshType = Enum.MeshType.Wedge
8142
o77.Name = "Joint"
8143
o77.Parent = o75
8144
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)
8145
o77.Part0 = o75
8146
o77.Part1 = o2
8147
o78.Parent = o1
8148
o78.Material = Enum.Material.Metal
8149
o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
8150
o78.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
8151
o78.Anchored = false
8152
o78.CanCollide = false
8153
o78.FormFactor = Enum.FormFactor.Custom
8154
o78.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8155
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)
8156
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8157
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8158
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8159
o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8160
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8161
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8162
o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
8163
o79.Parent = o78
8164
o79.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8165
o79.MeshType = Enum.MeshType.Wedge
8166
o80.Name = "Joint"
8167
o80.Parent = o78
8168
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)
8169
o80.Part0 = o78
8170
o80.Part1 = o2
8171
o81.Parent = o1
8172
o81.Material = Enum.Material.Metal
8173
o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
8174
o81.Rotation = Vector3.new(90, 0, -1.5)
8175
o81.Anchored = false
8176
o81.CanCollide = false
8177
o81.FormFactor = Enum.FormFactor.Custom
8178
o81.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8179
o81.CFrame = CFrame.new(111.716995, 2.66513395, -59.9693985, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
8180
o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8181
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8182
o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8183
o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8184
o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8185
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8186
o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
8187
o82.Parent = o81
8188
o82.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8189
o82.MeshType = Enum.MeshType.Wedge
8190
o83.Name = "Joint"
8191
o83.Parent = o81
8192
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)
8193
o83.Part0 = o81
8194
o83.Part1 = o2
8195
o84.Parent = o1
8196
o84.Material = Enum.Material.Metal
8197
o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
8198
o84.Rotation = Vector3.new(90, 0, -1.5)
8199
o84.Anchored = false
8200
o84.CanCollide = false
8201
o84.FormFactor = Enum.FormFactor.Custom
8202
o84.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8203
o84.CFrame = CFrame.new(112.634354, 2.66511011, -59.9934464, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
8204
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8205
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8206
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8207
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8208
o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8209
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8210
o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
8211
o85.Parent = o84
8212
o85.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8213
o85.MeshType = Enum.MeshType.Wedge
8214
o86.Name = "Joint"
8215
o86.Parent = o84
8216
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)
8217
o86.Part0 = o84
8218
o86.Part1 = o2
8219
o87.Parent = o1
8220
o87.Material = Enum.Material.Metal
8221
o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
8222
o87.Rotation = Vector3.new(90, 0, 178.5)
8223
o87.Anchored = false
8224
o87.CanCollide = false
8225
o87.FormFactor = Enum.FormFactor.Custom
8226
o87.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8227
o87.CFrame = CFrame.new(111.652649, 2.63455701, -61.2530289, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
8228
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8229
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8230
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8231
o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8232
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8233
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8234
o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
8235
o88.Parent = o87
8236
o88.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8237
o88.MeshType = Enum.MeshType.Wedge
8238
o89.Name = "Joint"
8239
o89.Parent = o87
8240
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)
8241
o89.Part0 = o87
8242
o89.Part1 = o2
8243
o90.Name = "Ring"
8244
o90.Parent = o1
8245
o90.Material = Enum.Material.Metal
8246
o90.BrickColor = BrickColor.new("Really black")
8247
o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
8248
o90.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
8249
o90.Anchored = false
8250
o90.FormFactor = Enum.FormFactor.Custom
8251
o90.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
8252
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)
8253
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8254
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8255
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8256
o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8257
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8258
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8259
o90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8260
o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
8261
o91.Name = "Joint"
8262
o91.Parent = o90
8263
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)
8264
o91.Part0 = o90
8265
o91.Part1 = o2
8266
o92.Parent = o1
8267
o92.Material = Enum.Material.Metal
8268
o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
8269
o92.Rotation = Vector3.new(-90, 0, 1.5)
8270
o92.Anchored = false
8271
o92.CanCollide = false
8272
o92.FormFactor = Enum.FormFactor.Custom
8273
o92.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8274
o92.CFrame = CFrame.new(112.600632, 3.24638796, -61.277916, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
8275
o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8276
o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8277
o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8278
o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8279
o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8280
o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8281
o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
8282
o93.Parent = o92
8283
o93.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8284
o93.MeshType = Enum.MeshType.Wedge
8285
o94.Name = "Joint"
8286
o94.Parent = o92
8287
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)
8288
o94.Part0 = o92
8289
o94.Part1 = o2
8290
o95.Parent = o1
8291
o95.Material = Enum.Material.Metal
8292
o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
8293
o95.Rotation = Vector3.new(-90, 0, 1.5)
8294
o95.Anchored = false
8295
o95.CanCollide = false
8296
o95.FormFactor = Enum.FormFactor.Custom
8297
o95.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8298
o95.CFrame = CFrame.new(111.652649, 3.24638796, -61.2530441, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
8299
o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8300
o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8301
o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8302
o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8303
o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8304
o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8305
o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
8306
o96.Parent = o95
8307
o96.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8308
o96.MeshType = Enum.MeshType.Wedge
8309
o97.Name = "Joint"
8310
o97.Parent = o95
8311
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)
8312
o97.Part0 = o95
8313
o97.Part1 = o2
8314
o98.Parent = o1
8315
o98.Material = Enum.Material.Metal
8316
o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
8317
o98.Rotation = Vector3.new(-90, 0, -178.5)
8318
o98.Anchored = false
8319
o98.CanCollide = false
8320
o98.FormFactor = Enum.FormFactor.Custom
8321
o98.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8322
o98.CFrame = CFrame.new(111.716995, 3.27698898, -59.9693985, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
8323
o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8324
o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8325
o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8326
o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8327
o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8328
o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8329
o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
8330
o99.Parent = o98
8331
o99.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8332
o99.MeshType = Enum.MeshType.Wedge
8333
o100.Name = "Joint"
8334
o100.Parent = o98
8335
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)
8336
o100.Part0 = o98
8337
o100.Part1 = o2
8338
mas.Parent = workspace
8339
mas:MakeJoints()
8340
local mas1 = mas:GetChildren()
8341
for i=1,#mas1 do
8342
	mas1[i].Parent = workspace 
8343
	ypcall(function() mas1[i]:MakeJoints() end)
8344
end
8345
mas:Destroy()
8346
for i=1,#cors do
8347
coroutine.resume(cors[i])
8348
end
8349
8350
wait()
8351
8352
Workspace["LeftArm"].Parent = game.Players.LocalPlayer.Character
8353
8354
game.Players.LocalPlayer.Character["LeftArm"].Name = "Familiar Left Arm"
8355
8356
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Arm"])
8357
w.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
8358
w.Part1 = o2
8359
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8360
game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0
8361
8362
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Arm"]:GetChildren()) do
8363
	if v.ClassName == "Part" then
8364
	v.CanCollide = false
8365
	v.Anchored = false
8366
	end
8367
end
8368
8369
8370
local runDummyScript = function(f,scri)
8371
local oldenv = getfenv(f)
8372
local newenv = setmetatable({}, {
8373
__index = function(_, k)
8374
if k:lower() == 'script' then
8375
return scri
8376
else
8377
return oldenv[k]
8378
end
8379
end
8380
})
8381
setfenv(f, newenv)
8382
ypcall(function() f() end)
8383
end
8384
cors = {}
8385
mas = Instance.new("Model",game:GetService("Lighting")) 
8386
mas.Name = "CompiledModel"
8387
o1 = Instance.new("Model")
8388
o2 = Instance.new("Part")
8389
o3 = Instance.new("SpecialMesh")
8390
o4 = Instance.new("Part")
8391
o5 = Instance.new("Weld")
8392
o6 = Instance.new("Part")
8393
o7 = Instance.new("Weld")
8394
o8 = Instance.new("Part")
8395
o9 = Instance.new("Weld")
8396
o10 = Instance.new("Part")
8397
o11 = Instance.new("Weld")
8398
o1.Name = "LeftLeg"
8399
o1.Parent = mas
8400
o2.Name = "REF"
8401
o2.Parent = o1
8402
o2.Transparency = 1
8403
o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
8404
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8405
o2.CanCollide = false
8406
o2.FormFactor = Enum.FormFactor.Symmetric
8407
o2.Size = Vector3.new(1, 2, 1)
8408
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)
8409
o2.BottomSurface = Enum.SurfaceType.Smooth
8410
o2.TopSurface = Enum.SurfaceType.Smooth
8411
o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
8412
o3.Parent = o2
8413
o3.MeshId = "rbxasset://fonts/leftLeg.mesh"
8414
o3.MeshType = Enum.MeshType.FileMesh
8415
o4.Parent = o1
8416
o4.Material = Enum.Material.Metal
8417
o4.BrickColor = BrickColor.new("Really black")
8418
o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
8419
o4.Size = Vector3.new(1.11999989, 1.5, 1.01999998)
8420
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)
8421
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8422
o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
8423
o5.Name = "Joint"
8424
o5.Parent = o4
8425
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)
8426
o5.Part0 = o4
8427
o5.Part1 = o2
8428
o6.Name = "Boot Base"
8429
o6.Parent = o1
8430
o6.Material = Enum.Material.Metal
8431
o6.BrickColor = BrickColor.new("Really black")
8432
o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
8433
o6.Rotation = Vector3.new(-180, -0.870000005, -180)
8434
o6.FormFactor = Enum.FormFactor.Custom
8435
o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
8436
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)
8437
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8438
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8439
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8440
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8441
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8442
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8443
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8444
o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
8445
o7.Name = "Joint"
8446
o7.Parent = o6
8447
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)
8448
o7.Part0 = o6
8449
o7.Part1 = o2
8450
o8.Name = "Boot Sole"
8451
o8.Parent = o1
8452
o8.Material = Enum.Material.Metal
8453
o8.BrickColor = BrickColor.new("Really black")
8454
o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
8455
o8.Rotation = Vector3.new(-180, -0.870000005, -180)
8456
o8.FormFactor = Enum.FormFactor.Custom
8457
o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
8458
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)
8459
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8460
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8461
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8462
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8463
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8464
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8465
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8466
o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
8467
o9.Name = "Joint"
8468
o9.Parent = o8
8469
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)
8470
o9.Part0 = o8
8471
o9.Part1 = o2
8472
o10.Name = "Boot Top"
8473
o10.Parent = o1
8474
o10.Material = Enum.Material.Metal
8475
o10.BrickColor = BrickColor.new("Really black")
8476
o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
8477
o10.Rotation = Vector3.new(-180, -0.870000005, -180)
8478
o10.FormFactor = Enum.FormFactor.Custom
8479
o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
8480
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)
8481
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8482
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8483
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8484
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8485
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8486
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8487
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8488
o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
8489
o11.Name = "Joint"
8490
o11.Parent = o10
8491
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)
8492
o11.Part0 = o10
8493
o11.Part1 = o2
8494
mas.Parent = workspace
8495
mas:MakeJoints()
8496
local mas1 = mas:GetChildren()
8497
for i=1,#mas1 do
8498
	mas1[i].Parent = workspace 
8499
	ypcall(function() mas1[i]:MakeJoints() end)
8500
end
8501
mas:Destroy()
8502
for i=1,#cors do
8503
coroutine.resume(cors[i])
8504
end
8505
8506
wait()
8507
8508
Workspace["LeftLeg"].Parent = game.Players.LocalPlayer.Character
8509
8510
game.Players.LocalPlayer.Character["LeftLeg"].Name = "Familiar Left Leg"
8511
8512
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Leg"])
8513
w.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
8514
w.Part1 = o2
8515
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8516
game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0
8517
8518
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Leg"]:GetChildren()) do
8519
	if v.ClassName == "Part" then
8520
	v.CanCollide = false
8521
	v.Anchored = false
8522
	end
8523
end
8524
8525
8526
local runDummyScript = function(f,scri)
8527
local oldenv = getfenv(f)
8528
local newenv = setmetatable({}, {
8529
__index = function(_, k)
8530
if k:lower() == 'script' then
8531
return scri
8532
else
8533
return oldenv[k]
8534
end
8535
end
8536
})
8537
setfenv(f, newenv)
8538
ypcall(function() f() end)
8539
end
8540
cors = {}
8541
mas = Instance.new("Model",game:GetService("Lighting")) 
8542
mas.Name = "CompiledModel"
8543
o1 = Instance.new("Model")
8544
o2 = Instance.new("Part")
8545
o3 = Instance.new("SpecialMesh")
8546
o4 = Instance.new("Part")
8547
o5 = Instance.new("Weld")
8548
o6 = Instance.new("Part")
8549
o7 = Instance.new("Weld")
8550
o8 = Instance.new("Part")
8551
o9 = Instance.new("Weld")
8552
o10 = Instance.new("Part")
8553
o11 = Instance.new("Weld")
8554
o1.Name = "RightLeg"
8555
o1.Parent = mas
8556
o2.Name = "REF"
8557
o2.Parent = o1
8558
o2.Transparency = 1
8559
o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
8560
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8561
o2.CanCollide = false
8562
o2.FormFactor = Enum.FormFactor.Symmetric
8563
o2.Size = Vector3.new(1, 2, 1)
8564
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)
8565
o2.BottomSurface = Enum.SurfaceType.Smooth
8566
o2.TopSurface = Enum.SurfaceType.Smooth
8567
o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
8568
o3.Parent = o2
8569
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
8570
o3.MeshType = Enum.MeshType.FileMesh
8571
o4.Parent = o1
8572
o4.Material = Enum.Material.Metal
8573
o4.BrickColor = BrickColor.new("Really black")
8574
o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
8575
o4.Size = Vector3.new(1.03999984, 1.5, 1.01999998)
8576
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)
8577
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8578
o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
8579
o5.Name = "Joint"
8580
o5.Parent = o4
8581
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)
8582
o5.Part0 = o4
8583
o5.Part1 = o2
8584
o6.Name = "Boot Base"
8585
o6.Parent = o1
8586
o6.Material = Enum.Material.Metal
8587
o6.BrickColor = BrickColor.new("Really black")
8588
o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
8589
o6.Rotation = Vector3.new(-180, -0.870000005, -180)
8590
o6.FormFactor = Enum.FormFactor.Custom
8591
o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
8592
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)
8593
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8594
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8595
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8596
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8597
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8598
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8599
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8600
o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
8601
o7.Name = "Joint"
8602
o7.Parent = o6
8603
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)
8604
o7.Part0 = o6
8605
o7.Part1 = o2
8606
o8.Name = "Boot Sole"
8607
o8.Parent = o1
8608
o8.Material = Enum.Material.Metal
8609
o8.BrickColor = BrickColor.new("Really black")
8610
o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
8611
o8.Rotation = Vector3.new(-180, -0.870000005, -180)
8612
o8.FormFactor = Enum.FormFactor.Custom
8613
o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
8614
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)
8615
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8616
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8617
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8618
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8619
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8620
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8621
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8622
o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
8623
o9.Name = "Joint"
8624
o9.Parent = o8
8625
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)
8626
o9.Part0 = o8
8627
o9.Part1 = o2
8628
o10.Name = "Boot Top"
8629
o10.Parent = o1
8630
o10.Material = Enum.Material.Metal
8631
o10.BrickColor = BrickColor.new("Really black")
8632
o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
8633
o10.Rotation = Vector3.new(-180, -0.870000005, -180)
8634
o10.FormFactor = Enum.FormFactor.Custom
8635
o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
8636
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)
8637
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8638
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8639
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8640
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8641
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8642
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8643
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8644
o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
8645
o11.Name = "Joint"
8646
o11.Parent = o10
8647
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)
8648
o11.Part0 = o10
8649
o11.Part1 = o2
8650
mas.Parent = workspace
8651
mas:MakeJoints()
8652
local mas1 = mas:GetChildren()
8653
for i=1,#mas1 do
8654
	mas1[i].Parent = workspace 
8655
	ypcall(function() mas1[i]:MakeJoints() end)
8656
end
8657
mas:Destroy()
8658
for i=1,#cors do
8659
coroutine.resume(cors[i])
8660
end
8661
8662
wait()
8663
8664
Workspace["RightLeg"].Parent = game.Players.LocalPlayer.Character
8665
8666
game.Players.LocalPlayer.Character["RightLeg"].Name = "Familiar Right Leg"
8667
8668
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Leg"])
8669
w.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
8670
w.Part1 = o2
8671
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8672
game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0
8673
8674
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Leg"]:GetChildren()) do
8675
	if v.ClassName == "Part" then
8676
	v.CanCollide = false
8677
	v.Anchored = false
8678
	end
8679
end
8680
8681
local runDummyScript = function(f,scri)
8682
local oldenv = getfenv(f)
8683
local newenv = setmetatable({}, {
8684
__index = function(_, k)
8685
if k:lower() == 'script' then
8686
return scri
8687
else
8688
return oldenv[k]
8689
end
8690
end
8691
})
8692
setfenv(f, newenv)
8693
ypcall(function() f() end)
8694
end
8695
cors = {}
8696
mas = Instance.new("Model",game:GetService("Lighting")) 
8697
mas.Name = "CompiledModel"
8698
o1 = Instance.new("Model")
8699
o2 = Instance.new("Part")
8700
o3 = Instance.new("SpecialMesh")
8701
o4 = Instance.new("WedgePart")
8702
o5 = Instance.new("Weld")
8703
o6 = Instance.new("Part")
8704
o7 = Instance.new("Weld")
8705
o8 = Instance.new("WedgePart")
8706
o9 = Instance.new("Weld")
8707
o10 = Instance.new("Part")
8708
o11 = Instance.new("SpecialMesh")
8709
o12 = Instance.new("Weld")
8710
o13 = Instance.new("Part")
8711
o14 = Instance.new("Weld")
8712
o15 = Instance.new("Part")
8713
o16 = Instance.new("SpecialMesh")
8714
o17 = Instance.new("Weld")
8715
o18 = Instance.new("Part")
8716
o19 = Instance.new("Weld")
8717
o20 = Instance.new("Part")
8718
o21 = Instance.new("SpecialMesh")
8719
o22 = Instance.new("Weld")
8720
o23 = Instance.new("Part")
8721
o24 = Instance.new("BlockMesh")
8722
o25 = Instance.new("Weld")
8723
o26 = Instance.new("Part")
8724
o27 = Instance.new("SpecialMesh")
8725
o28 = Instance.new("Weld")
8726
o29 = Instance.new("Part")
8727
o30 = Instance.new("Weld")
8728
o31 = Instance.new("Part")
8729
o32 = Instance.new("Weld")
8730
o33 = Instance.new("Part")
8731
o34 = Instance.new("BlockMesh")
8732
o35 = Instance.new("Weld")
8733
o36 = Instance.new("Part")
8734
o37 = Instance.new("Weld")
8735
o38 = Instance.new("Part")
8736
o39 = Instance.new("Weld")
8737
o40 = Instance.new("Part")
8738
o41 = Instance.new("SpecialMesh")
8739
o42 = Instance.new("Weld")
8740
o43 = Instance.new("Part")
8741
o44 = Instance.new("BlockMesh")
8742
o45 = Instance.new("Weld")
8743
o46 = Instance.new("Part")
8744
o47 = Instance.new("BlockMesh")
8745
o48 = Instance.new("Weld")
8746
o49 = Instance.new("Part")
8747
o50 = Instance.new("BlockMesh")
8748
o51 = Instance.new("Weld")
8749
o52 = Instance.new("WedgePart")
8750
o53 = Instance.new("Weld")
8751
o54 = Instance.new("WedgePart")
8752
o55 = Instance.new("Weld")
8753
o1.Name = "RightArm"
8754
o1.Parent = mas
8755
o2.Name = "REF"
8756
o2.Parent = o1
8757
o2.Transparency = 1
8758
o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
8759
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8760
o2.CanCollide = false
8761
o2.FormFactor = Enum.FormFactor.Symmetric
8762
o2.Size = Vector3.new(1, 2, 1)
8763
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)
8764
o2.BottomSurface = Enum.SurfaceType.Smooth
8765
o2.TopSurface = Enum.SurfaceType.Smooth
8766
o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
8767
o3.Parent = o2
8768
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
8769
o3.MeshType = Enum.MeshType.FileMesh
8770
o4.Parent = o1
8771
o4.Material = Enum.Material.SmoothPlastic
8772
o4.BrickColor = BrickColor.new("Dark stone grey")
8773
o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
8774
o4.Rotation = Vector3.new(-90, 0, -180)
8775
o4.Size = Vector3.new(0.200000003, 0.478077561, 0.42348215)
8776
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)
8777
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8778
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8779
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8780
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8781
o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
8782
o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
8783
o5.Name = "Joint"
8784
o5.Parent = o4
8785
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)
8786
o5.Part0 = o4
8787
o5.Part1 = o2
8788
o6.Parent = o1
8789
o6.Material = Enum.Material.SmoothPlastic
8790
o6.BrickColor = BrickColor.new("Really black")
8791
o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
8792
o6.Size = Vector3.new(0.7813586, 0.493000001, 1.07901871)
8793
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)
8794
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8795
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8796
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8797
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8798
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8799
o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
8800
o7.Name = "Joint"
8801
o7.Parent = o6
8802
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)
8803
o7.Part0 = o6
8804
o7.Part1 = o2
8805
o8.Parent = o1
8806
o8.Material = Enum.Material.SmoothPlastic
8807
o8.BrickColor = BrickColor.new("Dark stone grey")
8808
o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
8809
o8.Rotation = Vector3.new(-90, -90, 0)
8810
o8.Size = Vector3.new(0.200000003, 0.528077543, 0.200000003)
8811
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)
8812
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8813
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8814
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8815
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8816
o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
8817
o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
8818
o9.Name = "Joint"
8819
o9.Parent = o8
8820
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)
8821
o9.Part0 = o8
8822
o9.Part1 = o2
8823
o10.Parent = o1
8824
o10.Material = Enum.Material.SmoothPlastic
8825
o10.BrickColor = BrickColor.new("Really black")
8826
o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
8827
o10.Rotation = Vector3.new(-90, 0, 90)
8828
o10.CanCollide = false
8829
o10.Shape = Enum.PartType.Cylinder
8830
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8831
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)
8832
o10.BottomSurface = Enum.SurfaceType.Smooth
8833
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8834
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8835
o10.TopSurface = Enum.SurfaceType.Smooth
8836
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8837
o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
8838
o11.Parent = o10
8839
o11.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8840
o11.MeshType = Enum.MeshType.Cylinder
8841
o12.Name = "Joint"
8842
o12.Parent = o10
8843
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)
8844
o12.Part0 = o10
8845
o12.Part1 = o2
8846
o13.Parent = o1
8847
o13.Material = Enum.Material.Neon
8848
o13.BrickColor = BrickColor.new("Bright blue")
8849
o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
8850
o13.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
8851
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)
8852
o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8853
o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8854
o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8855
o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8856
o13.Color = Color3.new(0.0509804, 0.411765, 0.67451)
8857
o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
8858
o14.Name = "Joint"
8859
o14.Parent = o13
8860
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)
8861
o14.Part0 = o13
8862
o14.Part1 = o2
8863
o15.Parent = o1
8864
o15.Material = Enum.Material.SmoothPlastic
8865
o15.BrickColor = BrickColor.new("Really black")
8866
o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
8867
o15.Rotation = Vector3.new(-90, 0, 90)
8868
o15.CanCollide = false
8869
o15.Shape = Enum.PartType.Cylinder
8870
o15.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8871
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)
8872
o15.BottomSurface = Enum.SurfaceType.Smooth
8873
o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8874
o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8875
o15.TopSurface = Enum.SurfaceType.Smooth
8876
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8877
o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
8878
o16.Parent = o15
8879
o16.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8880
o16.MeshType = Enum.MeshType.Cylinder
8881
o17.Name = "Joint"
8882
o17.Parent = o15
8883
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)
8884
o17.Part0 = o15
8885
o17.Part1 = o2
8886
o18.Parent = o1
8887
o18.Material = Enum.Material.SmoothPlastic
8888
o18.BrickColor = BrickColor.new("Really black")
8889
o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
8890
o18.Size = Vector3.new(0.200000003, 0.529999971, 1.16000009)
8891
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)
8892
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8893
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8894
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8895
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8896
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8897
o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
8898
o19.Name = "Joint"
8899
o19.Parent = o18
8900
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)
8901
o19.Part0 = o18
8902
o19.Part1 = o2
8903
o20.Parent = o1
8904
o20.Material = Enum.Material.SmoothPlastic
8905
o20.BrickColor = BrickColor.new("Really black")
8906
o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
8907
o20.Rotation = Vector3.new(-90, 0, 90)
8908
o20.CanCollide = false
8909
o20.Shape = Enum.PartType.Cylinder
8910
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8911
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)
8912
o20.BottomSurface = Enum.SurfaceType.Smooth
8913
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8914
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8915
o20.TopSurface = Enum.SurfaceType.Smooth
8916
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8917
o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
8918
o21.Parent = o20
8919
o21.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8920
o21.MeshType = Enum.MeshType.Cylinder
8921
o22.Name = "Joint"
8922
o22.Parent = o20
8923
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)
8924
o22.Part0 = o20
8925
o22.Part1 = o2
8926
o23.Parent = o1
8927
o23.Material = Enum.Material.SmoothPlastic
8928
o23.BrickColor = BrickColor.new("Really black")
8929
o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
8930
o23.CanCollide = false
8931
o23.Size = Vector3.new(0.212500021, 0.493000001, 1.07901895)
8932
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)
8933
o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8934
o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8935
o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8936
o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8937
o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8938
o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
8939
o24.Parent = o23
8940
o24.Scale = Vector3.new(0.875471771, 1, 1)
8941
o25.Name = "Joint"
8942
o25.Parent = o23
8943
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)
8944
o25.Part0 = o23
8945
o25.Part1 = o2
8946
o26.Parent = o1
8947
o26.Material = Enum.Material.SmoothPlastic
8948
o26.BrickColor = BrickColor.new("Really black")
8949
o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
8950
o26.Rotation = Vector3.new(-90, 0, 90)
8951
o26.CanCollide = false
8952
o26.Shape = Enum.PartType.Cylinder
8953
o26.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8954
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)
8955
o26.BottomSurface = Enum.SurfaceType.Smooth
8956
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8957
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8958
o26.TopSurface = Enum.SurfaceType.Smooth
8959
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8960
o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
8961
o27.Parent = o26
8962
o27.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8963
o27.MeshType = Enum.MeshType.Cylinder
8964
o28.Name = "Joint"
8965
o28.Parent = o26
8966
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)
8967
o28.Part0 = o26
8968
o28.Part1 = o2
8969
o29.Parent = o1
8970
o29.Material = Enum.Material.SmoothPlastic
8971
o29.BrickColor = BrickColor.new("Really black")
8972
o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
8973
o29.Rotation = Vector3.new(0, 90, 0)
8974
o29.FormFactor = Enum.FormFactor.Custom
8975
o29.Size = Vector3.new(1.03999996, 1.88999999, 1.04999995)
8976
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)
8977
o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8978
o29.BottomSurface = Enum.SurfaceType.Smooth
8979
o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8980
o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8981
o29.TopSurface = Enum.SurfaceType.Smooth
8982
o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8983
o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
8984
o30.Name = "Joint"
8985
o30.Parent = o29
8986
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)
8987
o30.Part0 = o29
8988
o30.Part1 = o2
8989
o31.Parent = o1
8990
o31.Material = Enum.Material.Neon
8991
o31.BrickColor = BrickColor.new("Bright blue")
8992
o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
8993
o31.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
8994
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)
8995
o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8996
o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8997
o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8998
o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8999
o31.Color = Color3.new(0.0509804, 0.411765, 0.67451)
9000
o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
9001
o32.Name = "Joint"
9002
o32.Parent = o31
9003
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)
9004
o32.Part0 = o31
9005
o32.Part1 = o2
9006
o33.Parent = o1
9007
o33.Material = Enum.Material.SmoothPlastic
9008
o33.BrickColor = BrickColor.new("Really black")
9009
o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
9010
o33.CanCollide = false
9011
o33.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
9012
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)
9013
o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9014
o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9015
o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9016
o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9017
o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9018
o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
9019
o34.Parent = o33
9020
o34.Scale = Vector3.new(0.875471771, 1, 1)
9021
o35.Name = "Joint"
9022
o35.Parent = o33
9023
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)
9024
o35.Part0 = o33
9025
o35.Part1 = o2
9026
o36.Parent = o1
9027
o36.Material = Enum.Material.SmoothPlastic
9028
o36.BrickColor = BrickColor.new("Really black")
9029
o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
9030
o36.Size = Vector3.new(0.771358609, 0.200000003, 1.07901871)
9031
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)
9032
o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9033
o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9034
o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9035
o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9036
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9037
o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
9038
o37.Name = "Joint"
9039
o37.Parent = o36
9040
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)
9041
o37.Part0 = o36
9042
o37.Part1 = o2
9043
o38.Parent = o1
9044
o38.Material = Enum.Material.SmoothPlastic
9045
o38.BrickColor = BrickColor.new("Really black")
9046
o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
9047
o38.Size = Vector3.new(0.839999974, 0.529999971, 1.15999997)
9048
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)
9049
o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9050
o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9051
o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9052
o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9053
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9054
o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
9055
o39.Name = "Joint"
9056
o39.Parent = o38
9057
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)
9058
o39.Part0 = o38
9059
o39.Part1 = o2
9060
o40.Parent = o1
9061
o40.Material = Enum.Material.SmoothPlastic
9062
o40.BrickColor = BrickColor.new("Really black")
9063
o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
9064
o40.Rotation = Vector3.new(-90, 0, 90)
9065
o40.CanCollide = false
9066
o40.Shape = Enum.PartType.Cylinder
9067
o40.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
9068
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)
9069
o40.BottomSurface = Enum.SurfaceType.Smooth
9070
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9071
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9072
o40.TopSurface = Enum.SurfaceType.Smooth
9073
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9074
o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
9075
o41.Parent = o40
9076
o41.Scale = Vector3.new(0.278077543, 0.945463777, 1)
9077
o41.MeshType = Enum.MeshType.Cylinder
9078
o42.Name = "Joint"
9079
o42.Parent = o40
9080
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)
9081
o42.Part0 = o40
9082
o42.Part1 = o2
9083
o43.Parent = o1
9084
o43.Material = Enum.Material.SmoothPlastic
9085
o43.BrickColor = BrickColor.new("Really black")
9086
o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
9087
o43.CanCollide = false
9088
o43.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
9089
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)
9090
o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9091
o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9092
o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9093
o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9094
o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9095
o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
9096
o44.Parent = o43
9097
o44.Scale = Vector3.new(0.875471771, 1, 1)
9098
o45.Name = "Joint"
9099
o45.Parent = o43
9100
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)
9101
o45.Part0 = o43
9102
o45.Part1 = o2
9103
o46.Parent = o1
9104
o46.Material = Enum.Material.SmoothPlastic
9105
o46.BrickColor = BrickColor.new("Really black")
9106
o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
9107
o46.CanCollide = false
9108
o46.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
9109
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)
9110
o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9111
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9112
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9113
o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9114
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9115
o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
9116
o47.Parent = o46
9117
o47.Scale = Vector3.new(0.875471771, 1, 1)
9118
o48.Name = "Joint"
9119
o48.Parent = o46
9120
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)
9121
o48.Part0 = o46
9122
o48.Part1 = o2
9123
o49.Parent = o1
9124
o49.Material = Enum.Material.SmoothPlastic
9125
o49.BrickColor = BrickColor.new("Really black")
9126
o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
9127
o49.CanCollide = false
9128
o49.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
9129
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)
9130
o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9131
o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9132
o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9133
o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9134
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9135
o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
9136
o50.Parent = o49
9137
o50.Scale = Vector3.new(0.875471771, 1, 1)
9138
o51.Name = "Joint"
9139
o51.Parent = o49
9140
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)
9141
o51.Part0 = o49
9142
o51.Part1 = o2
9143
o52.Parent = o1
9144
o52.Material = Enum.Material.SmoothPlastic
9145
o52.BrickColor = BrickColor.new("Dark stone grey")
9146
o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
9147
o52.Rotation = Vector3.new(-90, 0, 0)
9148
o52.Size = Vector3.new(0.200000003, 0.46807757, 0.42348215)
9149
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)
9150
o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9151
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9152
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9153
o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9154
o52.Color = Color3.new(0.388235, 0.372549, 0.384314)
9155
o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
9156
o53.Name = "Joint"
9157
o53.Parent = o52
9158
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)
9159
o53.Part0 = o52
9160
o53.Part1 = o2
9161
o54.Parent = o1
9162
o54.Material = Enum.Material.SmoothPlastic
9163
o54.BrickColor = BrickColor.new("Dark stone grey")
9164
o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
9165
o54.Rotation = Vector3.new(90, -90, 0)
9166
o54.Size = Vector3.new(0.200000003, 0.578077555, 0.200000003)
9167
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)
9168
o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9169
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9170
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9171
o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9172
o54.Color = Color3.new(0.388235, 0.372549, 0.384314)
9173
o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
9174
o55.Name = "Joint"
9175
o55.Parent = o54
9176
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)
9177
o55.Part0 = o54
9178
o55.Part1 = o2
9179
mas.Parent = workspace
9180
mas:MakeJoints()
9181
local mas1 = mas:GetChildren()
9182
for i=1,#mas1 do
9183
	mas1[i].Parent = workspace 
9184
	ypcall(function() mas1[i]:MakeJoints() end)
9185
end
9186
mas:Destroy()
9187
for i=1,#cors do
9188
coroutine.resume(cors[i])
9189
end
9190
9191
wait()
9192
9193
Workspace["RightArm"].Parent = game.Players.LocalPlayer.Character
9194
9195
game.Players.LocalPlayer.Character["RightArm"].Name = "Familiar Right Arm"
9196
9197
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
9198
w.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
9199
w.Part1 = o2
9200
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
9201
game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0
9202
9203
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Arm"]:GetChildren()) do
9204
	if v.ClassName == "Part" then
9205
	v.CanCollide = false
9206
	v.Anchored = false
9207
	end
9208
end
9209
9210
9211
local runDummyScript = function(f,scri)
9212
local oldenv = getfenv(f)
9213
local newenv = setmetatable({}, {
9214
__index = function(_, k)
9215
if k:lower() == 'script' then
9216
return scri
9217
else
9218
return oldenv[k]
9219
end
9220
end
9221
})
9222
setfenv(f, newenv)
9223
ypcall(function() f() end)
9224
end
9225
cors = {}
9226
mas = Instance.new("Model",game:GetService("Lighting")) 
9227
mas.Name = "CompiledModel"
9228
o1 = Instance.new("Part")
9229
o2 = Instance.new("Weld")
9230
o3 = Instance.new("Part")
9231
o4 = Instance.new("Weld")
9232
o5 = Instance.new("Part")
9233
o6 = Instance.new("Weld")
9234
o7 = Instance.new("Part")
9235
o8 = Instance.new("Weld")
9236
o9 = Instance.new("Part")
9237
o10 = Instance.new("Weld")
9238
o11 = Instance.new("Part")
9239
o12 = Instance.new("Weld")
9240
o13 = Instance.new("Part")
9241
o14 = Instance.new("Weld")
9242
o15 = Instance.new("Part")
9243
o16 = Instance.new("Weld")
9244
o17 = Instance.new("Part")
9245
o18 = Instance.new("SpecialMesh")
9246
o19 = Instance.new("Weld")
9247
o20 = Instance.new("WedgePart")
9248
o21 = Instance.new("Weld")
9249
o22 = Instance.new("WedgePart")
9250
o23 = Instance.new("Weld")
9251
o24 = Instance.new("WedgePart")
9252
o25 = Instance.new("Weld")
9253
o26 = Instance.new("WedgePart")
9254
o27 = Instance.new("Weld")
9255
o28 = Instance.new("WedgePart")
9256
o29 = Instance.new("Weld")
9257
o30 = Instance.new("WedgePart")
9258
o31 = Instance.new("Weld")
9259
o32 = Instance.new("Part")
9260
o33 = Instance.new("SpecialMesh")
9261
o1.Name = "Blade"
9262
o1.Parent = mas
9263
o1.Material = Enum.Material.Metal
9264
o1.BrickColor = BrickColor.new("Fossil")
9265
o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
9266
o1.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9267
o1.CanCollide = false
9268
o1.FormFactor = Enum.FormFactor.Custom
9269
o1.Size = Vector3.new(0.199999988, 6.44999933, 0.449999988)
9270
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)
9271
o1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9272
o1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9273
o1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9274
o1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9275
o1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9276
o1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9277
o1.Color = Color3.new(0.623529, 0.631373, 0.67451)
9278
o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
9279
o2.Name = "Joint"
9280
o2.Parent = o1
9281
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)
9282
o2.Part0 = o1
9283
o2.Part1 = o32
9284
o3.Name = "Handle"
9285
o3.Parent = mas
9286
o3.Material = Enum.Material.Metal
9287
o3.BrickColor = BrickColor.new("Really black")
9288
o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
9289
o3.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9290
o3. Anchored = false
9291
o3.FormFactor = Enum.FormFactor.Custom
9292
o3.Size = Vector3.new(0.25999999, 0.630000114, 0.310000002)
9293
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)
9294
o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9295
o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9296
o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9297
o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9298
o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9299
o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9300
o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9301
o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
9302
o4.Name = "Joint"
9303
o4.Parent = o3
9304
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)
9305
o4.Part0 = o3
9306
o4.Part1 = o32
9307
o5.Name = "Handle"
9308
o5.Parent = mas
9309
o5.Material = Enum.Material.Metal
9310
o5.BrickColor = BrickColor.new("Really black")
9311
o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
9312
o5.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
9313
o5. Anchored = false
9314
o5.FormFactor = Enum.FormFactor.Custom
9315
o5.Shape = Enum.PartType.Cylinder
9316
o5.Size = Vector3.new(2.13999987, 0.230000168, 0.310000002)
9317
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)
9318
o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9319
o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9320
o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9321
o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9322
o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9323
o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9324
o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9325
o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
9326
o6.Name = "Joint"
9327
o6.Parent = o5
9328
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)
9329
o6.Part0 = o5
9330
o6.Part1 = o32
9331
o7.Name = "Handle"
9332
o7.Parent = mas
9333
o7.Material = Enum.Material.Metal
9334
o7.BrickColor = BrickColor.new("Really black")
9335
o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
9336
o7.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
9337
o7. Anchored = false
9338
o7.FormFactor = Enum.FormFactor.Custom
9339
o7.Shape = Enum.PartType.Cylinder
9340
o7.Size = Vector3.new(0.25, 0.239999995, 0.319999993)
9341
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)
9342
o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9343
o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9344
o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9345
o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9346
o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9347
o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9348
o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9349
o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
9350
o8.Name = "Joint"
9351
o8.Parent = o7
9352
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)
9353
o8.Part0 = o7
9354
o8.Part1 = o32
9355
o9.Name = "Handle10"
9356
o9.Parent = mas
9357
o9.Material = Enum.Material.Metal
9358
o9.BrickColor = BrickColor.new("Really black")
9359
o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
9360
o9.Rotation = Vector3.new(-83.4899979, -59.1199989, 94.1800003)
9361
o9. Anchored = false
9362
o9.FormFactor = Enum.FormFactor.Custom
9363
o9.Size = Vector3.new(0.200000003, 0.5, 0.200000003)
9364
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)
9365
o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9366
o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9367
o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9368
o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9369
o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9370
o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9371
o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9372
o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
9373
o10.Name = "Joint"
9374
o10.Parent = o9
9375
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)
9376
o10.Part0 = o9
9377
o10.Part1 = o32
9378
o11.Name = "Handle2"
9379
o11.Parent = mas
9380
o11.Material = Enum.Material.Metal
9381
o11.BrickColor = BrickColor.new("Really black")
9382
o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
9383
o11.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9384
o11. Anchored = false
9385
o11.FormFactor = Enum.FormFactor.Custom
9386
o11.Size = Vector3.new(0.25999999, 0.899999976, 0.200000018)
9387
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)
9388
o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9389
o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9390
o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9391
o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9392
o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9393
o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9394
o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9395
o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
9396
o12.Name = "Joint"
9397
o12.Parent = o11
9398
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)
9399
o12.Part0 = o11
9400
o12.Part1 = o32
9401
o13.Name = "Handle3"
9402
o13.Parent = mas
9403
o13.Material = Enum.Material.Metal
9404
o13.BrickColor = BrickColor.new("Really black")
9405
o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
9406
o13.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9407
o13. Anchored = false
9408
o13.CanCollide = false
9409
o13.FormFactor = Enum.FormFactor.Custom
9410
o13.Size = Vector3.new(0.25, 1.10000002, 0.300000012)
9411
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)
9412
o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9413
o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9414
o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9415
o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9416
o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9417
o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9418
o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9419
o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
9420
o14.Name = "Joint"
9421
o14.Parent = o13
9422
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)
9423
o14.Part0 = o13
9424
o14.Part1 = o32
9425
o15.Name = "Handle4"
9426
o15.Parent = mas
9427
o15.Material = Enum.Material.Metal
9428
o15.BrickColor = BrickColor.new("Really black")
9429
o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
9430
o15.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9431
o15. Anchored = false
9432
o15.CanCollide = false
9433
o15.FormFactor = Enum.FormFactor.Custom
9434
o15.Size = Vector3.new(0.25, 1.10000002, 0.200000003)
9435
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)
9436
o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9437
o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9438
o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9439
o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9440
o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9441
o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9442
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9443
o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
9444
o16.Name = "Joint"
9445
o16.Parent = o15
9446
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)
9447
o16.Part0 = o15
9448
o16.Part1 = o32
9449
o17.Parent = mas
9450
o17.BrickColor = BrickColor.new("Really black")
9451
o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
9452
o17.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
9453
o17. Anchored = false
9454
o17.FormFactor = Enum.FormFactor.Symmetric
9455
o17.Size = Vector3.new(0.600000024, 0.389999986, 0.310000002)
9456
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)
9457
o17.BottomSurface = Enum.SurfaceType.Smooth
9458
o17.TopSurface = Enum.SurfaceType.Smooth
9459
o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9460
o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
9461
o18.Parent = o17
9462
o18.MeshId = "http://www.roblox.com/Asset/?id=9756362"
9463
o18.Scale = Vector3.new(0.300000012, 0.5, 0.300000012)
9464
o18.MeshType = Enum.MeshType.FileMesh
9465
o19.Name = "Joint"
9466
o19.Parent = o17
9467
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)
9468
o19.Part0 = o17
9469
o19.Part1 = o32
9470
o20.Name = "Handle5"
9471
o20.Parent = mas
9472
o20.Material = Enum.Material.Metal
9473
o20.BrickColor = BrickColor.new("Really black")
9474
o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
9475
o20.Rotation = Vector3.new(93.4599991, 14.1700001, -92.2099991)
9476
o20. Anchored = false
9477
o20.FormFactor = Enum.FormFactor.Custom
9478
o20.Size = Vector3.new(0.25, 0.350000024, 0.25)
9479
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)
9480
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9481
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9482
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9483
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9484
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9485
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9486
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9487
o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
9488
o21.Name = "Joint"
9489
o21.Parent = o20
9490
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)
9491
o21.Part0 = o20
9492
o21.Part1 = o32
9493
o22.Name = "Handle6"
9494
o22.Parent = mas
9495
o22.Material = Enum.Material.Metal
9496
o22.BrickColor = BrickColor.new("Really black")
9497
o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
9498
o22.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
9499
o22. Anchored = false
9500
o22.FormFactor = Enum.FormFactor.Custom
9501
o22.Size = Vector3.new(0.25, 0.25, 0.25)
9502
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)
9503
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9504
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9505
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9506
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9507
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9508
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9509
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9510
o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
9511
o23.Name = "Joint"
9512
o23.Parent = o22
9513
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)
9514
o23.Part0 = o22
9515
o23.Part1 = o32
9516
o24.Name = "Handle7"
9517
o24.Parent = mas
9518
o24.Material = Enum.Material.Metal
9519
o24.BrickColor = BrickColor.new("Really black")
9520
o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
9521
o24.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9522
o24. Anchored = false
9523
o24.CanCollide = false
9524
o24.FormFactor = Enum.FormFactor.Custom
9525
o24.Size = Vector3.new(0.25, 0.300000072, 0.200000003)
9526
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)
9527
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9528
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9529
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9530
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9531
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9532
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9533
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9534
o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
9535
o25.Name = "Joint"
9536
o25.Parent = o24
9537
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)
9538
o25.Part0 = o24
9539
o25.Part1 = o32
9540
o26.Name = "Handle8"
9541
o26.Parent = mas
9542
o26.Material = Enum.Material.Metal
9543
o26.BrickColor = BrickColor.new("Really black")
9544
o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
9545
o26.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9546
o26. Anchored = false
9547
o26.CanCollide = false
9548
o26.FormFactor = Enum.FormFactor.Custom
9549
o26.Size = Vector3.new(0.25, 0.800000072, 0.200000003)
9550
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)
9551
o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9552
o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9553
o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9554
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9555
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9556
o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9557
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9558
o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
9559
o27.Name = "Joint"
9560
o27.Parent = o26
9561
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)
9562
o27.Part0 = o26
9563
o27.Part1 = o32
9564
o28.Name = "BladeEnd"
9565
o28.Parent = mas
9566
o28.Material = Enum.Material.Metal
9567
o28.BrickColor = BrickColor.new("Fossil")
9568
o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
9569
o28.Rotation = Vector3.new(-86.5400009, -13.5500002, 92.1699982)
9570
o28. Anchored = false
9571
o28.CanCollide = false
9572
o28.FormFactor = Enum.FormFactor.Custom
9573
o28.Size = Vector3.new(0.25, 1.09000015, 0.450000018)
9574
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)
9575
o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9576
o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9577
o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9578
o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9579
o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9580
o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9581
o28.Color = Color3.new(0.623529, 0.631373, 0.67451)
9582
o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
9583
o29.Name = "Joint"
9584
o29.Parent = o28
9585
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)
9586
o29.Part0 = o28
9587
o29.Part1 = o32
9588
o30.Name = "Handle9"
9589
o30.Parent = mas
9590
o30.Material = Enum.Material.Metal
9591
o30.BrickColor = BrickColor.new("Really black")
9592
o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
9593
o30.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9594
o30. Anchored = false
9595
o30.CanCollide = false
9596
o30.FormFactor = Enum.FormFactor.Custom
9597
o30.Size = Vector3.new(0.25, 0.5200001, 0.200000003)
9598
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)
9599
o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9600
o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9601
o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9602
o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9603
o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9604
o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9605
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9606
o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
9607
o31.Name = "Joint"
9608
o31.Parent = o30
9609
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)
9610
o31.Part0 = o30
9611
o31.Part1 = o32
9612
o32.Name = "REF"
9613
o32.Parent = mas
9614
o32.Transparency = 1
9615
o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
9616
o32.Rotation = Vector3.new(0, -90, 0)
9617
o32. Anchored = false
9618
o32.CanCollide = false
9619
o32.FormFactor = Enum.FormFactor.Symmetric
9620
o32.Size = Vector3.new(2, 2, 1)
9621
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)
9622
o32.BottomSurface = Enum.SurfaceType.Smooth
9623
o32.TopSurface = Enum.SurfaceType.Smooth
9624
o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
9625
o33.Parent = o32
9626
o33.MeshId = "rbxasset://fonts/torso.mesh"
9627
o33.MeshType = Enum.MeshType.FileMesh
9628
mas.Parent = workspace
9629
mas:MakeJoints()
9630
local mas1 = mas:GetChildren()
9631
for i=1,#mas1 do
9632
	mas1[i].Parent = workspace 
9633
	ypcall(function() mas1[i]:MakeJoints() end)
9634
end
9635
mas:Destroy()
9636
for i=1,#cors do
9637
coroutine.resume(cors[i])
9638
end
9639
9640
wait()
9641
9642
Workspace["Blade"].Parent = game.Players.LocalPlayer.Character
9643
9644
game.Players.LocalPlayer.Character["Blade"].Name = "Blade"
9645
9646
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
9647
w.Part0 = game.Players.LocalPlayer.Character["Torso"]
9648
w.Part1 = o32
9649
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
9650
game.Players.LocalPlayer.Character["Torso"].Transparency = 0
9651
9652
for i,v in pairs (game.Players.LocalPlayer.Character["Blade"]:GetChildren()) do
9653
	if v.ClassName == "Part" then
9654
	v.CanCollide = false
9655
	v.Anchored = false
9656
	end
9657
end
9658
--
9659
wait(1 / 60)
9660
Ilaoi = { }
9661
local Mouse = Player:GetMouse()
9662
local RootPart = Character.HumanoidRootPart
9663
local RootJoint = RootPart.RootJoint
9664
local attack = false
9665
local delays = false
9666
local play = true
9667
local targetted = nil
9668
local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude 
9669
local velocity = RootPart.Velocity.y
9670
local sine = 0
9671
local Create = LoadLibrary("RbxUtility").Create
9672
	
9673
CFuncs = {	
9674
	
9675
	["Sound"] = {
9676
		Create = function(id, par, vol, pit) 
9677
			coroutine.resume(coroutine.create(function()
9678
				local S = Create("Sound"){
9679
					Volume = vol,
9680
					Pitch = pit or 1,
9681
					SoundId = id,
9682
					Parent = par or workspace,
9683
				}
9684
				wait() 
9685
				S:play() 
9686
				game:GetService("Debris"):AddItem(S, 6)
9687
			end))
9688
		end;
9689
	};
9690
	
9691
9692
	CreateTemplate = {
9693
	
9694
	};
9695
}
9696
9697
9698
abss = Instance.new("BillboardGui",Character)
9699
abss.Size = UDim2.new(50,0,50,0)
9700
abss.Enabled = false
9701
imgl = Instance.new("ImageLabel",abss)
9702
imgl.Position = UDim2.new(0,0,0,0)
9703
imgl.Size = UDim2.new(1,0,1,0)
9704
imgl.Image = "rbxassetid://103028201"
9705
imgl.BackgroundTransparency = 1
9706
imgl.ImageColor3 = Color3.new(0,0,255)
9707
img2 = Instance.new("ImageLabel",abss)
9708
img2.Position = UDim2.new(0,0,0,0)
9709
img2.Size = UDim2.new(1,0,1,0)
9710
img2.Image = "rbxassetid://103028201"
9711
img2.BackgroundTransparency = 1
9712
img2.ImageColor3 = Color3.new(0,0,255)
9713
9714
function TargetSelect(person)
9715
local dd=coroutine.wrap(function()
9716
if targetted ~= person then
9717
targetted = person
9718
img2.Size = UDim2.new(1,0,1,0)
9719
img2.ImageTransparency = 0
9720
img2.Position = UDim2.new(0,0,0,0)
9721
for i = 0, 2, 0.1 do
9722
swait()
9723
img2.Size = img2.Size + UDim2.new(5,0,5,0)
9724
img2.Position = img2.Position + UDim2.new(-.025,0,-.025,0)
9725
img2.ImageTransparency = img2.ImageTransparency + 0.05
9726
end
9727
end
9728
end)
9729
dd()
9730
end
9731
9732
function LockOn()
9733
if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
9734
TargetSelect(Mouse.Target.Parent)
9735
CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=147722098", Character, 1, .8)
9736
end
9737
end
9738
9739
9740
function ofmoosic() -- 2 lazi hoh
9741
delays = true
9742
while wait() and kkk and kkk.Volume >= 0.02 do
9743
	kkk.Volume = kkk.Volume - 0.05
9744
end
9745
wait(0.1)
9746
kkk.Pitch = 0
9747
kkk.PlaybackSpeed = 0
9748
play = false
9749
delays = false
9750
end
9751
function onmoosic()
9752
delays = true
9753
kkk.Pitch = .6
9754
kkk.PlaybackSpeed = .6
9755
while wait() and kkk and kkk.Volume <= 1.5 do
9756
	kkk.Volume = kkk.Volume + 0.05
9757
end
9758
wait(0.1)
9759
play = true
9760
delays = false
9761
end
9762
9763
9764
Mouse.KeyDown:connect(function(k)
9765
	k = k:lower()
9766
	if attack == false and k == 'q' then
9767
	LockOn()
9768
	end
9769
end)
9770
9771
kkk = Instance.new("Sound",Character)
9772
kkk.Volume = 1.5
9773
kkk.PlaybackSpeed = 1
9774
kkk.Pitch = .6
9775
kkk.SoundId = "rbxassetid://"
9776
kkk:Play()
9777
kkk.Name = "a"
9778
kkk.Looped = true
9779
9780
9781
9782
while true do
9783
	swait()
9784
	for i, v in pairs(Character:GetChildren()) do
9785
		if v:IsA("Part") then
9786
			v.Material = "SmoothPlastic"
9787
		elseif v:IsA("Accessory") then
9788
			v:WaitForChild("Handle").Material = "SmoothPlastic"
9789
		end
9790
	end
9791
while true do
9792
swait()
9793
imgl.Rotation = imgl.Rotation + 3
9794
img2.Rotation = img2.Rotation + 3
9795
if targetted ~= nil then
9796
abss.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
9797
abss.Enabled = true
9798
elseif targetted == nil then
9799
abss.Adornee = nil
9800
abss.Enabled = false
9801
end
9802
while true and imgl.Rotation >= 360 do
9803
imgl.Rotation = 0	
9804
img2.Rotation = 0
9805
end
9806
9807
	if 0 < #Ilaoi then
9808
		for e = 1, #Ilaoi do
9809
			if Ilaoi[e] ~= nil then
9810
				local Thing = Ilaoi[e]
9811
				if Thing ~= nil then
9812
					local Part = Thing[1]
9813
					local Mode = Thing[2]
9814
					local Delay = Thing[3]
9815
					local IncX = Thing[4]
9816
					local IncY = Thing[5]
9817
					local IncZ = Thing[6]
9818
					if Thing[2] == "Shoot" then
9819
						local Look = Thing[1]
9820
						local move = 30
9821
						if Thing[8] == 3 then
9822
							move = 10
9823
						end
9824
						local hit, pos = rayCast(Thing[4], Thing[1], move, m)
9825
						if Thing[10] ~= nil then
9826
							da = pos
9827
							cf2 = CFrame.new(Thing[4], Thing[10].Position)
9828
							cfa = CFrame.new(Thing[4], pos)
9829
							tehCF = cfa:lerp(cf2, 0.2)
9830
							Thing[1] = tehCF.lookVector
9831
						end
9832
						local mag = (Thing[4] - pos).magnitude
9833
						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)
9834
						if Thing[8] == 2 then
9835
							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)
9836
						end
9837
						Thing[4] = Thing[4] + Look * move
9838
						Thing[3] = Thing[3] - 1
9839
						if 2 < Thing[5] then
9840
							Thing[5] = Thing[5] - 0.3
9841
							Thing[6] = Thing[6] - 0.3
9842
						end
9843
						if hit ~= nil then
9844
							Thing[3] = 0
9845
							if Thing[8] == 1 or Thing[8] == 3 then
9846
								Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
9847
							else
9848
								if Thing[8] == 2 then
9849
									Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
9850
									if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
9851
										ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
9852
										ref.Anchored = true
9853
										ref.CFrame = CFrame.new(pos)
9854
										CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
9855
										game:GetService("Debris"):AddItem(ref, 0.2)
9856
										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)
9857
										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)
9858
										MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
9859
									end
9860
								end
9861
							end
9862
							ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
9863
							ref.Anchored = true
9864
							ref.CFrame = CFrame.new(pos)
9865
							Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
9866
							game:GetService("Debris"):AddItem(ref, 1)
9867
						end
9868
						if Thing[3] <= 0 then
9869
							table.remove(Effects, e)
9870
						end
9871
					end
9872
					do
9873
						do
9874
							if Thing[2] == "FireWave" then
9875
								if Thing[3] <= Thing[4] then
9876
									Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
9877
									Thing[3] = Thing[3] + 1
9878
									Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
9879
								else
9880
									Part.Parent = nil
9881
									table.remove(Effects, e)
9882
								end
9883
							end
9884
							if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
9885
								if Thing[1].Transparency <= 1 then
9886
									if Thing[2] == "Block1" then
9887
										Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
9888
										Mesh = Thing[7]
9889
										Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9890
										Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9891
									else
9892
										if Thing[2] == "Block2" then
9893
											Thing[1].CFrame = Thing[1].CFrame
9894
											Mesh = Thing[7]
9895
											Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9896
											Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9897
										else
9898
											if Thing[2] == "Fire" then
9899
												Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
9900
												Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
9901
												Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9902
											else
9903
												if Thing[2] == "Cylinder" then
9904
													Mesh = Thing[7]
9905
													Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9906
													Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9907
												else
9908
													if Thing[2] == "Blood" then
9909
														Mesh = Thing[7]
9910
														Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
9911
														Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9912
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9913
													else
9914
														if Thing[2] == "Elec" then
9915
															Mesh = Thing[10]
9916
															Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
9917
															Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9918
														else
9919
															if Thing[2] == "Disappear" then
9920
																Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9921
															else
9922
																if Thing[2] == "Shatter" then
9923
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9924
														Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
9925
														Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
9926
														Thing[6] = Thing[6] + Thing[5]
9927
																end
9928
															end
9929
														end
9930
													end
9931
												end
9932
											end
9933
										end
9934
									end
9935
								else
9936
							
9937
									table.remove(Ilaoi, e)
9938
								end
9939
							end
9940
						end
9941
					end
9942
				end
9943
			end
9944
		end
9945
	end
9946
end
9947
end