View difference between Paste ID: HrH586EM and nyBivrJV
SHOW: | | - or go back to the newest paste.
1
--https://github.com/Mokiros/roblox-FE-compatibility
2
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
3
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
4
local RealPlayer = Player
5
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(),Button2Up=c(),Button2Down=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;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")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 typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u 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 rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},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")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
6
 
7
wait(1)
8
9
10
--Ishida Sword And Armor--
11
p = game.Players.LocalPlayer
12
char = p.Character
13
torso = char.Torso
14
neck = char.Torso.Neck
15
hum = char.Humanoid
16
17
dot = false
18
des = false
19
local ChatService = game:GetService("Chat")
20
local player = game.Players.LocalPlayer
21
char = player.Character
22
hum = char.Humanoid
23
torso = hum.Torso
24
lig = Instance.new("PointLight",player.Character.Torso)
25
lig.Color=Color3.new(0,0,255)
26
m=player:GetMouse()
27
bb = Instance.new("BillboardGui",player.Character.Head)
28
bb.Enabled = true
29
bb.AlwaysOnTop = true
30
bb.Size = UDim2.new(0,200,0,50)
31
bb.StudsOffset = Vector3.new(0,1,0)
32
gui=Instance.new("TextBox",bb)
33
gui.Text = "Wanderer"
34
gui.Size = UDim2.new(0,133,0,45)
35
gui.Position=UDim2.new(0,57,0,-40)
36
gui.TextColor3 = Color3.new(0/255,0/255,255/255)
37
gui.BackgroundColor3=Color3.new(0/255,0/255,255/255)
38
gui.TextWrapped = true
39
gui.TextScaled = true
40
gui.TextXAlignment = "Left"
41
gui.TextYAlignment = "Top"
42
gui.Visible = false
43
gui.BorderColor3 = Color3.new(0,0,255)
44
 
45
gui1=Instance.new("TextButton",bb)
46
gui1.Position=UDim2.new(0,5,0,-43)
47
gui1.Size = UDim2.new(0,190,0,51)
48
 
49
gui1.TextColor3 = Color3.new(0/255,0/255,255/255)
50
gui1.BackgroundColor3=Color3.new(0/255,0/255,255/255)
51
 
52
Debounces = {
53
["IsSpeech"]=false;
54
}
55
 
56
 
57
Speeches = {
58
"rbxassetid://316403916",
59
"rbxassetid://316403844",
60
"rbxassetid://316403787",
61
"rbxassetid://316403490"
62
};
63
 
64
 
65
 
66
 
67
function swait(num)
68
if num==0 or num==nil then
69
game:service'RunService'.Stepped:wait(0)
70
else
71
for i=0,num do
72
game:service'RunService'.Stepped:wait(0)
73
end
74
end
75
end
76
 
77
 
78
for _,v in pairs(Speeches) do
79
   
80
    game:GetService("ContentProvider"):Preload(v)
81
   
82
end
83
 
84
so = function(id,par,vol,pit)
85
coroutine.resume(coroutine.create(function()
86
local sou = Instance.new("Sound",par or workspace)
87
sou.Volume=vol
88
sou.Pitch=pit or 1
89
sou.SoundId=id
90
swait()
91
sou:play()
92
game:GetService("Debris"):AddItem(sou,sou.TimeLength)
93
end))
94
end
95
 
96
 
97
 
98
 function speech()
99
 if Debounces.IsSpeech then return end
100
 Debounces.IsSpeech = true
101
 
102
 so(""..Speeches[math.random(1,#Speeches)].."",torso,1,1)
103
 
104
swait()
105
 
106
 Debounces.IsSpeech = false
107
 end
108
 
109
 
110
gui1.Visible = false
111
img = Instance.new("ImageLabel",bb)
112
img.Size = UDim2.new(0,46,0,47)
113
img.Position = UDim2.new(0,10,0,-41)
114
img.Image = "rbxassetid://698463405"
115
img.BorderColor3 = Color3.new(0,0,0)
116
img.Visible = false
117
asd = Instance.new("Sound",player.Character.Torso)
118
asd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
119
 
120
asd1 = Instance.new("Sound",player.Character.Torso)
121
asd1.SoundId = "http://www.roblox.com/asset/?id = 565939471"
122
 
123
asd2 = Instance.new("Sound",player.Character.Torso)
124
asd2.SoundId = "http://www.roblox.com/asset/?id = 565939471"
125
asd2.Looped = true
126
asd3 = Instance.new("Sound",player.Character.Torso)
127
asd3.SoundId = "http://www.roblox.com/asset/?id = 565939471"
128
asd3.Looped = true
129
asd4 = Instance.new("Sound",player.Character.Torso)
130
asd4.SoundId = "http://www.roblox.com/asset/?id = 565939471"
131
asd4.Looped = false
132
asd5 = Instance.new("Sound",player.Character.Torso)
133
asd5.SoundId = "http://www.roblox.com/asset/?id = 0"
134
asd5.Looped = true
135
dunkd = Instance.new("Sound",player.Character.Torso)
136
dunkd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
137
dunkd.Looped = false
138
function play(play)
139
asd:Play()
140
asd1:Play()
141
end
142
eye = Instance.new("Part",player.Character)
143
eye.BrickColor = BrickColor.new("Toothpaste")
144
eye.Material = "Neon"
145
eye.FormFactor = 3
146
eye.Shape = "Ball"
147
eye.Size = Vector3.new(0.37,0.37,0.1)
148
weld = Instance.new("Weld",eye)
149
weld.Part0 = eye
150
weld.Part1 = player.Character.Head
151
weld.C0 = CFrame.new(0.1,-0.2,0.45)
152
eye.Transparency = 1
153
-- listen for their chatting
154
player.Chatted:connect(function(message)
155
a = string.len(message)
156
gui.Text = "* "
157
gui.Visible = true
158
gui1.Visible = true
159
des = false
160
img.Visible = true
161
print(a)
162
if dot == false then
163
for i = 1,string.len(message) do wait(0.07)
164
gui.Text =gui.Text..message:sub(i,i)
165
 
166
play()
167
end
168
end
169
 
170
des = true
171
end)
172
m.KeyDown:connect(function(k)
173
if k == "" then
174
asd2:Play()
175
eye.Transparency = 0
176
 
177
elseif k == "" then
178
speech()
179
end
180
end)
181
m.KeyDown:connect(function(k)
182
if k == "" then
183
eye.Transparency = 1
184
asd3:Play()
185
end
186
end)
187
m.KeyDown:connect(function(k)
188
if k == "" then
189
eye.Transparency = 0
190
asd4:Play()
191
end
192
end)
193
m.KeyDown:connect(function(k)
194
if k == "" then
195
eye.Transparency = 1
196
asd5:Play()
197
end
198
end)
199
m.KeyDown:connect(function(k)
200
if k == "l" then
201
 
202
img.Image = "rbxassetid://46829824"
203
end
204
end)
205
m.KeyDown:connect(function(k)
206
if k == "k" then
207
img.Image = "rbxassetid://296125372"
208
end
209
end)
210
m.KeyDown:connect(function(k)
211
if k == "j" then
212
img.Image = "rbxassetid://383104729"
213
end
214
end)
215
m.KeyDown:connect(function(k)
216
if k == "" then
217
img.Image = "rbxassetid://388167154"
218
print("You take your very last breath...")
219
asdd = Instance.new("Sound",player.Character.Torso)
220
asdd.SoundId = "http://www.roblox.com/asset/?id = 357417055"
221
asdd.Looped = false
222
spawn(function()
223
wait()
224
asdd:Play()
225
end)
226
wait(2)
227
asddd = Instance.new("Sound",player.Character.Torso)
228
asddd.SoundId = "http://www.roblox.com/asset/?id = 387183672"
229
asddd.Looped = false
230
spawn(function()
231
wait()
232
asddd:Play()
233
end)
234
wait(2)
235
asdded = Instance.new("Sound",player.Character.Torso)
236
asdded.SoundId = "http://www.roblox.com/asset/?id = 387187707"
237
asdded.Looped = false
238
spawn(function()
239
wait()
240
asdded:Play()
241
end)
242
char:BreakJoints()
243
end
244
end)
245
m.KeyDown:connect(function(k)
246
if k == "x" then
247
if des == true then
248
gui.Visible = false
249
gui.Text = "* "
250
gui1.Visible = false
251
img.Visible = false
252
end
253
end
254
end)
255
m.KeyDown:connect(function(k)
256
if k == "f" then
257
asd3:Stop()
258
asd2:Stop()
259
asd4:Stop()
260
dunkd:Stop()
261
eye.Transparency = 1
262
asd5:Stop()
263
end
264
end)
265
m.KeyDown:connect(function(k)
266
if k == "" then
267
dunkd = Instance.new("Sound",player.Character.Torso)
268
dunkd.SoundId = "http://www.roblox.com/asset/?id = 333078694"
269
dunkd.Looped = false
270
dunkd:Play()
271
end
272
end)
273
m.KeyDown:connect(function(k)
274
if k == "" then
275
img.Image = "rbxassetid://378198656"
276
end
277
end)
278
--
279
--
280
plr = game.Players.LocalPlayer
281
char = plr.Character
282
hum = game.Players.LocalPlayer.Character.Humanoid
283
to = game.Players.LocalPlayer.Character.Torso
284
he = game.Players.LocalPlayer.Character.Head
285
neck = char.Torso.Neck
286
rar = game.Players.LocalPlayer.Character["Right Arm"]
287
lar = game.Players.LocalPlayer.Character["Left Arm"]
288
rla = game.Players.LocalPlayer.Character["Right Leg"]
289
lla = game.Players.LocalPlayer.Character["Left Leg"]
290
local maincolor = Color3.new(255/255,85/255,0/255)
291
local blu = Color3.new(0/255,0/255,255/255)
292
local gree = Color3.new(0/255,255/255,0/255)
293
local red = Color3.new(255/255,0/255,0/255)
294
local dred = Color3.new(0/255,0/255,255/255)
295
local purp = Color3.new(100/255,0/255,255/255)
296
local pt1 = NumberSequenceKeypoint.new(0,50,0)
297
local pt2 = NumberSequenceKeypoint.new(1,0,0)
298
local pt1a = NumberSequenceKeypoint.new(0,7,0)
299
local pt2a = NumberSequenceKeypoint.new(1,0,0)
300
local bigg1 = NumberSequenceKeypoint.new(0,10,0)
301
local bigg2 = NumberSequenceKeypoint.new(1,0,0)
302
vt = Vector3.new
303
bc = BrickColor.new
304
hum.WalkSpeed = 0
305
hum.JumpPower = 100
306
aura = Instance.new("Sound",to)
307
aura.SoundId = "rbxassetid://260567626"
308
aura.Looped = false
309
aura.Volume = 10
310
lol = Instance.new("Sound",to)
311
lol.SoundId = "rbxassetid://137473066"
312
lol.Looped = false
313
lol.Volume = 10
314
beyond = Instance.new("Sound",to)
315
beyond.SoundId = "rbxassetid://256643436"
316
beyond.Looped = false
317
beyond.Volume = 10
318
hum.WalkSpeed = 50
319
t = Instance.new("ParticleEmitter",to)
320
t.Rate = 0
321
t.Size = NumberSequence.new({pt1a,pt2a})
322
t.Lifetime = NumberRange.new(1)
323
t.RotSpeed = NumberRange.new(1000000)
324
t.Texture = "rbxassetid://666724084"
325
t.VelocitySpread= 50
326
t.LightEmission = 1
327
h = Instance.new("ParticleEmitter",he)
328
h.Rate = 0
329
h.Size = NumberSequence.new({pt1a,pt2a})
330
h.Lifetime = NumberRange.new(1)
331
h.RotSpeed = NumberRange.new(1000000)
332
h.Texture = "rbxassetid://666724084"
333
h.VelocitySpread = 90
334
h.LightEmission = 1
335
rl = Instance.new("ParticleEmitter",rla)
336
rl.Rate = 0
337
rl.Size = NumberSequence.new({pt1a,pt2a})
338
rl.Lifetime = NumberRange.new(1)
339
rl.RotSpeed = NumberRange.new(1000000)
340
rl.Texture = "rbxassetid://666724084"
341
rl.VelocitySpread = 50
342
rl.LightEmission = 1
343
ll = Instance.new("ParticleEmitter",lla)
344
ll.Rate = 0
345
ll.Size = NumberSequence.new({pt1a,pt2a})
346
ll.Lifetime = NumberRange.new(1)
347
ll.RotSpeed = NumberRange.new(1000000)
348
ll.Texture = "rbxassetid://666724084"
349
ll.VelocitySpread = 50
350
ll.LightEmission = 1
351
ra = Instance.new("ParticleEmitter",rar)
352
ra.Rate = 0
353
ra.Size = NumberSequence.new({pt1a,pt2a})
354
ra.Lifetime = NumberRange.new(1)
355
ra.RotSpeed = NumberRange.new(1000000)
356
ra.Texture = "rbxassetid://666724084"
357
ra.VelocitySpread = 50
358
ra.LightEmission = 1
359
360
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
361
if msg == "boost" then
362
aura:Play()
363
h.Rate = 100
364
t.Rate = 100
365
rl.Rate = 100
366
ll.Rate = 100
367
h.Color = ColorSequence.new(blu)
368
h.Transparency = NumberSequence.new(0.4)
369
t.Color = ColorSequence.new(blu)
370
t.Transparency = NumberSequence.new(0.4)
371
rl.Color = ColorSequence.new(blu)
372
rl.Transparency = NumberSequence.new(0.4)
373
ll.Color = ColorSequence.new(blu)
374
ll.Transparency = NumberSequence.new(0.4)
375
ra.Color = ColorSequence.new(blu)
376
ra.Transparency = NumberSequence.new(0.4)
377
la.Color = ColorSequence.new(blu)
378
la.Transparency = NumberSequence.new(0.4)
379
h.Texture = "rbxassetid://666724084"
380
t.Texture = "rbxassetid://666724084"
381
rl.Texture = "rbxassetid://666724084"
382
ll.Texture = "rbxassetid://666724084"
383
ra.Texture = "rbxassetid://666724084"
384
la.Texture = "rbxassetid://666724084"
385
hum.WalkSpeed = 100
386
end
387
end)
388
389
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
390
if msg == "calm" then
391
lol:Play()
392
h.Rate = 0
393
t.Rate = 0
394
rl.Rate = 0
395
ll.Rate = 0
396
ra.Rate = 0
397
la.Rate = 0
398
hum.WalkSpeed = 100
399
end
400
end)
401
402
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
403
if msg == "ultimate" then
404
beyond:Play()
405
t.Size = NumberSequence.new(10)
406
t.Lifetime = NumberRange.new(5)
407
t.Texture = "rbxassetid://243098098"
408
t.Color = ColorSequence.new(dred)
409
t.VelocitySpread = 360
410
t.ZOffset = 10
411
t.Rate = 30
412
bonus1 = Instance.new("ParticleEmitter",rar)
413
bonus1.Texture = "rbxassetid://257173628"
414
bonus1.VelocitySpread = 360
415
bonus1.Rate = 20
416
bonus1.Lifetime = NumberRange.new(5)
417
bonus1.Size = NumberSequence.new(10)
418
bonus1.Color = ColorSequence.new(dred)
419
bonus1.LightEmission = 1
420
bonus1.RotSpeed = NumberRange.new(1000000)
421
bonus1.LockedToPart = true
422
bonus2 = Instance.new("ParticleEmitter",lar)
423
bonus2.Texture = "rbxassetid://257173628"
424
bonus2.VelocitySpread = 360
425
bonus2.Rate = 10
426
bonus2.Lifetime = NumberRange.new(5)
427
bonus2.Size = NumberSequence.new(10)
428
bonus2.Color = ColorSequence.new(dred)
429
bonus2.LightEmission = 1
430
bonus2.RotSpeed = NumberRange.new(1000000)
431
bonus2.LockedToPart = true
432
wait(1)
433
hum.WalkSpeed = 200
434
hum.JumpPower = 150
435
end
436
end)
437
438
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
439
if msg == "summon" then
440
p1 = Instance.new("Part",workspace)
441
p1.Size = Vector3.new(0,0,0)
442
p1.TopSurface = "Smooth"
443
p1.BottomSurface = "Smooth"
444
p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
445
p1.Parent = game.Players.LocalPlayer.Character.Humanoid
446
p1.Anchored = true
447
p1.BrickColor = BrickColor.new("Cyan")
448
p1.Transparency = 0.6
449
p1.Material = "Neon"
450
p1.CanCollide = false
451
p1.Touched:connect(function(h) if
452
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
453
p2 = Instance.new("Part",workspace)
454
p2.Size = Vector3.new(1,25,30)
455
p2.TopSurface = "Smooth"
456
p2.BottomSurface = "Smooth"
457
p2.CFrame = CFrame.new(p1.Position + Vector3.new(15,p2.Size.Y/2,0))
458
p2.Parent = game.Players.LocalPlayer.Character.Humanoid
459
p2.Anchored = true
460
p2.BrickColor = BrickColor.new("Cyan")
461
p2.Transparency = 0.6
462
p2.Material = "Neon"
463
p2.Touched:connect(function(h) if
464
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
465
p3 = Instance.new("Part",workspace)
466
p3.Size = Vector3.new(1,25,30)
467
p3.TopSurface = "Smooth"
468
p3.BottomSurface = "Smooth"
469
p3.CFrame = CFrame.new(p1.Position + Vector3.new(-15,p2.Size.Y/2,0))
470
p3.Parent = game.Players.LocalPlayer.Character.Humanoid
471
p3.Anchored = true
472
p3.BrickColor = BrickColor.new("Cyan")
473
p3.Transparency = 0.6
474
p3.Material = "Neon"
475
p3.Touched:connect(function(h) if
476
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
477
p4 = Instance.new("Part",workspace)
478
p4.Size = Vector3.new(30,25,1)
479
p4.TopSurface = "Smooth"
480
p4.BottomSurface = "Smooth"
481
p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,15))
482
p4.Parent = game.Players.LocalPlayer.Character.Humanoid
483
p4.Anchored = true
484
p4.BrickColor = BrickColor.new("Cyan")
485
p4.Transparency = 0.6
486
p4.Material = "Neon"
487
p4.Touched:connect(function(h) if
488
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
489
p5 = Instance.new("Part",workspace)
490
p5.Size = Vector3.new(30,25,1)
491
p5.TopSurface = "Smooth"
492
p5.BottomSurface = "Smooth"
493
p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-15))
494
p5.Parent = game.Players.LocalPlayer.Character.Humanoid
495
p5.Anchored = true
496
p5.BrickColor = BrickColor.new("Cyan")
497
p5.Transparency = 0.6
498
p5.Material = "Neon"
499
p5.Touched:connect(function(h) if
500
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
501
p6 = Instance.new("Part",workspace)
502
p6.Size = Vector3.new(30,1,30)
503
p6.TopSurface = "Smooth"
504
p6.BottomSurface = "Smooth"
505
p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
506
p6.Parent = game.Players.LocalPlayer.Character.Humanoid
507
p6.Anchored = true
508
p6.BrickColor = BrickColor.new("Cyan")
509
p6.Transparency = 0.6
510
p6.Material = "Neon"
511
p6.Touched:connect(function(h) if
512
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
513
for i=1,4 do 
514
wait(.05)
515
p1.Transparency = 1-(i/10)
516
p2.Transparency = 1-(i/10)
517
p3.Transparency = 1-(i/10)
518
p4.Transparency = 1-(i/10)
519
p5.Transparency = 1-(i/10)
520
p6.Transparency = 1-(i/10)
521
end
522
p1p = Instance.new("ParticleEmitter",p1)
523
p1p.Rate = 200
524
p1p.VelocitySpread = 360
525
p1p.Texture = "rbxassetid://199910011"
526
p1p.Color = ColorSequence.new(blu)
527
p1p.Size = NumberSequence.new({pt1a,pt2a})
528
p1p.LightEmission = 1
529
p1p.ZOffset = 10
530
p1p.RotSpeed = NumberRange.new(10)
531
p2p = Instance.new("ParticleEmitter",p2)
532
p2p.Rate = 200
533
p2p.VelocitySpread = 360
534
p2p.Texture = "rbxassetid://199910011"
535
p2p.Color = ColorSequence.new(blu)
536
p2p.Size = NumberSequence.new({pt1a,pt2a})
537
p2p.LightEmission = 1
538
p2p.ZOffset = 10
539
p2p.RotSpeed = NumberRange.new(10)
540
p3p = Instance.new("ParticleEmitter",p3)
541
p3p.Rate = 200
542
p3p.VelocitySpread = 360
543
p3p.Texture = "rbxassetid://199910011"
544
p3p.Color = ColorSequence.new(blu)
545
p3p.Size = NumberSequence.new({pt1a,pt2a})
546
p3p.LightEmission = 1
547
p3p.ZOffset = 10
548
p3p.RotSpeed = NumberRange.new(10)
549
p4p = Instance.new("ParticleEmitter",p4)
550
p4p.Rate = 200
551
p4p.VelocitySpread = 360
552
p4p.Texture = "rbxassetid://199910011"
553
p4p.Color = ColorSequence.new(blu)
554
p4p.Size = NumberSequence.new({pt1a,pt2a})
555
p4p.LightEmission = 1
556
p4p.ZOffset = 10
557
p4p.RotSpeed = NumberRange.new(10)
558
p5p = Instance.new("ParticleEmitter",p5)
559
p5p.Rate = 200
560
p5p.VelocitySpread = 360
561
p5p.Texture = "rbxassetid://199910011"
562
p5p.Color = ColorSequence.new(blu)
563
p5p.Size = NumberSequence.new({pt1a,pt2a})
564
p5p.LightEmission = 1
565
p5p.ZOffset = 10
566
p5p.RotSpeed = NumberRange.new(10)
567
p6p = Instance.new("ParticleEmitter",p6)
568
p6p.Rate = 200
569
p6p.VelocitySpread = 360
570
p6p.Texture = "rbxassetid://199910011"
571
p6p.Color = ColorSequence.new(blu)
572
p6p.Size = NumberSequence.new({pt1a,pt2a})
573
p6p.LightEmission = 10
574
p6p.ZOffset = 1
575
p6p.RotSpeed = NumberRange.new(10)
576
end
577
end)
578
579
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
580
if msg == "destroy" then
581
p1p.Enabled = false
582
p2p.Enabled = false
583
p3p.Enabled = false
584
p4p.Enabled = false
585
p5p.Enabled = false
586
p6p.Enabled = false
587
for i=1,10 do
588
wait(.05)
589
p1.Transparency = i/10
590
p2.Transparency = i/10
591
p3.Transparency = i/10
592
p4.Transparency = i/10
593
p5.Transparency = i/10
594
p6.Transparency = i/10
595
end
596
wait(10)
597
p1:Destroy()
598
p2:Destroy()
599
p3:Destroy()
600
p4:Destroy()
601
p5:Destroy()
602
p6:Destroy()
603
end
604
end)
605
--------
606
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
607
if msg == "shelter" then
608
p1 = Instance.new("Part",workspace)
609
p1.Size = Vector3.new(0,0,0)
610
p1.TopSurface = "Smooth"
611
p1.BottomSurface = "Smooth"
612
p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
613
p1.Parent = game.Players.LocalPlayer.Character.Humanoid
614
p1.Anchored = true
615
p1.BrickColor = BrickColor.new("Dark blue")
616
p1.Transparency = 0.6
617
p1.Material = "Neon"
618
p1.CanCollide = false
619
p1.Touched:connect(function(h) if
620
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
621
p2 = Instance.new("Part",workspace)
622
p2.Size = Vector3.new(1,100,100)
623
p2.TopSurface = "Smooth"
624
p2.BottomSurface = "Smooth"
625
p2.CFrame = CFrame.new(p1.Position + Vector3.new(50,p2.Size.Y/2,0))
626
p2.Parent = game.Players.LocalPlayer.Character.Humanoid
627
p2.Anchored = true
628
p2.BrickColor = BrickColor.new("Dark blue")
629
p2.Transparency = 0.6
630
p2.Material = "Neon"
631
p2.Touched:connect(function(h) if
632
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
633
p3 = Instance.new("Part",workspace)
634
p3.Size = Vector3.new(1,100,100)
635
p3.TopSurface = "Smooth"
636
p3.BottomSurface = "Smooth"
637
p3.CFrame = CFrame.new(p1.Position + Vector3.new(-50,p2.Size.Y/2,0))
638
p3.Parent = game.Players.LocalPlayer.Character.Humanoid
639
p3.Anchored = true
640
p3.BrickColor = BrickColor.new("Dark blue")
641
p3.Transparency = 0.6
642
p3.Material = "Neon"
643
p3.Touched:connect(function(h) if
644
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
645
p4 = Instance.new("Part",workspace)
646
p4.Size = Vector3.new(100,100,1)
647
p4.TopSurface = "Smooth"
648
p4.BottomSurface = "Smooth"
649
p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,50))
650
p4.Parent = game.Players.LocalPlayer.Character.Humanoid
651
p4.Anchored = true
652
p4.BrickColor = BrickColor.new("Dark blue")
653
p4.Transparency = 0.6
654
p4.Material = "Neon"
655
p4.Touched:connect(function(h) if
656
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
657
p5 = Instance.new("Part",workspace)
658
p5.Size = Vector3.new(100,100,1)
659
p5.TopSurface = "Smooth"
660
p5.BottomSurface = "Smooth"
661
p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-50))
662
p5.Parent = game.Players.LocalPlayer.Character.Humanoid
663
p5.Anchored = true
664
p5.BrickColor = BrickColor.new("Dark blue")
665
p5.Transparency = 0.6
666
p5.Material = "Neon"
667
p5.Touched:connect(function(h) if
668
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
669
p6 = Instance.new("Part",workspace)
670
p6.Size = Vector3.new(100,1,100)
671
p6.TopSurface = "Smooth"
672
p6.BottomSurface = "Smooth"
673
p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
674
p6.Parent = game.Players.LocalPlayer.Character.Humanoid
675
p6.Anchored = true
676
p6.BrickColor = BrickColor.new("Dark blue")
677
p6.Transparency = 0.6
678
p6.Material = "Neon"
679
p6.Touched:connect(function(h) if
680
h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
681
for i=1,4 do 
682
wait(.05)
683
p1.Transparency = 1-(i/10)
684
p2.Transparency = 1-(i/10)
685
p3.Transparency = 1-(i/10)
686
p4.Transparency = 1-(i/10)
687
p5.Transparency = 1-(i/10)
688
p6.Transparency = 1-(i/10)
689
end
690
p1p = Instance.new("ParticleEmitter",p1)
691
p1p.Rate = 200
692
p1p.VelocitySpread = 360
693
p1p.Texture = "rbxassetid://199910011"
694
p1p.Color = ColorSequence.new(blu)
695
p1p.Size = NumberSequence.new({pt1a,pt2a})
696
p1p.LightEmission = 1
697
p1p.ZOffset = 10
698
p1p.RotSpeed = NumberRange.new(10)
699
p2p = Instance.new("ParticleEmitter",p2)
700
p2p.Rate = 200
701
p2p.VelocitySpread = 360
702
p2p.Texture = "rbxassetid://199910011"
703
p2p.Color = ColorSequence.new(blu)
704
p2p.Size = NumberSequence.new({pt1a,pt2a})
705
p2p.LightEmission = 1
706
p2p.ZOffset = 10
707
p2p.RotSpeed = NumberRange.new(10)
708
p3p = Instance.new("ParticleEmitter",p3)
709
p3p.Rate = 200
710
p3p.VelocitySpread = 360
711
p3p.Texture = "rbxassetid://199910011"
712
p3p.Color = ColorSequence.new(blu)
713
p3p.Size = NumberSequence.new({pt1a,pt2a})
714
p3p.LightEmission = 1
715
p3p.ZOffset = 10
716
p3p.RotSpeed = NumberRange.new(10)
717
p4p = Instance.new("ParticleEmitter",p4)
718
p4p.Rate = 200
719
p4p.VelocitySpread = 360
720
p4p.Texture = "rbxassetid://199910011"
721
p4p.Color = ColorSequence.new(blu)
722
p4p.Size = NumberSequence.new({pt1a,pt2a})
723
p4p.LightEmission = 1
724
p4p.ZOffset = 10
725
p4p.RotSpeed = NumberRange.new(10)
726
p5p = Instance.new("ParticleEmitter",p5)
727
p5p.Rate = 200
728
p5p.VelocitySpread = 360
729
p5p.Texture = "rbxassetid://199910011"
730
p5p.Color = ColorSequence.new(blu)
731
p5p.Size = NumberSequence.new({pt1a,pt2a})
732
p5p.LightEmission = 1
733
p5p.ZOffset = 10
734
p5p.RotSpeed = NumberRange.new(10)
735
p6p = Instance.new("ParticleEmitter",p6)
736
p6p.Rate = 200
737
p6p.VelocitySpread = 360
738
p6p.Texture = "rbxassetid://199910011"
739
p6p.Color = ColorSequence.new(blu)
740
p6p.Size = NumberSequence.new({pt1a,pt2a})
741
p6p.LightEmission = 10
742
p6p.ZOffset = 1
743
p6p.RotSpeed = NumberRange.new(10)
744
end
745
end)
746
747
game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
748
if msg == "off" then
749
p1p.Enabled = false
750
p2p.Enabled = false
751
p3p.Enabled = false
752
p4p.Enabled = false
753
p5p.Enabled = false
754
p6p.Enabled = false
755
for i=1,10 do
756
wait(.05)
757
p1.Transparency = i/10
758
p2.Transparency = i/10
759
p3.Transparency = i/10
760
p4.Transparency = i/10
761
p5.Transparency = i/10
762
p6.Transparency = i/10
763
end
764
wait(10)
765
p1:Destroy()
766
p2:Destroy()
767
p3:Destroy()
768
p4:Destroy()
769
p5:Destroy()
770
p6:Destroy()
771
end
772
end)
773
--------
774
wait(1/60)
775
Player=game:GetService("Players").LocalPlayer
776
Character=Player.Character 
777
PlayerGui=Player.PlayerGui
778
Backpack=Player.Backpack 
779
Torso=Character.Torso 
780
Head=Character.Head 
781
Humanoid=Character.Humanoid
782
LeftArm=Character["Left Arm"] 
783
LeftLeg=Character["Left Leg"] 
784
RightArm=Character["Right Arm"] 
785
RightLeg=Character["Right Leg"] 
786
LS=Torso["Left Shoulder"] 
787
LH=Torso["Left Hip"] 
788
RS=Torso["Right Shoulder"] 
789
RH=Torso["Right Hip"] 
790
Face=Head.face
791
Neck=Torso.Neck
792
it=Instance.new
793
attacktype=1
794
vt=Vector3.new
795
cf=CFrame.new
796
euler=CFrame.fromEulerAnglesXYZ
797
angles=CFrame.Angles
798
necko=cf(0,1,0,-1,-0,-0,0,0,1,0,1,0)
799
RootCF=angles(math.rad(-90),0,math.rad(180))
800
--necko2=cf(0,-0.5,0,-1,-0,-0,0,0,1,0,1,0)
801
--LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
802
--RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
803
RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
804
LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
805
RootPart=Character.HumanoidRootPart
806
RootJoint=RootPart.RootJoint
807
attack=false
808
equipped=false
809
Mouse=Player:GetMouse()
810
local idle=0
811
local Anim="Idle"
812
local ShotTarget=RootPart
813
player=nil
814
815
--[[Saz's Artificial Heartbeat]]--
816
817
ArtificialHB=Instance.new("BindableEvent",script)
818
ArtificialHB.Name="ArtificialHB"
819
820
script:WaitForChild("ArtificialHB")
821
822
frame=1/60 --1/30 is old Heartbeat and 1/60 is like Renderstepped speed
823
tf=0
824
allowframeloss=false
825
tossremainder=false
826
lastframe=tick()
827
script.ArtificialHB:Fire()
828
829
game:GetService("RunService").Heartbeat:connect(function(s,p)
830
tf=tf+s
831
if tf>=frame then
832
if allowframeloss then
833
script.ArtificialHB:Fire()
834
lastframe=tick()
835
else
836
for i=1,math.floor(tf/frame) do
837
script.ArtificialHB:Fire()
838
end
839
lastframe=tick()
840
end
841
if tossremainder then
842
tf=0
843
else
844
tf=tf-frame*math.floor(tf/frame)
845
end
846
end
847
end)
848
----------------------------------------
849
850
--[[HB wait]]--
851
local animationspeed=2 --The speed the script goes and stuff.
852
853
function hbwait(number)
854
if number==0 or number==nil then
855
game:GetService("RunService").Stepped:wait()
856
--ArtificialHB.Event:wait()
857
else
858
for i=0,number do
859
game:GetService("RunService").Stepped:wait()
860
--ArtificialHB.Event:wait()
861
end
862
end
863
end
864
----------------------------------------
865
866
--[[Stats and Other Values]]--
867
local Stats=Instance.new("Folder",Character)
868
Stats.Name="Stats"
869
local Defense=Instance.new("NumberValue",Stats)
870
Defense.Name="Defense"
871
Defense.Value=1
872
local Movement=Instance.new("NumberValue",Stats)
873
Movement.Name="Movement"
874
Movement.Value=1
875
local Damage=Instance.new("NumberValue",Stats)
876
Damage.Name="Damage"
877
Damage.Value=1
878
local Mana=Instance.new("NumberValue",Stats)
879
Mana.Name="Mana"
880
Mana.Value=0
881
local Rooted=Instance.new("BoolValue",Stats)
882
Rooted.Name="Rooted"
883
Rooted.Value=false
884
local BlockValue=Instance.new("BoolValue",Stats)
885
BlockValue.Name="BlockValue"
886
BlockValue.Value=false
887
local StaggerHitAnim=Instance.new("BoolValue",Stats)
888
StaggerHitAnim.Name="StaggerHitAnim"
889
StaggerHitAnim.Value=false
890
local StaggerAnim=Instance.new("BoolValue",Stats)
891
StaggerAnim.Name="StaggerAnim"
892
StaggerAnim.Value=false
893
local StunAnim=Instance.new("BoolValue",Stats)
894
StunAnim.Name="StunAnim"
895
StunAnim.Value=false
896
local StunValue=Instance.new("NumberValue",Stats)
897
StunValue.Name="StunValue"
898
StunValue.Value=0
899
local CanCrit=Instance.new("BoolValue",Stats)
900
CanCrit.Name="CanCrit"
901
CanCrit.Value=true
902
local CritChance=Instance.new("NumberValue",Stats)
903
CritChance.Name="CritChance"
904
CritChance.Value=75
905
local CanPenetrateArmor=Instance.new("BoolValue",Stats)
906
CanPenetrateArmor.Name="CanPenetrateArmor"
907
CanPenetrateArmor.Value=false
908
local AntiTeamKill=Instance.new("BoolValue",Stats)
909
AntiTeamKill.Name="AntiTeamKill"
910
AntiTeamKill.Value=false
911
----------------------------------------
912
913
--[[Ignore these values.]]--
914
local LastPoint=nil
915
local staggerhitanim=false
916
local staggeranim=false
917
local stunanim=false
918
local CritChanceNumber=0
919
local CustomColor=Torso.BrickColor
920
local Colorpart1=CustomColor.r
921
local Colorpart2=CustomColor.g
922
local Colorpart3=CustomColor.b
923
local InverseColor=BrickColor.new(Color3.new(1-Colorpart1,1-Colorpart2,1-Colorpart3))
924
local idleangle=0
925
local idlen=0
926
local donum=0
927
local sine=0
928
local change=2/animationspeed
929
local walkinganim=false
930
local handidle=false
931
local walk=0
932
local someangle=0
933
local change2=1
934
local stundelay=0
935
local manadelay=0
936
local robloxidleanimation=Instance.new("Animation",Torso)
937
robloxidleanimation.Name="robloxidleanimation"
938
robloxidleanimation.AnimationId="http://www.roblox.com/asset/?id="
939
local Animator=Humanoid:FindFirstChild("Animator")
940
local Animate=Character:FindFirstChild("Animate")
941
----------------------------------------
942
943
--[[Damage Function Sounds]]--
944
local HitPlayerSounds={199149137,199149186,199149221,199149235,199149269,199149297}
945
local HitArmorSounds={199149321,199149338,199149367,199149409,199149452}
946
local HitWeaponSounds={199148971,199149025,199149072,199149109,199149119}
947
local HitBlockSounds={199148933,199148947}
948
----------------------------------------
949
950
--[[Gui Stuff]]--
951
local cooldown1=0
952
local cooldown2=0
953
local cooldown3=0
954
local cooldown4=0
955
local scrn=Instance.new('ScreenGui',PlayerGui)
956
local ud=UDim2.new
957
local c3=Color3.new
958
local skillcolorscheme=c3(1,1,1)
959
function subtractmana(k)
960
if Mana.Value>=k then
961
Mana.Value=Mana.Value-k
962
end
963
end
964
----------------------------------------
965
966
--[[Gui Settings]]--
967
local co1=0 --How long it takes for the skill to cool down.
968
local co2=0
969
local co3=0
970
local co4=0
971
local maxmana=0 --Maximum amount of mana you can have.
972
local maxstun=1 --Maximum amount of stun you can have.
973
local recovermana=0 --Amount of mana you gain.
974
local losestun=0 --Amount of stun you lose.
975
local stunwait=0 --Delay between losing stun.
976
local manawait=0 --Delay between gaining mana.
977
local skill1mana=0 --How much mana is required to use the skill.
978
local skill2mana=0
979
local skill3mana=0
980
local skill4mana=0
981
local menuupdatespeed=0 --The speed the guis go to update to their size and position.
982
local constantupdate=false --If true, then the bars will constantly update.
983
local showstats=false --If true, then the menu will show your movement, defense, damage, and stun.
984
local allowstunbar=false --If true, then shows the stun bar.
985
----------------------------------------
986
987
--[[Gui Functions]]--
988
function makeframe(par,trans,pos,size,color,name)
989
local frame=Instance.new('Frame')
990
frame.Parent=par
991
frame.BackgroundTransparency=trans
992
frame.BorderSizePixel=0
993
frame.Position=pos
994
frame.Size=size
995
frame.BackgroundColor3=color
996
frame.Name=name
997
return frame
998
end
999
1000
function makelabel(par,text,trans,stroketrans,name)
1001
local label=Instance.new('TextLabel')
1002
label.Parent=par
1003
label.BackgroundTransparency=1
1004
label.Size=ud(1,0,1,0)
1005
label.Position=ud(0,0,0,0)
1006
label.TextColor3=c3(255,255,255)
1007
label.TextStrokeTransparency=stroketrans
1008
label.TextTransparency=trans
1009
label.FontSize=Enum.FontSize.Size32
1010
label.Font=Enum.Font.Legacy
1011
label.BorderSizePixel=0
1012
label.TextScaled=true
1013
label.Text=text
1014
label.Name=name
1015
return label
1016
end
1017
----------------------------------------
1018
1019
--[[The Gui]]--
1020
framesk1=makeframe(scrn,0.5,ud(0.23,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 1")
1021
framesk2=makeframe(scrn,0.5,ud(0.5,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 2")
1022
framesk3=makeframe(scrn,0.5,ud(0.5,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 3")
1023
framesk4=makeframe(scrn,0.5,ud(0.23,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 4")
1024
bar1=makeframe(framesk1,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 1")
1025
bar2=makeframe(framesk2,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 2")
1026
bar3=makeframe(framesk3,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 3")
1027
bar4=makeframe(framesk4,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 4")
1028
text1=makelabel(framesk1,"[C] Ability 3",1,1,"Text 1")
1029
text2=makelabel(framesk2,"[V] Ability 4",1,1,"Text 2")
1030
text3=makelabel(framesk3,"[X] Ability 2",1,1,"Text 3")
1031
text4=makelabel(framesk4,"[Z] Ability 1",1,1,"Text 4")
1032
manabar=makeframe(scrn,0.5,ud(0.23,0,0.82,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Bar") 
1033
manacover=makeframe(manabar,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Cover")
1034
manatext=makelabel(manabar,"Mana",1,1,"Mana Text")
1035
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")
1036
healthcover=makeframe(healthbar,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,50/255,50/255),"Health Cover")
1037
healthtext=makelabel(healthbar,"Health",1,1,"Health Text")
1038
if allowstunbar==true then
1039
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")
1040
stunbar=makeframe(stunframe,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,255/255,50/255),"Stun Bar")
1041
stuntext=makelabel(stunframe,"Stun",1,1,"Stun Text")
1042
end
1043
if showstats==true then
1044
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")
1045
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")
1046
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")
1047
--[[
1048
defensecover=makeframe(defenseframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,100/255,255/255),"Defense Cover")
1049
damagecover=makeframe(damageframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(255/255,100/255,100/255),"Damage Cover")
1050
movementcover=makeframe(movementframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,255/255,100/255),"Movement Cover")
1051
--]]
1052
defensetext=makelabel(defenseframe,"Defense: "..Defense.Value,1,1,"Defense Text")
1053
damagetext=makelabel(damageframe,"Damage: "..Damage.Value,1,1,"Damage Text")
1054
movementtext=makelabel(movementframe,"Movement: "..Movement.Value,1,1,"Movement Text")
1055
end
1056
----------------------------------------
1057
1058
function NoOutline(Part)
1059
Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
1060
end
1061
1062
local function weldBetween(a, b)
1063
local weldd = Instance.new("ManualWeld")
1064
weldd.Part0 = a
1065
weldd.Part1 = b
1066
weldd.C0 = CFrame.new()
1067
weldd.C1 = b.CFrame:inverse() * a.CFrame
1068
weldd.Parent = a
1069
return weldd
1070
end
1071
1072
function nooutline(part)
1073
part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
1074
end
1075
1076
function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
1077
local fp=it("Part")
1078
fp.formFactor=formfactor
1079
fp.Parent=parent
1080
fp.Reflectance=reflectance
1081
fp.Transparency=transparency
1082
fp.CanCollide=false
1083
fp.Locked=true
1084
fp.BrickColor=BrickColor.new(tostring(brickcolor))
1085
fp.Name=name
1086
fp.Size=size
1087
fp.Position=Character.Torso.Position
1088
nooutline(fp)
1089
fp.Material=material
1090
fp:BreakJoints()
1091
return fp
1092
end
1093
1094
function mesh(Mesh,part,meshtype,meshid,offset,scale)
1095
local mesh=it(Mesh)
1096
mesh.Parent=part
1097
if Mesh=="SpecialMesh" then
1098
mesh.MeshType=meshtype
1099
mesh.MeshId=meshid
1100
end
1101
mesh.Offset=offset
1102
mesh.Scale=scale
1103
return mesh
1104
end
1105
1106
function weld(parent,part0,part1,c0,c1)
1107
local weld=it("Motor")
1108
weld.Parent=parent
1109
weld.Part0=part0
1110
weld.Part1=part1
1111
weld.C0=c0
1112
weld.C1=c1
1113
return weld
1114
end
1115
1116
m=Instance.new("Model",Character)
1117
m.Name="Orinthion Sword and Shield"
1118
1119
--workspace.CurrentCamera.CameraSubject=Head
1120
1121
local swordhandle=part(3,m,"SmoothPlastic",0,0,"Really black","Sword Handle",vt())
1122
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))
1123
swordhandlemesh.TextureId="http://www.roblox.com/asset/?id=174896768"
1124
local swordhandleweld=weld(RightArm,RightArm,swordhandle,cf(0,-1,0)*angles(math.rad(-90),0,0),cf(0,0,0))
1125
local Hitbox=part(3,m,"SmoothPlastic",0,1,"Really black","Hitbox",vt())
1126
local Hitboxweld=weld(swordhandle,swordhandle,Hitbox,cf(0,3.4,0),cf(0,0,0))
1127
1128
Effects=Instance.new("Folder",m)
1129
Effects.Name="Effects"
1130
1131
Humanoid.Died:connect(function()
1132
attack=true
1133
for _,v in pairs (Character:GetChildren()) do
1134
if v:IsA"Model" then
1135
m:Destroy()
1136
end
1137
end
1138
end)
1139
1140
for i,v in pairs(Character:GetChildren()) do
1141
if v.ClassName=="Model" then
1142
for _,c in pairs(v:GetChildren()) do
1143
if c.ClassName=="Part" then
1144
c.CustomPhysicalProperties=PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
1145
end
1146
end
1147
end
1148
end
1149
1150
--print("Orinthion Sword and Shield loaded.")
1151
1152
function so(id,par,vol,pit)
1153
coroutine.resume(coroutine.create(function()
1154
local sou=Instance.new("Sound",par or workspace)
1155
sou.Volume=vol
1156
sou.Pitch=pit or 1
1157
sou.SoundId="http://roblox.com/asset/?id="..id
1158
hbwait()
1159
sou:play()
1160
game:GetService("Debris"):AddItem(sou,10)
1161
end))
1162
end
1163
1164
function clerp(a,b,t) 
1165
local qa = {QuaternionFromCFrame(a)}
1166
local qb = {QuaternionFromCFrame(b)} 
1167
local ax, ay, az = a.x, a.y, a.z 
1168
local bx, by, bz = b.x, b.y, b.z
1169
local _t = 1-t
1170
return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) 
1171
end
1172
 
1173
function QuaternionFromCFrame(cf) 
1174
local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() 
1175
local trace = m00 + m11 + m22 
1176
if trace > 0 then 
1177
local s = math.sqrt(1 + trace) 
1178
local recip = 0.5/s 
1179
return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 
1180
else 
1181
local i = 0 
1182
if m11 > m00 then
1183
i = 1
1184
end
1185
if m22 > (i == 0 and m00 or m11) then 
1186
i = 2 
1187
end 
1188
if i == 0 then 
1189
local s = math.sqrt(m00-m11-m22+1) 
1190
local recip = 0.5/s 
1191
return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip 
1192
elseif i == 1 then 
1193
local s = math.sqrt(m11-m22-m00+1) 
1194
local recip = 0.5/s 
1195
return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip 
1196
elseif i == 2 then 
1197
local s = math.sqrt(m22-m00-m11+1) 
1198
local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip 
1199
end 
1200
end 
1201
end
1202
 
1203
function QuaternionToCFrame(px, py, pz, x, y, z, w) 
1204
local xs, ys, zs = x + x, y + y, z + z 
1205
local wx, wy, wz = w*xs, w*ys, w*zs 
1206
local xx = x*xs 
1207
local xy = x*ys 
1208
local xz = x*zs 
1209
local yy = y*ys 
1210
local yz = y*zs 
1211
local zz = z*zs 
1212
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)) 
1213
end
1214
 
1215
function QuaternionSlerp(a, b, t) 
1216
local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] 
1217
local startInterp, finishInterp; 
1218
if cosTheta >= 0.0001 then 
1219
if (1 - cosTheta) > 0.0001 then 
1220
local theta = math.acos(cosTheta) 
1221
local invSinTheta = 1/math.sin(theta) 
1222
startInterp = math.sin((1-t)*theta)*invSinTheta 
1223
finishInterp = math.sin(t*theta)*invSinTheta  
1224
else 
1225
startInterp = 1-t 
1226
finishInterp = t 
1227
end 
1228
else 
1229
if (1+cosTheta) > 0.0001 then 
1230
local theta = math.acos(-cosTheta) 
1231
local invSinTheta = 1/math.sin(theta) 
1232
startInterp = math.sin((t-1)*theta)*invSinTheta 
1233
finishInterp = math.sin(t*theta)*invSinTheta 
1234
else 
1235
startInterp = t-1 
1236
finishInterp = t 
1237
end 
1238
end 
1239
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 
1240
end
1241
1242
function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , IgnoreDescendants
1243
return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) 
1244
end 
1245
1246
function DamageStatLabel(labeltype,cframe,text,color)
1247
local c=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt(0,0,0))
1248
c.CFrame=cf(cframe.p+vt(0,1.5,0))
1249
game:GetService("Debris"):AddItem(c,5)
1250
Instance.new("BodyGyro",c)
1251
local f=Instance.new("BodyPosition",c)
1252
f.P=2000
1253
f.D=100
1254
f.maxForce=vt(math.huge,math.huge,math.huge)
1255
if labeltype=="Normal" then
1256
f.position=c.Position+vt(math.random(-2,2),6,math.random(-2,2))
1257
elseif labeltype=="Debuff" then
1258
f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
1259
elseif labeltype=="Interruption" then
1260
f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
1261
end
1262
game:GetService("Debris"):AddItem(c,5)
1263
local bg=Instance.new('BillboardGui',c)
1264
bg.Adornee=c
1265
bg.Size=UDim2.new(2.5,0,2.5,0)
1266
bg.StudsOffset=vt(-2,2,0)
1267
bg.AlwaysOnTop=false
1268
local tl=Instance.new('TextLabel',bg)
1269
tl.BackgroundTransparency=1
1270
tl.Size=UDim2.new(2.5,0,2.5,0)
1271
tl.Text=text
1272
tl.Font=Enum.Font.SourceSans
1273
tl.FontSize=Enum.FontSize.Size42
1274
tl.TextColor3=color
1275
tl.TextScaled=false
1276
tl.TextStrokeTransparency=0
1277
tl.TextScaled=true
1278
tl.TextWrapped=true
1279
f.Parent=c
1280
coroutine.resume(coroutine.create(function(Part,BodyPosition,TextLabel)
1281
wait(0.25)
1282
for i=1,5 do
1283
wait()
1284
BodyPosition.position=Part.Position-vt(0,0.5,0)
1285
end
1286
wait(1.25)
1287
for i=1,5 do
1288
wait()
1289
TextLabel.TextTransparency=TextLabel.TextTransparency+0.2
1290
TextLabel.TextStrokeTransparency=TextLabel.TextStrokeTransparency+0.2
1291
BodyPosition.position=Part.Position+vt(0,0.5,0)
1292
end
1293
Part.Parent=nil
1294
end),c,f,tl)
1295
end
1296
1297
function IncreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
1298
if Location:FindFirstChild("Stats")~=nil then
1299
if Location.Stats:FindFirstChild("BlockValue")~=nil then
1300
if Location.Stats:FindFirstChild("BlockValue").Value~=true then
1301
if Location.Stats[Stat]~=nil then
1302
Location.Stats[Stat].Value=Location.Stats[Stat].Value+Amount
1303
if ShowTheStat==true then
1304
if Stat=="Defense" then
1305
DamageStatLabel("Debuff",Location.Head.CFrame,"+Defense",c3(0,0,255))
1306
elseif Stat=="Damage" then
1307
DamageStatLabel("Debuff",Location.Head.CFrame,"+Damage",c3(0,0,255))
1308
elseif Stat=="Movement" then
1309
DamageStatLabel("Debuff",Location.Head.CFrame,"+Movement",c3(0,0,255))
1310
end
1311
end
1312
coroutine.resume(coroutine.create(function(CurrentDecrease)
1313
wait(Duration)
1314
CurrentDecrease.Value=CurrentDecrease.Value-Amount
1315
end),Location.Stats[Stat])
1316
end
1317
else
1318
DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1319
end
1320
end
1321
end
1322
end
1323
1324
function DecreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
1325
if Location:FindFirstChild("Stats")~=nil then
1326
if Location.Stats:FindFirstChild("BlockValue")~=nil then
1327
if Location.Stats:FindFirstChild("BlockValue").Value~=true then
1328
if Location.Stats[Stat]~=nil then
1329
Location.Stats[Stat].Value=Location.Stats[Stat].Value-Amount
1330
if ShowTheStat==true then
1331
if Stat=="Defense" then
1332
DamageStatLabel("Debuff",Location.Head.CFrame,"-Defense",c3(0,0,255))
1333
elseif Stat=="Damage" then
1334
DamageStatLabel("Debuff",Location.Head.CFrame,"-Damage",c3(0,0,255))
1335
elseif Stat=="Movement" then
1336
DamageStatLabel("Debuff",Location.Head.CFrame,"-Movement",c3(0,0,255))
1337
end
1338
end
1339
coroutine.resume(coroutine.create(function(CurrentDecrease)
1340
wait(Duration)
1341
CurrentDecrease.Value=CurrentDecrease.Value+Amount
1342
end),Location.Stats[Stat])
1343
end
1344
else
1345
DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1346
end
1347
end
1348
end
1349
end
1350
1351
function GetDistance(Part1,Part2,magnitude)
1352
local target=Part1.Position-Part2.Position
1353
local mag=target.magnitude
1354
if mag<=magnitude then
1355
return true
1356
else
1357
return false
1358
end
1359
end
1360
1361
--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)
1362
1363
Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,DecreaseTheStat,DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1364
if hit.Parent==nil then
1365
return
1366
end
1367
h=hit.Parent:FindFirstChild("Humanoid")
1368
for _,v in pairs(hit.Parent:GetChildren()) do
1369
if v:IsA("Humanoid") then
1370
h=v
1371
end
1372
end
1373
if hit.Name=="Hitbox" and ranged~=true and hit.Parent~=m then
1374
StaggerHitAnim.Value=true
1375
so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hit,1,1)
1376
return
1377
end
1378
if AntiTeamKill.Value==true then
1379
if game.Players:FindFirstChild(hit.Parent.Name)~=nil then
1380
opponent=game.Players:FindFirstChild(hit.Parent.Name)
1381
end
1382
if opponent~=nil then
1383
if opponent.TeamColor==Player.TeamColor then
1384
return
1385
end
1386
end
1387
end
1388
if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
1389
h=hit.Parent.Parent:FindFirstChild("Humanoid")
1390
end
1391
if hit.Parent.className=="Hat" then
1392
hit=hit.Parent.Parent:FindFirstChild("Head")
1393
end
1394
if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
1395
if hit.Parent:FindFirstChild("DebounceHit")~=nil then
1396
if hit.Parent.DebounceHit.Value==true then
1397
return
1398
end
1399
end
1400
if hit.Parent:FindFirstChild("Humanoid")~=nil then
1401
if hit.Parent:FindFirstChild("Humanoid").Health<=0 then
1402
return
1403
end
1404
end
1405
if hit.Parent:FindFirstChild("Stats")~=nil then
1406
if hit.Parent.Stats:FindFirstChild("StunValue")~=nil then
1407
hit.Parent.Stats:FindFirstChild("StunValue").Value=hit.Parent.Stats:FindFirstChild("StunValue").Value+incstun
1408
end
1409
end
1410
if hit.Parent:FindFirstChild("Stats")~=nil then
1411
if hit.Parent.Stats:FindFirstChild("StaggerAnim")~=nil then
1412
if stagger==true then
1413
hit.Parent.Stats:FindFirstChild("StaggerAnim").Value=true
1414
end
1415
end
1416
end
1417
if hit.Parent:FindFirstChild("Stats")~=nil then
1418
if hit.Parent.Stats:FindFirstChild("BlockValue")~=nil then
1419
if hit.Parent.Stats:FindFirstChild("BlockValue").Value==true then
1420
if hit.Parent.Stats:FindFirstChild("BlockDebounce")==nil then
1421
DamageStatLabel("Interruption",hit.Parent.Head.CFrame,"Blocked!",Color3.new(0,0,255))
1422
local BlockDebounce=Instance.new("BoolValue",hit.Parent.Stats)
1423
BlockDebounce.Name="BlockDebounce"
1424
BlockDebounce.Value=true
1425
game:GetService("Debris"):AddItem(BlockDebounce,0.1)
1426
end
1427
if ranged~=true then
1428
if hit.Parent.Stats:FindFirstChild("BlockDebounce2")==nil then
1429
local BlockDebounce2=Instance.new("BoolValue",hit.Parent.Stats)
1430
BlockDebounce2.Name="BlockDebounce2"
1431
BlockDebounce2.Value=true
1432
game:GetService("Debris"):AddItem(BlockDebounce2,0.1)
1433
so(HitBlockSounds[math.random(1,#HitBlockSounds)],hit,1,1)
1434
end
1435
hit.Parent.Stats:FindFirstChild("BlockValue").Value=false
1436
StaggerAnim.Value=true
1437
end
1438
return
1439
end
1440
end
1441
end
1442
if DecreaseTheStat~=nil then
1443
if hit.Parent:FindFirstChild("Stats")~=nil then
1444
if DecreaseTheStat=="Defense" then
1445
DecreaseStat(hit.Parent,"Defense",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1446
elseif DecreaseTheStat=="Damage" then
1447
DecreaseStat(hit.Parent,"Damage",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1448
elseif DecreaseTheStat=="Movement" then
1449
DecreaseStat(hit.Parent,"Movement",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
1450
end
1451
end
1452
end
1453
local D=math.random(minim,maxim)*Damage.Value
1454
if hit.Parent:FindFirstChild("Stats")~=nil then
1455
if hit.Parent.Stats:FindFirstChild("Defense") then
1456
if CanPenetrateArmor.Value==true then
1457
D=D
1458
else
1459
D=D/hit.Parent.Stats:FindFirstChild("Defense").Value
1460
end
1461
elseif hit.Parent.Stats:FindFirstChild("Defense")==nil then
1462
D=D
1463
end
1464
end
1465
if CanCrit.Value==true then
1466
CritChanceNumber=math.random(70,CritChance.Value)
1467
if CritChanceNumber==CritChance.Value then
1468
D=D*2
1469
end
1470
end
1471
D=math.floor(D)
1472
h.Health=h.Health-D
1473
if D<=3 and staggerhit==true then
1474
if ranged~=true then
1475
StaggerHitAnim.Value=true
1476
end
1477
if ranged~=true then
1478
so(HitArmorSounds[math.random(1,#HitArmorSounds)],hit,1,1)
1479
end
1480
elseif D>3 and ranged~=true then
1481
so(HitPlayerSounds[math.random(1,#HitPlayerSounds)],hit,1,1)
1482
end
1483
if D>3 and D<20 then
1484
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1485
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(0,0,255))
1486
so("296102734",hit,1,1)
1487
else
1488
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1489
end
1490
elseif D>=20 then
1491
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1492
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
1493
so("296102734",hit,1,1)
1494
else
1495
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1496
end
1497
elseif D<=3 then
1498
if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
1499
DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
1500
so("296102734",hit,1,1)
1501
else
1502
DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
1503
end
1504
else
1505
end
1506
if Type=="Normal" then
1507
local vp=Instance.new("BodyVelocity")
1508
vp.P=500
1509
vp.maxForce=vt(math.huge,0,math.huge)
1510
if KnockbackType==1 then
1511
vp.Velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
1512
elseif KnockbackType==2 then
1513
vp.Velocity=Property.CFrame.lookVector*knockback
1514
end
1515
if knockback>0 then
1516
vp.Parent=hit.Parent.Torso
1517
end
1518
game:GetService("Debris"):AddItem(vp,0.5)
1519
elseif Type=="ShieldBlast" then
1520
local vp=Instance.new("BodyVelocity")
1521
vp.P=500
1522
vp.maxForce=vt(10000,10000,10000)
1523
vp.Velocity=((hit.Position-Property.Position).unit+vt(0,1,0))*knockback
1524
if knockback>0 then
1525
vp.Parent=hit.Parent.Torso
1526
end
1527
game:GetService("Debris"):AddItem(vp,0.5)
1528
elseif Type=="ElectricGroundSmash" then
1529
local vp=Instance.new("BodyVelocity")
1530
vp.P=500
1531
vp.maxForce=vt(0,math.huge,0)
1532
vp.Velocity=vt(0,1,0)*knockback
1533
if knockback>0 then
1534
vp.Parent=hit.Parent.Torso
1535
end
1536
game:GetService("Debris"):AddItem(vp,0.5)
1537
elseif Type=="ElectricBlast" then
1538
local vp=Instance.new("BodyVelocity")
1539
vp.P=500
1540
vp.maxForce=vt(10000,0,10000)
1541
vp.Velocity=(hit.Position-Property.Position).unit*knockback
1542
if knockback>0 then
1543
vp.Parent=hit.Parent.Torso
1544
end
1545
game:GetService("Debris"):AddItem(vp,0.5)
1546
end
1547
local DebounceHit=Instance.new("BoolValue",hit.Parent)
1548
DebounceHit.Name="DebounceHit"
1549
DebounceHit.Value=true
1550
game:GetService("Debris"):AddItem(DebounceHit,Delay)
1551
end
1552
end
1553
1554
--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)
1555
function MagniDamage(Part,magni,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
1556
for _,c in pairs(workspace:GetChildren()) do
1557
local hum=c:FindFirstChild("Humanoid")
1558
local head=nil
1559
if hum~=nil then
1560
head=c:FindFirstChild("Torso")
1561
if head~=nil then
1562
local targ=head.Position-Part.Position
1563
local mag=targ.magnitude
1564
if mag<=magni and c.Name~=Player.Name then
1565
Damagefunc(head,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
1566
end
1567
end
1568
for _,d in pairs(c:GetChildren()) do
1569
if d.ClassName=="Model" and ranged~=true then
1570
head=d:FindFirstChild("Hitbox")
1571
if head~=nil then
1572
local targ=head.Position-Part.Position
1573
local mag=targ.magnitude
1574
if mag<=magni and c.Name~=Player.Name then
1575
local hitrefpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
1576
hitrefpart.Anchored=true
1577
hitrefpart.CFrame=cf(head.Position)
1578
so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hitrefpart,1,1)
1579
StaggerHitAnim.Value=true
1580
end
1581
end
1582
end
1583
end
1584
end
1585
end
1586
end
1587
1588
--[[Effects]]--
1589
function Lightning(p0,p1,tym,ofs,brickcolor,material,th,tra,last)
1590
--[[p0=pos1
1591
p1=pos2
1592
tym=times
1593
ofs=offset
1594
col=color
1595
th=size
1596
tra=transparency
1597
last=lastingtime]]
1598
local magz=(p0-p1).magnitude 
1599
local curpos=p0
1600
local trz={-ofs,ofs}
1601
for i=1,tym do 
1602
local li=part(3,Effects,material,0,0,brickcolor,"Effect",vt(th,th,magz/tym))
1603
li.Anchored=true
1604
local ofz=vt(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)]) 
1605
local trolpos=cf(curpos,p1)*cf(0,0,magz/tym).p+ofz
1606
if tym==i then 
1607
local magz2=(curpos-p1).magnitude
1608
li.Size=vt(th,th,magz2)
1609
li.CFrame=cf(curpos,p1)*cf(0,0,-magz2/2)
1610
else
1611
li.CFrame=cf(curpos,trolpos)*cf(0,0,magz/tym/2)
1612
end
1613
curpos=li.CFrame*cf(0,0,magz/tym/2).p
1614
game.Debris:AddItem(li,last)
1615
coroutine.resume(coroutine.create(function()
1616
while li.Transparency~=1 do
1617
--local StartTransparency=tra
1618
for i=0,1,last do
1619
hbwait()
1620
li.Transparency=li.Transparency+(0.1/last)
1621
end
1622
end
1623
end))
1624
end
1625
end
1626
1627
function MagicRing(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1628
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1629
prt.Anchored=true
1630
prt.CFrame=cframe
1631
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
1632
game:GetService("Debris"):AddItem(prt,10)
1633
coroutine.resume(coroutine.create(function(Part,Mesh)
1634
for i=0,1,delay do
1635
hbwait()
1636
Part.CFrame=Part.CFrame
1637
Part.Transparency=i
1638
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1639
end
1640
Part.Parent=nil
1641
end),prt,msh)
1642
end
1643
1644
function MagicWave(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1645
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1646
prt.Anchored=true
1647
prt.CFrame=cframe
1648
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,(-0.1*z1)),vt(x1,y1,z1))
1649
game:GetService("Debris"):AddItem(prt,10)
1650
coroutine.resume(coroutine.create(function(Part,Mesh) 
1651
for i=0,1,delay do
1652
hbwait()
1653
Part.CFrame=Part.CFrame
1654
Part.Transparency=i
1655
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1656
end
1657
Part.Parent=nil
1658
end),prt,msh)
1659
end
1660
1661
function MagicBlock(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
1662
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1663
prt.Anchored=true
1664
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1665
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1666
game:GetService("Debris"):AddItem(prt,10)
1667
coroutine.resume(coroutine.create(function(Part,Mesh) 
1668
for i=0,1,delay do
1669
hbwait()
1670
if rotate==true then
1671
Part.CFrame=Part.CFrame*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1672
else
1673
end
1674
Part.Transparency=i
1675
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1676
end
1677
Part.Parent = nil
1678
end),prt,msh)
1679
end
1680
1681
function MagicBlock2(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
1682
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1683
prt.Anchored=true
1684
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1685
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1686
game:GetService("Debris"):AddItem(prt,10)
1687
CF=prt.CFrame
1688
num=math.random(5,20)
1689
coroutine.resume(coroutine.create(function(Part,Mesh,CF2,Num)
1690
for i=0,1,delay do
1691
hbwait()
1692
if rotate==true then
1693
Part.CFrame=CF2*cf(0,i*Num,0)*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1694
else
1695
Part.CFrame=CF2*cf(0,i*Num,0)
1696
end
1697
Part.Transparency=i
1698
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1699
end
1700
Part.Parent=nil
1701
end),prt,msh,CF,num)
1702
end
1703
1704
function MagicCylinder(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1705
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1706
prt.Anchored=true
1707
prt.CFrame=cframe
1708
local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
1709
game:GetService("Debris"):AddItem(prt,10)
1710
coroutine.resume(coroutine.create(function(Part,Mesh) 
1711
for i=0,1,delay do
1712
hbwait()
1713
Part.Transparency=i
1714
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1715
end
1716
Part.Parent=nil
1717
end),prt,msh)
1718
end
1719
1720
function MagicCircle(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1721
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1722
prt.Anchored=true
1723
prt.CFrame=cframe
1724
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
1725
game:GetService("Debris"):AddItem(prt,10)
1726
coroutine.resume(coroutine.create(function(Part,Mesh) 
1727
for i=0,1,delay do
1728
hbwait()
1729
Part.Transparency=i
1730
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1731
end
1732
Part.Parent=nil
1733
end),prt,msh)
1734
end
1735
1736
function MagicHead(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1737
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1738
prt.Anchored=true
1739
prt.CFrame=cframe
1740
local msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
1741
game:GetService("Debris"):AddItem(prt,10)
1742
coroutine.resume(coroutine.create(function(Part,Mesh) 
1743
for i=0,1,delay do
1744
hbwait()
1745
Part.Transparency=i
1746
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1747
end
1748
Part.Parent=nil
1749
end),prt,msh)
1750
end
1751
1752
function BreakEffect(brickcolor,material,rotate,cframe,x1,y1,z1,delay)
1753
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1754
prt.Anchored=true
1755
prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1756
local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
1757
game:GetService("Debris"):AddItem(prt,10)
1758
coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) 
1759
CF=Part.CFrame
1760
Numbb=0
1761
randnumb=math.random()-math.random()
1762
for i=0,1,delay do
1763
hbwait()
1764
CF=CF*cf(0,1,0)
1765
if rotate==true then
1766
Part.CFrame=CF*angles(Numbb,0,0)
1767
elseif rotate==false then
1768
Part.CFrame=CF
1769
end
1770
Part.Transparency=i
1771
Numbb=Numbb+randnumb
1772
end
1773
Part.Parent=nil
1774
end),prt,CF,Numbb,randnumb)
1775
end
1776
1777
function ElecEffect(brickcolor,material,cf,x,y,z,delay)
1778
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1779
prt.Anchored=true
1780
prt.CFrame=cf
1781
xval=math.random()
1782
yval=math.random()
1783
zval=math.random()
1784
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x,y,z))
1785
game:GetService("Debris"):AddItem(prt,10)
1786
coroutine.resume(coroutine.create(function(Part,Mesh,xvaal,yvaal,zvaal)
1787
for i=0,1,delay do
1788
hbwait()
1789
Part.CFrame=Part.CFrame
1790
xvaal=xvaal-0.1*(delay*10)
1791
yvaal=yvaal-0.1*(delay*10)
1792
zvaal=zvaal-0.1*(delay*10)
1793
Mesh.Scale=Mesh.Scale+vt(xvaal,yvaal,zvaal)
1794
Part.Transparency=i
1795
end
1796
Part.Parent=nil
1797
end),prt,msh,xval,yval,zval)
1798
end
1799
1800
function TrailEffect(brickcolor,material,currentcf,oldcf,meshtype,reflectance,size,x,y,z,delay)
1801
local magnitudecframe=(currentcf.p-oldcf.p).magnitude
1802
local prt=part(3,Effects,material,reflectance,0,brickcolor,"Effect",vt(1,magnitudecframe,1))
1803
prt.Anchored=true
1804
prt.CFrame=cf((currentcf.p+oldcf.p)/2,oldcf.p)*angles(math.rad(90),0,0)
1805
local TheMeshType="BlockMesh"
1806
if meshtype=="Cylinder" then
1807
TheMeshType="CylinderMesh"
1808
end
1809
local msh=mesh(TheMeshType,prt,"","",vt(0,0,0),vt(0+size,1,0+size))
1810
game:GetService("Debris"):AddItem(prt,10)
1811
coroutine.resume(coroutine.create(function(Part,Mesh,TheCurrentCFrame,TheLastCFrame)
1812
for i=0,1,delay do
1813
hbwait()
1814
Part.Transparency=i
1815
Mesh.Scale=Mesh.Scale+vt(x,y,z)
1816
end
1817
Part.Parent=nil
1818
end),prt,msh,currentcf,oldcf)
1819
end
1820
1821
function ClangEffect(brickcolor,material,cframe,angle,duration,size,power,reflectance,x,y,z,delay)
1822
local prt=part(3,Effects,material,0,1,brickcolor,"Effect",vt())
1823
prt.Anchored=true
1824
prt.CFrame=cframe
1825
local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(0,0,0))
1826
game:GetService("Debris"):AddItem(prt,10)
1827
local TheLastPoint=cframe
1828
coroutine.resume(coroutine.create(function(Part)
1829
for i=1,duration do
1830
hbwait()
1831
Part.CFrame=Part.CFrame*angles(math.rad(angle),0,0)*cf(0,power,0)
1832
TrailEffect(brickcolor,material,Part.CFrame,TheLastPoint,"Cylinder",reflectance,size,x,y,z,delay)
1833
TheLastPoint=Part.CFrame
1834
end
1835
Part.Parent=nil
1836
end),prt)
1837
end
1838
1839
function MagicCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1840
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1841
prt.Anchored=true
1842
prt.CFrame=cframe
1843
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1778999",vt(0,0,0),vt(x1,y1,z1))
1844
game:GetService("Debris"):AddItem(prt,10)
1845
coroutine.resume(coroutine.create(function(Part,Mesh) 
1846
for i=0,1,delay do
1847
hbwait()
1848
Part.Transparency=i
1849
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1850
end
1851
Part.Parent=nil
1852
end),prt,msh)
1853
end
1854
1855
function MagicFlatCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1856
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1857
prt.Anchored=true
1858
prt.CFrame=cframe
1859
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1033714",vt(0,0,0),vt(x1,y1,z1))
1860
game:GetService("Debris"):AddItem(prt,10)
1861
coroutine.resume(coroutine.create(function(Part,Mesh) 
1862
for i=0,1,delay do
1863
hbwait()
1864
Part.Transparency=i
1865
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1866
end
1867
Part.Parent=nil
1868
end),prt,msh)
1869
end
1870
1871
function MagicSpikedCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1872
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1873
prt.Anchored=true
1874
prt.CFrame=cframe
1875
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1323306",vt(0,0,0),vt(x1,y1,z1))
1876
game:GetService("Debris"):AddItem(prt,10)
1877
coroutine.resume(coroutine.create(function(Part,Mesh) 
1878
for i=0,1,delay do
1879
hbwait()
1880
Part.Transparency=i
1881
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1882
end
1883
Part.Parent=nil
1884
end),prt,msh)
1885
end
1886
1887
function MagicCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1888
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1889
prt.Anchored=true
1890
prt.CFrame=cframe
1891
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1078075",vt(0,0,0),vt(x1,y1,z1))
1892
game:GetService("Debris"):AddItem(prt,10)
1893
coroutine.resume(coroutine.create(function(Part,Mesh) 
1894
for i=0,1,delay do
1895
hbwait()
1896
Part.Transparency=i
1897
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1898
end
1899
Part.Parent=nil
1900
end),prt,msh)
1901
end
1902
1903
function MagicSkull(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
1904
local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
1905
prt.Anchored=true
1906
prt.CFrame=cframe
1907
local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
1908
game:GetService("Debris"):AddItem(prt,10)
1909
coroutine.resume(coroutine.create(function(Part,Mesh) 
1910
for i=0,1,delay do
1911
hbwait()
1912
Part.Transparency=i
1913
Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
1914
end
1915
Part.Parent=nil
1916
end),prt,msh)
1917
end
1918
----------------------------------------
1919
1920
--[[Projectile or something similar]]--
1921
--[[
1922
local spread=vt(0,0,0)
1923
local MainPos=Part.Position
1924
local MainPos2=Mouse.Hit.p+spread
1925
local MouseLook=cf((MainPos+MainPos2)/2,MainPos2)
1926
local speed=2
1927
local num=30
1928
coroutine.resume(coroutine.create(function() 
1929
repeat
1930
hbwait()
1931
local hit,pos=rayCast(MainPos,MouseLook.lookVector,speed,ShotTarget.Parent)
1932
local mag=(MainPos-pos).magnitude 
1933
MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*(speed/(speed/2)),1,0,0,0,0.1)
1934
MainPos=MainPos+(MouseLook.lookVector*speed)
1935
MouseLook=MouseLook*angles(math.rad(-1),0,0)
1936
num=num-1
1937
if hit~=nil then
1938
num=0
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
elseif num<=0 then
1944
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
1945
refpart.Anchored=true
1946
refpart.CFrame=cf(pos)
1947
game:GetService("Debris"):AddItem(refpart,0.1)
1948
end
1949
until num<=0
1950
end))
1951
]]--
1952
--------------------------------
1953
1954
--[[Laser]]--
1955
--[[
1956
local spread=vt(0,0,0) --How much spread the laser has. Set all to 0 for no spread.
1957
local range=999
1958
local MainPos=Part.Position --The Part the laser starts at.
1959
local MainPos2=Mouse.Hit.p+spread --Where the laser will go to.
1960
local MouseLook=cf((MainPos+MainPos2)/2,MainPos2) --Ignore this.
1961
local hit,pos=rayCast(MainPos,MouseLook.lookVector,range,ShotTarget.Parent) --Also ignore this.
1962
local mag=(MainPos-pos).magnitude 
1963
MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*5,1,0,0,0,0.1)
1964
if hit~=nil then
1965
local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
1966
refpart.Anchored=true
1967
refpart.CFrame=cf(pos)
1968
game:GetService("Debris"):AddItem(refpart,0.1)
1969
end
1970
]]--
1971
--------------------------------
1972
1973
--[[Customization]]--
1974
--[[Only choose one of these options or conflict will occur.]]--
1975
local startequipped=true --Makes the Player start with their weapon equipped.
1976
local startequippedwithequipanimation=false --Makes the Player start with their weapon equipped and plays the equip animation.
1977
----------------------------------------
1978
--[[Only choose one of these options or conflict will occur.]]--
1979
local disableanimator=true --Disables the animator script and the Player will NOT have their idle animation playing.
1980
local disableanimate=false --Disables the animate script, but the Player will still have their idle animation playing.
1981
----------------------------------------
1982
--[[Set this to true if you want an alternate walk.]]--
1983
local alternatewalk=false --If true, then the walking function uses a different walking animation. If false, then it will use the default walking animation.
1984
----------------------------------------
1985
--[[Gui stuff]]--
1986
local hidemenu=false --Hides the menus on your screen, but does NOT disable it (Unless if it's already disabled).
1987
local allowmenutofunction=false --Allows the menu to run, but only shows the mana and health bars.
1988
local allowabilitiestofunction=false --Allows abilities with cooldowns. Doesn't work if "allowmenutofunction" is set to false.
1989
----------------------------------------
1990
--[[Other Customization]]--
1991
local canunequiporequip=true --Allows or restricts the Player to equip or unequip their weapon.
1992
local allowidle=false --Allows the idle animation to run while the Player has their weapon equipped. Most noticable with the animator disabled.
1993
local allowwalking=false --Allows the walking animation to run while the Player walks. Noticable with either the animate or animator disabled.
1994
local disablemovingarms=false --Allows or restricts the arms from moving. Most noticable when both the animate and animator are not disabled.
1995
local usemotorsinsteadofwelds=false --If true, then uses motors instead of welds. Pretty self-explanatory.
1996
local leftarm=false --Allows the left arm to move around while you walk.
1997
local rightarm=false --Allows the right arm to move around while you walk.
1998
local allowhopperbin=true --If true, then creates a tool in the Player's inventory, which they must select to use the weapon.
1999
local showstunbar=false --If true, then a stun mechanic will be put in place. Requires "allowstunbar" to be set to true.
2000
local walkspeeddependsonmovementvalue=false --If true, then walkspeed will depend on the movement's value.
2001
local alternatemanaregensystem=false --If true, then uses an alternate mana regen that adds the desired mana after a desired delay.
2002
local showhealthmanaandstunnumbers=true --If true, then shows how much mana and health you have in a number box.
2003
local changebarcolorsifnotenoughmana=false --If true, then if you do not have enough mana for an ability the bar will turn grey.
2004
local disablejump=false --If true, then disables jumping.
2005
----------------------------------------
2006
--[[End of Customization]]--
2007
2008
if hidemenu==true then
2009
for _,v in pairs (scrn:GetChildren()) do
2010
if v.ClassName=="Frame" or v.ClassName=="TextLabel" then
2011
v.Visible=false
2012
end
2013
end
2014
end
2015
2016
Humanoid.Changed:connect(function(Jump)
2017
if Jump=="Jump" and disablejump==true then
2018
Humanoid.Jump=false
2019
end
2020
end)
2021
2022
if allowmenutofunction==true then
2023
for _,v in pairs (scrn:GetChildren()) do
2024
if v.ClassName=="Frame" then
2025
for _,b in pairs (v:GetChildren()) do
2026
if b.ClassName=="TextLabel" then
2027
coroutine.resume(coroutine.create(function(TheTextLabel)
2028
wait(menuupdatespeed)
2029
for i=1,0,-0.1 do
2030
hbwait()
2031
TheTextLabel.TextTransparency=i
2032
TheTextLabel.TextStrokeTransparency=i
2033
end
2034
TheTextLabel.TextTransparency=0
2035
TheTextLabel.TextStrokeTransparency=0
2036
end),b)
2037
if showstats==true then
2038
coroutine.resume(coroutine.create(function(TheTextLabel)
2039
wait(menuupdatespeed)
2040
for i=1,0,-0.1 do
2041
hbwait()
2042
TheTextLabel.TextTransparency=i
2043
TheTextLabel.TextStrokeTransparency=i
2044
end
2045
TheTextLabel.TextTransparency=0
2046
TheTextLabel.TextStrokeTransparency=0
2047
end),b)
2048
end
2049
if showstunbar==true then
2050
coroutine.resume(coroutine.create(function(TheTextLabel)
2051
wait(menuupdatespeed)
2052
for i=1,0,-0.1 do
2053
hbwait()
2054
TheTextLabel.TextTransparency=i
2055
TheTextLabel.TextStrokeTransparency=i
2056
end
2057
TheTextLabel.TextTransparency=0
2058
TheTextLabel.TextStrokeTransparency=0
2059
end),b)
2060
end
2061
if allowabilitiestofunction==true then
2062
coroutine.resume(coroutine.create(function(TheTextLabel)
2063
wait(menuupdatespeed)
2064
for i=1,0,-0.1 do
2065
hbwait()
2066
TheTextLabel.TextTransparency=i
2067
TheTextLabel.TextStrokeTransparency=i
2068
end
2069
TheTextLabel.TextTransparency=0
2070
TheTextLabel.TextStrokeTransparency=0
2071
end),b)
2072
end
2073
end
2074
end
2075
end
2076
end
2077
end
2078
2079
if allowhopperbin==true then
2080
if (script.Parent.className~="HopperBin") then 
2081
Tool=Instance.new("HopperBin") 
2082
Tool.Parent=Backpack 
2083
Tool.Name="Wanderer" 
2084
script.Parent=Tool 
2085
end 
2086
Bin=script.Parent 
2087
end
2088
2089
if disablemovingarms==true then
2090
RWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
2091
LWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
2092
RSH, LSH=nil, nil 
2093
if usemotorsinsteadofwelds==true then
2094
RW=Instance.new("Motor")
2095
LW=Instance.new("Motor")
2096
else
2097
RW=Instance.new("Weld")
2098
LW=Instance.new("Weld")
2099
end
2100
RW.Name="Right Shoulder"
2101
LW.Name="Left Shoulder"
2102
RSH=Torso["Right Shoulder"] 
2103
LSH=Torso["Left Shoulder"] 
2104
-- 
2105
RSH.Parent=Torso 
2106
LSH.Parent=Torso 
2107
-- 
2108
RW.Name="Right Shoulder"
2109
RW.Part0=Torso 
2110
RW.C0=cf(1.5,0.5,0)
2111
RW.C1=cf(0,0.5,0) 
2112
RW.Part1=Character["Right Arm"] 
2113
RW.Parent=nil 
2114
-- 
2115
LW.Name="Left Shoulder"
2116
LW.Part0=Torso 
2117
LW.C0=cf(-1.5, 0.5, 0)
2118
LW.C1=cf(0, 0.5, 0) 
2119
LW.Part1=Character["Left Arm"] 
2120
LW.Parent=nil 
2121
--
2122
else
2123
RW=Torso["Right Shoulder"]
2124
LW=Torso["Left Shoulder"]
2125
RWC0=cf(-0.5,0,0)*angles(math.rad(0),math.rad(90),math.rad(0))
2126
LWC0=cf(0.5,0,0)*angles(math.rad(0),math.rad(-90),math.rad(0))
2127
end
2128
2129
if allowidle==true then
2130
coroutine.resume(coroutine.create(function()
2131
while true do
2132
for i=0,1,0.08 do
2133
wait()
2134
idleangle=idleangle+0.005*idlen
2135
idlen=idlen-1/10
2136
end
2137
idlen=0
2138
for i=0,1,0.08 do
2139
wait()
2140
idleangle=idleangle-0.005*idlen
2141
idlen=idlen-1/10
2142
end
2143
idlen=0
2144
idleangle=0
2145
end
2146
end))
2147
end
2148
2149
if startequipped==true then
2150
for _,v in pairs (m:GetChildren()) do
2151
if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
2152
v.Transparency=0
2153
end
2154
end
2155
elseif startequippedwithequipanimation==true then
2156
for _,v in pairs (m:GetChildren()) do
2157
if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
2158
coroutine.resume(coroutine.create(function(Part)
2159
for i=1,0,-0.1 do
2160
hbwait()
2161
Part.Transparency=i
2162
end
2163
Part.Transparency=0
2164
end),v)
2165
end
2166
end
2167
end
2168
2169
function equipanim()
2170
attack=true
2171
Movement.Value=Movement.Value-0.1
2172
Defense.Value=Defense.Value+0.4
2173
for i=0,1,0.08/animationspeed do
2174
hbwait()
2175
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2176
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2177
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)
2178
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)
2179
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)
2180
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)
2181
end
2182
attack=false
2183
end
2184
2185
function unequipanim()
2186
attack=true
2187
for i=0,1,0.08/animationspeed do
2188
hbwait()
2189
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2190
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
2191
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)
2192
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)
2193
RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,0.3/animationspeed)
2194
LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,0.3/animationspeed)
2195
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)
2196
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)
2197
end
2198
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2199
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
2200
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
2201
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
2202
RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
2203
LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
2204
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)
2205
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)
2206
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)
2207
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)
2208
Movement.Value=Movement.Value+0.1
2209
Defense.Value=Defense.Value-0.4
2210
attack=false
2211
end
2212
2213
if startequipped==true then
2214
equipped=true
2215
if disableanimate==true then
2216
Animate.Disabled=true
2217
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2218
idleanimation:Play()
2219
end
2220
if disableanimator==true then
2221
Animator.Parent=nil
2222
end
2223
if disablemovingarms==true then
2224
RW.Parent=Torso 
2225
LW.Parent=Torso 
2226
RSH.Parent=nil 
2227
LSH.Parent=nil 
2228
end
2229
Movement.Value=Movement.Value-0.1
2230
Defense.Value=Defense.Value+0.4
2231
elseif startequippedwithequipanimation==true then
2232
equipped=true
2233
if disableanimate==true then
2234
Animate.Disabled=true
2235
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2236
idleanimation:Play()
2237
end
2238
if disableanimator==true then
2239
Animator.Parent=nil
2240
end
2241
if disablemovingarms==true then
2242
RW.Parent=Torso 
2243
LW.Parent=Torso 
2244
RSH.Parent=nil 
2245
LSH.Parent=nil 
2246
end
2247
coroutine.resume(coroutine.create(function()
2248
hbwait()
2249
equipanim()
2250
end))
2251
end
2252
2253
function StaggerHit()
2254
attack=true
2255
if Hitbox~=nil then
2256
for i=1,math.random(2,4) do
2257
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)		
2258
end
2259
end
2260
for i=0,1,0.1/animationspeed do
2261
hbwait()
2262
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(-30)),0.3/animationspeed)
2263
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)
2264
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)
2265
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)
2266
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)
2267
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)
2268
if StaggerAnim.Value==true or StunAnim.Value==true then
2269
break
2270
end
2271
end
2272
attack=false
2273
end
2274
2275
function Stagger()
2276
attack=true
2277
disablejump=true
2278
if Hitbox~=nil then
2279
for i=1,math.random(2,4) do
2280
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)		
2281
end
2282
end
2283
attacktype=1
2284
local staggervelocity=Instance.new("BodyVelocity",Torso)
2285
staggervelocity.P=500
2286
staggervelocity.maxForce=vt(math.huge,0,math.huge)
2287
if Rooted.Value==false then
2288
staggervelocity.Velocity=RootPart.CFrame.lookVector*-25
2289
end
2290
for i=0,1,0.35/animationspeed do
2291
hbwait()
2292
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)
2293
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)
2294
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)
2295
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)
2296
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)
2297
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)
2298
end
2299
for i=0,1,0.2/animationspeed do
2300
hbwait()
2301
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)
2302
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)
2303
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)
2304
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)
2305
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)
2306
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)
2307
end
2308
staggervelocity:Destroy()
2309
for i=0,1,0.015/animationspeed do
2310
hbwait()
2311
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)
2312
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)
2313
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)
2314
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)
2315
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)
2316
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)
2317
if StunAnim.Value==true then
2318
break
2319
end
2320
end
2321
attacktype=1
2322
disablejump=false
2323
attack=false
2324
end
2325
2326
function Stun()
2327
attack=true
2328
disablejump=true
2329
attacktype=1
2330
DamageStatLabel("Interruption",Head.CFrame,"Stunned!",Color3.new(0,0,255))
2331
for i=0,1,0.4/animationspeed do
2332
hbwait()
2333
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(15),math.rad(0),math.rad(-160)),0.3/animationspeed)
2334
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)
2335
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)
2336
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)
2337
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)
2338
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)
2339
end
2340
for i=0,1,0.4/animationspeed do
2341
hbwait()
2342
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)
2343
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)
2344
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)
2345
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)
2346
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)
2347
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)
2348
end
2349
for i=0,1,0.4/animationspeed do
2350
hbwait()
2351
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(75),math.rad(0),math.rad(-180)),0.3/animationspeed)
2352
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)
2353
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)
2354
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)
2355
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)
2356
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)
2357
end
2358
gyro=Instance.new("BodyGyro")
2359
gyro.Parent=nil
2360
gyro.P=1e7
2361
gyro.D=1e3
2362
gyro.MaxTorque=vt(1e7,1e7,1e7)
2363
gyro.cframe=RootPart.CFrame
2364
for i=1,70*animationspeed do
2365
hbwait()
2366
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)
2367
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)
2368
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)
2369
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)
2370
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)
2371
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)
2372
end
2373
for i=0,1,0.5/animationspeed do
2374
hbwait()
2375
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(90),math.rad(0),math.rad(-180)),0.3/animationspeed)
2376
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)
2377
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)
2378
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)
2379
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)
2380
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)
2381
end
2382
for i=0,1,0.15/animationspeed do
2383
hbwait()
2384
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)
2385
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)
2386
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)
2387
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)
2388
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)
2389
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)
2390
end
2391
gyro.Parent=nil
2392
attacktype=1
2393
disablejump=false
2394
attack=false
2395
end
2396
2397
function EAbility()
2398
attack=true
2399
attack=false
2400
end
2401
2402
function Attack1()
2403
attack=true
2404
--so("341336274",Hitbox,0.5,1)
2405
for i=0,1,0.12/2 do
2406
hbwait()
2407
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)
2408
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(7.5),math.rad(0),math.rad(50)),0.45/animationspeed)
2409
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)
2410
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)
2411
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)
2412
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)
2413
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2414
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2415
break
2416
end
2417
end
2418
--so("200633029",Hitbox,0.5,1)
2419
so("200633077",Hitbox,0.5,2)
2420
--so("341336307",Hitbox,0.5,1)
2421
so("341336485",Hitbox,0.5,1)
2422
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2423
for i=0,1,0.12/2 do
2424
hbwait()
2425
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2426
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2427
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)
2428
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)
2429
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)
2430
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)
2431
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)
2432
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)
2433
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)
2434
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2435
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2436
break
2437
end
2438
end
2439
LastPoint=nil
2440
attack=false
2441
end
2442
2443
function Attack2()
2444
attack=true
2445
--so("341336274",Hitbox,0.5,1)
2446
for i=0,1,0.12/2 do
2447
hbwait()
2448
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2449
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(15),math.rad(0),math.rad(0)),0.45/animationspeed)
2450
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)
2451
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)
2452
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)
2453
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)
2454
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2455
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2456
break
2457
end
2458
end
2459
--so("200633029",Hitbox,0.5,1)
2460
so("200633077",Hitbox,0.5,3)
2461
--so("341336307",Hitbox,0.5,1)
2462
so("341336485",Hitbox,0.5,1)
2463
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2464
for i=0,1,0.12/2 do
2465
hbwait()
2466
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2467
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2468
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)
2469
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)
2470
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(0)),0.6/animationspeed)
2471
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)
2472
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)
2473
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)
2474
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)
2475
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2476
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2477
break
2478
end
2479
end
2480
LastPoint=nil
2481
attack=false
2482
end
2483
2484
function Attack3()
2485
attack=true
2486
--so("341336274",Hitbox,0.5,1)
2487
for i=0,1,0.12/2 do
2488
hbwait()
2489
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
2490
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(-20)),0.45/animationspeed)
2491
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)
2492
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)
2493
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)
2494
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)
2495
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2496
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2497
break
2498
end
2499
end
2500
--so("200633029",Hitbox,0.5,1)
2501
so("200633077",Hitbox,0.5,1.5)
2502
--so("341336307",Hitbox,0.5,1)
2503
so("341336485",Hitbox,0.5,1)
2504
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2505
for i=0,1,0.12/2 do
2506
hbwait()
2507
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2508
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2509
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)
2510
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)
2511
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),0.45/animationspeed)
2512
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)
2513
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)
2514
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)
2515
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)
2516
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2517
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2518
break
2519
end
2520
end
2521
LastPoint=nil
2522
attack=false
2523
end
2524
2525
function Attack4()
2526
attack=true
2527
local shieldangle=math.random(-2,2)
2528
for i=0,1,0.12/2 do
2529
hbwait()
2530
MagicBlock("Cyan","Neon",true,swordhandle.CFrame,1,1,1,1,1,1,0.1)
2531
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(-40)),0.45/animationspeed)
2532
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
2533
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)
2534
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)
2535
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)
2536
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)
2537
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2538
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2539
break
2540
end
2541
end
2542
so("341336274",swordhandle,0.5,2)
2543
so("341336307",swordhandle,0.5,2)
2544
local Pos1=swordhandle.Position
2545
local MousePos=Mouse.hit.p
2546
local MouseLook=cf((Pos1+MousePos)/2,MousePos)
2547
local blasthit,blastpos=rayCast(Pos1,MouseLook.lookVector,999,Character)
2548
local Mag=(Pos1-blastpos).magnitude
2549
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)
2550
if blasthit~=nil and blasthit.Name~="Effect" then
2551
local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2552
refpart.Anchored=true
2553
refpart.CFrame=cf(blastpos)
2554
game:GetService("Debris"):AddItem(refpart,5)
2555
so("341336499",refpart,0.5,3)
2556
MagicCircle("Cyan","Neon",refpart.CFrame,10,10,10,1,1,1,0.05)
2557
MagicBlock("Cyan","Neon",true,refpart.CFrame,5,5,5,0.5,0.5,0.5,0.05)
2558
MagniDamage(refpart,5,50,70,0,"Normal",RootPart,0.5,1,math.random(5,10),nil,true,true,nil,0,0,false)
2559
end
2560
for i=0,1,0.12/2 do
2561
hbwait()
2562
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)
2563
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(40)),0.45/animationspeed)
2564
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)
2565
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)
2566
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)
2567
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)
2568
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2569
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2570
break
2571
end
2572
end
2573
attack=false
2574
end
2575
2576
function Move1()
2577
attack=true
2578
--so("341336274",Hitbox,0.5,1)
2579
for i=0,1,0.12/2 do
2580
hbwait()
2581
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2582
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
2583
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)
2584
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)
2585
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)
2586
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)
2587
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2588
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2589
break
2590
end
2591
end
2592
--so("200633029",Hitbox,0.5,1)
2593
so("200633077",Hitbox,0.5,1.7)
2594
--so("341336307",Hitbox,0.5,1)
2595
so("341336485",Hitbox,0.5,1)
2596
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2597
for i=0,1,0.24/2 do
2598
hbwait()
2599
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2600
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2601
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)
2602
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2603
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2604
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)
2605
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)
2606
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)
2607
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)
2608
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2609
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2610
break
2611
end
2612
end
2613
if StaggerHitAnim.Value~=true and StaggerAnim.Value~=true and StunAnim.Value~=true then
2614
local swordhit,swordpos=rayCast(RootPart.Position,cf(RootPart.Position,RootPart.Position+vt(0,-1,0)).lookVector,4,Character)
2615
if swordhit~=nil and swordhit.Name~="Effect" then
2616
local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2617
refpart.Anchored=true
2618
refpart.CFrame=RootPart.CFrame*cf(1.1,0,0)
2619
game:GetService("Debris"):AddItem(refpart,5)
2620
coroutine.resume(coroutine.create(function(Origin)
2621
local increment=-10.1
2622
for i=1,4 do
2623
local refpart2=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2624
refpart2.Anchored=true
2625
refpart2.CFrame=refpart.CFrame*cf(0,0,increment)
2626
game:GetService("Debris"):AddItem(refpart,5)
2627
local refpart2hit,refpart2pos=rayCast(refpart2.Position,cf(refpart2.Position,refpart2.Position+vt(0,-1,0)).lookVector,999,Character)
2628
if refpart2hit~=nil then
2629
local refpart3=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
2630
refpart3.Anchored=true
2631
refpart3.CFrame=cf(refpart2pos)
2632
game:GetService("Debris"):AddItem(refpart3,5)
2633
so("341336499",refpart3,0.5,2)
2634
MagicWave("Cyan","Neon",refpart3.CFrame,20,0.1,20,0.5,0.01,0.5,0.05)
2635
MagicSpikedCrown("Cyan","Neon",refpart3.CFrame,20,20,20,0.5,0.5,0.5,0.05)
2636
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)
2637
end
2638
increment=increment-10
2639
wait(0.25)
2640
end
2641
end),refpart)
2642
end
2643
end
2644
for i=0,1,0.24/2 do
2645
hbwait()
2646
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2647
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
2648
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)
2649
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)
2650
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)
2651
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)
2652
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
2653
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2654
break
2655
end
2656
end
2657
LastPoint=nil
2658
attack=false
2659
end
2660
2661
--[[
2662
local testpart=Instance.new("Part",workspace.CurrentCamera)
2663
testpart.Anchored=true
2664
testpart.CFrame=cf(0,0,-50)
2665
testpart.Size=Vector3.new(50,50,50)
2666
--]]
2667
2668
function Move3()
2669
attack=true
2670
for i=0,1,0.12/2 do
2671
hbwait()
2672
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)
2673
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(5)),0.45/animationspeed)
2674
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)
2675
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)
2676
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)
2677
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)
2678
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-55),0,0),0.45/animationspeed)
2679
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2680
break
2681
end
2682
end
2683
for i=0,1,0.12/2 do
2684
hbwait()
2685
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)
2686
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
2687
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)
2688
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)
2689
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)
2690
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)
2691
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
2692
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2693
break
2694
end
2695
end
2696
so("306247678",Hitbox,0.5,0.75)
2697
--so("341336159",Hitbox,0.5,0.75)
2698
--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)
2699
for i=0,1,0.04/2 do
2700
hbwait()
2701
--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)
2702
--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)
2703
--MagicBlock("Cyan","Neon",true,Hitbox.CFrame--[[*cf(0,2.1,0)--]],1,1,1,1,1,1,0.05)
2704
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)
2705
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)
2706
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
2707
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)
2708
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)
2709
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)
2710
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)
2711
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
2712
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2713
break
2714
end
2715
end
2716
for i=0,1,0.12/2 do
2717
hbwait()
2718
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)
2719
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(50)),0.45/animationspeed)
2720
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(-50)),0.45/animationspeed)
2721
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)
2722
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)
2723
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)
2724
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)
2725
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2726
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2727
break
2728
end
2729
end
2730
--so("200633029",Hitbox,0.5,1)
2731
so("200633077",Hitbox,0.5,2.9)
2732
--so("341336307",Hitbox,0.5,1)
2733
so("341336485",Hitbox,0.5,1)
2734
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2735
local energywavepart=part(3,Effects,"Neon",0,1,"Cyan","Effect",vt())
2736
energywavepart.Anchored=true
2737
energywavepart.CFrame=RootPart.CFrame*cf(0,0,-6.5)--*angles(math.rad(90),math.rad(80),0)
2738
--local energywavemesh=mesh("SpecialMesh",energywavepart,"FileMesh","http://www.roblox.com/asset/?id=448386996",vt(0,0,0),vt(1/1000,1/20,1/15))
2739
game:GetService("Debris"):AddItem(energywavepart,1)
2740
coroutine.resume(coroutine.create(function(Wave)
2741
local number=500
2742
so("341336274",Wave,0.75,0.75)
2743
repeat
2744
hbwait()
2745
wavecframe=Wave.CFrame
2746
--Wave.CFrame=wavecframe*cf(0,-1,0)
2747
Wave.CFrame=wavecframe*cf(0,0,-1)
2748
MagicBlock("Cyan","Neon",true,Wave.CFrame,100,100,100,-1,-1,-1,0.05)
2749
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)
2750
number=number-1
2751
until number<=0
2752
end),energywavepart)
2753
for i=0,1,0.12/2 do
2754
hbwait()
2755
TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
2756
LastPoint=Hitbox.CFrame*cf(0,2.1,0)
2757
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)
2758
--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)
2759
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)
2760
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(40)),0.45/animationspeed)
2761
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)
2762
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)
2763
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)
2764
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)
2765
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-150),0,0),0.45/animationspeed)
2766
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2767
break
2768
end
2769
end
2770
LastPoint=nil
2771
attack=false
2772
end
2773
2774
function Move4()
2775
attack=true
2776
--[[
2777
for i=0,1,0.12/2 do
2778
hbwait()
2779
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2780
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2781
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)
2782
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)
2783
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)
2784
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)
2785
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2786
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2787
break
2788
end
2789
end
2790
MagicWave("Institutional white","SmoothPlastic",RootPart.CFrame*cf(0,-3,0),5,1,5,0.2,-0.01,0.2,0.025)
2791
Humanoid.Jump=true
2792
Torso.Velocity=Vector3.new(0,50,0)+RootPart.CFrame.lookVector*50
2793
for i=0,1,0.12/2 do
2794
hbwait()
2795
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
2796
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
2797
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)
2798
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)
2799
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)
2800
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)
2801
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
2802
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2803
break
2804
end
2805
end
2806
]]--
2807
for i=0,1,0.12/2 do
2808
hbwait()
2809
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2810
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2811
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)
2812
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)
2813
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)
2814
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)
2815
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
2816
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2817
break
2818
end
2819
end
2820
local move4num=0
2821
for i=0,1,0.04/2 do
2822
hbwait()
2823
if move4num>=5 then
2824
move4num=0
2825
MagicWave("Cyan","Neon",RootPart.CFrame*cf(0,-3,0),1,1,1,1,0.1,1,0.05)
2826
else
2827
move4num=move4num+1
2828
end
2829
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2830
Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
2831
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)
2832
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)
2833
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)
2834
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)
2835
swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
2836
if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
2837
break
2838
end
2839
end
2840
attack=false
2841
end
2842
2843
hold=false
2844
2845
Mouse.Button1Down:connect(function()
2846
--function ob1d(Mouse)
2847
if attack==true or equipped==false then return end
2848
hold=true
2849
if attacktype==1 then
2850
attacktype=2
2851
Attack1()
2852
elseif attacktype==2 then
2853
attacktype=3
2854
Attack2()
2855
elseif attacktype==3 then
2856
attacktype=4
2857
Attack3()
2858
elseif attacktype==4 then
2859
attacktype=1
2860
Attack4()
2861
end
2862
coroutine.resume(coroutine.create(function()
2863
for i=1,50 do
2864
if attack==false then
2865
hbwait()
2866
end
2867
end
2868
if attack==false then
2869
attacktype=1
2870
end
2871
end))
2872
--end
2873
end)
2874
2875
if allowhopperbin==true then
2876
function ob1u(Mouse)
2877
hold=false
2878
end
2879
end
2880
2881
Mouse.KeyDown:connect(function(key)
2882
--function key(key)
2883
if key=="f" and canunequiporequip==true and attack==false then
2884
if equipped==false then
2885
equipped=true
2886
if disableanimate==true then
2887
Animate.Disabled=true
2888
local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
2889
idleanimation:Play()
2890
end
2891
if disableanimator==true then
2892
Animator.Parent=nil
2893
end
2894
if disablemovingarms==true then
2895
RW.Parent=Torso 
2896
LW.Parent=Torso 
2897
RSH.Parent=nil 
2898
LSH.Parent=nil 
2899
end
2900
equipanim()
2901
elseif equipped==true then
2902
equipped=false
2903
unequipanim()
2904
hbwait()
2905
if disablemovingarms==true then
2906
RW.Parent=nil 
2907
LW.Parent=nil 
2908
RSH.Parent=Torso 
2909
LSH.Parent=Torso 
2910
end
2911
if disableanimator==true then
2912
Animator.Parent=Humanoid
2913
end
2914
if disableanimate==true then
2915
Animate.Disabled=false
2916
end
2917
end
2918
end
2919
if key=="e" and attack==false and equipped==true then
2920
EAbility()
2921
end
2922
if key=="z" and attack==false and equipped==true and cooldown1>=co1 and Mana.Value>=skill1mana then
2923
subtractmana(skill1mana)
2924
cooldown1=0
2925
Move1()
2926
end
2927
if key=="x" and attack==false and equipped==true and cooldown2>=co2 and Mana.Value>=skill2mana then
2928
subtractmana(skill2mana)
2929
cooldown2=0
2930
Move2()
2931
end
2932
if key=="c" and attack==false and equipped==true and cooldown3>=co3 and Mana.Value>=skill3mana then
2933
subtractmana(skill3mana)
2934
cooldown3=0
2935
Move3()
2936
end
2937
if key=="v" and attack==false and equipped==true and cooldown4>=co4 and Mana.Value>=skill4mana then
2938
subtractmana(skill4mana)
2939
cooldown4=0
2940
Move4()
2941
end
2942
if key=="q" then
2943
Mana.Value=100
2944
cooldown1=co1
2945
cooldown2=co2
2946
cooldown3=co3
2947
cooldown4=co4
2948
end
2949
if key=="p" then
2950
StaggerHitAnim.Value=true
2951
end
2952
if key=="[" then
2953
StaggerAnim.Value=true
2954
end
2955
if key=="]" then
2956
StunAnim.Value=true
2957
end
2958
--end
2959
end)
2960
2961
Mouse.KeyUp:connect(function(key2)
2962
--function key2(key)
2963
--end
2964
end)
2965
----
2966
Me = game.Players.LocalPlayer
2967
player = Me
2968
char = Me.Character
2969
chara = char
2970
2971
New = function(Object, Parent, Name, Data)
2972
	local Object = Instance.new(Object)
2973
	for Index, Value in pairs(Data or {}) do
2974
		Object[Index] = Value
2975
	end
2976
	Object.Parent = Parent
2977
	Object.Name = Name
2978
	return Object
2979
end
2980
2981
Mouse = player:GetMouse()
2982
2983
for i,v in pairs(chara:children()) do
2984
	if v:IsA("Accessory") or v:IsA("") or v:IsA("") then
2985
		v:Destroy()
2986
	end
2987
end
2988
2989
s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
2990
s.SoundId = "rbxassetid://144260525"
2991
s.Volume = 1
2992
s.Pitch = 1
2993
s.Looped = true
2994
wait()
2995
s:Play()
2996
2997
s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
2998
s.SoundId = "rbxassetid://530138502"
2999
s.Volume = 3
3000
s.Pitch = 0.83
3001
s.Looped = false
3002
wait()
3003
s:Play()
3004
3005
wait(15)
3006
3007
local Player = game.Players.LocalPlayer
3008
3009
local Character = Player.Character
3010
3011
local Humanoid = Character.Humanoid
3012
3013
local Mouse = Player:GetMouse()
3014
3015
Character:WaitForChild("Animate"):Remove()
3016
3017
Humanoid.MaxHealth = 2000
3018
3019
Humanoid.Health = 1980
3020
3021
wait()
3022
3023
function SmoothAllSides(Part)
3024
3025
  local Sides = {
3026
3027
    "TopSurface",
3028
3029
    "BottomSurface",
3030
3031
    "LeftSurface",
3032
3033
    "RightSurface",
3034
3035
    "FrontSurface",
3036
3037
    "BackSurface"
3038
3039
  }
3040
3041
  for i, v in pairs(Sides) do
3042
3043
    Part[v] = "SmoothNoOutlines"
3044
3045
  end
3046
3047
end
3048
3049
local StaffM = Instance.new("Model")
3050
3051
StaffM.Parent = Character
3052
3053
local Staff = Instance.new("Part")
3054
3055
Staff.Parent = StaffM
3056
3057
Staff.Shape = Enum.PartType.Cylinder
3058
3059
Staff.Size = Vector3.new(0, 0, 0)
3060
3061
Staff.BrickColor = BrickColor.new("Really black")
3062
3063
Staff.CanCollide = false
3064
3065
local Ring0 = Instance.new("Part")
3066
3067
Ring0.Parent = StaffM
3068
3069
Ring0.CanCollide = false
3070
3071
Ring0.BrickColor = BrickColor.new("Really black")
3072
3073
Ring0.Material = Enum.Material.SmoothPlastic
3074
3075
local Ring = Instance.new("SpecialMesh")
3076
3077
Ring.Parent = Ring0
3078
3079
Ring.MeshType = Enum.MeshType.FileMesh
3080
3081
Ring.Scale = Vector3.new(0, 0, 0)
3082
3083
Ring.MeshId = "rbxassetid://"
3084
3085
local Ring1 = Ring0:Clone()
3086
3087
Ring1.Parent = StaffM
3088
3089
local Weld1, Weld2, Weld3 = Instance.new("Weld"), Instance.new("Weld"), Instance.new("Weld")
3090
3091
Weld1.Parent = StaffM
3092
3093
Weld1.Part0 = Staff
3094
3095
Weld1.Part1 = Ring0
3096
3097
Weld1.C1 = CFrame.new(0, 0, 0)
3098
3099
Weld2.Parent = StaffM
3100
3101
Weld2.Part0 = Staff
3102
3103
Weld2.Part1 = Ring1
3104
3105
Weld2.C1 = CFrame.new(0, 0, 0)
3106
3107
Weld3.Parent = StaffM
3108
3109
Weld3.Part0 = Character["Left Arm"]
3110
3111
Weld3.Part1 = Staff
3112
3113
Weld3.C0 = CFrame.new(0, Character["Left Arm"].Size.Y / -2, 0) * CFrame.Angles(0, math.pi / 2, 0)
3114
3115
SmoothAllSides(Staff)
3116
3117
local bools = {
3118
3119
  Idle = true,
3120
3121
  Moving = false,
3122
3123
  OffenseDefense = false,
3124
3125
  MovingUp = false,
3126
3127
  MovingDown = false,
3128
3129
  Blocking = false
3130
3131
}
3132
3133
local joints = {
3134
3135
  ["Head"] = Character.Torso.Neck,
3136
3137
  ["Torso"] = Character.HumanoidRootPart.RootJoint,
3138
3139
  ["Left Arm"] = Character.Torso["Left Shoulder"],
3140
3141
  ["Right Arm"] = Character.Torso["Right Shoulder"],
3142
3143
  ["Left Leg"] = Character.Torso["Left Hip"],
3144
3145
  ["Right Leg"] = Character.Torso["Right Hip"]
3146
3147
}
3148
3149
local HeadC0 = joints.Head.C0
3150
3151
local TorsoC0 = joints.Torso.C0
3152
3153
local RightAC0 = joints["Left Arm"].C0
3154
3155
local LeftAC0 = joints["Right Arm"].C0
3156
3157
local RightLC0 = joints["Left Leg"].C0
3158
3159
local LeftLC0 = joints["Right Leg"].C0
3160
3161
local Animations = {
3162
3163
  idle = {
3164
3165
    HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(80), math.rad(180), math.rad(-12)),
3166
3167
    TorsoC0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(90), math.rad(180), math.rad(18)),
3168
3169
    LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.rad(90), math.rad(120)) * CFrame.Angles(math.rad(45), 0, 0),
3170
3171
    RightLC0 = CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-90), math.rad(80), math.rad(90)) * CFrame.Angles(0, 0, math.rad(5)),
3172
3173
    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))
3174
3175
  },
3176
3177
  running = {
3178
3179
    HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(115), math.rad(180), 0),
3180
3181
    TorsoC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(60), math.rad(180), 0),
3182
3183
    RightAC0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(math.rad(50), math.rad(-120), 0) * CFrame.Angles(math.rad(33), 0, 0),
3184
3185
    LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(90), 0) * CFrame.Angles(math.rad(23), 0, 0),
3186
3187
    RightLC0 = CFrame.new(1, -1, -0.2) * CFrame.Angles(math.rad(-10), math.rad(90), 0),
3188
3189
    LeftLC0 = CFrame.new(-1, -1, -0.65) * CFrame.Angles(math.rad(-30), math.rad(-90), 0)
3190
3191
  }
3192
3193
}
3194
3195
local Input = game:GetService("UserInputService")
3196
3197
local RunService = game:GetService("RunService")
3198
3199
Humanoid:ClearAllChildren()
3200
3201
3202
3203
local TruthBall = Instance.new("Part")
3204
3205
TruthBall.Name = "Truth Seeking Ball"
3206
3207
TruthBall.Material = Enum.Material.Neon
3208
3209
TruthBall.Shape = Enum.PartType.Ball
3210
3211
TruthBall.Size = Vector3.new(0, 0, 0)
3212
3213
TruthBall.Anchored = true
3214
3215
TruthBall.Locked = true
3216
3217
TruthBall.CanCollide = false
3218
3219
TruthBall.BrickColor = BrickColor.new("Cyan")
3220
3221
SmoothAllSides(TruthBall)
3222
3223
for i = 1, 6 do
3224
3225
  local TruthSeekBalls = TruthBall:Clone()
3226
3227
  TruthSeekBalls.Parent = Character
3228
3229
end
3230
3231
TruthTable = {}
3232
3233
for ind, var in ipairs(Character:GetChildren()) do
3234
3235
  if var.Name == "Truth Seeking Ball" then
3236
3237
    table.insert(TruthTable, var)
3238
3239
  end
3240
3241
end
3242
3243
RunService.RenderStepped:connect(function()
3244
3245
  for i, v in ipairs(TruthTable) do
3246
3247
    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)
3248
3249
  end
3250
3251
end)
3252
3253
local BodyParts = {
3254
3255
  Character.Head,
3256
3257
  Character.Torso,
3258
3259
  Character["Left Arm"],
3260
3261
  Character["Right Arm"],
3262
3263
  Character["Left Leg"],
3264
3265
  Character["Right Leg"]
3266
3267
}
3268
3269
3270
local Block = TruthTable[math.random(1, #TruthTable)]
3271
3272
local BlockCF = Block.CFrame
3273
3274
local Defense = Block:Clone()
3275
3276
Input.InputBegan:connect(function(Key, GPE)
3277
3278
  if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == false then
3279
3280
    Humanoid.WalkSpeed = 0
3281
3282
    Humanoid.JumpPower = 0
3283
3284
    bools.Blocking = true
3285
3286
    while bools.Blocking == true do
3287
3288
      Block.Transparency = 1
3289
3290
      Defense.Parent = Character
3291
3292
      Defense.Shape = Enum.PartType.Block
3293
3294
      Defense.Size = Vector3.new(10, 9, 0.2)
3295
3296
      RunService.RenderStepped:connect(function()
3297
3298
        Defense.CFrame = Block.CFrame:lerp(Character.Torso.CFrame * CFrame.new(0, 0, -10), 0.6)
3299
3300
      end)
3301
3302
      Defense.CanCollide = true
3303
3304
      if bools.Blocking == false then
3305
3306
        elseif Key.KeyCode == Enum.KeyCode.Z and not GPE and Mouse.Target then
3307
3308
          local Copy = Block:Clone()
3309
3310
          Block.Transparency = 1
3311
3312
          Copy.Parent = Character
3313
3314
          Copy.Anchored = false
3315
3316
          Copy.CFrame = Block.CFrame
3317
3318
          local CopyV = Instance.new("BodyVelocity")
3319
3320
          CopyV.Parent = Copy
3321
3322
          CopyV.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
3323
3324
          CopyV.Velocity = Mouse.UnitRay:ClosestPoint() * 100
3325
3326
		else
3327
	
3328
			wait()
3329
3330
        end
3331
3332
      end
3333
3334
    end
3335
3336
end)
3337
3338
Input.InputEnded:connect(function(Key, GPE)
3339
3340
  if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == true then
3341
3342
    Humanoid.WalkSpeed = 60
3343
3344
    Humanoid.JumpPower = 200
3345
3346
    bools.Blocking = false
3347
3348
    Defense.CanCollide = false
3349
3350
    Defense.Shape = Enum.PartType.Ball
3351
3352
    Defense.Size = Vector3.new(0, 0, 0)
3353
3354
    RunService.RenderStepped:connect(function()
3355
3356
      Defense.CFrame = Defense.CFrame:lerp(BlockCF, 0.15)
3357
3358
    end)
3359
3360
    Defense:Remove()
3361
3362
    Block.Transparency = 0
3363
3364
    Block = TruthTable[math.random(1, #TruthTable)]
3365
3366
    BlockCF = Block.CFrame
3367
3368
  end
3369
3370
end)
3371
3372
RunService.RenderStepped:connect(function()
3373
3374
  local CurrentAnimation = "Idle"
3375
3376
  if (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude > 2 then
3377
3378
    CurrentAnimation = "Walking"
3379
3380
  elseif (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude < 2 then
3381
3382
    CurrentAnimation = "Idle"
3383
3384
  end
3385
3386
  if CurrentAnimation == "Idle" and not bools.OffenseDefense then
3387
3388
    joints.Head.C0 = joints.Head.C0:lerp(Animations.idle.HeadC0 * CFrame.Angles(math.rad(2 * math.sin(-tick() * 2)), 0, 0), 0.35)
3389
3390
    joints.Torso.C0 = joints.Torso.C0:lerp(Animations.idle.TorsoC0 * CFrame.new(0, 0, 0.1 * math.sin(tick() * 2) / 2), 0.35)
3391
    
3392
    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)
3393
3394
    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)
3395
3396
  elseif CurrentAnimation == "Walking" and not bools.OffenseDefense then
3397
3398
    joints.Head.C0 = joints.Head.C0:lerp(Animations.running.HeadC0, 0.15)
3399
3400
    joints.Torso.C0 = joints.Torso.C0:lerp(Animations.running.TorsoC0, 0.15)
3401
    
3402
    joints["Right Leg"].C0 = joints["Left Leg"].C0:lerp(Animations.running.RightLC0, 0.15)
3403
3404
    joints["Left Leg"].C0 = joints["Right Leg"].C0:lerp(Animations.running.LeftLC0, 0.15)
3405
3406
  end
3407
3408
end)
3409
3410
3411
name = game.Players.LocalPlayer.Name
3412
player = game.Players:WaitForChild(name)
3413
chara = player.Character
3414
debby = game:GetService("Debris")
3415
chara.Humanoid.MaxHealth = 2000
3416
chara.Humanoid.Health = 2000
3417
chara.Humanoid.WalkSpeed = 50
3418
chara.Humanoid.JumpPower = 200
3419
3420
local p = Instance.new("Part", chara)
3421
p.Name = "Ears"
3422
p.BrickColor = BrickColor.new("Cyan")
3423
p.Size = Vector3.new(0, 0, 0)
3424
p.BottomSurface = 0
3425
p.TopSurface = 0
3426
p.Position = chara.Head.Position
3427
local pweld = Instance.new("Weld", p)
3428
pweld.Part0 = chara.Head
3429
pweld.Part1 = p
3430
pweld.C0 = CFrame.new(0, 0.7, 0)
3431
pweld.C0 = pweld.C0 * CFrame.fromEulerAnglesXYZ(math.rad(180), 0, math.rad(180))
3432
local earmesh = Instance.new("SpecialMesh", p)
3433
earmesh.MeshType = "FileMesh"
3434
earmesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
3435
earmesh.Scale = Vector3.new(1.1, 1.5, 3)
3436
3437
local fakehead = chara.Head:clone()
3438
fakehead.Name = "FakeHead"
3439
fakehead.Parent = chara
3440
fakehead.Position = chara.Head.Position
3441
fakehead.Transparency = 2
3442
fakehead.face.Texture = "http://www.roblox.com/asset/?id=105092745"
3443
3444
local hand1 = Instance.new("Part", chara)
3445
hand1.Name = "Hand1"
3446
hand1.Size = Vector3.new(0.8, 0.8, 0.8)
3447
hand1.Transparency = 1
3448
hand1.Position = chara["Left Arm"].Position
3449
local hand1weld = Instance.new("Weld", hand1)
3450
hand1weld.Part0 = chara["Left Arm"]
3451
hand1weld.Part1 = hand1
3452
hand1weld.C0 = CFrame.new(0, -1, 0)
3453
local hand2 = hand1:Clone()
3454
hand2.Name = "Hand2"
3455
hand2.Parent = chara
3456
hand2.Position = chara["Right Arm"].Position
3457
local hand2weld = Instance.new("Weld", hand2)
3458
hand2weld.Part0 = chara["Right Arm"]
3459
hand2weld.Part1 = hand2
3460
hand2weld.C0 = CFrame.new(0, -1, 0)
3461
3462
color3colour = {
3463
  BrickColor.new("Cyan").Color,
3464
  BrickColor.new("Cyan").Color,
3465
  BrickColor.new("Cyan").Color,
3466
  BrickColor.new("Cyan").Color,
3467
  BrickColor.new("Cyan").Color,
3468
  BrickColor.new("Cyan").Color
3469
}
3470
breekcolour = {
3471
  BrickColor.new("Cyan"),
3472
  BrickColor.new("Cyan"),
3473
  BrickColor.new("Cyan"),
3474
  BrickColor.new("Cyan"),
3475
  BrickColor.new("Cyan"),
3476
  BrickColor.new("Cyan")
3477
}
3478
firecolour = {
3479
  ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
3480
  ColorSequenceKeypoint.new(0.05, BrickColor.new("Cyan").Color),
3481
  ColorSequenceKeypoint.new(0.1, BrickColor.new("Cyan").Color),
3482
  ColorSequenceKeypoint.new(0.15, BrickColor.new("Cyan").Color),
3483
  ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
3484
  ColorSequenceKeypoint.new(0.25, BrickColor.new("Cyan").Color),
3485
  ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
3486
}
3487
barcolour = {
3488
  ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
3489
  ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
3490
  ColorSequenceKeypoint.new(0.4, BrickColor.new("Cyan").Color),
3491
  ColorSequenceKeypoint.new(0.6, BrickColor.new("Cyan").Color),
3492
  ColorSequenceKeypoint.new(0.8, BrickColor.new("Cyan").Color),
3493
  ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
3494
}
3495
normallife = {
3496
  NumberSequenceKeypoint.new(0, 0),
3497
  NumberSequenceKeypoint.new(1, 1)
3498
}
3499
extendlife = {
3500
  NumberSequenceKeypoint.new(0, 0),
3501
  NumberSequenceKeypoint.new(0.8, 0),
3502
  NumberSequenceKeypoint.new(1, 1)
3503
}
3504
function createrainbow(color, part, texture, size, trans, life, face, speed, accel, velsp, lock, name)
3505
  local fira = Instance.new("ParticleEmitter", part)
3506
  fira.Name = name
3507
  fira.Color = ColorSequence.new(color)
3508
  fira.Size = size
3509
  fira.Texture = texture
3510
  fira.Transparency = trans
3511
  fira.Lifetime = life
3512
  fira.EmissionDirection = face
3513
  fira.Rate = 100000000
3514
  fira.RotSpeed = NumberRange.new(10000)
3515
  fira.Speed = speed
3516
  fira.VelocitySpread = velsp
3517
  fira.Acceleration = accel
3518
  fira.LightEmission = 1
3519
  fira.LockedToPart = lock
3520
end
3521
handfire1 = createrainbow(firecolour, hand1, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3522
  NumberSequenceKeypoint.new(0, 0.4),
3523
  NumberSequenceKeypoint.new(1, 0)
3524
}), NumberSequence.new(extendlife), NumberRange.new(1), "Left", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3525
handfire2 = createrainbow(firecolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3526
  NumberSequenceKeypoint.new(0, 0.4),
3527
  NumberSequenceKeypoint.new(1, 0)
3528
}), NumberSequence.new(extendlife), NumberRange.new(1), "Right", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3529
createrainbow(barcolour, orbuur, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3530
  NumberSequenceKeypoint.new(0, 1),
3531
  NumberSequenceKeypoint.new(0.8, 1),
3532
  NumberSequenceKeypoint.new(1, 0)
3533
}), NumberSequence.new(extendlife), NumberRange.new(1), "Front", NumberRange.new(0), Vector3.new(0, 0, 0), 0, false, "OrbEffect")
3534
local spelleffect = Instance.new("ParticleEmitter", chara.Torso)
3535
spelleffect.Texture = "http://www.roblox.com/asset/?id=679657454"
3536
spelleffect.Speed = NumberRange.new(0)
3537
spelleffect.LightEmission = 1
3538
spelleffect.Transparency = NumberSequence.new(normallife)
3539
spelleffect.Size = NumberSequence.new({
3540
  NumberSequenceKeypoint.new(0, 0),
3541
  NumberSequenceKeypoint.new(1, 10)
3542
})
3543
spelleffect.Rate = 0.001
3544
spelleffect.Rotation = NumberRange.new(0, 359)
3545
spelleffect.RotSpeed = NumberRange.new(1000)
3546
spelleffect.Lifetime = NumberRange.new(1)
3547
createrainbow(barcolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
3548
  NumberSequenceKeypoint.new(0, 1),
3549
  NumberSequenceKeypoint.new(1, 0)
3550
}), NumberSequence.new(normallife), NumberRange.new(1), "Front", NumberRange.new(10), Vector3.new(0, 0, 0), 1000, true, "PowerEffect")
3551
powereffect = hand2.PowerEffect
3552
powereffect.Enabled = false
3553
local naeeym = Instance.new("BillboardGui", chara)
3554
naeeym.Size = UDim2.new(0, 100, 0, 40)
3555
naeeym.StudsOffset = Vector3.new(0, 2, 0)
3556
naeeym.Adornee = chara.Head
3557
local tecks = Instance.new("TextLabel", naeeym)
3558
tecks.BackgroundTransparency = 1
3559
tecks.BorderSizePixel = 0
3560
tecks.Text = ""
3561
tecks.Font = "Fantasy"
3562
tecks.FontSize = "Size24"
3563
tecks.TextStrokeTransparency = 0
3564
tecks.TextColor3 = Color3.new(1, 1, 1)
3565
tecks.TextStrokeColor3 = BrickColor.new("Really red").Color
3566
tecks.Size = UDim2.new(1, 0, 0.5, 0)
3567
Void = nil
3568
VoidParts = {}
3569
Equipped = false
3570
Counter = 1
3571
function RayCast(Position, Direction, MaxDistance, IgnoreList)
3572
  return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
3573
end
3574
Player = player
3575
Character = chara
3576
Humanoid = Character:FindFirstChild("Humanoid")
3577
Torso = Character:FindFirstChild("Torso")
3578
if not Player or not Humanoid or Humanoid.Health == 0 or not chara.Torso then
3579
  return
3580
end
3581
Equipped = true
3582
Void = Instance.new("Model")
3583
Void.Name = "Void"
3584
Angle = 0
3585
for i = 1, 1 do
3586
  local VoidPart = Instance.new("Part")
3587
  VoidPart.Name = "VoidPart"
3588
  VoidPart.Transparency = 1
3589
  VoidPart.BrickColor = BrickColor.new("Cyan")
3590
  VoidPart.Material = Enum.Material.Plastic
3591
  VoidPart.Shape = Enum.PartType.Block
3592
  VoidPart.FormFactor = Enum.FormFactor.Custom
3593
  VoidPart.TopSurface = Enum.SurfaceType.Smooth
3594
  VoidPart.BottomSurface = Enum.SurfaceType.Smooth
3595
  VoidPart.Anchored = true
3596
  VoidPart.CanCollide = false
3597
  VoidPart.Locked = true
3598
  VoidPart.Size = Vector3.new(1, 0.2, 1)
3599
  fiyer = createrainbow(firecolour, VoidPart, "http://www.roblox.com/asset/?id=224413104", NumberSequence.new({
3600
    NumberSequenceKeypoint.new(0, 0.4),
3601
    NumberSequenceKeypoint.new(1, 0)
3602
  }), NumberSequence.new({
3603
    NumberSequenceKeypoint.new(0, 0),
3604
    NumberSequenceKeypoint.new(0.99, 0),
3605
    NumberSequenceKeypoint.new(1, 1)
3606
  }), NumberRange.new(3), "Top", NumberRange.new(2), Vector3.new(0, 2, 0), 0, false, "FireEffect")
3607
  VoidPart.FireEffect.Rate = 10
3608
  local BlockMesh = Instance.new("BlockMesh")
3609
  BlockMesh.Scale = Vector3.new(10, 2, 10)
3610
  BlockMesh.Parent = VoidPart
3611
  VoidPart.Parent = Void
3612
  local Star = Instance.new("Decal", VoidPart)
3613
  Star.Texture = "http://www.roblox.com/asset/?id=199910011"
3614
  Star.Face = "Top"
3615
  local Light = Instance.new("PointLight", VoidPart)
3616
  Light.Color = Color3.new(0, 0, 0)
3617
  Light.Brightness = 10
3618
  Light.Range = 10
3619
  table.insert(VoidParts, VoidPart)
3620
end
3621
Spawn(function()
3622
  while Equipped and Humanoid.Parent and Humanoid.Health > 0 and chara do
3623
    if Angle == 360 then
3624
      Angle = 0
3625
    end
3626
    Angle = Angle + 0.05
3627
    chara.Humanoid.MaxHealth = 2000
3628
    chara.Humanoid.Health = 1700
3629
    Counter = Counter + 1
3630
    if Counter == 7 then
3631
      Counter = 1
3632
    end
3633
    tecks.TextStrokeColor3 = color3colour[Counter]
3634
    fakehead.face.Color3 = color3colour[Counter]
3635
    Void.VoidPart.Decal.Color3 = color3colour[Counter]
3636
    Void.VoidPart.PointLight.Color = color3colour[Counter]
3637
    local parentPos = chara.Torso.CFrame
3638
    
3639
    local Hit, EndPosition = RayCast(chara.Torso.Position, Vector3.new(0, -1, 0), chara.Torso.Size.Y * 6.5, {Character})
3640
    if Hit then
3641
      if not Void.Parent then
3642
        Void.Parent = Character
3643
      end
3644
      for i, v in pairs(VoidParts) do
3645
        v.CFrame = CFrame.new(chara.Torso.Position.X, EndPosition.Y, chara.Torso.Position.Z) * CFrame.Angles(0, Angle + i, 0)
3646
      end
3647
    else
3648
      Void.Parent = nil
3649
    end
3650
    wait()
3651
  end
3652
end)
3653
3654
p = game.Players.LocalPlayer
3655
char = p.Character
3656
torso = char.Torso
3657
neck = char.Torso.Neck
3658
hum = char.Humanoid
3659
3660
CV="Maroon"
3661
	
3662
local txt = Instance.new("BillboardGui", char)
3663
txt.Adornee = char .Head
3664
txt.Name = "_status"
3665
txt.Size = UDim2.new(2, 0, 1.2, 0)
3666
txt.StudsOffset = Vector3.new(-9, 8, 0)
3667
local text = Instance.new("TextLabel", txt)
3668
text.Size = UDim2.new(10, 0, 7, 0)
3669
text.FontSize = "Size48"
3670
text.TextScaled = true
3671
text.TextTransparency = 0
3672
text.BackgroundTransparency = 1 
3673
text.TextTransparency = 0
3674
text.TextStrokeTransparency = 0
3675
text.Font = "Fantasy"
3676
text.TextStrokeColor3 = Color3.new(0, 0, 0)
3677
3678
v=Instance.new("Part")
3679
v.Name = "ColorBrick"
3680
v.Parent=p.Character
3681
v.FormFactor="Symmetric"
3682
v.Anchored=true
3683
v.CanCollide=false
3684
v.BottomSurface="Smooth"
3685
v.TopSurface="Smooth"
3686
v.Size=Vector3.new(10,5,3)
3687
v.Transparency=1
3688
v.CFrame=char.Torso.CFrame
3689
v.BrickColor=BrickColor.new(CV)
3690
v.Transparency=1
3691
text.TextColor3 = BrickColor.new("Bright blue").Color
3692
v.Shape="Block"
3693
text.Text = "Wanderer"
3694
3695
local runDummyScript = function(f,scri)
3696
local oldenv = getfenv(f)
3697
local newenv = setmetatable({}, {
3698
__index = function(_, k)
3699
if k:lower() == 'script' then
3700
return scri
3701
else
3702
return oldenv[k]
3703
end
3704
end
3705
})
3706
setfenv(f, newenv)
3707
ypcall(function() f() end)
3708
end
3709
cors = {}
3710
mas = Instance.new("Model",game:GetService("Lighting")) 
3711
mas.Name = "CompiledModel"
3712
o1 = Instance.new("Model")
3713
o2 = Instance.new("Part")
3714
o3 = Instance.new("SpecialMesh")
3715
o4 = Instance.new("Model")
3716
o5 = Instance.new("Part")
3717
o6 = Instance.new("SpecialMesh")
3718
o7 = Instance.new("Weld")
3719
o8 = Instance.new("Part")
3720
o9 = Instance.new("SpecialMesh")
3721
o10 = Instance.new("Weld")
3722
o11 = Instance.new("Part")
3723
o12 = Instance.new("SpecialMesh")
3724
o13 = Instance.new("Weld")
3725
o14 = Instance.new("Part")
3726
o15 = Instance.new("SpecialMesh")
3727
o16 = Instance.new("Weld")
3728
o17 = Instance.new("Part")
3729
o18 = Instance.new("SpecialMesh")
3730
o19 = Instance.new("Weld")
3731
o20 = Instance.new("Part")
3732
o21 = Instance.new("SpecialMesh")
3733
o22 = Instance.new("Weld")
3734
o23 = Instance.new("Part")
3735
o24 = Instance.new("SpecialMesh")
3736
o25 = Instance.new("Weld")
3737
o26 = Instance.new("Part")
3738
o27 = Instance.new("SpecialMesh")
3739
o28 = Instance.new("Weld")
3740
o29 = Instance.new("Part")
3741
o30 = Instance.new("SpecialMesh")
3742
o31 = Instance.new("Weld")
3743
o32 = Instance.new("Part")
3744
o33 = Instance.new("SpecialMesh")
3745
o34 = Instance.new("Weld")
3746
o35 = Instance.new("Part")
3747
o36 = Instance.new("SpecialMesh")
3748
o37 = Instance.new("Weld")
3749
o38 = Instance.new("Part")
3750
o39 = Instance.new("SpecialMesh")
3751
o40 = Instance.new("Weld")
3752
o41 = Instance.new("Part")
3753
o42 = Instance.new("SpecialMesh")
3754
o43 = Instance.new("Weld")
3755
o44 = Instance.new("Part")
3756
o45 = Instance.new("SpecialMesh")
3757
o46 = Instance.new("Weld")
3758
o47 = Instance.new("Part")
3759
o48 = Instance.new("SpecialMesh")
3760
o49 = Instance.new("Weld")
3761
o50 = Instance.new("Part")
3762
o51 = Instance.new("SpecialMesh")
3763
o52 = Instance.new("Weld")
3764
o53 = Instance.new("Part")
3765
o54 = Instance.new("SpecialMesh")
3766
o55 = Instance.new("Weld")
3767
o56 = Instance.new("Part")
3768
o57 = Instance.new("SpecialMesh")
3769
o58 = Instance.new("Weld")
3770
o59 = Instance.new("Part")
3771
o60 = Instance.new("SpecialMesh")
3772
o61 = Instance.new("Weld")
3773
o62 = Instance.new("Part")
3774
o63 = Instance.new("SpecialMesh")
3775
o64 = Instance.new("Weld")
3776
o1.Name = "Head_"
3777
o1.Parent = mas
3778
o2.Name = "REF"
3779
o2.Parent = o1
3780
o2.Transparency = 1
3781
o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
3782
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
3783
o2.Anchored = false
3784
o2.CanCollide = false
3785
o2.FormFactor = Enum.FormFactor.Symmetric
3786
o2.Size = Vector3.new(2, 1, 1)
3787
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)
3788
o2.BottomSurface = Enum.SurfaceType.Smooth
3789
o2.TopSurface = Enum.SurfaceType.Smooth
3790
o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
3791
o3.Parent = o2
3792
o3.Scale = Vector3.new(1.25, 1.25, 1.25)
3793
o4.Name = "Hat"
3794
o4.Parent = o1
3795
o5.Parent = o4
3796
o5.Material = Enum.Material.Neon
3797
o5.BrickColor = BrickColor.new("Cyan")
3798
o5.Reflectance = 0.5
3799
o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
3800
o5.Rotation = Vector3.new(62.7000008, -90, 0)
3801
o5.Anchored = false
3802
o5.FormFactor = Enum.FormFactor.Plate
3803
o5.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3804
o5.CFrame = CFrame.new(110.650101, 5.58175611, -61.1730347, 0, 0, -1, -0.888631999, 0.458620995, 0, 0.458620995, 0.888631999, 0)
3805
o5.BottomSurface = Enum.SurfaceType.Smooth
3806
o5.TopSurface = Enum.SurfaceType.Smooth
3807
o5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3808
o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
3809
o6.Parent = o5
3810
o6.MeshType = Enum.MeshType.Wedge
3811
o7.Name = "Joint"
3812
o7.Parent = o5
3813
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)
3814
o7.Part0 = o5
3815
o7.Part1 = o2
3816
o8.Parent = o4
3817
o8.Material = Enum.Material.Neon
3818
o8.BrickColor = BrickColor.new("Cyan")
3819
o8.Reflectance = 0.5
3820
o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
3821
o8.Rotation = Vector3.new(-173.610001, -0.119999997, 122.860001)
3822
o8.Anchored = false
3823
o8.FormFactor = Enum.FormFactor.Plate
3824
o8.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3825
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)
3826
o8.BottomSurface = Enum.SurfaceType.Smooth
3827
o8.TopSurface = Enum.SurfaceType.Smooth
3828
o8.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3829
o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
3830
o9.Parent = o8
3831
o9.MeshType = Enum.MeshType.Wedge
3832
o10.Name = "Joint"
3833
o10.Parent = o8
3834
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)
3835
o10.Part0 = o8
3836
o10.Part1 = o2
3837
o11.Parent = o4
3838
o11.Material = Enum.Material.Neon
3839
o11.BrickColor = BrickColor.new("Cyan")
3840
o11.Reflectance = 0.5
3841
o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
3842
o11.Rotation = Vector3.new(6.38999987, 0.119999997, 57.1399994)
3843
o11.Anchored = false
3844
o11.FormFactor = Enum.FormFactor.Plate
3845
o11.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3846
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)
3847
o11.BottomSurface = Enum.SurfaceType.Smooth
3848
o11.TopSurface = Enum.SurfaceType.Smooth
3849
o11.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3850
o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
3851
o12.Parent = o11
3852
o12.MeshType = Enum.MeshType.Wedge
3853
o13.Name = "Joint"
3854
o13.Parent = o11
3855
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)
3856
o13.Part0 = o11
3857
o13.Part1 = o2
3858
o14.Parent = o4
3859
o14.Material = Enum.Material.Neon
3860
o14.BrickColor = BrickColor.new("Cyan")
3861
o14.Reflectance = 0.5
3862
o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
3863
o14.Rotation = Vector3.new(-173.610001, -0.119999997, -57.1399994)
3864
o14.Anchored = false
3865
o14.FormFactor = Enum.FormFactor.Plate
3866
o14.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3867
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)
3868
o14.BottomSurface = Enum.SurfaceType.Smooth
3869
o14.TopSurface = Enum.SurfaceType.Smooth
3870
o14.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3871
o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
3872
o15.Parent = o14
3873
o15.MeshType = Enum.MeshType.Wedge
3874
o16.Name = "Joint"
3875
o16.Parent = o14
3876
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)
3877
o16.Part0 = o14
3878
o16.Part1 = o2
3879
o17.Parent = o4
3880
o17.Material = Enum.Material.Neon
3881
o17.BrickColor = BrickColor.new("Cyan")
3882
o17.Reflectance = 0.5
3883
o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
3884
o17.Rotation = Vector3.new(6.38999987, 0.119999997, -122.860001)
3885
o17.Anchored = false
3886
o17.FormFactor = Enum.FormFactor.Plate
3887
o17.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3888
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)
3889
o17.BottomSurface = Enum.SurfaceType.Smooth
3890
o17.TopSurface = Enum.SurfaceType.Smooth
3891
o17.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3892
o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
3893
o18.Parent = o17
3894
o18.MeshType = Enum.MeshType.Wedge
3895
o19.Name = "Joint"
3896
o19.Parent = o17
3897
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)
3898
o19.Part0 = o17
3899
o19.Part1 = o2
3900
o20.Parent = o4
3901
o20.Material = Enum.Material.Neon
3902
o20.BrickColor = BrickColor.new("Cyan")
3903
o20.Reflectance = 0.5
3904
o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
3905
o20.Rotation = Vector3.new(-173.880005, 0.300000012, 56.5800018)
3906
o20.Anchored = false
3907
o20.FormFactor = Enum.FormFactor.Plate
3908
o20.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3909
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)
3910
o20.BottomSurface = Enum.SurfaceType.Smooth
3911
o20.TopSurface = Enum.SurfaceType.Smooth
3912
o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3913
o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
3914
o21.Parent = o20
3915
o21.MeshType = Enum.MeshType.Wedge
3916
o22.Name = "Joint"
3917
o22.Parent = o20
3918
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)
3919
o22.Part0 = o20
3920
o22.Part1 = o2
3921
o23.Parent = o4
3922
o23.Material = Enum.Material.Neon
3923
o23.BrickColor = BrickColor.new("Cyan")
3924
o23.Reflectance = 0.5
3925
o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
3926
o23.Rotation = Vector3.new(-47.9300003, 90, 0)
3927
o23.Anchored = false
3928
o23.FormFactor = Enum.FormFactor.Plate
3929
o23.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3930
o23.CFrame = CFrame.new(110.4496, 5.48411512, -60.0064392, 0, 0, 1, -0.742329776, 0.670034766, 0, -0.670034766, -0.742329776, 0)
3931
o23.BottomSurface = Enum.SurfaceType.Smooth
3932
o23.TopSurface = Enum.SurfaceType.Smooth
3933
o23.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3934
o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
3935
o24.Parent = o23
3936
o24.MeshType = Enum.MeshType.Wedge
3937
o25.Name = "Joint"
3938
o25.Parent = o23
3939
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)
3940
o25.Part0 = o23
3941
o25.Part1 = o2
3942
o26.Parent = o4
3943
o26.Material = Enum.Material.Neon
3944
o26.BrickColor = BrickColor.new("Cyan")
3945
o26.Reflectance = 0.5
3946
o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
3947
o26.Rotation = Vector3.new(6.11999989, -0.300000012, -56.5800018)
3948
o26.Anchored = false
3949
o26.FormFactor = Enum.FormFactor.Plate
3950
o26.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3951
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)
3952
o26.BottomSurface = Enum.SurfaceType.Smooth
3953
o26.TopSurface = Enum.SurfaceType.Smooth
3954
o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3955
o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
3956
o27.Parent = o26
3957
o27.MeshType = Enum.MeshType.Wedge
3958
o28.Name = "Joint"
3959
o28.Parent = o26
3960
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)
3961
o28.Part0 = o26
3962
o28.Part1 = o2
3963
o29.Parent = o4
3964
o29.Material = Enum.Material.Neon
3965
o29.BrickColor = BrickColor.new("Cyan")
3966
o29.Reflectance = 0.5
3967
o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
3968
o29.Rotation = Vector3.new(-117.300003, -90, 0)
3969
o29.Anchored = false
3970
o29.FormFactor = Enum.FormFactor.Plate
3971
o29.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3972
o29.CFrame = CFrame.new(110.650101, 5.39785624, -61.5293427, 0, 0, -1, 0.888631999, -0.458620995, 0, -0.458620995, -0.888631999, 0)
3973
o29.BottomSurface = Enum.SurfaceType.Smooth
3974
o29.TopSurface = Enum.SurfaceType.Smooth
3975
o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3976
o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
3977
o30.Parent = o29
3978
o30.MeshType = Enum.MeshType.Wedge
3979
o31.Name = "Joint"
3980
o31.Parent = o29
3981
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)
3982
o31.Part0 = o29
3983
o31.Part1 = o2
3984
o32.Parent = o4
3985
o32.Material = Enum.Material.Neon
3986
o32.BrickColor = BrickColor.new("Cyan")
3987
o32.Reflectance = 0.5
3988
o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
3989
o32.Rotation = Vector3.new(6.11999989, -0.300000012, 123.419998)
3990
o32.Anchored = false
3991
o32.FormFactor = Enum.FormFactor.Plate
3992
o32.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
3993
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)
3994
o32.BottomSurface = Enum.SurfaceType.Smooth
3995
o32.TopSurface = Enum.SurfaceType.Smooth
3996
o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
3997
o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
3998
o33.Parent = o32
3999
o33.MeshType = Enum.MeshType.Wedge
4000
o34.Name = "Joint"
4001
o34.Parent = o32
4002
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)
4003
o34.Part0 = o32
4004
o34.Part1 = o2
4005
o35.Parent = o4
4006
o35.Material = Enum.Material.Neon
4007
o35.BrickColor = BrickColor.new("Cyan")
4008
o35.Reflectance = 0.5
4009
o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
4010
o35.Rotation = Vector3.new(-47.9300003, -90, 0)
4011
o35.Anchored = false
4012
o35.FormFactor = Enum.FormFactor.Plate
4013
o35.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4014
o35.CFrame = CFrame.new(110.650101, 5.48411512, -60.0064392, 0, 0, -1, 0.742329776, 0.670034766, 0, 0.670034766, -0.742329776, 0)
4015
o35.BottomSurface = Enum.SurfaceType.Smooth
4016
o35.TopSurface = Enum.SurfaceType.Smooth
4017
o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4018
o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
4019
o36.Parent = o35
4020
o36.MeshType = Enum.MeshType.Wedge
4021
o37.Name = "Joint"
4022
o37.Parent = o35
4023
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)
4024
o37.Part0 = o35
4025
o37.Part1 = o2
4026
o38.Parent = o4
4027
o38.Material = Enum.Material.Neon
4028
o38.BrickColor = BrickColor.new("Cyan")
4029
o38.Reflectance = 0.5
4030
o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
4031
o38.Rotation = Vector3.new(62.7000008, 90, 0)
4032
o38.Anchored = false
4033
o38.FormFactor = Enum.FormFactor.Plate
4034
o38.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4035
o38.CFrame = CFrame.new(110.4496, 5.58175611, -61.1730347, 0, 0, 1, 0.888631999, 0.458620995, 0, -0.458620995, 0.888631999, 0)
4036
o38.BottomSurface = Enum.SurfaceType.Smooth
4037
o38.TopSurface = Enum.SurfaceType.Smooth
4038
o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4039
o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
4040
o39.Parent = o38
4041
o39.MeshType = Enum.MeshType.Wedge
4042
o40.Name = "Joint"
4043
o40.Parent = o38
4044
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)
4045
o40.Part0 = o38
4046
o40.Part1 = o2
4047
o41.Name = "Handle"
4048
o41.Parent = o4
4049
o41.BrickColor = BrickColor.new("Bright red")
4050
o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
4051
o41.Rotation = Vector3.new(6.11999989, 0, 0)
4052
o41.Anchored = false
4053
o41.FormFactor = Enum.FormFactor.Plate
4054
o41.Size = Vector3.new(2, 0.800000012, 1)
4055
o41.CFrame = CFrame.new(110.590012, 5.42982483, -60.6134338, 1, 0, 0, 0, 0.994301856, -0.106600985, 0, 0.106600985, 0.994301856)
4056
o41.BottomSurface = Enum.SurfaceType.Weld
4057
o41.TopSurface = Enum.SurfaceType.Smooth
4058
o41.Color = Color3.new(0.768628, 0.156863, 0.109804)
4059
o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
4060
o42.Parent = o41
4061
o42.MeshId = "http://www.roblox.com/asset/?id=1033714"
4062
o42.Scale = Vector3.new(1.60000002, 1.29999995, 1.60000002)
4063
o42.TextureId = "rbxassetid://269748808"
4064
o42.VertexColor = Vector3.new(0, 0, 0)
4065
o42.MeshType = Enum.MeshType.FileMesh
4066
o43.Name = "Joint"
4067
o43.Parent = o41
4068
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)
4069
o43.Part0 = o41
4070
o43.Part1 = o2
4071
o44.Parent = o4
4072
o44.Material = Enum.Material.Neon
4073
o44.BrickColor = BrickColor.new("Cyan")
4074
o44.Reflectance = 0.5
4075
o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
4076
o44.Rotation = Vector3.new(-173.880005, 0.300000012, -123.419998)
4077
o44.Anchored = false
4078
o44.FormFactor = Enum.FormFactor.Plate
4079
o44.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4080
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)
4081
o44.BottomSurface = Enum.SurfaceType.Smooth
4082
o44.TopSurface = Enum.SurfaceType.Smooth
4083
o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4084
o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
4085
o45.Parent = o44
4086
o45.MeshType = Enum.MeshType.Wedge
4087
o46.Name = "Joint"
4088
o46.Parent = o44
4089
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)
4090
o46.Part0 = o44
4091
o46.Part1 = o2
4092
o47.Parent = o4
4093
o47.Material = Enum.Material.Neon
4094
o47.BrickColor = BrickColor.new("Cyan")
4095
o47.Reflectance = 0.5
4096
o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
4097
o47.Rotation = Vector3.new(-117.300003, 90, 0)
4098
o47.Anchored = false
4099
o47.FormFactor = Enum.FormFactor.Plate
4100
o47.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4101
o47.CFrame = CFrame.new(110.4496, 5.39786482, -61.5293503, 0, 0, 1, -0.888631999, -0.458620995, 0, 0.458620995, -0.888631999, 0)
4102
o47.BottomSurface = Enum.SurfaceType.Smooth
4103
o47.TopSurface = Enum.SurfaceType.Smooth
4104
o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4105
o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
4106
o48.Parent = o47
4107
o48.MeshType = Enum.MeshType.Wedge
4108
o49.Name = "Joint"
4109
o49.Parent = o47
4110
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)
4111
o49.Part0 = o47
4112
o49.Part1 = o2
4113
o50.Parent = o4
4114
o50.Material = Enum.Material.Neon
4115
o50.BrickColor = BrickColor.new("Cyan")
4116
o50.Reflectance = 0.5
4117
o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
4118
o50.Rotation = Vector3.new(132.070007, 90, 0)
4119
o50.Anchored = false
4120
o50.FormFactor = Enum.FormFactor.Plate
4121
o50.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4122
o50.CFrame = CFrame.new(110.4496, 5.21545792, -59.7087936, 0, 0, 1, 0.742329776, -0.670034766, 0, 0.670034766, 0.742329776, 0)
4123
o50.BottomSurface = Enum.SurfaceType.Smooth
4124
o50.TopSurface = Enum.SurfaceType.Smooth
4125
o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4126
o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
4127
o51.Parent = o50
4128
o51.MeshType = Enum.MeshType.Wedge
4129
o52.Name = "Joint"
4130
o52.Parent = o50
4131
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)
4132
o52.Part0 = o50
4133
o52.Part1 = o2
4134
o53.Parent = o4
4135
o53.Material = Enum.Material.Neon
4136
o53.BrickColor = BrickColor.new("Cyan")
4137
o53.Reflectance = 0.5
4138
o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
4139
o53.Rotation = Vector3.new(132.070007, -90, 0)
4140
o53.Anchored = false
4141
o53.FormFactor = Enum.FormFactor.Plate
4142
o53.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
4143
o53.CFrame = CFrame.new(110.650101, 5.21546698, -59.7087936, 0, 0, -1, -0.742329776, -0.670034766, 0, -0.670034766, 0.742329776, 0)
4144
o53.BottomSurface = Enum.SurfaceType.Smooth
4145
o53.TopSurface = Enum.SurfaceType.Smooth
4146
o53.Color = Color3.new(0.0156863, 0.686275, 0.92549)
4147
o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
4148
o54.Parent = o53
4149
o54.MeshType = Enum.MeshType.Wedge
4150
o55.Name = "Joint"
4151
o55.Parent = o53
4152
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)
4153
o55.Part0 = o53
4154
o55.Part1 = o2
4155
o56.Name = "NinjaHalfmask"
4156
o56.Parent = o1
4157
o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
4158
o56.Rotation = Vector3.new(-180, 0, -180)
4159
o56.Anchored = false
4160
o56.FormFactor = Enum.FormFactor.Custom
4161
o56.Size = Vector3.new(1.39999914, 0.80000025, 1.39999986)
4162
o56.CFrame = CFrame.new(110.62999, 4.40999889, -60.6299591, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4163
o56.BottomSurface = Enum.SurfaceType.Smooth
4164
o56.TopSurface = Enum.SurfaceType.Smooth
4165
o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
4166
o57.Parent = o56
4167
o57.MeshId = "http://www.roblox.com/asset/?id=72541091"
4168
o57.Scale = Vector3.new(1, 1, 0.949999988)
4169
o57.TextureId = "rbxassetid://0"
4170
o57.VertexColor = Vector3.new(0, 0, 0)
4171
o57.MeshType = Enum.MeshType.FileMesh
4172
o58.Name = "Joint"
4173
o58.Parent = o56
4174
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)
4175
o58.Part0 = o56
4176
o58.Part1 = o2
4177
o59.Name = "PoisonHorn"
4178
o59.Parent = o1
4179
o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
4180
o59.Rotation = Vector3.new(-168.669998, 0, -180)
4181
o59.Anchored = false
4182
o59.FormFactor = Enum.FormFactor.Custom
4183
o59.Size = Vector3.new(2.13111186, 2.04684615, 1.01710451)
4184
o59.CFrame = CFrame.new(110.580063, 5.81450415, -60.3999863, -1, 0, 0, 0, 0.980506241, 0.196488023, 0, 0.196488038, -0.980506241)
4185
o59.BottomSurface = Enum.SurfaceType.Smooth
4186
o59.TopSurface = Enum.SurfaceType.Smooth
4187
o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
4188
o60.Parent = o59
4189
o60.MeshId = "http://www.roblox.com/asset/?id=62152278"
4190
o60.Scale = Vector3.new(0.932361424, 0.826610804, 0.667474687)
4191
o60.TextureId = "rbxassetid://269748808"
4192
o60.VertexColor = Vector3.new(0, 0, 0)
4193
o60.MeshType = Enum.MeshType.FileMesh
4194
o61.Name = "Joint"
4195
o61.Parent = o59
4196
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)
4197
o61.Part0 = o59
4198
o61.Part1 = o2
4199
o62.Name = "Handle"
4200
o62.Parent = o1
4201
o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
4202
o62.Rotation = Vector3.new(172.130005, 0.389999986, -179.949997)
4203
o62.Anchored = false
4204
o62.CanCollide = false
4205
o62.FormFactor = Enum.FormFactor.Symmetric
4206
o62.Size = Vector3.new(1.4200002, 0.870000005, 1.40999985)
4207
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)
4208
o62.BottomSurface = Enum.SurfaceType.Smooth
4209
o62.TopSurface = Enum.SurfaceType.Smooth
4210
o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
4211
o63.Parent = o62
4212
o63.MeshId = "http://www.roblox.com/asset/?id=398618628 "
4213
o63.Scale = Vector3.new(1, 1, 1.10000002)
4214
o63.TextureId = "rbxassetid://0"
4215
o63.VertexColor = Vector3.new(0, 0, 0)
4216
o63.MeshType = Enum.MeshType.FileMesh
4217
o64.Name = "Joint"
4218
o64.Parent = o62
4219
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)
4220
o64.Part0 = o62
4221
o64.Part1 = o2
4222
mas.Parent = workspace
4223
mas:MakeJoints()
4224
local mas1 = mas:GetChildren()
4225
for i=1,#mas1 do
4226
	mas1[i].Parent = workspace 
4227
	ypcall(function() mas1[i]:MakeJoints() end)
4228
end
4229
mas:Destroy()
4230
for i=1,#cors do
4231
coroutine.resume(cors[i])
4232
end
4233
4234
wait()
4235
4236
Workspace["Head_"].Parent = game.Players.LocalPlayer.Character
4237
4238
game.Players.LocalPlayer.Character["Head_"].Name = "Familiar Head"
4239
4240
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Head"])
4241
w.Part0 = game.Players.LocalPlayer.Character["Head"]
4242
w.Part1 = o2
4243
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
4244
game.Players.LocalPlayer.Character["Head"].Transparency = 0
4245
4246
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"]:GetChildren()) do
4247
	if v.ClassName == "Part" then
4248
	v.CanCollide = false
4249
	v.Anchored = false
4250
	end
4251
end
4252
4253
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"].Hat:GetChildren()) do
4254
	v.Anchored = false
4255
	v.CanCollide = false
4256
end
4257
4258
4259
local runDummyScript = function(f,scri)
4260
local oldenv = getfenv(f)
4261
local newenv = setmetatable({}, {
4262
__index = function(_, k)
4263
if k:lower() == 'script' then
4264
return scri
4265
else
4266
return oldenv[k]
4267
end
4268
end
4269
})
4270
setfenv(f, newenv)
4271
ypcall(function() f() end)
4272
end
4273
cors = {}
4274
mas = Instance.new("Model",game:GetService("Lighting")) 
4275
mas.Name = "CompiledModel"
4276
o1 = Instance.new("Model")
4277
o2 = Instance.new("Part")
4278
o3 = Instance.new("SpecialMesh")
4279
o4 = Instance.new("Part")
4280
o5 = Instance.new("BlockMesh")
4281
o6 = Instance.new("Weld")
4282
o7 = Instance.new("Part")
4283
o8 = Instance.new("BlockMesh")
4284
o9 = Instance.new("Weld")
4285
o10 = Instance.new("Part")
4286
o11 = Instance.new("SpecialMesh")
4287
o12 = Instance.new("Weld")
4288
o13 = Instance.new("Part")
4289
o14 = Instance.new("SpecialMesh")
4290
o15 = Instance.new("Weld")
4291
o16 = Instance.new("Part")
4292
o17 = Instance.new("SpecialMesh")
4293
o18 = Instance.new("Weld")
4294
o19 = Instance.new("Part")
4295
o20 = Instance.new("SpecialMesh")
4296
o21 = Instance.new("Weld")
4297
o22 = Instance.new("Part")
4298
o23 = Instance.new("SpecialMesh")
4299
o24 = Instance.new("Weld")
4300
o25 = Instance.new("Part")
4301
o26 = Instance.new("SpecialMesh")
4302
o27 = Instance.new("Weld")
4303
o28 = Instance.new("Part")
4304
o29 = Instance.new("SpecialMesh")
4305
o30 = Instance.new("Weld")
4306
o31 = Instance.new("Part")
4307
o32 = Instance.new("SpecialMesh")
4308
o33 = Instance.new("Weld")
4309
o34 = Instance.new("Part")
4310
o35 = Instance.new("SpecialMesh")
4311
o36 = Instance.new("Weld")
4312
o37 = Instance.new("Part")
4313
o38 = Instance.new("SpecialMesh")
4314
o39 = Instance.new("Weld")
4315
o40 = Instance.new("Part")
4316
o41 = Instance.new("Weld")
4317
o42 = Instance.new("Part")
4318
o43 = Instance.new("Weld")
4319
o44 = Instance.new("Part")
4320
o45 = Instance.new("Weld")
4321
o46 = Instance.new("Part")
4322
o47 = Instance.new("Weld")
4323
o48 = Instance.new("Part")
4324
o49 = Instance.new("Weld")
4325
o50 = Instance.new("Part")
4326
o51 = Instance.new("Weld")
4327
o52 = Instance.new("Part")
4328
o53 = Instance.new("Weld")
4329
o54 = Instance.new("Part")
4330
o55 = Instance.new("Weld")
4331
o56 = Instance.new("Part")
4332
o57 = Instance.new("Weld")
4333
o58 = Instance.new("Part")
4334
o59 = Instance.new("Weld")
4335
o60 = Instance.new("Part")
4336
o61 = Instance.new("Weld")
4337
o62 = Instance.new("Part")
4338
o63 = Instance.new("Weld")
4339
o64 = Instance.new("Part")
4340
o65 = Instance.new("Weld")
4341
o66 = Instance.new("Part")
4342
o67 = Instance.new("BlockMesh")
4343
o68 = Instance.new("Weld")
4344
o69 = Instance.new("Part")
4345
o70 = Instance.new("BlockMesh")
4346
o71 = Instance.new("Weld")
4347
o72 = Instance.new("Part")
4348
o73 = Instance.new("BlockMesh")
4349
o74 = Instance.new("Weld")
4350
o75 = Instance.new("Part")
4351
o76 = Instance.new("BlockMesh")
4352
o77 = Instance.new("Weld")
4353
o78 = Instance.new("Part")
4354
o79 = Instance.new("BlockMesh")
4355
o80 = Instance.new("Weld")
4356
o81 = Instance.new("Part")
4357
o82 = Instance.new("BlockMesh")
4358
o83 = Instance.new("Weld")
4359
o84 = Instance.new("Part")
4360
o85 = Instance.new("BlockMesh")
4361
o86 = Instance.new("Weld")
4362
o87 = Instance.new("Part")
4363
o88 = Instance.new("BlockMesh")
4364
o89 = Instance.new("Weld")
4365
o90 = Instance.new("Part")
4366
o91 = Instance.new("BlockMesh")
4367
o92 = Instance.new("Weld")
4368
o93 = Instance.new("Part")
4369
o94 = Instance.new("BlockMesh")
4370
o95 = Instance.new("Weld")
4371
o96 = Instance.new("Part")
4372
o97 = Instance.new("BlockMesh")
4373
o98 = Instance.new("Weld")
4374
o99 = Instance.new("Part")
4375
o100 = Instance.new("BlockMesh")
4376
o101 = Instance.new("Weld")
4377
o102 = Instance.new("Part")
4378
o103 = Instance.new("BlockMesh")
4379
o104 = Instance.new("Weld")
4380
o105 = Instance.new("Part")
4381
o106 = Instance.new("BlockMesh")
4382
o107 = Instance.new("Weld")
4383
o108 = Instance.new("Part")
4384
o109 = Instance.new("BlockMesh")
4385
o110 = Instance.new("Weld")
4386
o111 = Instance.new("Part")
4387
o112 = Instance.new("BlockMesh")
4388
o113 = Instance.new("Weld")
4389
o114 = Instance.new("Part")
4390
o115 = Instance.new("BlockMesh")
4391
o116 = Instance.new("Weld")
4392
o117 = Instance.new("Part")
4393
o118 = Instance.new("BlockMesh")
4394
o119 = Instance.new("Weld")
4395
o120 = Instance.new("Part")
4396
o121 = Instance.new("BlockMesh")
4397
o122 = Instance.new("Weld")
4398
o123 = Instance.new("Part")
4399
o124 = Instance.new("BlockMesh")
4400
o125 = Instance.new("Weld")
4401
o126 = Instance.new("Part")
4402
o127 = Instance.new("BlockMesh")
4403
o128 = Instance.new("Weld")
4404
o129 = Instance.new("Part")
4405
o130 = Instance.new("BlockMesh")
4406
o131 = Instance.new("Weld")
4407
o132 = Instance.new("Part")
4408
o133 = Instance.new("BlockMesh")
4409
o134 = Instance.new("Weld")
4410
o135 = Instance.new("Part")
4411
o136 = Instance.new("BlockMesh")
4412
o137 = Instance.new("Weld")
4413
o138 = Instance.new("Part")
4414
o139 = Instance.new("BlockMesh")
4415
o140 = Instance.new("Weld")
4416
o141 = Instance.new("Part")
4417
o142 = Instance.new("BlockMesh")
4418
o143 = Instance.new("Weld")
4419
o144 = Instance.new("Part")
4420
o145 = Instance.new("BlockMesh")
4421
o146 = Instance.new("Weld")
4422
o147 = Instance.new("Part")
4423
o148 = Instance.new("BlockMesh")
4424
o149 = Instance.new("Weld")
4425
o150 = Instance.new("Part")
4426
o151 = Instance.new("BlockMesh")
4427
o152 = Instance.new("Weld")
4428
o153 = Instance.new("Part")
4429
o154 = Instance.new("BlockMesh")
4430
o155 = Instance.new("Weld")
4431
o156 = Instance.new("Part")
4432
o157 = Instance.new("BlockMesh")
4433
o158 = Instance.new("Weld")
4434
o159 = Instance.new("Part")
4435
o160 = Instance.new("BlockMesh")
4436
o161 = Instance.new("Weld")
4437
o162 = Instance.new("Part")
4438
o163 = Instance.new("BlockMesh")
4439
o164 = Instance.new("Weld")
4440
o165 = Instance.new("Part")
4441
o166 = Instance.new("BlockMesh")
4442
o167 = Instance.new("Weld")
4443
o168 = Instance.new("Part")
4444
o169 = Instance.new("BlockMesh")
4445
o170 = Instance.new("Weld")
4446
o171 = Instance.new("Part")
4447
o172 = Instance.new("BlockMesh")
4448
o173 = Instance.new("Weld")
4449
o174 = Instance.new("Part")
4450
o175 = Instance.new("BlockMesh")
4451
o176 = Instance.new("Weld")
4452
o177 = Instance.new("Part")
4453
o178 = Instance.new("BlockMesh")
4454
o179 = Instance.new("Weld")
4455
o180 = Instance.new("Part")
4456
o181 = Instance.new("BlockMesh")
4457
o182 = Instance.new("Weld")
4458
o183 = Instance.new("Part")
4459
o184 = Instance.new("BlockMesh")
4460
o185 = Instance.new("Weld")
4461
o186 = Instance.new("Part")
4462
o187 = Instance.new("BlockMesh")
4463
o188 = Instance.new("Weld")
4464
o189 = Instance.new("Part")
4465
o190 = Instance.new("BlockMesh")
4466
o191 = Instance.new("Weld")
4467
o192 = Instance.new("Part")
4468
o193 = Instance.new("BlockMesh")
4469
o194 = Instance.new("Weld")
4470
o195 = Instance.new("Part")
4471
o196 = Instance.new("BlockMesh")
4472
o197 = Instance.new("Weld")
4473
o198 = Instance.new("Part")
4474
o199 = Instance.new("BlockMesh")
4475
o200 = Instance.new("Weld")
4476
o201 = Instance.new("Part")
4477
o202 = Instance.new("BlockMesh")
4478
o203 = Instance.new("Weld")
4479
o204 = Instance.new("Part")
4480
o205 = Instance.new("BlockMesh")
4481
o206 = Instance.new("Weld")
4482
o207 = Instance.new("Part")
4483
o208 = Instance.new("BlockMesh")
4484
o209 = Instance.new("Weld")
4485
o210 = Instance.new("Part")
4486
o211 = Instance.new("BlockMesh")
4487
o212 = Instance.new("Weld")
4488
o213 = Instance.new("Part")
4489
o214 = Instance.new("BlockMesh")
4490
o215 = Instance.new("Weld")
4491
o216 = Instance.new("Part")
4492
o217 = Instance.new("BlockMesh")
4493
o218 = Instance.new("Weld")
4494
o219 = Instance.new("Part")
4495
o220 = Instance.new("BlockMesh")
4496
o221 = Instance.new("Weld")
4497
o222 = Instance.new("Part")
4498
o223 = Instance.new("BlockMesh")
4499
o224 = Instance.new("Weld")
4500
o225 = Instance.new("Part")
4501
o226 = Instance.new("BlockMesh")
4502
o227 = Instance.new("Weld")
4503
o228 = Instance.new("Part")
4504
o229 = Instance.new("BlockMesh")
4505
o230 = Instance.new("Weld")
4506
o231 = Instance.new("Part")
4507
o232 = Instance.new("BlockMesh")
4508
o233 = Instance.new("Weld")
4509
o234 = Instance.new("Part")
4510
o235 = Instance.new("BlockMesh")
4511
o236 = Instance.new("Weld")
4512
o237 = Instance.new("Part")
4513
o238 = Instance.new("BlockMesh")
4514
o239 = Instance.new("Weld")
4515
o240 = Instance.new("Part")
4516
o241 = Instance.new("BlockMesh")
4517
o242 = Instance.new("Weld")
4518
o243 = Instance.new("Part")
4519
o244 = Instance.new("BlockMesh")
4520
o245 = Instance.new("Weld")
4521
o246 = Instance.new("Part")
4522
o247 = Instance.new("BlockMesh")
4523
o248 = Instance.new("Weld")
4524
o249 = Instance.new("Part")
4525
o250 = Instance.new("BlockMesh")
4526
o251 = Instance.new("Weld")
4527
o252 = Instance.new("Part")
4528
o253 = Instance.new("BlockMesh")
4529
o254 = Instance.new("Weld")
4530
o255 = Instance.new("Part")
4531
o256 = Instance.new("BlockMesh")
4532
o257 = Instance.new("Weld")
4533
o258 = Instance.new("Part")
4534
o259 = Instance.new("BlockMesh")
4535
o260 = Instance.new("Weld")
4536
o261 = Instance.new("Part")
4537
o262 = Instance.new("BlockMesh")
4538
o263 = Instance.new("Weld")
4539
o264 = Instance.new("Part")
4540
o265 = Instance.new("BlockMesh")
4541
o266 = Instance.new("Weld")
4542
o267 = Instance.new("Part")
4543
o268 = Instance.new("BlockMesh")
4544
o269 = Instance.new("Weld")
4545
o270 = Instance.new("Part")
4546
o271 = Instance.new("BlockMesh")
4547
o272 = Instance.new("Weld")
4548
o273 = Instance.new("Part")
4549
o274 = Instance.new("BlockMesh")
4550
o275 = Instance.new("Weld")
4551
o276 = Instance.new("Part")
4552
o277 = Instance.new("BlockMesh")
4553
o278 = Instance.new("Weld")
4554
o279 = Instance.new("Part")
4555
o280 = Instance.new("BlockMesh")
4556
o281 = Instance.new("Weld")
4557
o282 = Instance.new("Part")
4558
o283 = Instance.new("BlockMesh")
4559
o284 = Instance.new("Weld")
4560
o285 = Instance.new("Part")
4561
o286 = Instance.new("BlockMesh")
4562
o287 = Instance.new("Weld")
4563
o288 = Instance.new("Part")
4564
o289 = Instance.new("Weld")
4565
o290 = Instance.new("Part")
4566
o291 = Instance.new("Weld")
4567
o292 = Instance.new("Part")
4568
o293 = Instance.new("Weld")
4569
o294 = Instance.new("Part")
4570
o295 = Instance.new("BlockMesh")
4571
o296 = Instance.new("Weld")
4572
o297 = Instance.new("Part")
4573
o298 = Instance.new("Weld")
4574
o299 = Instance.new("Part")
4575
o300 = Instance.new("Weld")
4576
o301 = Instance.new("Part")
4577
o302 = Instance.new("Weld")
4578
o303 = Instance.new("Part")
4579
o304 = Instance.new("Weld")
4580
o305 = Instance.new("Part")
4581
o306 = Instance.new("Weld")
4582
o307 = Instance.new("Part")
4583
o308 = Instance.new("Weld")
4584
o309 = Instance.new("Part")
4585
o310 = Instance.new("Weld")
4586
o311 = Instance.new("Part")
4587
o312 = Instance.new("BlockMesh")
4588
o313 = Instance.new("Weld")
4589
o314 = Instance.new("Part")
4590
o315 = Instance.new("BlockMesh")
4591
o316 = Instance.new("Weld")
4592
o317 = Instance.new("Part")
4593
o318 = Instance.new("BlockMesh")
4594
o319 = Instance.new("Weld")
4595
o320 = Instance.new("Part")
4596
o321 = Instance.new("BlockMesh")
4597
o322 = Instance.new("Weld")
4598
o323 = Instance.new("Part")
4599
o324 = Instance.new("BlockMesh")
4600
o325 = Instance.new("Weld")
4601
o326 = Instance.new("Part")
4602
o327 = Instance.new("BlockMesh")
4603
o328 = Instance.new("Weld")
4604
o329 = Instance.new("Part")
4605
o330 = Instance.new("BlockMesh")
4606
o331 = Instance.new("Weld")
4607
o1.Name = "Torso_"
4608
o1.Parent = mas
4609
o2.Name = "REF"
4610
o2.Parent = o1
4611
o2.Transparency = 1
4612
o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
4613
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
4614
o2.Anchored = false
4615
o2.CanCollide = false
4616
o2.FormFactor = Enum.FormFactor.Symmetric
4617
o2.Size = Vector3.new(2, 2, 1)
4618
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)
4619
o2.BottomSurface = Enum.SurfaceType.Smooth
4620
o2.TopSurface = Enum.SurfaceType.Smooth
4621
o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
4622
o3.Parent = o2
4623
o3.MeshId = "rbxasset://fonts/torso.mesh"
4624
o3.MeshType = Enum.MeshType.FileMesh
4625
o4.Name = "Chain"
4626
o4.Parent = o1
4627
o4.Material = Enum.Material.SmoothPlastic
4628
o4.BrickColor = BrickColor.new("Fossil")
4629
o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
4630
o4.Rotation = Vector3.new(0, 0, 51.9099998)
4631
o4.Anchored = false
4632
o4.CanCollide = false
4633
o4.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
4634
o4.CFrame = CFrame.new(112.188507, 1.02904105, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
4635
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4636
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4637
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4638
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4639
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4640
o4.Color = Color3.new(0.623529, 0.631373, 0.67451)
4641
o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
4642
o5.Parent = o4
4643
o5.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
4644
o6.Name = "Joint"
4645
o6.Parent = o4
4646
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)
4647
o6.Part0 = o4
4648
o6.Part1 = o2
4649
o7.Parent = o1
4650
o7.Material = Enum.Material.Metal
4651
o7.BrickColor = BrickColor.new("Dark stone grey")
4652
o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
4653
o7.Rotation = Vector3.new(89.9199982, 0, 0)
4654
o7.Anchored = false
4655
o7.CanCollide = false
4656
o7.Size = Vector3.new(0.475277603, 0.200000003, 0.484976858)
4657
o7.CFrame = CFrame.new(110.710022, 3.85552692, -59.974144, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
4658
o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4659
o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4660
o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4661
o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4662
o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4663
o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4664
o7.Color = Color3.new(0.388235, 0.372549, 0.384314)
4665
o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
4666
o8.Parent = o7
4667
o8.Scale = Vector3.new(1, 0.484977037, 1)
4668
o9.Name = "Joint"
4669
o9.Parent = o7
4670
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)
4671
o9.Part0 = o7
4672
o9.Part1 = o2
4673
o10.Name = "ChainPart"
4674
o10.Parent = o1
4675
o10.Material = Enum.Material.Slate
4676
o10.BrickColor = BrickColor.new("Dark stone grey")
4677
o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
4678
o10.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
4679
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4680
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)
4681
o10.Color = Color3.new(0.388235, 0.372549, 0.384314)
4682
o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
4683
o11.Parent = o10
4684
o11.MeshId = "rbxassetid://525469584"
4685
o11.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4686
o11.TextureId = "rbxassetid://157956766"
4687
o11.MeshType = Enum.MeshType.FileMesh
4688
o12.Name = "Joint"
4689
o12.Parent = o10
4690
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)
4691
o12.Part0 = o10
4692
o12.Part1 = o2
4693
o13.Name = "ChainPart"
4694
o13.Parent = o1
4695
o13.Material = Enum.Material.Slate
4696
o13.BrickColor = BrickColor.new("Dark stone grey")
4697
o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
4698
o13.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
4699
o13.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4700
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)
4701
o13.Color = Color3.new(0.388235, 0.372549, 0.384314)
4702
o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
4703
o14.Parent = o13
4704
o14.MeshId = "rbxassetid://525469584"
4705
o14.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4706
o14.TextureId = "rbxassetid://157956766"
4707
o14.MeshType = Enum.MeshType.FileMesh
4708
o15.Name = "Joint"
4709
o15.Parent = o13
4710
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)
4711
o15.Part0 = o13
4712
o15.Part1 = o2
4713
o16.Name = "ChainPart"
4714
o16.Parent = o1
4715
o16.Material = Enum.Material.Slate
4716
o16.BrickColor = BrickColor.new("Dark stone grey")
4717
o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
4718
o16.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
4719
o16.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4720
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)
4721
o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
4722
o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
4723
o17.Parent = o16
4724
o17.MeshId = "rbxassetid://525469584"
4725
o17.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4726
o17.TextureId = "rbxassetid://157956766"
4727
o17.MeshType = Enum.MeshType.FileMesh
4728
o18.Name = "Joint"
4729
o18.Parent = o16
4730
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)
4731
o18.Part0 = o16
4732
o18.Part1 = o2
4733
o19.Name = "ChainPart"
4734
o19.Parent = o1
4735
o19.Material = Enum.Material.Slate
4736
o19.BrickColor = BrickColor.new("Dark stone grey")
4737
o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
4738
o19.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
4739
o19.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4740
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)
4741
o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
4742
o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
4743
o20.Parent = o19
4744
o20.MeshId = "rbxassetid://525469584"
4745
o20.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4746
o20.TextureId = "rbxassetid://157956766"
4747
o20.MeshType = Enum.MeshType.FileMesh
4748
o21.Name = "Joint"
4749
o21.Parent = o19
4750
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)
4751
o21.Part0 = o19
4752
o21.Part1 = o2
4753
o22.Name = "ChainPart"
4754
o22.Parent = o1
4755
o22.Material = Enum.Material.Slate
4756
o22.BrickColor = BrickColor.new("Dark stone grey")
4757
o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
4758
o22.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
4759
o22.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4760
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)
4761
o22.Color = Color3.new(0.388235, 0.372549, 0.384314)
4762
o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
4763
o23.Parent = o22
4764
o23.MeshId = "rbxassetid://525469584"
4765
o23.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4766
o23.TextureId = "rbxassetid://157956766"
4767
o23.MeshType = Enum.MeshType.FileMesh
4768
o24.Name = "Joint"
4769
o24.Parent = o22
4770
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)
4771
o24.Part0 = o22
4772
o24.Part1 = o2
4773
o25.Name = "ChainPart"
4774
o25.Parent = o1
4775
o25.Material = Enum.Material.Slate
4776
o25.BrickColor = BrickColor.new("Dark stone grey")
4777
o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
4778
o25.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
4779
o25.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4780
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)
4781
o25.Color = Color3.new(0.388235, 0.372549, 0.384314)
4782
o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
4783
o26.Parent = o25
4784
o26.MeshId = "rbxassetid://525469584"
4785
o26.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4786
o26.TextureId = "rbxassetid://157956766"
4787
o26.MeshType = Enum.MeshType.FileMesh
4788
o27.Name = "Joint"
4789
o27.Parent = o25
4790
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)
4791
o27.Part0 = o25
4792
o27.Part1 = o2
4793
o28.Name = "ChainPart"
4794
o28.Parent = o1
4795
o28.Material = Enum.Material.Slate
4796
o28.BrickColor = BrickColor.new("Dark stone grey")
4797
o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
4798
o28.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
4799
o28.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4800
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)
4801
o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
4802
o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
4803
o29.Parent = o28
4804
o29.MeshId = "rbxassetid://525469584"
4805
o29.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4806
o29.TextureId = "rbxassetid://157956766"
4807
o29.MeshType = Enum.MeshType.FileMesh
4808
o30.Name = "Joint"
4809
o30.Parent = o28
4810
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)
4811
o30.Part0 = o28
4812
o30.Part1 = o2
4813
o31.Name = "ChainPart"
4814
o31.Parent = o1
4815
o31.Material = Enum.Material.Slate
4816
o31.BrickColor = BrickColor.new("Dark stone grey")
4817
o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
4818
o31.Rotation = Vector3.new(90, -0.270000011, -90.5100021)
4819
o31.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4820
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)
4821
o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
4822
o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
4823
o32.Parent = o31
4824
o32.MeshId = "rbxassetid://525469584"
4825
o32.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4826
o32.TextureId = "rbxassetid://157956766"
4827
o32.MeshType = Enum.MeshType.FileMesh
4828
o33.Name = "Joint"
4829
o33.Parent = o31
4830
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)
4831
o33.Part0 = o31
4832
o33.Part1 = o2
4833
o34.Name = "ChainPart"
4834
o34.Parent = o1
4835
o34.Material = Enum.Material.Slate
4836
o34.BrickColor = BrickColor.new("Dark stone grey")
4837
o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
4838
o34.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
4839
o34.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
4840
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)
4841
o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
4842
o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
4843
o35.Parent = o34
4844
o35.MeshId = "rbxassetid://525469584"
4845
o35.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
4846
o35.TextureId = "rbxassetid://157956766"
4847
o35.MeshType = Enum.MeshType.FileMesh
4848
o36.Name = "Joint"
4849
o36.Parent = o34
4850
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)
4851
o36.Part0 = o34
4852
o36.Part1 = o2
4853
o37.Parent = o1
4854
o37.Material = Enum.Material.SmoothPlastic
4855
o37.BrickColor = BrickColor.new("Really black")
4856
o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
4857
o37.Rotation = Vector3.new(-90, 0, 90)
4858
o37.Anchored = false
4859
o37.CanCollide = false
4860
o37.Shape = Enum.PartType.Cylinder
4861
o37.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
4862
o37.CFrame = CFrame.new(108.697571, 2.32146406, -60.0999985, 0, -1, 0, 0, 0, 1, -1, 0, 0)
4863
o37.BottomSurface = Enum.SurfaceType.Smooth
4864
o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4865
o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4866
o37.TopSurface = Enum.SurfaceType.Smooth
4867
o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4868
o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
4869
o38.Parent = o37
4870
o38.Scale = Vector3.new(0.278077543, 0.945463777, 1)
4871
o38.MeshType = Enum.MeshType.Cylinder
4872
o39.Name = "Joint"
4873
o39.Parent = o37
4874
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)
4875
o39.Part0 = o37
4876
o39.Part1 = o2
4877
o40.Parent = o1
4878
o40.Material = Enum.Material.SmoothPlastic
4879
o40.BrickColor = BrickColor.new("Really black")
4880
o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
4881
o40.Rotation = Vector3.new(180, 90, 0)
4882
o40.Anchored = false
4883
o40.FormFactor = Enum.FormFactor.Custom
4884
o40.Size = Vector3.new(0.200000003, 1.99000001, 1.66999996)
4885
o40.CFrame = CFrame.new(110.445099, 3.25596094, -60.0699387, 0, 0, 1, 0, -1, 0, 1, 0, -0)
4886
o40.BottomSurface = Enum.SurfaceType.Smooth
4887
o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4888
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4889
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4890
o40.TopSurface = Enum.SurfaceType.Smooth
4891
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4892
o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
4893
o41.Name = "Joint"
4894
o41.Parent = o40
4895
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)
4896
o41.Part0 = o40
4897
o41.Part1 = o2
4898
o42.Parent = o1
4899
o42.Material = Enum.Material.Neon
4900
o42.BrickColor = BrickColor.new("Bright blue")
4901
o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
4902
o42.Rotation = Vector3.new(-90, 67.0100021, 90)
4903
o42.Anchored = false
4904
o42.FormFactor = Enum.FormFactor.Custom
4905
o42.Size = Vector3.new(0.210000008, 2.18000031, 0.200000003)
4906
o42.CFrame = CFrame.new(111.957489, 1.39043605, -60.0449448, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
4907
o42.BottomSurface = Enum.SurfaceType.Smooth
4908
o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4909
o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4910
o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4911
o42.TopSurface = Enum.SurfaceType.Smooth
4912
o42.Color = Color3.new(0.0509804, 0.411765, 0.67451)
4913
o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
4914
o43.Name = "Joint"
4915
o43.Parent = o42
4916
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)
4917
o43.Part0 = o42
4918
o43.Part1 = o2
4919
o44.Parent = o1
4920
o44.Material = Enum.Material.SmoothPlastic
4921
o44.BrickColor = BrickColor.new("Really black")
4922
o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
4923
o44.Rotation = Vector3.new(0, -90, 0)
4924
o44.Anchored = false
4925
o44.FormFactor = Enum.FormFactor.Custom
4926
o44.Size = Vector3.new(0.200000003, 1.99000001, 0.669999957)
4927
o44.CFrame = CFrame.new(111.315094, 3.25596094, -60.0699387, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4928
o44.BottomSurface = Enum.SurfaceType.Smooth
4929
o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4930
o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4931
o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4932
o44.TopSurface = Enum.SurfaceType.Smooth
4933
o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4934
o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
4935
o45.Name = "Joint"
4936
o45.Parent = o44
4937
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)
4938
o45.Part0 = o44
4939
o45.Part1 = o2
4940
o46.Parent = o1
4941
o46.Material = Enum.Material.SmoothPlastic
4942
o46.BrickColor = BrickColor.new("Really black")
4943
o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
4944
o46.Rotation = Vector3.new(180, 90, 0)
4945
o46.Anchored = false
4946
o46.FormFactor = Enum.FormFactor.Custom
4947
o46.Size = Vector3.new(0.200000003, 1.99000001, 2.05999994)
4948
o46.CFrame = CFrame.new(110.640091, 3.25596094, -61.2099419, 0, 0, 1, 0, -1, 0, 1, 0, -0)
4949
o46.BottomSurface = Enum.SurfaceType.Smooth
4950
o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4951
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4952
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4953
o46.TopSurface = Enum.SurfaceType.Smooth
4954
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4955
o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
4956
o47.Name = "Joint"
4957
o47.Parent = o46
4958
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)
4959
o47.Part0 = o46
4960
o47.Part1 = o2
4961
o48.Parent = o1
4962
o48.Material = Enum.Material.SmoothPlastic
4963
o48.BrickColor = BrickColor.new("Really black")
4964
o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
4965
o48.Rotation = Vector3.new(-90, -67.0100021, -90)
4966
o48.Anchored = false
4967
o48.FormFactor = Enum.FormFactor.Custom
4968
o48.Size = Vector3.new(1.24000001, 2.30000019, 0.50999999)
4969
o48.CFrame = CFrame.new(109.589294, 1.338287, -60.5699387, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
4970
o48.BottomSurface = Enum.SurfaceType.Smooth
4971
o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4972
o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4973
o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4974
o48.TopSurface = Enum.SurfaceType.Smooth
4975
o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
4976
o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
4977
o49.Name = "Joint"
4978
o49.Parent = o48
4979
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)
4980
o49.Part0 = o48
4981
o49.Part1 = o2
4982
o50.Parent = o1
4983
o50.Material = Enum.Material.Neon
4984
o50.BrickColor = BrickColor.new("Bright blue")
4985
o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
4986
o50.Rotation = Vector3.new(-90, -67.0100021, -90)
4987
o50.Anchored = false
4988
o50.FormFactor = Enum.FormFactor.Custom
4989
o50.Size = Vector3.new(0.200000003, 2.05000019, 0.200000003)
4990
o50.CFrame = CFrame.new(109.30571, 1.32278597, -61.1999435, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
4991
o50.BottomSurface = Enum.SurfaceType.Smooth
4992
o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4993
o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4994
o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4995
o50.TopSurface = Enum.SurfaceType.Smooth
4996
o50.Color = Color3.new(0.0509804, 0.411765, 0.67451)
4997
o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
4998
o51.Name = "Joint"
4999
o51.Parent = o50
5000
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)
5001
o51.Part0 = o50
5002
o51.Part1 = o2
5003
o52.Parent = o1
5004
o52.Material = Enum.Material.Neon
5005
o52.BrickColor = BrickColor.new("Bright blue")
5006
o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
5007
o52.Rotation = Vector3.new(-90, 67.0100021, 90)
5008
o52.Anchored = false
5009
o52.FormFactor = Enum.FormFactor.Custom
5010
o52.Size = Vector3.new(0.219999999, 2.05000019, 0.200000003)
5011
o52.CFrame = CFrame.new(111.964462, 1.32278597, -61.2099457, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5012
o52.BottomSurface = Enum.SurfaceType.Smooth
5013
o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5014
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5015
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5016
o52.TopSurface = Enum.SurfaceType.Smooth
5017
o52.Color = Color3.new(0.0509804, 0.411765, 0.67451)
5018
o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
5019
o53.Name = "Joint"
5020
o53.Parent = o52
5021
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)
5022
o53.Part0 = o52
5023
o53.Part1 = o2
5024
o54.Parent = o1
5025
o54.Material = Enum.Material.Neon
5026
o54.BrickColor = BrickColor.new("Bright blue")
5027
o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
5028
o54.Rotation = Vector3.new(-90, -67.0100021, -90)
5029
o54.Anchored = false
5030
o54.FormFactor = Enum.FormFactor.Custom
5031
o54.Size = Vector3.new(0.210000008, 2.1400001, 0.200000003)
5032
o54.CFrame = CFrame.new(109.304871, 1.37202406, -60.0449448, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5033
o54.BottomSurface = Enum.SurfaceType.Smooth
5034
o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5035
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5036
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5037
o54.TopSurface = Enum.SurfaceType.Smooth
5038
o54.Color = Color3.new(0.0509804, 0.411765, 0.67451)
5039
o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
5040
o55.Name = "Joint"
5041
o55.Parent = o54
5042
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)
5043
o55.Part0 = o54
5044
o55.Part1 = o2
5045
o56.Parent = o1
5046
o56.Material = Enum.Material.SmoothPlastic
5047
o56.BrickColor = BrickColor.new("Really black")
5048
o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
5049
o56.Rotation = Vector3.new(-90, 67.0100021, 90)
5050
o56.Anchored = false
5051
o56.FormFactor = Enum.FormFactor.Custom
5052
o56.Size = Vector3.new(1.33000004, 2.30000019, 0.529999971)
5053
o56.CFrame = CFrame.new(111.690109, 1.34219098, -60.6149445, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5054
o56.BottomSurface = Enum.SurfaceType.Smooth
5055
o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5056
o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5057
o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5058
o56.TopSurface = Enum.SurfaceType.Smooth
5059
o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5060
o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
5061
o57.Name = "Joint"
5062
o57.Parent = o56
5063
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)
5064
o57.Part0 = o56
5065
o57.Part1 = o2
5066
o58.Parent = o1
5067
o58.Material = Enum.Material.SmoothPlastic
5068
o58.BrickColor = BrickColor.new("Really black")
5069
o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
5070
o58.Rotation = Vector3.new(180, 90, 0)
5071
o58.Anchored = false
5072
o58.FormFactor = Enum.FormFactor.Custom
5073
o58.Size = Vector3.new(1.21000004, 1.99000001, 0.200000003)
5074
o58.CFrame = CFrame.new(111.570099, 3.25596094, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
5075
o58.BottomSurface = Enum.SurfaceType.Smooth
5076
o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5077
o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5078
o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5079
o58.TopSurface = Enum.SurfaceType.Smooth
5080
o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5081
o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
5082
o59.Name = "Joint"
5083
o59.Parent = o58
5084
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)
5085
o59.Part0 = o58
5086
o59.Part1 = o2
5087
o60.Parent = o1
5088
o60.Material = Enum.Material.SmoothPlastic
5089
o60.BrickColor = BrickColor.new("Really black")
5090
o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
5091
o60.Rotation = Vector3.new(180, 90, 0)
5092
o60.Anchored = false
5093
o60.FormFactor = Enum.FormFactor.Custom
5094
o60.Size = Vector3.new(1.22000003, 1.99000001, 0.200000003)
5095
o60.CFrame = CFrame.new(109.710098, 3.25596094, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
5096
o60.BottomSurface = Enum.SurfaceType.Smooth
5097
o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5098
o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5099
o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5100
o60.TopSurface = Enum.SurfaceType.Smooth
5101
o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5102
o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
5103
o61.Name = "Joint"
5104
o61.Parent = o60
5105
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)
5106
o61.Part0 = o60
5107
o61.Part1 = o2
5108
o62.Parent = o1
5109
o62.Material = Enum.Material.SmoothPlastic
5110
o62.BrickColor = BrickColor.new("Really black")
5111
o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
5112
o62.Rotation = Vector3.new(-90, 67.0100021, 90)
5113
o62.Anchored = false
5114
o62.FormFactor = Enum.FormFactor.Custom
5115
o62.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
5116
o62.CFrame = CFrame.new(111.943008, 1.37342, -60.6299515, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
5117
o62.BottomSurface = Enum.SurfaceType.Smooth
5118
o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5119
o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5120
o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5121
o62.TopSurface = Enum.SurfaceType.Smooth
5122
o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5123
o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
5124
o63.Name = "Joint"
5125
o63.Parent = o62
5126
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)
5127
o63.Part0 = o62
5128
o63.Part1 = o2
5129
o64.Parent = o1
5130
o64.Material = Enum.Material.SmoothPlastic
5131
o64.BrickColor = BrickColor.new("Really black")
5132
o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
5133
o64.Rotation = Vector3.new(-90, -67.0100021, -90)
5134
o64.Anchored = false
5135
o64.FormFactor = Enum.FormFactor.Custom
5136
o64.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
5137
o64.CFrame = CFrame.new(109.327194, 1.37342, -60.6299515, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
5138
o64.BottomSurface = Enum.SurfaceType.Smooth
5139
o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5140
o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5141
o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5142
o64.TopSurface = Enum.SurfaceType.Smooth
5143
o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
5144
o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
5145
o65.Name = "Joint"
5146
o65.Parent = o64
5147
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)
5148
o65.Part0 = o64
5149
o65.Part1 = o2
5150
o66.Parent = o1
5151
o66.Material = Enum.Material.SmoothPlastic
5152
o66.BrickColor = BrickColor.new("Fossil")
5153
o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
5154
o66.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5155
o66.Anchored = false
5156
o66.CanCollide = false
5157
o66.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5158
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)
5159
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5160
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5161
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5162
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5163
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5164
o66.Color = Color3.new(0.623529, 0.631373, 0.67451)
5165
o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
5166
o67.Parent = o66
5167
o67.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5168
o68.Name = "Joint"
5169
o68.Parent = o66
5170
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)
5171
o68.Part0 = o66
5172
o68.Part1 = o2
5173
o69.Parent = o1
5174
o69.Material = Enum.Material.SmoothPlastic
5175
o69.BrickColor = BrickColor.new("Fossil")
5176
o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
5177
o69.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5178
o69.Anchored = false
5179
o69.CanCollide = false
5180
o69.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5181
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)
5182
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5183
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5184
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5185
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5186
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5187
o69.Color = Color3.new(0.623529, 0.631373, 0.67451)
5188
o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
5189
o70.Parent = o69
5190
o70.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5191
o71.Name = "Joint"
5192
o71.Parent = o69
5193
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)
5194
o71.Part0 = o69
5195
o71.Part1 = o2
5196
o72.Parent = o1
5197
o72.Material = Enum.Material.SmoothPlastic
5198
o72.BrickColor = BrickColor.new("Fossil")
5199
o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
5200
o72.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5201
o72.Anchored = false
5202
o72.CanCollide = false
5203
o72.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5204
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)
5205
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5206
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5207
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5208
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5209
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5210
o72.Color = Color3.new(0.623529, 0.631373, 0.67451)
5211
o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
5212
o73.Parent = o72
5213
o73.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5214
o74.Name = "Joint"
5215
o74.Parent = o72
5216
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)
5217
o74.Part0 = o72
5218
o74.Part1 = o2
5219
o75.Parent = o1
5220
o75.Material = Enum.Material.SmoothPlastic
5221
o75.BrickColor = BrickColor.new("Fossil")
5222
o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
5223
o75.Rotation = Vector3.new(-180, 0, 128.089996)
5224
o75.Anchored = false
5225
o75.CanCollide = false
5226
o75.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5227
o75.CFrame = CFrame.new(111.981911, 1.13104796, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
5228
o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5229
o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5230
o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5231
o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5232
o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5233
o75.Color = Color3.new(0.623529, 0.631373, 0.67451)
5234
o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
5235
o76.Parent = o75
5236
o76.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5237
o77.Name = "Joint"
5238
o77.Parent = o75
5239
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)
5240
o77.Part0 = o75
5241
o77.Part1 = o2
5242
o78.Name = "Chain"
5243
o78.Parent = o1
5244
o78.Material = Enum.Material.SmoothPlastic
5245
o78.BrickColor = BrickColor.new("Fossil")
5246
o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
5247
o78.Rotation = Vector3.new(90, -38.0900002, 90)
5248
o78.Anchored = false
5249
o78.CanCollide = false
5250
o78.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5251
o78.CFrame = CFrame.new(112.001556, 1.11563599, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5252
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5253
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5254
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5255
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5256
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5257
o78.Color = Color3.new(0.623529, 0.631373, 0.67451)
5258
o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
5259
o79.Parent = o78
5260
o79.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5261
o80.Name = "Joint"
5262
o80.Parent = o78
5263
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)
5264
o80.Part0 = o78
5265
o80.Part1 = o2
5266
o81.Name = "Chain"
5267
o81.Parent = o1
5268
o81.Material = Enum.Material.SmoothPlastic
5269
o81.BrickColor = BrickColor.new("Fossil")
5270
o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
5271
o81.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5272
o81.Anchored = false
5273
o81.CanCollide = false
5274
o81.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5275
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)
5276
o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5277
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5278
o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5279
o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5280
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5281
o81.Color = Color3.new(0.623529, 0.631373, 0.67451)
5282
o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
5283
o82.Parent = o81
5284
o82.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5285
o83.Name = "Joint"
5286
o83.Parent = o81
5287
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)
5288
o83.Part0 = o81
5289
o83.Part1 = o2
5290
o84.Name = "Chain"
5291
o84.Parent = o1
5292
o84.Material = Enum.Material.SmoothPlastic
5293
o84.BrickColor = BrickColor.new("Fossil")
5294
o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
5295
o84.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5296
o84.Anchored = false
5297
o84.CanCollide = false
5298
o84.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5299
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)
5300
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5301
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5302
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5303
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5304
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5305
o84.Color = Color3.new(0.623529, 0.631373, 0.67451)
5306
o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
5307
o85.Parent = o84
5308
o85.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5309
o86.Name = "Joint"
5310
o86.Parent = o84
5311
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)
5312
o86.Part0 = o84
5313
o86.Part1 = o2
5314
o87.Name = "Chain"
5315
o87.Parent = o1
5316
o87.Material = Enum.Material.SmoothPlastic
5317
o87.BrickColor = BrickColor.new("Fossil")
5318
o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
5319
o87.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5320
o87.Anchored = false
5321
o87.CanCollide = false
5322
o87.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5323
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)
5324
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5325
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5326
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5327
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5328
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5329
o87.Color = Color3.new(0.623529, 0.631373, 0.67451)
5330
o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
5331
o88.Parent = o87
5332
o88.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5333
o89.Name = "Joint"
5334
o89.Parent = o87
5335
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)
5336
o89.Part0 = o87
5337
o89.Part1 = o2
5338
o90.Name = "Chain"
5339
o90.Parent = o1
5340
o90.Material = Enum.Material.SmoothPlastic
5341
o90.BrickColor = BrickColor.new("Fossil")
5342
o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
5343
o90.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5344
o90.Anchored = false
5345
o90.CanCollide = false
5346
o90.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5347
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)
5348
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5349
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5350
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5351
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5352
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5353
o90.Color = Color3.new(0.623529, 0.631373, 0.67451)
5354
o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
5355
o91.Parent = o90
5356
o91.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5357
o92.Name = "Joint"
5358
o92.Parent = o90
5359
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)
5360
o92.Part0 = o90
5361
o92.Part1 = o2
5362
o93.Name = "Chain"
5363
o93.Parent = o1
5364
o93.Material = Enum.Material.SmoothPlastic
5365
o93.BrickColor = BrickColor.new("Fossil")
5366
o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
5367
o93.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5368
o93.Anchored = false
5369
o93.CanCollide = false
5370
o93.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5371
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)
5372
o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5373
o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5374
o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5375
o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5376
o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5377
o93.Color = Color3.new(0.623529, 0.631373, 0.67451)
5378
o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
5379
o94.Parent = o93
5380
o94.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5381
o95.Name = "Joint"
5382
o95.Parent = o93
5383
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)
5384
o95.Part0 = o93
5385
o95.Part1 = o2
5386
o96.Name = "Chain"
5387
o96.Parent = o1
5388
o96.Material = Enum.Material.SmoothPlastic
5389
o96.BrickColor = BrickColor.new("Fossil")
5390
o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
5391
o96.Rotation = Vector3.new(90, -38.0900002, 171.5)
5392
o96.Anchored = false
5393
o96.CanCollide = false
5394
o96.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5395
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)
5396
o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5397
o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5398
o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5399
o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5400
o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5401
o96.Color = Color3.new(0.623529, 0.631373, 0.67451)
5402
o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
5403
o97.Parent = o96
5404
o97.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5405
o98.Name = "Joint"
5406
o98.Parent = o96
5407
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)
5408
o98.Part0 = o96
5409
o98.Part1 = o2
5410
o99.Name = "Chain"
5411
o99.Parent = o1
5412
o99.Material = Enum.Material.SmoothPlastic
5413
o99.BrickColor = BrickColor.new("Fossil")
5414
o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
5415
o99.Rotation = Vector3.new(90, -38.0900002, 171.5)
5416
o99.Anchored = false
5417
o99.CanCollide = false
5418
o99.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5419
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)
5420
o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5421
o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5422
o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5423
o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5424
o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5425
o99.Color = Color3.new(0.623529, 0.631373, 0.67451)
5426
o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
5427
o100.Parent = o99
5428
o100.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5429
o101.Name = "Joint"
5430
o101.Parent = o99
5431
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)
5432
o101.Part0 = o99
5433
o101.Part1 = o2
5434
o102.Name = "Chain"
5435
o102.Parent = o1
5436
o102.Material = Enum.Material.SmoothPlastic
5437
o102.BrickColor = BrickColor.new("Fossil")
5438
o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
5439
o102.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5440
o102.Anchored = false
5441
o102.CanCollide = false
5442
o102.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5443
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)
5444
o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5445
o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5446
o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5447
o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5448
o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5449
o102.Color = Color3.new(0.623529, 0.631373, 0.67451)
5450
o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
5451
o103.Parent = o102
5452
o103.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5453
o104.Name = "Joint"
5454
o104.Parent = o102
5455
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)
5456
o104.Part0 = o102
5457
o104.Part1 = o2
5458
o105.Name = "Chain"
5459
o105.Parent = o1
5460
o105.Material = Enum.Material.SmoothPlastic
5461
o105.BrickColor = BrickColor.new("Fossil")
5462
o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
5463
o105.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
5464
o105.Anchored = false
5465
o105.CanCollide = false
5466
o105.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5467
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)
5468
o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5469
o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5470
o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5471
o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5472
o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5473
o105.Color = Color3.new(0.623529, 0.631373, 0.67451)
5474
o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
5475
o106.Parent = o105
5476
o106.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5477
o107.Name = "Joint"
5478
o107.Parent = o105
5479
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)
5480
o107.Part0 = o105
5481
o107.Part1 = o2
5482
o108.Name = "Chain"
5483
o108.Parent = o1
5484
o108.Material = Enum.Material.SmoothPlastic
5485
o108.BrickColor = BrickColor.new("Fossil")
5486
o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
5487
o108.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5488
o108.Anchored = false
5489
o108.CanCollide = false
5490
o108.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5491
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)
5492
o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5493
o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5494
o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5495
o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5496
o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5497
o108.Color = Color3.new(0.623529, 0.631373, 0.67451)
5498
o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
5499
o109.Parent = o108
5500
o109.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5501
o110.Name = "Joint"
5502
o110.Parent = o108
5503
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)
5504
o110.Part0 = o108
5505
o110.Part1 = o2
5506
o111.Name = "Chain"
5507
o111.Parent = o1
5508
o111.Material = Enum.Material.SmoothPlastic
5509
o111.BrickColor = BrickColor.new("Fossil")
5510
o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
5511
o111.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5512
o111.Anchored = false
5513
o111.CanCollide = false
5514
o111.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5515
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)
5516
o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5517
o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5518
o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5519
o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5520
o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5521
o111.Color = Color3.new(0.623529, 0.631373, 0.67451)
5522
o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
5523
o112.Parent = o111
5524
o112.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5525
o113.Name = "Joint"
5526
o113.Parent = o111
5527
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)
5528
o113.Part0 = o111
5529
o113.Part1 = o2
5530
o114.Name = "Chain"
5531
o114.Parent = o1
5532
o114.Material = Enum.Material.SmoothPlastic
5533
o114.BrickColor = BrickColor.new("Fossil")
5534
o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
5535
o114.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5536
o114.Anchored = false
5537
o114.CanCollide = false
5538
o114.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5539
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)
5540
o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5541
o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5542
o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5543
o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5544
o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5545
o114.Color = Color3.new(0.623529, 0.631373, 0.67451)
5546
o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
5547
o115.Parent = o114
5548
o115.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5549
o116.Name = "Joint"
5550
o116.Parent = o114
5551
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)
5552
o116.Part0 = o114
5553
o116.Part1 = o2
5554
o117.Name = "Chain"
5555
o117.Parent = o1
5556
o117.Material = Enum.Material.SmoothPlastic
5557
o117.BrickColor = BrickColor.new("Fossil")
5558
o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
5559
o117.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5560
o117.Anchored = false
5561
o117.CanCollide = false
5562
o117.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5563
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)
5564
o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5565
o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5566
o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5567
o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5568
o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5569
o117.Color = Color3.new(0.623529, 0.631373, 0.67451)
5570
o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
5571
o118.Parent = o117
5572
o118.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5573
o119.Name = "Joint"
5574
o119.Parent = o117
5575
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)
5576
o119.Part0 = o117
5577
o119.Part1 = o2
5578
o120.Name = "Chain"
5579
o120.Parent = o1
5580
o120.Material = Enum.Material.SmoothPlastic
5581
o120.BrickColor = BrickColor.new("Fossil")
5582
o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
5583
o120.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
5584
o120.Anchored = false
5585
o120.CanCollide = false
5586
o120.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5587
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)
5588
o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5589
o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5590
o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5591
o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5592
o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5593
o120.Color = Color3.new(0.623529, 0.631373, 0.67451)
5594
o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
5595
o121.Parent = o120
5596
o121.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5597
o122.Name = "Joint"
5598
o122.Parent = o120
5599
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)
5600
o122.Part0 = o120
5601
o122.Part1 = o2
5602
o123.Name = "Chain"
5603
o123.Parent = o1
5604
o123.Material = Enum.Material.SmoothPlastic
5605
o123.BrickColor = BrickColor.new("Fossil")
5606
o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
5607
o123.Rotation = Vector3.new(90, -38.0900002, 147.770004)
5608
o123.Anchored = false
5609
o123.CanCollide = false
5610
o123.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5611
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)
5612
o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5613
o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5614
o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5615
o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5616
o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5617
o123.Color = Color3.new(0.623529, 0.631373, 0.67451)
5618
o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
5619
o124.Parent = o123
5620
o124.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5621
o125.Name = "Joint"
5622
o125.Parent = o123
5623
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)
5624
o125.Part0 = o123
5625
o125.Part1 = o2
5626
o126.Name = "Chain"
5627
o126.Parent = o1
5628
o126.Material = Enum.Material.SmoothPlastic
5629
o126.BrickColor = BrickColor.new("Fossil")
5630
o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
5631
o126.Rotation = Vector3.new(90, -38.0900002, 90)
5632
o126.Anchored = false
5633
o126.CanCollide = false
5634
o126.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5635
o126.CFrame = CFrame.new(111.914551, 1.18384898, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5636
o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5637
o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5638
o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5639
o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5640
o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5641
o126.Color = Color3.new(0.623529, 0.631373, 0.67451)
5642
o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
5643
o127.Parent = o126
5644
o127.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5645
o128.Name = "Joint"
5646
o128.Parent = o126
5647
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)
5648
o128.Part0 = o126
5649
o128.Part1 = o2
5650
o129.Name = "Chain"
5651
o129.Parent = o1
5652
o129.Material = Enum.Material.SmoothPlastic
5653
o129.BrickColor = BrickColor.new("Fossil")
5654
o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
5655
o129.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5656
o129.Anchored = false
5657
o129.CanCollide = false
5658
o129.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5659
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)
5660
o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5661
o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5662
o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5663
o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5664
o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5665
o129.Color = Color3.new(0.623529, 0.631373, 0.67451)
5666
o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
5667
o130.Parent = o129
5668
o130.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5669
o131.Name = "Joint"
5670
o131.Parent = o129
5671
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)
5672
o131.Part0 = o129
5673
o131.Part1 = o2
5674
o132.Name = "Chain"
5675
o132.Parent = o1
5676
o132.Material = Enum.Material.SmoothPlastic
5677
o132.BrickColor = BrickColor.new("Fossil")
5678
o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
5679
o132.Rotation = Vector3.new(90, -38.0900002, 90)
5680
o132.Anchored = false
5681
o132.CanCollide = false
5682
o132.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5683
o132.CFrame = CFrame.new(111.954773, 1.15231502, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5684
o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5685
o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5686
o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5687
o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5688
o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5689
o132.Color = Color3.new(0.623529, 0.631373, 0.67451)
5690
o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
5691
o133.Parent = o132
5692
o133.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5693
o134.Name = "Joint"
5694
o134.Parent = o132
5695
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)
5696
o134.Part0 = o132
5697
o134.Part1 = o2
5698
o135.Name = "Chain"
5699
o135.Parent = o1
5700
o135.Material = Enum.Material.SmoothPlastic
5701
o135.BrickColor = BrickColor.new("Fossil")
5702
o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
5703
o135.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5704
o135.Anchored = false
5705
o135.CanCollide = false
5706
o135.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5707
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)
5708
o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5709
o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5710
o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5711
o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5712
o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5713
o135.Color = Color3.new(0.623529, 0.631373, 0.67451)
5714
o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
5715
o136.Parent = o135
5716
o136.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5717
o137.Name = "Joint"
5718
o137.Parent = o135
5719
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)
5720
o137.Part0 = o135
5721
o137.Part1 = o2
5722
o138.Name = "Chain"
5723
o138.Parent = o1
5724
o138.Material = Enum.Material.SmoothPlastic
5725
o138.BrickColor = BrickColor.new("Fossil")
5726
o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
5727
o138.Rotation = Vector3.new(90, -38.0900002, 171.5)
5728
o138.Anchored = false
5729
o138.CanCollide = false
5730
o138.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5731
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)
5732
o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5733
o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5734
o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5735
o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5736
o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5737
o138.Color = Color3.new(0.623529, 0.631373, 0.67451)
5738
o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
5739
o139.Parent = o138
5740
o139.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5741
o140.Name = "Joint"
5742
o140.Parent = o138
5743
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)
5744
o140.Part0 = o138
5745
o140.Part1 = o2
5746
o141.Name = "Chain"
5747
o141.Parent = o1
5748
o141.Material = Enum.Material.SmoothPlastic
5749
o141.BrickColor = BrickColor.new("Fossil")
5750
o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
5751
o141.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5752
o141.Anchored = false
5753
o141.CanCollide = false
5754
o141.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5755
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)
5756
o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5757
o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5758
o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5759
o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5760
o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5761
o141.Color = Color3.new(0.623529, 0.631373, 0.67451)
5762
o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
5763
o142.Parent = o141
5764
o142.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5765
o143.Name = "Joint"
5766
o143.Parent = o141
5767
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)
5768
o143.Part0 = o141
5769
o143.Part1 = o2
5770
o144.Name = "Chain"
5771
o144.Parent = o1
5772
o144.Material = Enum.Material.SmoothPlastic
5773
o144.BrickColor = BrickColor.new("Fossil")
5774
o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
5775
o144.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
5776
o144.Anchored = false
5777
o144.CanCollide = false
5778
o144.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5779
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)
5780
o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5781
o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5782
o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5783
o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5784
o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5785
o144.Color = Color3.new(0.623529, 0.631373, 0.67451)
5786
o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
5787
o145.Parent = o144
5788
o145.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5789
o146.Name = "Joint"
5790
o146.Parent = o144
5791
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)
5792
o146.Part0 = o144
5793
o146.Part1 = o2
5794
o147.Name = "Chain"
5795
o147.Parent = o1
5796
o147.Material = Enum.Material.SmoothPlastic
5797
o147.BrickColor = BrickColor.new("Fossil")
5798
o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
5799
o147.Rotation = Vector3.new(90, -38.0900002, 121.129997)
5800
o147.Anchored = false
5801
o147.CanCollide = false
5802
o147.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5803
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)
5804
o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5805
o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5806
o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5807
o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5808
o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5809
o147.Color = Color3.new(0.623529, 0.631373, 0.67451)
5810
o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
5811
o148.Parent = o147
5812
o148.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5813
o149.Name = "Joint"
5814
o149.Parent = o147
5815
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)
5816
o149.Part0 = o147
5817
o149.Part1 = o2
5818
o150.Name = "Chain"
5819
o150.Parent = o1
5820
o150.Material = Enum.Material.SmoothPlastic
5821
o150.BrickColor = BrickColor.new("Fossil")
5822
o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
5823
o150.Rotation = Vector3.new(0, 0, 51.9099998)
5824
o150.Anchored = false
5825
o150.CanCollide = false
5826
o150.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5827
o150.CFrame = CFrame.new(111.993683, 1.060974, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5828
o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5829
o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5830
o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5831
o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5832
o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5833
o150.Color = Color3.new(0.623529, 0.631373, 0.67451)
5834
o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
5835
o151.Parent = o150
5836
o151.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5837
o152.Name = "Joint"
5838
o152.Parent = o150
5839
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)
5840
o152.Part0 = o150
5841
o152.Part1 = o2
5842
o153.Name = "Chain"
5843
o153.Parent = o1
5844
o153.Material = Enum.Material.SmoothPlastic
5845
o153.BrickColor = BrickColor.new("Fossil")
5846
o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
5847
o153.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
5848
o153.Anchored = false
5849
o153.CanCollide = false
5850
o153.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5851
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)
5852
o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5853
o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5854
o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5855
o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5856
o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5857
o153.Color = Color3.new(0.623529, 0.631373, 0.67451)
5858
o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
5859
o154.Parent = o153
5860
o154.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5861
o155.Name = "Joint"
5862
o155.Parent = o153
5863
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)
5864
o155.Part0 = o153
5865
o155.Part1 = o2
5866
o156.Name = "Chain"
5867
o156.Parent = o1
5868
o156.Material = Enum.Material.SmoothPlastic
5869
o156.BrickColor = BrickColor.new("Fossil")
5870
o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
5871
o156.Rotation = Vector3.new(0, 0, 51.9099998)
5872
o156.Anchored = false
5873
o156.CanCollide = false
5874
o156.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5875
o156.CFrame = CFrame.new(112.051231, 1.13664401, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5876
o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5877
o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5878
o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5879
o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5880
o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5881
o156.Color = Color3.new(0.623529, 0.631373, 0.67451)
5882
o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
5883
o157.Parent = o156
5884
o157.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5885
o158.Name = "Joint"
5886
o158.Parent = o156
5887
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)
5888
o158.Part0 = o156
5889
o158.Part1 = o2
5890
o159.Name = "Chain"
5891
o159.Parent = o1
5892
o159.Material = Enum.Material.SmoothPlastic
5893
o159.BrickColor = BrickColor.new("Fossil")
5894
o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
5895
o159.Rotation = Vector3.new(90, -38.0900002, 90)
5896
o159.Anchored = false
5897
o159.CanCollide = false
5898
o159.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5899
o159.CFrame = CFrame.new(111.955872, 1.15145397, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5900
o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5901
o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5902
o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5903
o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5904
o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5905
o159.Color = Color3.new(0.623529, 0.631373, 0.67451)
5906
o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
5907
o160.Parent = o159
5908
o160.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
5909
o161.Name = "Joint"
5910
o161.Parent = o159
5911
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)
5912
o161.Part0 = o159
5913
o161.Part1 = o2
5914
o162.Name = "Chain"
5915
o162.Parent = o1
5916
o162.Material = Enum.Material.SmoothPlastic
5917
o162.BrickColor = BrickColor.new("Fossil")
5918
o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
5919
o162.Rotation = Vector3.new(0, 0, 51.9099998)
5920
o162.Anchored = false
5921
o162.CanCollide = false
5922
o162.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5923
o162.CFrame = CFrame.new(111.981911, 1.13104796, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5924
o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5925
o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5926
o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5927
o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5928
o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5929
o162.Color = Color3.new(0.623529, 0.631373, 0.67451)
5930
o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
5931
o163.Parent = o162
5932
o163.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5933
o164.Name = "Joint"
5934
o164.Parent = o162
5935
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)
5936
o164.Part0 = o162
5937
o164.Part1 = o2
5938
o165.Name = "Chain"
5939
o165.Parent = o1
5940
o165.Material = Enum.Material.SmoothPlastic
5941
o165.BrickColor = BrickColor.new("Fossil")
5942
o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
5943
o165.Rotation = Vector3.new(0, 0, 51.9099998)
5944
o165.Anchored = false
5945
o165.CanCollide = false
5946
o165.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5947
o165.CFrame = CFrame.new(112.068916, 1.06284106, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
5948
o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5949
o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5950
o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5951
o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5952
o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5953
o165.Color = Color3.new(0.623529, 0.631373, 0.67451)
5954
o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
5955
o166.Parent = o165
5956
o166.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
5957
o167.Name = "Joint"
5958
o167.Parent = o165
5959
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)
5960
o167.Part0 = o165
5961
o167.Part1 = o2
5962
o168.Name = "Chain"
5963
o168.Parent = o1
5964
o168.Material = Enum.Material.SmoothPlastic
5965
o168.BrickColor = BrickColor.new("Fossil")
5966
o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
5967
o168.Rotation = Vector3.new(-180, 0, 128.089996)
5968
o168.Anchored = false
5969
o168.CanCollide = false
5970
o168.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5971
o168.CFrame = CFrame.new(112.188507, 1.02904105, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
5972
o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5973
o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5974
o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5975
o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5976
o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5977
o168.Color = Color3.new(0.623529, 0.631373, 0.67451)
5978
o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
5979
o169.Parent = o168
5980
o169.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
5981
o170.Name = "Joint"
5982
o170.Parent = o168
5983
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)
5984
o170.Part0 = o168
5985
o170.Part1 = o2
5986
o171.Name = "Chain"
5987
o171.Parent = o1
5988
o171.Material = Enum.Material.SmoothPlastic
5989
o171.BrickColor = BrickColor.new("Fossil")
5990
o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
5991
o171.Rotation = Vector3.new(90, -38.0900002, 90)
5992
o171.Anchored = false
5993
o171.CanCollide = false
5994
o171.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
5995
o171.CFrame = CFrame.new(111.955872, 1.15145397, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
5996
o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5997
o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5998
o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5999
o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6000
o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6001
o171.Color = Color3.new(0.623529, 0.631373, 0.67451)
6002
o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
6003
o172.Parent = o171
6004
o172.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6005
o173.Name = "Joint"
6006
o173.Parent = o171
6007
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)
6008
o173.Part0 = o171
6009
o173.Part1 = o2
6010
o174.Name = "Chain"
6011
o174.Parent = o1
6012
o174.Material = Enum.Material.SmoothPlastic
6013
o174.BrickColor = BrickColor.new("Fossil")
6014
o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
6015
o174.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6016
o174.Anchored = false
6017
o174.CanCollide = false
6018
o174.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6019
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)
6020
o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6021
o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6022
o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6023
o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6024
o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6025
o174.Color = Color3.new(0.623529, 0.631373, 0.67451)
6026
o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
6027
o175.Parent = o174
6028
o175.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6029
o176.Name = "Joint"
6030
o176.Parent = o174
6031
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)
6032
o176.Part0 = o174
6033
o176.Part1 = o2
6034
o177.Name = "Chain"
6035
o177.Parent = o1
6036
o177.Material = Enum.Material.SmoothPlastic
6037
o177.BrickColor = BrickColor.new("Fossil")
6038
o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
6039
o177.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6040
o177.Anchored = false
6041
o177.CanCollide = false
6042
o177.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6043
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)
6044
o177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6045
o177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6046
o177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6047
o177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6048
o177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6049
o177.Color = Color3.new(0.623529, 0.631373, 0.67451)
6050
o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
6051
o178.Parent = o177
6052
o178.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6053
o179.Name = "Joint"
6054
o179.Parent = o177
6055
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)
6056
o179.Part0 = o177
6057
o179.Part1 = o2
6058
o180.Name = "Chain"
6059
o180.Parent = o1
6060
o180.Material = Enum.Material.SmoothPlastic
6061
o180.BrickColor = BrickColor.new("Fossil")
6062
o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
6063
o180.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6064
o180.Anchored = false
6065
o180.CanCollide = false
6066
o180.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6067
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)
6068
o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6069
o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6070
o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6071
o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6072
o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6073
o180.Color = Color3.new(0.623529, 0.631373, 0.67451)
6074
o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
6075
o181.Parent = o180
6076
o181.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6077
o182.Name = "Joint"
6078
o182.Parent = o180
6079
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)
6080
o182.Part0 = o180
6081
o182.Part1 = o2
6082
o183.Name = "Chain"
6083
o183.Parent = o1
6084
o183.Material = Enum.Material.SmoothPlastic
6085
o183.BrickColor = BrickColor.new("Fossil")
6086
o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
6087
o183.Rotation = Vector3.new(90, -38.0900002, 90)
6088
o183.Anchored = false
6089
o183.CanCollide = false
6090
o183.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6091
o183.CFrame = CFrame.new(111.914551, 1.18384898, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6092
o183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6093
o183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6094
o183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6095
o183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6096
o183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6097
o183.Color = Color3.new(0.623529, 0.631373, 0.67451)
6098
o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
6099
o184.Parent = o183
6100
o184.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6101
o185.Name = "Joint"
6102
o185.Parent = o183
6103
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)
6104
o185.Part0 = o183
6105
o185.Part1 = o2
6106
o186.Name = "Chain"
6107
o186.Parent = o1
6108
o186.Material = Enum.Material.SmoothPlastic
6109
o186.BrickColor = BrickColor.new("Fossil")
6110
o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
6111
o186.Rotation = Vector3.new(90, -38.0900002, 90)
6112
o186.Anchored = false
6113
o186.CanCollide = false
6114
o186.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6115
o186.CFrame = CFrame.new(111.954773, 1.15231502, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6116
o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6117
o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6118
o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6119
o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6120
o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6121
o186.Color = Color3.new(0.623529, 0.631373, 0.67451)
6122
o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
6123
o187.Parent = o186
6124
o187.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6125
o188.Name = "Joint"
6126
o188.Parent = o186
6127
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)
6128
o188.Part0 = o186
6129
o188.Part1 = o2
6130
o189.Name = "Chain"
6131
o189.Parent = o1
6132
o189.Material = Enum.Material.SmoothPlastic
6133
o189.BrickColor = BrickColor.new("Fossil")
6134
o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
6135
o189.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6136
o189.Anchored = false
6137
o189.CanCollide = false
6138
o189.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6139
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)
6140
o189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6141
o189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6142
o189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6143
o189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6144
o189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6145
o189.Color = Color3.new(0.623529, 0.631373, 0.67451)
6146
o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
6147
o190.Parent = o189
6148
o190.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6149
o191.Name = "Joint"
6150
o191.Parent = o189
6151
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)
6152
o191.Part0 = o189
6153
o191.Part1 = o2
6154
o192.Name = "Chain"
6155
o192.Parent = o1
6156
o192.Material = Enum.Material.SmoothPlastic
6157
o192.BrickColor = BrickColor.new("Fossil")
6158
o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
6159
o192.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
6160
o192.Anchored = false
6161
o192.CanCollide = false
6162
o192.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6163
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)
6164
o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6165
o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6166
o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6167
o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6168
o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6169
o192.Color = Color3.new(0.623529, 0.631373, 0.67451)
6170
o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
6171
o193.Parent = o192
6172
o193.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6173
o194.Name = "Joint"
6174
o194.Parent = o192
6175
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)
6176
o194.Part0 = o192
6177
o194.Part1 = o2
6178
o195.Name = "Chain"
6179
o195.Parent = o1
6180
o195.Material = Enum.Material.SmoothPlastic
6181
o195.BrickColor = BrickColor.new("Fossil")
6182
o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
6183
o195.Rotation = Vector3.new(90, -38.0900002, 8.5)
6184
o195.Anchored = false
6185
o195.CanCollide = false
6186
o195.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6187
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)
6188
o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6189
o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6190
o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6191
o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6192
o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6193
o195.Color = Color3.new(0.623529, 0.631373, 0.67451)
6194
o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
6195
o196.Parent = o195
6196
o196.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6197
o197.Name = "Joint"
6198
o197.Parent = o195
6199
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)
6200
o197.Part0 = o195
6201
o197.Part1 = o2
6202
o198.Name = "Chain"
6203
o198.Parent = o1
6204
o198.Material = Enum.Material.SmoothPlastic
6205
o198.BrickColor = BrickColor.new("Fossil")
6206
o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
6207
o198.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6208
o198.Anchored = false
6209
o198.CanCollide = false
6210
o198.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6211
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)
6212
o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6213
o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6214
o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6215
o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6216
o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6217
o198.Color = Color3.new(0.623529, 0.631373, 0.67451)
6218
o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
6219
o199.Parent = o198
6220
o199.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6221
o200.Name = "Joint"
6222
o200.Parent = o198
6223
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)
6224
o200.Part0 = o198
6225
o200.Part1 = o2
6226
o201.Name = "Chain"
6227
o201.Parent = o1
6228
o201.Material = Enum.Material.SmoothPlastic
6229
o201.BrickColor = BrickColor.new("Fossil")
6230
o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
6231
o201.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6232
o201.Anchored = false
6233
o201.CanCollide = false
6234
o201.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6235
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)
6236
o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6237
o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6238
o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6239
o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6240
o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6241
o201.Color = Color3.new(0.623529, 0.631373, 0.67451)
6242
o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
6243
o202.Parent = o201
6244
o202.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6245
o203.Name = "Joint"
6246
o203.Parent = o201
6247
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)
6248
o203.Part0 = o201
6249
o203.Part1 = o2
6250
o204.Name = "Chain"
6251
o204.Parent = o1
6252
o204.Material = Enum.Material.SmoothPlastic
6253
o204.BrickColor = BrickColor.new("Fossil")
6254
o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
6255
o204.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6256
o204.Anchored = false
6257
o204.CanCollide = false
6258
o204.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6259
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)
6260
o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6261
o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6262
o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6263
o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6264
o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6265
o204.Color = Color3.new(0.623529, 0.631373, 0.67451)
6266
o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
6267
o205.Parent = o204
6268
o205.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6269
o206.Name = "Joint"
6270
o206.Parent = o204
6271
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)
6272
o206.Part0 = o204
6273
o206.Part1 = o2
6274
o207.Name = "Chain"
6275
o207.Parent = o1
6276
o207.Material = Enum.Material.SmoothPlastic
6277
o207.BrickColor = BrickColor.new("Fossil")
6278
o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
6279
o207.Rotation = Vector3.new(90, -38.0900002, 90)
6280
o207.Anchored = false
6281
o207.CanCollide = false
6282
o207.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6283
o207.CFrame = CFrame.new(112.001556, 1.11563599, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6284
o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6285
o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6286
o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6287
o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6288
o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6289
o207.Color = Color3.new(0.623529, 0.631373, 0.67451)
6290
o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
6291
o208.Parent = o207
6292
o208.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6293
o209.Name = "Joint"
6294
o209.Parent = o207
6295
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)
6296
o209.Part0 = o207
6297
o209.Part1 = o2
6298
o210.Name = "Chain"
6299
o210.Parent = o1
6300
o210.Material = Enum.Material.SmoothPlastic
6301
o210.BrickColor = BrickColor.new("Fossil")
6302
o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
6303
o210.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
6304
o210.Anchored = false
6305
o210.CanCollide = false
6306
o210.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6307
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)
6308
o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6309
o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6310
o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6311
o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6312
o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6313
o210.Color = Color3.new(0.623529, 0.631373, 0.67451)
6314
o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
6315
o211.Parent = o210
6316
o211.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6317
o212.Name = "Joint"
6318
o212.Parent = o210
6319
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)
6320
o212.Part0 = o210
6321
o212.Part1 = o2
6322
o213.Name = "Chain"
6323
o213.Parent = o1
6324
o213.Material = Enum.Material.SmoothPlastic
6325
o213.BrickColor = BrickColor.new("Fossil")
6326
o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
6327
o213.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6328
o213.Anchored = false
6329
o213.CanCollide = false
6330
o213.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6331
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)
6332
o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6333
o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6334
o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6335
o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6336
o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6337
o213.Color = Color3.new(0.623529, 0.631373, 0.67451)
6338
o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
6339
o214.Parent = o213
6340
o214.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6341
o215.Name = "Joint"
6342
o215.Parent = o213
6343
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)
6344
o215.Part0 = o213
6345
o215.Part1 = o2
6346
o216.Name = "Chain"
6347
o216.Parent = o1
6348
o216.Material = Enum.Material.SmoothPlastic
6349
o216.BrickColor = BrickColor.new("Fossil")
6350
o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
6351
o216.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
6352
o216.Anchored = false
6353
o216.CanCollide = false
6354
o216.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6355
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)
6356
o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6357
o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6358
o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6359
o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6360
o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6361
o216.Color = Color3.new(0.623529, 0.631373, 0.67451)
6362
o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
6363
o217.Parent = o216
6364
o217.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6365
o218.Name = "Joint"
6366
o218.Parent = o216
6367
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)
6368
o218.Part0 = o216
6369
o218.Part1 = o2
6370
o219.Name = "Chain"
6371
o219.Parent = o1
6372
o219.Material = Enum.Material.SmoothPlastic
6373
o219.BrickColor = BrickColor.new("Fossil")
6374
o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
6375
o219.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6376
o219.Anchored = false
6377
o219.CanCollide = false
6378
o219.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6379
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)
6380
o219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6381
o219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6382
o219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6383
o219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6384
o219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6385
o219.Color = Color3.new(0.623529, 0.631373, 0.67451)
6386
o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
6387
o220.Parent = o219
6388
o220.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6389
o221.Name = "Joint"
6390
o221.Parent = o219
6391
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)
6392
o221.Part0 = o219
6393
o221.Part1 = o2
6394
o222.Name = "Chain"
6395
o222.Parent = o1
6396
o222.Material = Enum.Material.SmoothPlastic
6397
o222.BrickColor = BrickColor.new("Fossil")
6398
o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
6399
o222.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6400
o222.Anchored = false
6401
o222.CanCollide = false
6402
o222.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6403
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)
6404
o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6405
o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6406
o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6407
o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6408
o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6409
o222.Color = Color3.new(0.623529, 0.631373, 0.67451)
6410
o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
6411
o223.Parent = o222
6412
o223.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6413
o224.Name = "Joint"
6414
o224.Parent = o222
6415
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)
6416
o224.Part0 = o222
6417
o224.Part1 = o2
6418
o225.Name = "Chain"
6419
o225.Parent = o1
6420
o225.Material = Enum.Material.SmoothPlastic
6421
o225.BrickColor = BrickColor.new("Fossil")
6422
o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
6423
o225.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6424
o225.Anchored = false
6425
o225.CanCollide = false
6426
o225.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6427
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)
6428
o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6429
o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6430
o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6431
o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6432
o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6433
o225.Color = Color3.new(0.623529, 0.631373, 0.67451)
6434
o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
6435
o226.Parent = o225
6436
o226.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6437
o227.Name = "Joint"
6438
o227.Parent = o225
6439
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)
6440
o227.Part0 = o225
6441
o227.Part1 = o2
6442
o228.Name = "Chain"
6443
o228.Parent = o1
6444
o228.Material = Enum.Material.SmoothPlastic
6445
o228.BrickColor = BrickColor.new("Fossil")
6446
o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
6447
o228.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6448
o228.Anchored = false
6449
o228.CanCollide = false
6450
o228.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6451
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)
6452
o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6453
o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6454
o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6455
o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6456
o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6457
o228.Color = Color3.new(0.623529, 0.631373, 0.67451)
6458
o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
6459
o229.Parent = o228
6460
o229.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6461
o230.Name = "Joint"
6462
o230.Parent = o228
6463
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)
6464
o230.Part0 = o228
6465
o230.Part1 = o2
6466
o231.Name = "Chain"
6467
o231.Parent = o1
6468
o231.Material = Enum.Material.SmoothPlastic
6469
o231.BrickColor = BrickColor.new("Fossil")
6470
o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
6471
o231.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
6472
o231.Anchored = false
6473
o231.CanCollide = false
6474
o231.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6475
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)
6476
o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6477
o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6478
o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6479
o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6480
o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6481
o231.Color = Color3.new(0.623529, 0.631373, 0.67451)
6482
o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
6483
o232.Parent = o231
6484
o232.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6485
o233.Name = "Joint"
6486
o233.Parent = o231
6487
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)
6488
o233.Part0 = o231
6489
o233.Part1 = o2
6490
o234.Name = "Chain"
6491
o234.Parent = o1
6492
o234.Material = Enum.Material.SmoothPlastic
6493
o234.BrickColor = BrickColor.new("Fossil")
6494
o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
6495
o234.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6496
o234.Anchored = false
6497
o234.CanCollide = false
6498
o234.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6499
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)
6500
o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6501
o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6502
o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6503
o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6504
o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6505
o234.Color = Color3.new(0.623529, 0.631373, 0.67451)
6506
o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
6507
o235.Parent = o234
6508
o235.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6509
o236.Name = "Joint"
6510
o236.Parent = o234
6511
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)
6512
o236.Part0 = o234
6513
o236.Part1 = o2
6514
o237.Name = "Chain"
6515
o237.Parent = o1
6516
o237.Material = Enum.Material.SmoothPlastic
6517
o237.BrickColor = BrickColor.new("Fossil")
6518
o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
6519
o237.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6520
o237.Anchored = false
6521
o237.CanCollide = false
6522
o237.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6523
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)
6524
o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6525
o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6526
o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6527
o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6528
o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6529
o237.Color = Color3.new(0.623529, 0.631373, 0.67451)
6530
o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
6531
o238.Parent = o237
6532
o238.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6533
o239.Name = "Joint"
6534
o239.Parent = o237
6535
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)
6536
o239.Part0 = o237
6537
o239.Part1 = o2
6538
o240.Name = "Chain"
6539
o240.Parent = o1
6540
o240.Material = Enum.Material.SmoothPlastic
6541
o240.BrickColor = BrickColor.new("Fossil")
6542
o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
6543
o240.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
6544
o240.Anchored = false
6545
o240.CanCollide = false
6546
o240.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6547
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)
6548
o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6549
o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6550
o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6551
o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6552
o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6553
o240.Color = Color3.new(0.623529, 0.631373, 0.67451)
6554
o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
6555
o241.Parent = o240
6556
o241.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6557
o242.Name = "Joint"
6558
o242.Parent = o240
6559
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)
6560
o242.Part0 = o240
6561
o242.Part1 = o2
6562
o243.Name = "Chain"
6563
o243.Parent = o1
6564
o243.Material = Enum.Material.SmoothPlastic
6565
o243.BrickColor = BrickColor.new("Fossil")
6566
o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
6567
o243.Rotation = Vector3.new(-180, 0, 128.089996)
6568
o243.Anchored = false
6569
o243.CanCollide = false
6570
o243.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6571
o243.CFrame = CFrame.new(112.051231, 1.13664401, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6572
o243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6573
o243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6574
o243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6575
o243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6576
o243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6577
o243.Color = Color3.new(0.623529, 0.631373, 0.67451)
6578
o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
6579
o244.Parent = o243
6580
o244.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6581
o245.Name = "Joint"
6582
o245.Parent = o243
6583
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)
6584
o245.Part0 = o243
6585
o245.Part1 = o2
6586
o246.Name = "Chain"
6587
o246.Parent = o1
6588
o246.Material = Enum.Material.SmoothPlastic
6589
o246.BrickColor = BrickColor.new("Fossil")
6590
o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
6591
o246.Rotation = Vector3.new(-180, 0, 128.089996)
6592
o246.Anchored = false
6593
o246.CanCollide = false
6594
o246.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6595
o246.CFrame = CFrame.new(112.206192, 0.955232024, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6596
o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6597
o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6598
o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6599
o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6600
o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6601
o246.Color = Color3.new(0.623529, 0.631373, 0.67451)
6602
o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
6603
o247.Parent = o246
6604
o247.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6605
o248.Name = "Joint"
6606
o248.Parent = o246
6607
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)
6608
o248.Part0 = o246
6609
o248.Part1 = o2
6610
o249.Name = "Chain"
6611
o249.Parent = o1
6612
o249.Material = Enum.Material.SmoothPlastic
6613
o249.BrickColor = BrickColor.new("Fossil")
6614
o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
6615
o249.Rotation = Vector3.new(90, -38.0900002, 90)
6616
o249.Anchored = false
6617
o249.CanCollide = false
6618
o249.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6619
o249.CFrame = CFrame.new(112.13884, 1.00803494, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6620
o249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6621
o249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6622
o249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6623
o249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6624
o249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6625
o249.Color = Color3.new(0.623529, 0.631373, 0.67451)
6626
o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
6627
o250.Parent = o249
6628
o250.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6629
o251.Name = "Joint"
6630
o251.Parent = o249
6631
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)
6632
o251.Part0 = o249
6633
o251.Part1 = o2
6634
o252.Name = "Chain"
6635
o252.Parent = o1
6636
o252.Material = Enum.Material.SmoothPlastic
6637
o252.BrickColor = BrickColor.new("Fossil")
6638
o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
6639
o252.Rotation = Vector3.new(90, -38.0900002, 171.5)
6640
o252.Anchored = false
6641
o252.CanCollide = false
6642
o252.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6643
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)
6644
o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6645
o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6646
o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6647
o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6648
o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6649
o252.Color = Color3.new(0.623529, 0.631373, 0.67451)
6650
o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
6651
o253.Parent = o252
6652
o253.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6653
o254.Name = "Joint"
6654
o254.Parent = o252
6655
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)
6656
o254.Part0 = o252
6657
o254.Part1 = o2
6658
o255.Name = "Chain"
6659
o255.Parent = o1
6660
o255.Material = Enum.Material.SmoothPlastic
6661
o255.BrickColor = BrickColor.new("Fossil")
6662
o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
6663
o255.Rotation = Vector3.new(-180, 0, 128.089996)
6664
o255.Anchored = false
6665
o255.CanCollide = false
6666
o255.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6667
o255.CFrame = CFrame.new(111.993683, 1.060974, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6668
o255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6669
o255.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6670
o255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6671
o255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6672
o255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6673
o255.Color = Color3.new(0.623529, 0.631373, 0.67451)
6674
o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
6675
o256.Parent = o255
6676
o256.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6677
o257.Name = "Joint"
6678
o257.Parent = o255
6679
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)
6680
o257.Part0 = o255
6681
o257.Part1 = o2
6682
o258.Name = "Chain"
6683
o258.Parent = o1
6684
o258.Material = Enum.Material.SmoothPlastic
6685
o258.BrickColor = BrickColor.new("Fossil")
6686
o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
6687
o258.Rotation = Vector3.new(90, -38.0900002, 90)
6688
o258.Anchored = false
6689
o258.CanCollide = false
6690
o258.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6691
o258.CFrame = CFrame.new(112.09314, 1.04384899, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6692
o258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6693
o258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6694
o258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6695
o258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6696
o258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6697
o258.Color = Color3.new(0.623529, 0.631373, 0.67451)
6698
o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
6699
o259.Parent = o258
6700
o259.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6701
o260.Name = "Joint"
6702
o260.Parent = o258
6703
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)
6704
o260.Part0 = o258
6705
o260.Part1 = o2
6706
o261.Name = "Chain"
6707
o261.Parent = o1
6708
o261.Material = Enum.Material.SmoothPlastic
6709
o261.BrickColor = BrickColor.new("Fossil")
6710
o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
6711
o261.Rotation = Vector3.new(-180, 0, 128.089996)
6712
o261.Anchored = false
6713
o261.CanCollide = false
6714
o261.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6715
o261.CFrame = CFrame.new(112.068916, 1.06284106, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6716
o261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6717
o261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6718
o261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6719
o261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6720
o261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6721
o261.Color = Color3.new(0.623529, 0.631373, 0.67451)
6722
o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
6723
o262.Parent = o261
6724
o262.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6725
o263.Name = "Joint"
6726
o263.Parent = o261
6727
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)
6728
o263.Part0 = o261
6729
o263.Part1 = o2
6730
o264.Name = "Chain"
6731
o264.Parent = o1
6732
o264.Material = Enum.Material.SmoothPlastic
6733
o264.BrickColor = BrickColor.new("Fossil")
6734
o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
6735
o264.Rotation = Vector3.new(90, -38.0900002, 90)
6736
o264.Anchored = false
6737
o264.CanCollide = false
6738
o264.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6739
o264.CFrame = CFrame.new(112.051819, 1.07623994, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6740
o264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6741
o264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6742
o264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6743
o264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6744
o264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6745
o264.Color = Color3.new(0.623529, 0.631373, 0.67451)
6746
o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
6747
o265.Parent = o264
6748
o265.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6749
o266.Name = "Joint"
6750
o266.Parent = o264
6751
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)
6752
o266.Part0 = o264
6753
o266.Part1 = o2
6754
o267.Name = "Chain"
6755
o267.Parent = o1
6756
o267.Material = Enum.Material.SmoothPlastic
6757
o267.BrickColor = BrickColor.new("Fossil")
6758
o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
6759
o267.Rotation = Vector3.new(-180, 0, 128.089996)
6760
o267.Anchored = false
6761
o267.CanCollide = false
6762
o267.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6763
o267.CFrame = CFrame.new(112.130943, 0.953365028, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6764
o267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6765
o267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6766
o267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6767
o267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6768
o267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6769
o267.Color = Color3.new(0.623529, 0.631373, 0.67451)
6770
o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
6771
o268.Parent = o267
6772
o268.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
6773
o269.Name = "Joint"
6774
o269.Parent = o267
6775
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)
6776
o269.Part0 = o267
6777
o269.Part1 = o2
6778
o270.Name = "Chain"
6779
o270.Parent = o1
6780
o270.Material = Enum.Material.SmoothPlastic
6781
o270.BrickColor = BrickColor.new("Fossil")
6782
o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
6783
o270.Rotation = Vector3.new(-180, 0, 128.089996)
6784
o270.Anchored = false
6785
o270.CanCollide = false
6786
o270.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6787
o270.CFrame = CFrame.new(112.119171, 1.02344501, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
6788
o270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6789
o270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6790
o270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6791
o270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6792
o270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6793
o270.Color = Color3.new(0.623529, 0.631373, 0.67451)
6794
o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
6795
o271.Parent = o270
6796
o271.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6797
o272.Name = "Joint"
6798
o272.Parent = o270
6799
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)
6800
o272.Part0 = o270
6801
o272.Part1 = o2
6802
o273.Name = "Chain"
6803
o273.Parent = o1
6804
o273.Material = Enum.Material.SmoothPlastic
6805
o273.BrickColor = BrickColor.new("Fossil")
6806
o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
6807
o273.Rotation = Vector3.new(90, -38.0900002, 90)
6808
o273.Anchored = false
6809
o273.CanCollide = false
6810
o273.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6811
o273.CFrame = CFrame.new(112.092041, 1.04470801, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6812
o273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6813
o273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6814
o273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6815
o273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6816
o273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6817
o273.Color = Color3.new(0.623529, 0.631373, 0.67451)
6818
o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
6819
o274.Parent = o273
6820
o274.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6821
o275.Name = "Joint"
6822
o275.Parent = o273
6823
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)
6824
o275.Part0 = o273
6825
o275.Part1 = o2
6826
o276.Name = "Chain"
6827
o276.Parent = o1
6828
o276.Material = Enum.Material.SmoothPlastic
6829
o276.BrickColor = BrickColor.new("Fossil")
6830
o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
6831
o276.Rotation = Vector3.new(90, -38.0900002, 90)
6832
o276.Anchored = false
6833
o276.CanCollide = false
6834
o276.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6835
o276.CFrame = CFrame.new(112.092041, 1.04470801, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6836
o276.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6837
o276.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6838
o276.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6839
o276.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6840
o276.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6841
o276.Color = Color3.new(0.623529, 0.631373, 0.67451)
6842
o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
6843
o277.Parent = o276
6844
o277.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
6845
o278.Name = "Joint"
6846
o278.Parent = o276
6847
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)
6848
o278.Part0 = o276
6849
o278.Part1 = o2
6850
o279.Name = "Chain"
6851
o279.Parent = o1
6852
o279.Material = Enum.Material.SmoothPlastic
6853
o279.BrickColor = BrickColor.new("Fossil")
6854
o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
6855
o279.Rotation = Vector3.new(90, -38.0900002, 90)
6856
o279.Anchored = false
6857
o279.CanCollide = false
6858
o279.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6859
o279.CFrame = CFrame.new(112.13884, 1.00803494, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6860
o279.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6861
o279.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6862
o279.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6863
o279.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6864
o279.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6865
o279.Color = Color3.new(0.623529, 0.631373, 0.67451)
6866
o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
6867
o280.Parent = o279
6868
o280.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6869
o281.Name = "Joint"
6870
o281.Parent = o279
6871
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)
6872
o281.Part0 = o279
6873
o281.Part1 = o2
6874
o282.Name = "Chain"
6875
o282.Parent = o1
6876
o282.Material = Enum.Material.SmoothPlastic
6877
o282.BrickColor = BrickColor.new("Fossil")
6878
o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
6879
o282.Rotation = Vector3.new(0, 0, 51.9099998)
6880
o282.Anchored = false
6881
o282.CanCollide = false
6882
o282.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6883
o282.CFrame = CFrame.new(112.206192, 0.955232024, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
6884
o282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6885
o282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6886
o282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6887
o282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6888
o282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6889
o282.Color = Color3.new(0.623529, 0.631373, 0.67451)
6890
o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
6891
o283.Parent = o282
6892
o283.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6893
o284.Name = "Joint"
6894
o284.Parent = o282
6895
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)
6896
o284.Part0 = o282
6897
o284.Part1 = o2
6898
o285.Name = "Chain"
6899
o285.Parent = o1
6900
o285.Material = Enum.Material.SmoothPlastic
6901
o285.BrickColor = BrickColor.new("Fossil")
6902
o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
6903
o285.Rotation = Vector3.new(90, -38.0900002, 90)
6904
o285.Anchored = false
6905
o285.CanCollide = false
6906
o285.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
6907
o285.CFrame = CFrame.new(112.051819, 1.07623994, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
6908
o285.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6909
o285.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6910
o285.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6911
o285.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6912
o285.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6913
o285.Color = Color3.new(0.623529, 0.631373, 0.67451)
6914
o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
6915
o286.Parent = o285
6916
o286.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
6917
o287.Name = "Joint"
6918
o287.Parent = o285
6919
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)
6920
o287.Part0 = o285
6921
o287.Part1 = o2
6922
o288.Parent = o1
6923
o288.Material = Enum.Material.SmoothPlastic
6924
o288.BrickColor = BrickColor.new("Really black")
6925
o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
6926
o288.Rotation = Vector3.new(-6.51999998, 67.3399963, 27.2399998)
6927
o288.Anchored = false
6928
o288.FormFactor = Enum.FormFactor.Custom
6929
o288.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
6930
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)
6931
o288.BottomSurface = Enum.SurfaceType.Smooth
6932
o288.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6933
o288.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6934
o288.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6935
o288.TopSurface = Enum.SurfaceType.Smooth
6936
o288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6937
o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
6938
o289.Name = "Joint"
6939
o289.Parent = o288
6940
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)
6941
o289.Part0 = o288
6942
o289.Part1 = o2
6943
o290.Parent = o1
6944
o290.Material = Enum.Material.SmoothPlastic
6945
o290.BrickColor = BrickColor.new("Really black")
6946
o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
6947
o290.Rotation = Vector3.new(-25.4300003, 60.0800018, 49.1500015)
6948
o290.Anchored = false
6949
o290.FormFactor = Enum.FormFactor.Custom
6950
o290.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
6951
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)
6952
o290.BottomSurface = Enum.SurfaceType.Smooth
6953
o290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6954
o290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6955
o290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6956
o290.TopSurface = Enum.SurfaceType.Smooth
6957
o290.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6958
o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
6959
o291.Name = "Joint"
6960
o291.Parent = o290
6961
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)
6962
o291.Part0 = o290
6963
o291.Part1 = o2
6964
o292.Parent = o1
6965
o292.Material = Enum.Material.SmoothPlastic
6966
o292.BrickColor = BrickColor.new("Really black")
6967
o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
6968
o292.Rotation = Vector3.new(-33.0400009, 53.5200005, 60.7000008)
6969
o292.Anchored = false
6970
o292.FormFactor = Enum.FormFactor.Custom
6971
o292.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
6972
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)
6973
o292.BottomSurface = Enum.SurfaceType.Smooth
6974
o292.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6975
o292.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6976
o292.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6977
o292.TopSurface = Enum.SurfaceType.Smooth
6978
o292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
6979
o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
6980
o293.Name = "Joint"
6981
o293.Parent = o292
6982
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)
6983
o293.Part0 = o292
6984
o293.Part1 = o2
6985
o294.Parent = o1
6986
o294.Material = Enum.Material.Metal
6987
o294.BrickColor = BrickColor.new("Dark stone grey")
6988
o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
6989
o294.Rotation = Vector3.new(89.9199982, 0, 0)
6990
o294.Anchored = false
6991
o294.CanCollide = false
6992
o294.Size = Vector3.new(0.358883083, 0.200000003, 0.324934512)
6993
o294.CFrame = CFrame.new(110.700317, 3.83861208, -59.9401741, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
6994
o294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6995
o294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6996
o294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6997
o294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6998
o294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6999
o294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7000
o294.Color = Color3.new(0.388235, 0.372549, 0.384314)
7001
o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
7002
o295.Parent = o294
7003
o295.Scale = Vector3.new(1, 0.484977037, 1)
7004
o296.Name = "Joint"
7005
o296.Parent = o294
7006
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)
7007
o296.Part0 = o294
7008
o296.Part1 = o2
7009
o297.Parent = o1
7010
o297.Material = Enum.Material.SmoothPlastic
7011
o297.BrickColor = BrickColor.new("Really black")
7012
o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
7013
o297.Rotation = Vector3.new(-48.2099991, -83.4400024, -73.3799973)
7014
o297.Anchored = false
7015
o297.FormFactor = Enum.FormFactor.Custom
7016
o297.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7017
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)
7018
o297.BottomSurface = Enum.SurfaceType.Smooth
7019
o297.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7020
o297.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7021
o297.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7022
o297.TopSurface = Enum.SurfaceType.Smooth
7023
o297.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7024
o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
7025
o298.Name = "Joint"
7026
o298.Parent = o297
7027
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)
7028
o298.Part0 = o297
7029
o298.Part1 = o2
7030
o299.Parent = o1
7031
o299.Material = Enum.Material.SmoothPlastic
7032
o299.BrickColor = BrickColor.new("Really black")
7033
o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
7034
o299.Rotation = Vector3.new(-90, -67.0100021, -90)
7035
o299.Anchored = false
7036
o299.FormFactor = Enum.FormFactor.Custom
7037
o299.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7038
o299.CFrame = CFrame.new(109.589294, 1.338287, -61.2099457, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
7039
o299.BottomSurface = Enum.SurfaceType.Smooth
7040
o299.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7041
o299.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7042
o299.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7043
o299.TopSurface = Enum.SurfaceType.Smooth
7044
o299.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7045
o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
7046
o300.Name = "Joint"
7047
o300.Parent = o299
7048
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)
7049
o300.Part0 = o299
7050
o300.Part1 = o2
7051
o301.Parent = o1
7052
o301.Material = Enum.Material.SmoothPlastic
7053
o301.BrickColor = BrickColor.new("Really black")
7054
o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
7055
o301.Rotation = Vector3.new(-61.8400002, -72.7200012, -81.8799973)
7056
o301.Anchored = false
7057
o301.FormFactor = Enum.FormFactor.Custom
7058
o301.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7059
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)
7060
o301.BottomSurface = Enum.SurfaceType.Smooth
7061
o301.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7062
o301.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7063
o301.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7064
o301.TopSurface = Enum.SurfaceType.Smooth
7065
o301.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7066
o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
7067
o302.Name = "Joint"
7068
o302.Parent = o301
7069
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)
7070
o302.Part0 = o301
7071
o302.Part1 = o2
7072
o303.Parent = o1
7073
o303.Material = Enum.Material.SmoothPlastic
7074
o303.BrickColor = BrickColor.new("Really black")
7075
o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
7076
o303.Rotation = Vector3.new(180, 90, 0)
7077
o303.Anchored = false
7078
o303.FormFactor = Enum.FormFactor.Custom
7079
o303.Size = Vector3.new(1.21000004, 0.200000003, 0.689999998)
7080
o303.CFrame = CFrame.new(111.325104, 4.15095997, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7081
o303.BottomSurface = Enum.SurfaceType.Smooth
7082
o303.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7083
o303.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7084
o303.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7085
o303.TopSurface = Enum.SurfaceType.Smooth
7086
o303.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7087
o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
7088
o304.Name = "Joint"
7089
o304.Parent = o303
7090
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)
7091
o304.Part0 = o303
7092
o304.Part1 = o2
7093
o305.Parent = o1
7094
o305.Material = Enum.Material.SmoothPlastic
7095
o305.BrickColor = BrickColor.new("Really black")
7096
o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
7097
o305.Rotation = Vector3.new(-66.0599976, -65.1100006, -80.6699982)
7098
o305.Anchored = false
7099
o305.FormFactor = Enum.FormFactor.Custom
7100
o305.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
7101
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)
7102
o305.BottomSurface = Enum.SurfaceType.Smooth
7103
o305.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7104
o305.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7105
o305.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7106
o305.TopSurface = Enum.SurfaceType.Smooth
7107
o305.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7108
o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
7109
o306.Name = "Joint"
7110
o306.Parent = o305
7111
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)
7112
o306.Part0 = o305
7113
o306.Part1 = o2
7114
o307.Parent = o1
7115
o307.Material = Enum.Material.SmoothPlastic
7116
o307.BrickColor = BrickColor.new("Really black")
7117
o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
7118
o307.Rotation = Vector3.new(180, 90, 0)
7119
o307.Anchored = false
7120
o307.FormFactor = Enum.FormFactor.Custom
7121
o307.Size = Vector3.new(0.560000062, 0.200000003, 2)
7122
o307.CFrame = CFrame.new(110.610107, 4.15095997, -61.0299454, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7123
o307.BottomSurface = Enum.SurfaceType.Smooth
7124
o307.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7125
o307.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7126
o307.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7127
o307.TopSurface = Enum.SurfaceType.Smooth
7128
o307.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7129
o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
7130
o308.Name = "Joint"
7131
o308.Parent = o307
7132
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)
7133
o308.Part0 = o307
7134
o308.Part1 = o2
7135
o309.Parent = o1
7136
o309.Material = Enum.Material.SmoothPlastic
7137
o309.BrickColor = BrickColor.new("Really black")
7138
o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
7139
o309.Rotation = Vector3.new(180, 90, 0)
7140
o309.Anchored = false
7141
o309.FormFactor = Enum.FormFactor.Custom
7142
o309.Size = Vector3.new(1.22000003, 0.200000003, 0.639999986)
7143
o309.CFrame = CFrame.new(109.930099, 4.15095997, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
7144
o309.BottomSurface = Enum.SurfaceType.Smooth
7145
o309.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7146
o309.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7147
o309.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7148
o309.TopSurface = Enum.SurfaceType.Smooth
7149
o309.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7150
o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
7151
o310.Name = "Joint"
7152
o310.Parent = o309
7153
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)
7154
o310.Part0 = o309
7155
o310.Part1 = o2
7156
o311.Name = "Chain"
7157
o311.Parent = o1
7158
o311.Material = Enum.Material.SmoothPlastic
7159
o311.BrickColor = BrickColor.new("Fossil")
7160
o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
7161
o311.Rotation = Vector3.new(0, 0, 51.9099998)
7162
o311.Anchored = false
7163
o311.CanCollide = false
7164
o311.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7165
o311.CFrame = CFrame.new(112.130943, 0.953365028, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
7166
o311.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7167
o311.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7168
o311.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7169
o311.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7170
o311.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7171
o311.Color = Color3.new(0.623529, 0.631373, 0.67451)
7172
o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
7173
o312.Parent = o311
7174
o312.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
7175
o313.Name = "Joint"
7176
o313.Parent = o311
7177
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)
7178
o313.Part0 = o311
7179
o313.Part1 = o2
7180
o314.Name = "Chain"
7181
o314.Parent = o1
7182
o314.Material = Enum.Material.SmoothPlastic
7183
o314.BrickColor = BrickColor.new("Fossil")
7184
o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
7185
o314.Rotation = Vector3.new(90, -38.0900002, 8.5)
7186
o314.Anchored = false
7187
o314.CanCollide = false
7188
o314.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7189
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)
7190
o314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7191
o314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7192
o314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7193
o314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7194
o314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7195
o314.Color = Color3.new(0.623529, 0.631373, 0.67451)
7196
o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
7197
o315.Parent = o314
7198
o315.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7199
o316.Name = "Joint"
7200
o316.Parent = o314
7201
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)
7202
o316.Part0 = o314
7203
o316.Part1 = o2
7204
o317.Name = "Chain"
7205
o317.Parent = o1
7206
o317.Material = Enum.Material.SmoothPlastic
7207
o317.BrickColor = BrickColor.new("Fossil")
7208
o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
7209
o317.Rotation = Vector3.new(90, -38.0900002, 8.5)
7210
o317.Anchored = false
7211
o317.CanCollide = false
7212
o317.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7213
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)
7214
o317.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7215
o317.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7216
o317.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7217
o317.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7218
o317.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7219
o317.Color = Color3.new(0.623529, 0.631373, 0.67451)
7220
o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
7221
o318.Parent = o317
7222
o318.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7223
o319.Name = "Joint"
7224
o319.Parent = o317
7225
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)
7226
o319.Part0 = o317
7227
o319.Part1 = o2
7228
o320.Name = "Chain"
7229
o320.Parent = o1
7230
o320.Material = Enum.Material.SmoothPlastic
7231
o320.BrickColor = BrickColor.new("Fossil")
7232
o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
7233
o320.Rotation = Vector3.new(90, -38.0900002, 8.5)
7234
o320.Anchored = false
7235
o320.CanCollide = false
7236
o320.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7237
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)
7238
o320.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7239
o320.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7240
o320.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7241
o320.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7242
o320.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7243
o320.Color = Color3.new(0.623529, 0.631373, 0.67451)
7244
o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
7245
o321.Parent = o320
7246
o321.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
7247
o322.Name = "Joint"
7248
o322.Parent = o320
7249
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)
7250
o322.Part0 = o320
7251
o322.Part1 = o2
7252
o323.Name = "Chain"
7253
o323.Parent = o1
7254
o323.Material = Enum.Material.SmoothPlastic
7255
o323.BrickColor = BrickColor.new("Fossil")
7256
o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
7257
o323.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
7258
o323.Anchored = false
7259
o323.CanCollide = false
7260
o323.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7261
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)
7262
o323.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7263
o323.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7264
o323.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7265
o323.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7266
o323.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7267
o323.Color = Color3.new(0.623529, 0.631373, 0.67451)
7268
o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
7269
o324.Parent = o323
7270
o324.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7271
o325.Name = "Joint"
7272
o325.Parent = o323
7273
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)
7274
o325.Part0 = o323
7275
o325.Part1 = o2
7276
o326.Name = "Chain"
7277
o326.Parent = o1
7278
o326.Material = Enum.Material.SmoothPlastic
7279
o326.BrickColor = BrickColor.new("Fossil")
7280
o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
7281
o326.Rotation = Vector3.new(90, -38.0900002, 90)
7282
o326.Anchored = false
7283
o326.CanCollide = false
7284
o326.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7285
o326.CFrame = CFrame.new(112.09314, 1.04384899, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
7286
o326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7287
o326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7288
o326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7289
o326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7290
o326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7291
o326.Color = Color3.new(0.623529, 0.631373, 0.67451)
7292
o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
7293
o327.Parent = o326
7294
o327.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
7295
o328.Name = "Joint"
7296
o328.Parent = o326
7297
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)
7298
o328.Part0 = o326
7299
o328.Part1 = o2
7300
o329.Name = "Chain"
7301
o329.Parent = o1
7302
o329.Material = Enum.Material.SmoothPlastic
7303
o329.BrickColor = BrickColor.new("Fossil")
7304
o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
7305
o329.Rotation = Vector3.new(90, -38.0900002, 147.770004)
7306
o329.Anchored = false
7307
o329.CanCollide = false
7308
o329.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
7309
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)
7310
o329.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7311
o329.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7312
o329.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7313
o329.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7314
o329.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7315
o329.Color = Color3.new(0.623529, 0.631373, 0.67451)
7316
o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
7317
o330.Parent = o329
7318
o330.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
7319
o331.Name = "Joint"
7320
o331.Parent = o329
7321
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)
7322
o331.Part0 = o329
7323
o331.Part1 = o2
7324
mas.Parent = workspace
7325
mas:MakeJoints()
7326
local mas1 = mas:GetChildren()
7327
for i=1,#mas1 do
7328
	mas1[i].Parent = workspace 
7329
	ypcall(function() mas1[i]:MakeJoints() end)
7330
end
7331
mas:Destroy()
7332
for i=1,#cors do
7333
coroutine.resume(cors[i])
7334
end
7335
7336
wait()
7337
7338
Workspace["Torso_"].Parent = game.Players.LocalPlayer.Character
7339
7340
game.Players.LocalPlayer.Character["Torso_"].Name = "Familiar Torso"
7341
7342
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
7343
w.Part0 = game.Players.LocalPlayer.Character["Torso"]
7344
w.Part1 = o2
7345
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
7346
game.Players.LocalPlayer.Character["Torso"].Transparency = 0
7347
7348
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Torso"]:GetChildren()) do
7349
	if v.ClassName == "Part" then
7350
	v.CanCollide = false
7351
	v.Anchored = false
7352
	end
7353
end
7354
7355
7356
local runDummyScript = function(f,scri)
7357
local oldenv = getfenv(f)
7358
local newenv = setmetatable({}, {
7359
__index = function(_, k)
7360
if k:lower() == 'script' then
7361
return scri
7362
else
7363
return oldenv[k]
7364
end
7365
end
7366
})
7367
setfenv(f, newenv)
7368
ypcall(function() f() end)
7369
end
7370
cors = {}
7371
mas = Instance.new("Model",game:GetService("Lighting")) 
7372
mas.Name = "CompiledModel"
7373
o1 = Instance.new("Model")
7374
o2 = Instance.new("Part")
7375
o3 = Instance.new("SpecialMesh")
7376
o4 = Instance.new("Part")
7377
o5 = Instance.new("Weld")
7378
o6 = Instance.new("Part")
7379
o7 = Instance.new("Weld")
7380
o8 = Instance.new("Part")
7381
o9 = Instance.new("Weld")
7382
o10 = Instance.new("Part")
7383
o11 = Instance.new("Weld")
7384
o12 = Instance.new("Part")
7385
o13 = Instance.new("Weld")
7386
o14 = Instance.new("Part")
7387
o15 = Instance.new("Weld")
7388
o16 = Instance.new("Part")
7389
o17 = Instance.new("Weld")
7390
o18 = Instance.new("Part")
7391
o19 = Instance.new("Weld")
7392
o20 = Instance.new("Part")
7393
o21 = Instance.new("SpecialMesh")
7394
o22 = Instance.new("Weld")
7395
o23 = Instance.new("Part")
7396
o24 = Instance.new("SpecialMesh")
7397
o25 = Instance.new("Weld")
7398
o26 = Instance.new("Part")
7399
o27 = Instance.new("SpecialMesh")
7400
o28 = Instance.new("Weld")
7401
o29 = Instance.new("Part")
7402
o30 = Instance.new("SpecialMesh")
7403
o31 = Instance.new("Weld")
7404
o32 = Instance.new("Part")
7405
o33 = Instance.new("SpecialMesh")
7406
o34 = Instance.new("Weld")
7407
o35 = Instance.new("Part")
7408
o36 = Instance.new("SpecialMesh")
7409
o37 = Instance.new("Weld")
7410
o38 = Instance.new("Part")
7411
o39 = Instance.new("SpecialMesh")
7412
o40 = Instance.new("Weld")
7413
o41 = Instance.new("Part")
7414
o42 = Instance.new("SpecialMesh")
7415
o43 = Instance.new("Weld")
7416
o44 = Instance.new("Part")
7417
o45 = Instance.new("SpecialMesh")
7418
o46 = Instance.new("Weld")
7419
o47 = Instance.new("Part")
7420
o48 = Instance.new("SpecialMesh")
7421
o49 = Instance.new("Weld")
7422
o50 = Instance.new("Part")
7423
o51 = Instance.new("SpecialMesh")
7424
o52 = Instance.new("Weld")
7425
o53 = Instance.new("Part")
7426
o54 = Instance.new("Weld")
7427
o55 = Instance.new("Part")
7428
o56 = Instance.new("Weld")
7429
o57 = Instance.new("Part")
7430
o58 = Instance.new("Weld")
7431
o59 = Instance.new("Part")
7432
o60 = Instance.new("Weld")
7433
o61 = Instance.new("Part")
7434
o62 = Instance.new("Weld")
7435
o63 = Instance.new("WedgePart")
7436
o64 = Instance.new("SpecialMesh")
7437
o65 = Instance.new("Weld")
7438
o66 = Instance.new("WedgePart")
7439
o67 = Instance.new("SpecialMesh")
7440
o68 = Instance.new("Weld")
7441
o69 = Instance.new("WedgePart")
7442
o70 = Instance.new("SpecialMesh")
7443
o71 = Instance.new("Weld")
7444
o72 = Instance.new("WedgePart")
7445
o73 = Instance.new("SpecialMesh")
7446
o74 = Instance.new("Weld")
7447
o75 = Instance.new("WedgePart")
7448
o76 = Instance.new("SpecialMesh")
7449
o77 = Instance.new("Weld")
7450
o78 = Instance.new("WedgePart")
7451
o79 = Instance.new("SpecialMesh")
7452
o80 = Instance.new("Weld")
7453
o81 = Instance.new("WedgePart")
7454
o82 = Instance.new("SpecialMesh")
7455
o83 = Instance.new("Weld")
7456
o84 = Instance.new("WedgePart")
7457
o85 = Instance.new("SpecialMesh")
7458
o86 = Instance.new("Weld")
7459
o87 = Instance.new("WedgePart")
7460
o88 = Instance.new("SpecialMesh")
7461
o89 = Instance.new("Weld")
7462
o90 = Instance.new("Part")
7463
o91 = Instance.new("Weld")
7464
o92 = Instance.new("WedgePart")
7465
o93 = Instance.new("SpecialMesh")
7466
o94 = Instance.new("Weld")
7467
o95 = Instance.new("WedgePart")
7468
o96 = Instance.new("SpecialMesh")
7469
o97 = Instance.new("Weld")
7470
o98 = Instance.new("WedgePart")
7471
o99 = Instance.new("SpecialMesh")
7472
o100 = Instance.new("Weld")
7473
o1.Name = "LeftArm"
7474
o1.Parent = mas
7475
o2.Name = "REF"
7476
o2.Parent = o1
7477
o2.Transparency = 1
7478
o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
7479
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
7480
o2.Anchored = false
7481
o2.CanCollide = false
7482
o2.FormFactor = Enum.FormFactor.Symmetric
7483
o2.Size = Vector3.new(1, 2, 1)
7484
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)
7485
o2.BottomSurface = Enum.SurfaceType.Smooth
7486
o2.TopSurface = Enum.SurfaceType.Smooth
7487
o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
7488
o3.Parent = o2
7489
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
7490
o3.MeshType = Enum.MeshType.FileMesh
7491
o4.Name = "Pinkie"
7492
o4.Parent = o1
7493
o4.Material = Enum.Material.Metal
7494
o4.BrickColor = BrickColor.new("Really black")
7495
o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
7496
o4.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7497
o4.Anchored = false
7498
o4.FormFactor = Enum.FormFactor.Custom
7499
o4.Size = Vector3.new(0.385473251, 0.244744942, 0.244744942)
7500
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)
7501
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7502
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7503
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7504
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7505
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7506
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7507
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7508
o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
7509
o5.Name = "Joint"
7510
o5.Parent = o4
7511
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)
7512
o5.Part0 = o4
7513
o5.Part1 = o2
7514
o6.Name = "main"
7515
o6.Parent = o1
7516
o6.Material = Enum.Material.Metal
7517
o6.BrickColor = BrickColor.new("Really black")
7518
o6.Reflectance = 0.20000000298023
7519
o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
7520
o6.Rotation = Vector3.new(0, -88.5, 0)
7521
o6.Anchored = false
7522
o6.FormFactor = Enum.FormFactor.Custom
7523
o6.Size = Vector3.new(1.16253865, 2.04795957, 1.22372472)
7524
o6.CFrame = CFrame.new(112.151566, 3.20138907, -60.6235428, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
7525
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7526
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7527
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7528
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7529
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7530
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7531
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7532
o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
7533
o7.Name = "Joint"
7534
o7.Parent = o6
7535
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)
7536
o7.Part0 = o6
7537
o7.Part1 = o2
7538
o8.Name = "Middle"
7539
o8.Parent = o1
7540
o8.Material = Enum.Material.Metal
7541
o8.BrickColor = BrickColor.new("Really black")
7542
o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
7543
o8.Rotation = Vector3.new(-83.9800034, -75.9199982, 6.19999981)
7544
o8.Anchored = false
7545
o8.FormFactor = Enum.FormFactor.Custom
7546
o8.Size = Vector3.new(0.550676167, 0.244744971, 0.244744971)
7547
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)
7548
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7549
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7550
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7551
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7552
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7553
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7554
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7555
o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
7556
o9.Name = "Joint"
7557
o9.Parent = o8
7558
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)
7559
o9.Part0 = o8
7560
o9.Part1 = o2
7561
o10.Name = "Middle"
7562
o10.Parent = o1
7563
o10.Material = Enum.Material.Metal
7564
o10.BrickColor = BrickColor.new("Really black")
7565
o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
7566
o10.Rotation = Vector3.new(0, -88.4899979, 90)
7567
o10.Anchored = false
7568
o10.FormFactor = Enum.FormFactor.Custom
7569
o10.Size = Vector3.new(0.428303689, 0.244744971, 0.244744971)
7570
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)
7571
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7572
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7573
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7574
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7575
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7576
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7577
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7578
o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
7579
o11.Name = "Joint"
7580
o11.Parent = o10
7581
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)
7582
o11.Part0 = o10
7583
o11.Part1 = o2
7584
o12.Name = "Index"
7585
o12.Parent = o1
7586
o12.Material = Enum.Material.Metal
7587
o12.BrickColor = BrickColor.new("Really black")
7588
o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
7589
o12.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
7590
o12.Anchored = false
7591
o12.FormFactor = Enum.FormFactor.Custom
7592
o12.Size = Vector3.new(0.42830357, 0.244744897, 0.244744897)
7593
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)
7594
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7595
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7596
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7597
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7598
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7599
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7600
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7601
o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
7602
o13.Name = "Joint"
7603
o13.Parent = o12
7604
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)
7605
o13.Part0 = o12
7606
o13.Part1 = o2
7607
o14.Name = "Index"
7608
o14.Parent = o1
7609
o14.Material = Enum.Material.Metal
7610
o14.BrickColor = BrickColor.new("Really black")
7611
o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
7612
o14.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7613
o14.Anchored = false
7614
o14.FormFactor = Enum.FormFactor.Custom
7615
o14.Size = Vector3.new(0.458896697, 0.244744897, 0.244744897)
7616
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)
7617
o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7618
o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7619
o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7620
o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7621
o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7622
o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7623
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7624
o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
7625
o15.Name = "Joint"
7626
o15.Parent = o14
7627
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)
7628
o15.Part0 = o14
7629
o15.Part1 = o2
7630
o16.Parent = o1
7631
o16.Material = Enum.Material.Metal
7632
o16.BrickColor = BrickColor.new("Really black")
7633
o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
7634
o16.Rotation = Vector3.new(175.25, -1.62, -90.3199997)
7635
o16.Anchored = false
7636
o16.FormFactor = Enum.FormFactor.Custom
7637
o16.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
7638
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)
7639
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7640
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7641
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7642
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7643
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7644
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7645
o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7646
o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
7647
o17.Name = "Joint"
7648
o17.Parent = o16
7649
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)
7650
o17.Part0 = o16
7651
o17.Part1 = o2
7652
o18.Parent = o1
7653
o18.Material = Enum.Material.Metal
7654
o18.BrickColor = BrickColor.new("Really black")
7655
o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
7656
o18.Rotation = Vector3.new(-174.410004, -1.64999998, -90.0199966)
7657
o18.Anchored = false
7658
o18.FormFactor = Enum.FormFactor.Custom
7659
o18.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
7660
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)
7661
o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7662
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7663
o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7664
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7665
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7666
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7667
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7668
o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
7669
o19.Name = "Joint"
7670
o19.Parent = o18
7671
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)
7672
o19.Part0 = o18
7673
o19.Part1 = o2
7674
o20.Parent = o1
7675
o20.Material = Enum.Material.Neon
7676
o20.BrickColor = BrickColor.new("Cyan")
7677
o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
7678
o20.Rotation = Vector3.new(-180, -1.5, -180)
7679
o20.Anchored = false
7680
o20.CanCollide = false
7681
o20.Shape = Enum.PartType.Ball
7682
o20.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
7683
o20.CFrame = CFrame.new(112.858627, 3.2858181, -60.5739594, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
7684
o20.BottomSurface = Enum.SurfaceType.Smooth
7685
o20.TopSurface = Enum.SurfaceType.Smooth
7686
o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7687
o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
7688
o21.Parent = o20
7689
o21.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
7690
o21.MeshType = Enum.MeshType.Sphere
7691
o22.Name = "Joint"
7692
o22.Parent = o20
7693
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)
7694
o22.Part0 = o20
7695
o22.Part1 = o2
7696
o23.Name = "SkullMask"
7697
o23.Parent = o1
7698
o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
7699
o23.Rotation = Vector3.new(0, -88.5, 0)
7700
o23.Anchored = false
7701
o23.FormFactor = Enum.FormFactor.Custom
7702
o23.Size = Vector3.new(0.42987746, 0.49128899, 0.49128893)
7703
o23.CFrame = CFrame.new(112.709534, 3.31745791, -60.6490936, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
7704
o23.BottomSurface = Enum.SurfaceType.Smooth
7705
o23.TopSurface = Enum.SurfaceType.Smooth
7706
o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
7707
o24.Parent = o23
7708
o24.MeshId = "http://www.roblox.com/asset/?id=72542883"
7709
o24.Scale = Vector3.new(0.307055533, 0.921166539, 0.307055563)
7710
o24.TextureId = "rbxassetid://0"
7711
o24.VertexColor = Vector3.new(1, 2, 1)
7712
o24.MeshType = Enum.MeshType.FileMesh
7713
o25.Name = "Joint"
7714
o25.Parent = o23
7715
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)
7716
o25.Part0 = o23
7717
o25.Part1 = o2
7718
o26.Parent = o1
7719
o26.Material = Enum.Material.Neon
7720
o26.BrickColor = BrickColor.new("Cyan")
7721
o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
7722
o26.Rotation = Vector3.new(-180, -1.5, -180)
7723
o26.Anchored = false
7724
o26.CanCollide = false
7725
o26.Shape = Enum.PartType.Ball
7726
o26.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
7727
o26.CFrame = CFrame.new(112.85437, 3.2858181, -60.7367096, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
7728
o26.BottomSurface = Enum.SurfaceType.Smooth
7729
o26.TopSurface = Enum.SurfaceType.Smooth
7730
o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7731
o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
7732
o27.Parent = o26
7733
o27.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
7734
o27.MeshType = Enum.MeshType.Sphere
7735
o28.Name = "Joint"
7736
o28.Parent = o26
7737
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)
7738
o28.Part0 = o26
7739
o28.Part1 = o2
7740
o29.Parent = o1
7741
o29.Material = Enum.Material.Neon
7742
o29.BrickColor = BrickColor.new("Cyan")
7743
o29.Reflectance = 0.5
7744
o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
7745
o29.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
7746
o29.Anchored = false
7747
o29.CanCollide = false
7748
o29.FormFactor = Enum.FormFactor.Plate
7749
o29.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7750
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)
7751
o29.BottomSurface = Enum.SurfaceType.Smooth
7752
o29.TopSurface = Enum.SurfaceType.Smooth
7753
o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7754
o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
7755
o30.Parent = o29
7756
o30.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7757
o30.MeshType = Enum.MeshType.Wedge
7758
o31.Name = "Joint"
7759
o31.Parent = o29
7760
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)
7761
o31.Part0 = o29
7762
o31.Part1 = o2
7763
o32.Parent = o1
7764
o32.Material = Enum.Material.Neon
7765
o32.BrickColor = BrickColor.new("Cyan")
7766
o32.Reflectance = 0.5
7767
o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
7768
o32.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
7769
o32.Anchored = false
7770
o32.CanCollide = false
7771
o32.FormFactor = Enum.FormFactor.Plate
7772
o32.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7773
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)
7774
o32.BottomSurface = Enum.SurfaceType.Smooth
7775
o32.TopSurface = Enum.SurfaceType.Smooth
7776
o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7777
o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
7778
o33.Parent = o32
7779
o33.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7780
o33.MeshType = Enum.MeshType.Wedge
7781
o34.Name = "Joint"
7782
o34.Parent = o32
7783
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)
7784
o34.Part0 = o32
7785
o34.Part1 = o2
7786
o35.Parent = o1
7787
o35.Material = Enum.Material.Neon
7788
o35.BrickColor = BrickColor.new("Cyan")
7789
o35.Reflectance = 0.5
7790
o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
7791
o35.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
7792
o35.Anchored = false
7793
o35.CanCollide = false
7794
o35.FormFactor = Enum.FormFactor.Plate
7795
o35.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7796
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)
7797
o35.BottomSurface = Enum.SurfaceType.Smooth
7798
o35.TopSurface = Enum.SurfaceType.Smooth
7799
o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7800
o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
7801
o36.Parent = o35
7802
o36.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7803
o36.MeshType = Enum.MeshType.Wedge
7804
o37.Name = "Joint"
7805
o37.Parent = o35
7806
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)
7807
o37.Part0 = o35
7808
o37.Part1 = o2
7809
o38.Parent = o1
7810
o38.Material = Enum.Material.Neon
7811
o38.BrickColor = BrickColor.new("Cyan")
7812
o38.Reflectance = 0.5
7813
o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
7814
o38.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
7815
o38.Anchored = false
7816
o38.CanCollide = false
7817
o38.FormFactor = Enum.FormFactor.Plate
7818
o38.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7819
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)
7820
o38.BottomSurface = Enum.SurfaceType.Smooth
7821
o38.TopSurface = Enum.SurfaceType.Smooth
7822
o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7823
o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
7824
o39.Parent = o38
7825
o39.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7826
o39.MeshType = Enum.MeshType.Wedge
7827
o40.Name = "Joint"
7828
o40.Parent = o38
7829
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)
7830
o40.Part0 = o38
7831
o40.Part1 = o2
7832
o41.Parent = o1
7833
o41.Material = Enum.Material.Neon
7834
o41.BrickColor = BrickColor.new("Cyan")
7835
o41.Reflectance = 0.5
7836
o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
7837
o41.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
7838
o41.Anchored = false
7839
o41.CanCollide = false
7840
o41.FormFactor = Enum.FormFactor.Plate
7841
o41.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7842
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)
7843
o41.BottomSurface = Enum.SurfaceType.Smooth
7844
o41.TopSurface = Enum.SurfaceType.Smooth
7845
o41.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7846
o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
7847
o42.Parent = o41
7848
o42.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7849
o42.MeshType = Enum.MeshType.Wedge
7850
o43.Name = "Joint"
7851
o43.Parent = o41
7852
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)
7853
o43.Part0 = o41
7854
o43.Part1 = o2
7855
o44.Parent = o1
7856
o44.Material = Enum.Material.Neon
7857
o44.BrickColor = BrickColor.new("Cyan")
7858
o44.Reflectance = 0.5
7859
o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
7860
o44.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
7861
o44.Anchored = false
7862
o44.CanCollide = false
7863
o44.FormFactor = Enum.FormFactor.Plate
7864
o44.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7865
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)
7866
o44.BottomSurface = Enum.SurfaceType.Smooth
7867
o44.TopSurface = Enum.SurfaceType.Smooth
7868
o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7869
o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
7870
o45.Parent = o44
7871
o45.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7872
o45.MeshType = Enum.MeshType.Wedge
7873
o46.Name = "Joint"
7874
o46.Parent = o44
7875
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)
7876
o46.Part0 = o44
7877
o46.Part1 = o2
7878
o47.Parent = o1
7879
o47.Material = Enum.Material.Neon
7880
o47.BrickColor = BrickColor.new("Cyan")
7881
o47.Reflectance = 0.5
7882
o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
7883
o47.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
7884
o47.Anchored = false
7885
o47.CanCollide = false
7886
o47.FormFactor = Enum.FormFactor.Plate
7887
o47.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7888
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)
7889
o47.BottomSurface = Enum.SurfaceType.Smooth
7890
o47.TopSurface = Enum.SurfaceType.Smooth
7891
o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7892
o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
7893
o48.Parent = o47
7894
o48.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7895
o48.MeshType = Enum.MeshType.Wedge
7896
o49.Name = "Joint"
7897
o49.Parent = o47
7898
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)
7899
o49.Part0 = o47
7900
o49.Part1 = o2
7901
o50.Parent = o1
7902
o50.Material = Enum.Material.Neon
7903
o50.BrickColor = BrickColor.new("Cyan")
7904
o50.Reflectance = 0.5
7905
o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
7906
o50.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
7907
o50.Anchored = false
7908
o50.CanCollide = false
7909
o50.FormFactor = Enum.FormFactor.Plate
7910
o50.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
7911
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)
7912
o50.BottomSurface = Enum.SurfaceType.Smooth
7913
o50.TopSurface = Enum.SurfaceType.Smooth
7914
o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
7915
o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
7916
o51.Parent = o50
7917
o51.Scale = Vector3.new(0.527341008, 1, 0.527341008)
7918
o51.MeshType = Enum.MeshType.Wedge
7919
o52.Name = "Joint"
7920
o52.Parent = o50
7921
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)
7922
o52.Part0 = o50
7923
o52.Part1 = o2
7924
o53.Parent = o1
7925
o53.Material = Enum.Material.Metal
7926
o53.BrickColor = BrickColor.new("Really black")
7927
o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
7928
o53.Rotation = Vector3.new(161.25, -1.5, -90.6999969)
7929
o53.Anchored = false
7930
o53.FormFactor = Enum.FormFactor.Custom
7931
o53.Size = Vector3.new(0.428303599, 0.244744927, 0.244744927)
7932
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)
7933
o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7934
o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7935
o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7936
o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7937
o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7938
o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7939
o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7940
o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
7941
o54.Name = "Joint"
7942
o54.Parent = o53
7943
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)
7944
o54.Part0 = o53
7945
o54.Part1 = o2
7946
o55.Name = "Ring"
7947
o55.Parent = o1
7948
o55.Material = Enum.Material.Metal
7949
o55.BrickColor = BrickColor.new("Really black")
7950
o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
7951
o55.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
7952
o55.Anchored = false
7953
o55.FormFactor = Enum.FormFactor.Custom
7954
o55.Size = Vector3.new(0.465015382, 0.244744942, 0.244744942)
7955
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)
7956
o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7957
o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7958
o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7959
o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7960
o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7961
o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7962
o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7963
o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
7964
o56.Name = "Joint"
7965
o56.Parent = o55
7966
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)
7967
o56.Part0 = o55
7968
o56.Part1 = o2
7969
o57.Parent = o1
7970
o57.Material = Enum.Material.Metal
7971
o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
7972
o57.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
7973
o57.Anchored = false
7974
o57.FormFactor = Enum.FormFactor.Custom
7975
o57.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
7976
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)
7977
o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7978
o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7979
o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7980
o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7981
o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7982
o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7983
o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
7984
o58.Name = "Joint"
7985
o58.Parent = o57
7986
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)
7987
o58.Part0 = o57
7988
o58.Part1 = o2
7989
o59.Name = "Pinkie"
7990
o59.Parent = o1
7991
o59.Material = Enum.Material.Metal
7992
o59.BrickColor = BrickColor.new("Really black")
7993
o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
7994
o59.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
7995
o59.Anchored = false
7996
o59.FormFactor = Enum.FormFactor.Custom
7997
o59.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
7998
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)
7999
o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8000
o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8001
o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8002
o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8003
o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8004
o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8005
o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8006
o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
8007
o60.Name = "Joint"
8008
o60.Parent = o59
8009
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)
8010
o60.Part0 = o59
8011
o60.Part1 = o2
8012
o61.Parent = o1
8013
o61.Material = Enum.Material.Metal
8014
o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
8015
o61.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
8016
o61.Anchored = false
8017
o61.FormFactor = Enum.FormFactor.Custom
8018
o61.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
8019
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)
8020
o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8021
o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8022
o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8023
o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8024
o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8025
o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8026
o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
8027
o62.Name = "Joint"
8028
o62.Parent = o61
8029
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)
8030
o62.Part0 = o61
8031
o62.Part1 = o2
8032
o63.Parent = o1
8033
o63.Material = Enum.Material.Metal
8034
o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
8035
o63.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
8036
o63.Anchored = false
8037
o63.CanCollide = false
8038
o63.FormFactor = Enum.FormFactor.Custom
8039
o63.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8040
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)
8041
o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8042
o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8043
o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8044
o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8045
o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8046
o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8047
o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
8048
o64.Parent = o63
8049
o64.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8050
o64.MeshType = Enum.MeshType.Wedge
8051
o65.Name = "Joint"
8052
o65.Parent = o63
8053
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)
8054
o65.Part0 = o63
8055
o65.Part1 = o2
8056
o66.Parent = o1
8057
o66.Material = Enum.Material.Metal
8058
o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
8059
o66.Rotation = Vector3.new(-90, 0, -178.5)
8060
o66.Anchored = false
8061
o66.CanCollide = false
8062
o66.FormFactor = Enum.FormFactor.Custom
8063
o66.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8064
o66.CFrame = CFrame.new(112.634293, 3.27699494, -59.9934311, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
8065
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8066
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8067
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8068
o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8069
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8070
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8071
o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
8072
o67.Parent = o66
8073
o67.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8074
o67.MeshType = Enum.MeshType.Wedge
8075
o68.Name = "Joint"
8076
o68.Parent = o66
8077
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)
8078
o68.Part0 = o66
8079
o68.Part1 = o2
8080
o69.Parent = o1
8081
o69.Material = Enum.Material.Metal
8082
o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
8083
o69.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
8084
o69.Anchored = false
8085
o69.CanCollide = false
8086
o69.FormFactor = Enum.FormFactor.Custom
8087
o69.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8088
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)
8089
o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8090
o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8091
o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8092
o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8093
o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8094
o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8095
o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
8096
o70.Parent = o69
8097
o70.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8098
o70.MeshType = Enum.MeshType.Wedge
8099
o71.Name = "Joint"
8100
o71.Parent = o69
8101
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)
8102
o71.Part0 = o69
8103
o71.Part1 = o2
8104
o72.Parent = o1
8105
o72.Material = Enum.Material.Metal
8106
o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
8107
o72.Rotation = Vector3.new(90, 0, 178.5)
8108
o72.Anchored = false
8109
o72.CanCollide = false
8110
o72.FormFactor = Enum.FormFactor.Custom
8111
o72.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8112
o72.CFrame = CFrame.new(112.562759, 2.603935, -61.2769241, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
8113
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8114
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8115
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8116
o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8117
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8118
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8119
o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
8120
o73.Parent = o72
8121
o73.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8122
o73.MeshType = Enum.MeshType.Wedge
8123
o74.Name = "Joint"
8124
o74.Parent = o72
8125
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)
8126
o74.Part0 = o72
8127
o74.Part1 = o2
8128
o75.Parent = o1
8129
o75.Material = Enum.Material.Metal
8130
o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
8131
o75.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
8132
o75.Anchored = false
8133
o75.CanCollide = false
8134
o75.FormFactor = Enum.FormFactor.Custom
8135
o75.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8136
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)
8137
o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8138
o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8139
o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8140
o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8141
o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8142
o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8143
o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
8144
o76.Parent = o75
8145
o76.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8146
o76.MeshType = Enum.MeshType.Wedge
8147
o77.Name = "Joint"
8148
o77.Parent = o75
8149
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)
8150
o77.Part0 = o75
8151
o77.Part1 = o2
8152
o78.Parent = o1
8153
o78.Material = Enum.Material.Metal
8154
o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
8155
o78.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
8156
o78.Anchored = false
8157
o78.CanCollide = false
8158
o78.FormFactor = Enum.FormFactor.Custom
8159
o78.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8160
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)
8161
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8162
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8163
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8164
o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8165
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8166
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8167
o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
8168
o79.Parent = o78
8169
o79.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8170
o79.MeshType = Enum.MeshType.Wedge
8171
o80.Name = "Joint"
8172
o80.Parent = o78
8173
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)
8174
o80.Part0 = o78
8175
o80.Part1 = o2
8176
o81.Parent = o1
8177
o81.Material = Enum.Material.Metal
8178
o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
8179
o81.Rotation = Vector3.new(90, 0, -1.5)
8180
o81.Anchored = false
8181
o81.CanCollide = false
8182
o81.FormFactor = Enum.FormFactor.Custom
8183
o81.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8184
o81.CFrame = CFrame.new(111.716995, 2.66513395, -59.9693985, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
8185
o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8186
o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8187
o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8188
o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8189
o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8190
o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8191
o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
8192
o82.Parent = o81
8193
o82.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8194
o82.MeshType = Enum.MeshType.Wedge
8195
o83.Name = "Joint"
8196
o83.Parent = o81
8197
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)
8198
o83.Part0 = o81
8199
o83.Part1 = o2
8200
o84.Parent = o1
8201
o84.Material = Enum.Material.Metal
8202
o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
8203
o84.Rotation = Vector3.new(90, 0, -1.5)
8204
o84.Anchored = false
8205
o84.CanCollide = false
8206
o84.FormFactor = Enum.FormFactor.Custom
8207
o84.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8208
o84.CFrame = CFrame.new(112.634354, 2.66511011, -59.9934464, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
8209
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8210
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8211
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8212
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8213
o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8214
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8215
o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
8216
o85.Parent = o84
8217
o85.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8218
o85.MeshType = Enum.MeshType.Wedge
8219
o86.Name = "Joint"
8220
o86.Parent = o84
8221
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)
8222
o86.Part0 = o84
8223
o86.Part1 = o2
8224
o87.Parent = o1
8225
o87.Material = Enum.Material.Metal
8226
o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
8227
o87.Rotation = Vector3.new(90, 0, 178.5)
8228
o87.Anchored = false
8229
o87.CanCollide = false
8230
o87.FormFactor = Enum.FormFactor.Custom
8231
o87.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8232
o87.CFrame = CFrame.new(111.652649, 2.63455701, -61.2530289, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
8233
o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8234
o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8235
o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8236
o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8237
o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8238
o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8239
o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
8240
o88.Parent = o87
8241
o88.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8242
o88.MeshType = Enum.MeshType.Wedge
8243
o89.Name = "Joint"
8244
o89.Parent = o87
8245
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)
8246
o89.Part0 = o87
8247
o89.Part1 = o2
8248
o90.Name = "Ring"
8249
o90.Parent = o1
8250
o90.Material = Enum.Material.Metal
8251
o90.BrickColor = BrickColor.new("Really black")
8252
o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
8253
o90.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
8254
o90.Anchored = false
8255
o90.FormFactor = Enum.FormFactor.Custom
8256
o90.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
8257
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)
8258
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8259
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8260
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8261
o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8262
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8263
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8264
o90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8265
o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
8266
o91.Name = "Joint"
8267
o91.Parent = o90
8268
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)
8269
o91.Part0 = o90
8270
o91.Part1 = o2
8271
o92.Parent = o1
8272
o92.Material = Enum.Material.Metal
8273
o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
8274
o92.Rotation = Vector3.new(-90, 0, 1.5)
8275
o92.Anchored = false
8276
o92.CanCollide = false
8277
o92.FormFactor = Enum.FormFactor.Custom
8278
o92.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8279
o92.CFrame = CFrame.new(112.600632, 3.24638796, -61.277916, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
8280
o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8281
o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8282
o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8283
o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8284
o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8285
o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8286
o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
8287
o93.Parent = o92
8288
o93.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8289
o93.MeshType = Enum.MeshType.Wedge
8290
o94.Name = "Joint"
8291
o94.Parent = o92
8292
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)
8293
o94.Part0 = o92
8294
o94.Part1 = o2
8295
o95.Parent = o1
8296
o95.Material = Enum.Material.Metal
8297
o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
8298
o95.Rotation = Vector3.new(-90, 0, 1.5)
8299
o95.Anchored = false
8300
o95.CanCollide = false
8301
o95.FormFactor = Enum.FormFactor.Custom
8302
o95.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8303
o95.CFrame = CFrame.new(111.652649, 3.24638796, -61.2530441, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
8304
o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8305
o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8306
o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8307
o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8308
o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8309
o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8310
o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
8311
o96.Parent = o95
8312
o96.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8313
o96.MeshType = Enum.MeshType.Wedge
8314
o97.Name = "Joint"
8315
o97.Parent = o95
8316
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)
8317
o97.Part0 = o95
8318
o97.Part1 = o2
8319
o98.Parent = o1
8320
o98.Material = Enum.Material.Metal
8321
o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
8322
o98.Rotation = Vector3.new(-90, 0, -178.5)
8323
o98.Anchored = false
8324
o98.CanCollide = false
8325
o98.FormFactor = Enum.FormFactor.Custom
8326
o98.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
8327
o98.CFrame = CFrame.new(111.716995, 3.27698898, -59.9693985, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
8328
o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8329
o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8330
o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8331
o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8332
o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8333
o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8334
o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
8335
o99.Parent = o98
8336
o99.Scale = Vector3.new(0.789070249, 0.526046753, 1)
8337
o99.MeshType = Enum.MeshType.Wedge
8338
o100.Name = "Joint"
8339
o100.Parent = o98
8340
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)
8341
o100.Part0 = o98
8342
o100.Part1 = o2
8343
mas.Parent = workspace
8344
mas:MakeJoints()
8345
local mas1 = mas:GetChildren()
8346
for i=1,#mas1 do
8347
	mas1[i].Parent = workspace 
8348
	ypcall(function() mas1[i]:MakeJoints() end)
8349
end
8350
mas:Destroy()
8351
for i=1,#cors do
8352
coroutine.resume(cors[i])
8353
end
8354
8355
wait()
8356
8357
Workspace["LeftArm"].Parent = game.Players.LocalPlayer.Character
8358
8359
game.Players.LocalPlayer.Character["LeftArm"].Name = "Familiar Left Arm"
8360
8361
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Arm"])
8362
w.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
8363
w.Part1 = o2
8364
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8365
game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0
8366
8367
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Arm"]:GetChildren()) do
8368
	if v.ClassName == "Part" then
8369
	v.CanCollide = false
8370
	v.Anchored = false
8371
	end
8372
end
8373
8374
8375
local runDummyScript = function(f,scri)
8376
local oldenv = getfenv(f)
8377
local newenv = setmetatable({}, {
8378
__index = function(_, k)
8379
if k:lower() == 'script' then
8380
return scri
8381
else
8382
return oldenv[k]
8383
end
8384
end
8385
})
8386
setfenv(f, newenv)
8387
ypcall(function() f() end)
8388
end
8389
cors = {}
8390
mas = Instance.new("Model",game:GetService("Lighting")) 
8391
mas.Name = "CompiledModel"
8392
o1 = Instance.new("Model")
8393
o2 = Instance.new("Part")
8394
o3 = Instance.new("SpecialMesh")
8395
o4 = Instance.new("Part")
8396
o5 = Instance.new("Weld")
8397
o6 = Instance.new("Part")
8398
o7 = Instance.new("Weld")
8399
o8 = Instance.new("Part")
8400
o9 = Instance.new("Weld")
8401
o10 = Instance.new("Part")
8402
o11 = Instance.new("Weld")
8403
o1.Name = "LeftLeg"
8404
o1.Parent = mas
8405
o2.Name = "REF"
8406
o2.Parent = o1
8407
o2.Transparency = 1
8408
o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
8409
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8410
o2.CanCollide = false
8411
o2.FormFactor = Enum.FormFactor.Symmetric
8412
o2.Size = Vector3.new(1, 2, 1)
8413
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)
8414
o2.BottomSurface = Enum.SurfaceType.Smooth
8415
o2.TopSurface = Enum.SurfaceType.Smooth
8416
o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
8417
o3.Parent = o2
8418
o3.MeshId = "rbxasset://fonts/leftLeg.mesh"
8419
o3.MeshType = Enum.MeshType.FileMesh
8420
o4.Parent = o1
8421
o4.Material = Enum.Material.Metal
8422
o4.BrickColor = BrickColor.new("Really black")
8423
o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
8424
o4.Size = Vector3.new(1.11999989, 1.5, 1.01999998)
8425
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)
8426
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8427
o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
8428
o5.Name = "Joint"
8429
o5.Parent = o4
8430
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)
8431
o5.Part0 = o4
8432
o5.Part1 = o2
8433
o6.Name = "Boot Base"
8434
o6.Parent = o1
8435
o6.Material = Enum.Material.Metal
8436
o6.BrickColor = BrickColor.new("Really black")
8437
o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
8438
o6.Rotation = Vector3.new(-180, -0.870000005, -180)
8439
o6.FormFactor = Enum.FormFactor.Custom
8440
o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
8441
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)
8442
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8443
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8444
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8445
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8446
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8447
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8448
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8449
o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
8450
o7.Name = "Joint"
8451
o7.Parent = o6
8452
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)
8453
o7.Part0 = o6
8454
o7.Part1 = o2
8455
o8.Name = "Boot Sole"
8456
o8.Parent = o1
8457
o8.Material = Enum.Material.Metal
8458
o8.BrickColor = BrickColor.new("Really black")
8459
o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
8460
o8.Rotation = Vector3.new(-180, -0.870000005, -180)
8461
o8.FormFactor = Enum.FormFactor.Custom
8462
o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
8463
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)
8464
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8465
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8466
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8467
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8468
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8469
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8470
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8471
o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
8472
o9.Name = "Joint"
8473
o9.Parent = o8
8474
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)
8475
o9.Part0 = o8
8476
o9.Part1 = o2
8477
o10.Name = "Boot Top"
8478
o10.Parent = o1
8479
o10.Material = Enum.Material.Metal
8480
o10.BrickColor = BrickColor.new("Really black")
8481
o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
8482
o10.Rotation = Vector3.new(-180, -0.870000005, -180)
8483
o10.FormFactor = Enum.FormFactor.Custom
8484
o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
8485
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)
8486
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8487
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8488
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8489
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8490
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8491
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8492
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8493
o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
8494
o11.Name = "Joint"
8495
o11.Parent = o10
8496
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)
8497
o11.Part0 = o10
8498
o11.Part1 = o2
8499
mas.Parent = workspace
8500
mas:MakeJoints()
8501
local mas1 = mas:GetChildren()
8502
for i=1,#mas1 do
8503
	mas1[i].Parent = workspace 
8504
	ypcall(function() mas1[i]:MakeJoints() end)
8505
end
8506
mas:Destroy()
8507
for i=1,#cors do
8508
coroutine.resume(cors[i])
8509
end
8510
8511
wait()
8512
8513
Workspace["LeftLeg"].Parent = game.Players.LocalPlayer.Character
8514
8515
game.Players.LocalPlayer.Character["LeftLeg"].Name = "Familiar Left Leg"
8516
8517
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Leg"])
8518
w.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
8519
w.Part1 = o2
8520
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8521
game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0
8522
8523
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Leg"]:GetChildren()) do
8524
	if v.ClassName == "Part" then
8525
	v.CanCollide = false
8526
	v.Anchored = false
8527
	end
8528
end
8529
8530
8531
local runDummyScript = function(f,scri)
8532
local oldenv = getfenv(f)
8533
local newenv = setmetatable({}, {
8534
__index = function(_, k)
8535
if k:lower() == 'script' then
8536
return scri
8537
else
8538
return oldenv[k]
8539
end
8540
end
8541
})
8542
setfenv(f, newenv)
8543
ypcall(function() f() end)
8544
end
8545
cors = {}
8546
mas = Instance.new("Model",game:GetService("Lighting")) 
8547
mas.Name = "CompiledModel"
8548
o1 = Instance.new("Model")
8549
o2 = Instance.new("Part")
8550
o3 = Instance.new("SpecialMesh")
8551
o4 = Instance.new("Part")
8552
o5 = Instance.new("Weld")
8553
o6 = Instance.new("Part")
8554
o7 = Instance.new("Weld")
8555
o8 = Instance.new("Part")
8556
o9 = Instance.new("Weld")
8557
o10 = Instance.new("Part")
8558
o11 = Instance.new("Weld")
8559
o1.Name = "RightLeg"
8560
o1.Parent = mas
8561
o2.Name = "REF"
8562
o2.Parent = o1
8563
o2.Transparency = 1
8564
o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
8565
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8566
o2.CanCollide = false
8567
o2.FormFactor = Enum.FormFactor.Symmetric
8568
o2.Size = Vector3.new(1, 2, 1)
8569
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)
8570
o2.BottomSurface = Enum.SurfaceType.Smooth
8571
o2.TopSurface = Enum.SurfaceType.Smooth
8572
o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
8573
o3.Parent = o2
8574
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
8575
o3.MeshType = Enum.MeshType.FileMesh
8576
o4.Parent = o1
8577
o4.Material = Enum.Material.Metal
8578
o4.BrickColor = BrickColor.new("Really black")
8579
o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
8580
o4.Size = Vector3.new(1.03999984, 1.5, 1.01999998)
8581
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)
8582
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8583
o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
8584
o5.Name = "Joint"
8585
o5.Parent = o4
8586
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)
8587
o5.Part0 = o4
8588
o5.Part1 = o2
8589
o6.Name = "Boot Base"
8590
o6.Parent = o1
8591
o6.Material = Enum.Material.Metal
8592
o6.BrickColor = BrickColor.new("Really black")
8593
o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
8594
o6.Rotation = Vector3.new(-180, -0.870000005, -180)
8595
o6.FormFactor = Enum.FormFactor.Custom
8596
o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
8597
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)
8598
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8599
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8600
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8601
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8602
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8603
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8604
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8605
o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
8606
o7.Name = "Joint"
8607
o7.Parent = o6
8608
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)
8609
o7.Part0 = o6
8610
o7.Part1 = o2
8611
o8.Name = "Boot Sole"
8612
o8.Parent = o1
8613
o8.Material = Enum.Material.Metal
8614
o8.BrickColor = BrickColor.new("Really black")
8615
o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
8616
o8.Rotation = Vector3.new(-180, -0.870000005, -180)
8617
o8.FormFactor = Enum.FormFactor.Custom
8618
o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
8619
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)
8620
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8621
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8622
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8623
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8624
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8625
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8626
o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8627
o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
8628
o9.Name = "Joint"
8629
o9.Parent = o8
8630
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)
8631
o9.Part0 = o8
8632
o9.Part1 = o2
8633
o10.Name = "Boot Top"
8634
o10.Parent = o1
8635
o10.Material = Enum.Material.Metal
8636
o10.BrickColor = BrickColor.new("Really black")
8637
o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
8638
o10.Rotation = Vector3.new(-180, -0.870000005, -180)
8639
o10.FormFactor = Enum.FormFactor.Custom
8640
o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
8641
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)
8642
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8643
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8644
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
8645
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8646
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8647
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8648
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8649
o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
8650
o11.Name = "Joint"
8651
o11.Parent = o10
8652
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)
8653
o11.Part0 = o10
8654
o11.Part1 = o2
8655
mas.Parent = workspace
8656
mas:MakeJoints()
8657
local mas1 = mas:GetChildren()
8658
for i=1,#mas1 do
8659
	mas1[i].Parent = workspace 
8660
	ypcall(function() mas1[i]:MakeJoints() end)
8661
end
8662
mas:Destroy()
8663
for i=1,#cors do
8664
coroutine.resume(cors[i])
8665
end
8666
8667
wait()
8668
8669
Workspace["RightLeg"].Parent = game.Players.LocalPlayer.Character
8670
8671
game.Players.LocalPlayer.Character["RightLeg"].Name = "Familiar Right Leg"
8672
8673
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Leg"])
8674
w.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
8675
w.Part1 = o2
8676
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
8677
game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0
8678
8679
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Leg"]:GetChildren()) do
8680
	if v.ClassName == "Part" then
8681
	v.CanCollide = false
8682
	v.Anchored = false
8683
	end
8684
end
8685
8686
local runDummyScript = function(f,scri)
8687
local oldenv = getfenv(f)
8688
local newenv = setmetatable({}, {
8689
__index = function(_, k)
8690
if k:lower() == 'script' then
8691
return scri
8692
else
8693
return oldenv[k]
8694
end
8695
end
8696
})
8697
setfenv(f, newenv)
8698
ypcall(function() f() end)
8699
end
8700
cors = {}
8701
mas = Instance.new("Model",game:GetService("Lighting")) 
8702
mas.Name = "CompiledModel"
8703
o1 = Instance.new("Model")
8704
o2 = Instance.new("Part")
8705
o3 = Instance.new("SpecialMesh")
8706
o4 = Instance.new("WedgePart")
8707
o5 = Instance.new("Weld")
8708
o6 = Instance.new("Part")
8709
o7 = Instance.new("Weld")
8710
o8 = Instance.new("WedgePart")
8711
o9 = Instance.new("Weld")
8712
o10 = Instance.new("Part")
8713
o11 = Instance.new("SpecialMesh")
8714
o12 = Instance.new("Weld")
8715
o13 = Instance.new("Part")
8716
o14 = Instance.new("Weld")
8717
o15 = Instance.new("Part")
8718
o16 = Instance.new("SpecialMesh")
8719
o17 = Instance.new("Weld")
8720
o18 = Instance.new("Part")
8721
o19 = Instance.new("Weld")
8722
o20 = Instance.new("Part")
8723
o21 = Instance.new("SpecialMesh")
8724
o22 = Instance.new("Weld")
8725
o23 = Instance.new("Part")
8726
o24 = Instance.new("BlockMesh")
8727
o25 = Instance.new("Weld")
8728
o26 = Instance.new("Part")
8729
o27 = Instance.new("SpecialMesh")
8730
o28 = Instance.new("Weld")
8731
o29 = Instance.new("Part")
8732
o30 = Instance.new("Weld")
8733
o31 = Instance.new("Part")
8734
o32 = Instance.new("Weld")
8735
o33 = Instance.new("Part")
8736
o34 = Instance.new("BlockMesh")
8737
o35 = Instance.new("Weld")
8738
o36 = Instance.new("Part")
8739
o37 = Instance.new("Weld")
8740
o38 = Instance.new("Part")
8741
o39 = Instance.new("Weld")
8742
o40 = Instance.new("Part")
8743
o41 = Instance.new("SpecialMesh")
8744
o42 = Instance.new("Weld")
8745
o43 = Instance.new("Part")
8746
o44 = Instance.new("BlockMesh")
8747
o45 = Instance.new("Weld")
8748
o46 = Instance.new("Part")
8749
o47 = Instance.new("BlockMesh")
8750
o48 = Instance.new("Weld")
8751
o49 = Instance.new("Part")
8752
o50 = Instance.new("BlockMesh")
8753
o51 = Instance.new("Weld")
8754
o52 = Instance.new("WedgePart")
8755
o53 = Instance.new("Weld")
8756
o54 = Instance.new("WedgePart")
8757
o55 = Instance.new("Weld")
8758
o1.Name = "RightArm"
8759
o1.Parent = mas
8760
o2.Name = "REF"
8761
o2.Parent = o1
8762
o2.Transparency = 1
8763
o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
8764
o2.Rotation = Vector3.new(180, 0.0199999996, -180)
8765
o2.CanCollide = false
8766
o2.FormFactor = Enum.FormFactor.Symmetric
8767
o2.Size = Vector3.new(1, 2, 1)
8768
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)
8769
o2.BottomSurface = Enum.SurfaceType.Smooth
8770
o2.TopSurface = Enum.SurfaceType.Smooth
8771
o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
8772
o3.Parent = o2
8773
o3.MeshId = "rbxasset://fonts/leftarm.mesh"
8774
o3.MeshType = Enum.MeshType.FileMesh
8775
o4.Parent = o1
8776
o4.Material = Enum.Material.SmoothPlastic
8777
o4.BrickColor = BrickColor.new("Dark stone grey")
8778
o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
8779
o4.Rotation = Vector3.new(-90, 0, -180)
8780
o4.Size = Vector3.new(0.200000003, 0.478077561, 0.42348215)
8781
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)
8782
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8783
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8784
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8785
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8786
o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
8787
o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
8788
o5.Name = "Joint"
8789
o5.Parent = o4
8790
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)
8791
o5.Part0 = o4
8792
o5.Part1 = o2
8793
o6.Parent = o1
8794
o6.Material = Enum.Material.SmoothPlastic
8795
o6.BrickColor = BrickColor.new("Really black")
8796
o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
8797
o6.Size = Vector3.new(0.7813586, 0.493000001, 1.07901871)
8798
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)
8799
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8800
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8801
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8802
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8803
o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8804
o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
8805
o7.Name = "Joint"
8806
o7.Parent = o6
8807
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)
8808
o7.Part0 = o6
8809
o7.Part1 = o2
8810
o8.Parent = o1
8811
o8.Material = Enum.Material.SmoothPlastic
8812
o8.BrickColor = BrickColor.new("Dark stone grey")
8813
o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
8814
o8.Rotation = Vector3.new(-90, -90, 0)
8815
o8.Size = Vector3.new(0.200000003, 0.528077543, 0.200000003)
8816
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)
8817
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8818
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8819
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8820
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8821
o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
8822
o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
8823
o9.Name = "Joint"
8824
o9.Parent = o8
8825
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)
8826
o9.Part0 = o8
8827
o9.Part1 = o2
8828
o10.Parent = o1
8829
o10.Material = Enum.Material.SmoothPlastic
8830
o10.BrickColor = BrickColor.new("Really black")
8831
o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
8832
o10.Rotation = Vector3.new(-90, 0, 90)
8833
o10.CanCollide = false
8834
o10.Shape = Enum.PartType.Cylinder
8835
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8836
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)
8837
o10.BottomSurface = Enum.SurfaceType.Smooth
8838
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8839
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8840
o10.TopSurface = Enum.SurfaceType.Smooth
8841
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8842
o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
8843
o11.Parent = o10
8844
o11.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8845
o11.MeshType = Enum.MeshType.Cylinder
8846
o12.Name = "Joint"
8847
o12.Parent = o10
8848
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)
8849
o12.Part0 = o10
8850
o12.Part1 = o2
8851
o13.Parent = o1
8852
o13.Material = Enum.Material.Neon
8853
o13.BrickColor = BrickColor.new("Bright blue")
8854
o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
8855
o13.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
8856
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)
8857
o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8858
o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8859
o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8860
o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8861
o13.Color = Color3.new(0.0509804, 0.411765, 0.67451)
8862
o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
8863
o14.Name = "Joint"
8864
o14.Parent = o13
8865
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)
8866
o14.Part0 = o13
8867
o14.Part1 = o2
8868
o15.Parent = o1
8869
o15.Material = Enum.Material.SmoothPlastic
8870
o15.BrickColor = BrickColor.new("Really black")
8871
o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
8872
o15.Rotation = Vector3.new(-90, 0, 90)
8873
o15.CanCollide = false
8874
o15.Shape = Enum.PartType.Cylinder
8875
o15.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8876
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)
8877
o15.BottomSurface = Enum.SurfaceType.Smooth
8878
o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8879
o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8880
o15.TopSurface = Enum.SurfaceType.Smooth
8881
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8882
o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
8883
o16.Parent = o15
8884
o16.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8885
o16.MeshType = Enum.MeshType.Cylinder
8886
o17.Name = "Joint"
8887
o17.Parent = o15
8888
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)
8889
o17.Part0 = o15
8890
o17.Part1 = o2
8891
o18.Parent = o1
8892
o18.Material = Enum.Material.SmoothPlastic
8893
o18.BrickColor = BrickColor.new("Really black")
8894
o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
8895
o18.Size = Vector3.new(0.200000003, 0.529999971, 1.16000009)
8896
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)
8897
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8898
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8899
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8900
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8901
o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8902
o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
8903
o19.Name = "Joint"
8904
o19.Parent = o18
8905
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)
8906
o19.Part0 = o18
8907
o19.Part1 = o2
8908
o20.Parent = o1
8909
o20.Material = Enum.Material.SmoothPlastic
8910
o20.BrickColor = BrickColor.new("Really black")
8911
o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
8912
o20.Rotation = Vector3.new(-90, 0, 90)
8913
o20.CanCollide = false
8914
o20.Shape = Enum.PartType.Cylinder
8915
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8916
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)
8917
o20.BottomSurface = Enum.SurfaceType.Smooth
8918
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8919
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8920
o20.TopSurface = Enum.SurfaceType.Smooth
8921
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8922
o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
8923
o21.Parent = o20
8924
o21.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8925
o21.MeshType = Enum.MeshType.Cylinder
8926
o22.Name = "Joint"
8927
o22.Parent = o20
8928
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)
8929
o22.Part0 = o20
8930
o22.Part1 = o2
8931
o23.Parent = o1
8932
o23.Material = Enum.Material.SmoothPlastic
8933
o23.BrickColor = BrickColor.new("Really black")
8934
o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
8935
o23.CanCollide = false
8936
o23.Size = Vector3.new(0.212500021, 0.493000001, 1.07901895)
8937
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)
8938
o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
8939
o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8940
o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8941
o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
8942
o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8943
o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
8944
o24.Parent = o23
8945
o24.Scale = Vector3.new(0.875471771, 1, 1)
8946
o25.Name = "Joint"
8947
o25.Parent = o23
8948
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)
8949
o25.Part0 = o23
8950
o25.Part1 = o2
8951
o26.Parent = o1
8952
o26.Material = Enum.Material.SmoothPlastic
8953
o26.BrickColor = BrickColor.new("Really black")
8954
o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
8955
o26.Rotation = Vector3.new(-90, 0, 90)
8956
o26.CanCollide = false
8957
o26.Shape = Enum.PartType.Cylinder
8958
o26.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
8959
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)
8960
o26.BottomSurface = Enum.SurfaceType.Smooth
8961
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8962
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8963
o26.TopSurface = Enum.SurfaceType.Smooth
8964
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8965
o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
8966
o27.Parent = o26
8967
o27.Scale = Vector3.new(0.278077543, 0.945463777, 1)
8968
o27.MeshType = Enum.MeshType.Cylinder
8969
o28.Name = "Joint"
8970
o28.Parent = o26
8971
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)
8972
o28.Part0 = o26
8973
o28.Part1 = o2
8974
o29.Parent = o1
8975
o29.Material = Enum.Material.SmoothPlastic
8976
o29.BrickColor = BrickColor.new("Really black")
8977
o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
8978
o29.Rotation = Vector3.new(0, 90, 0)
8979
o29.FormFactor = Enum.FormFactor.Custom
8980
o29.Size = Vector3.new(1.03999996, 1.88999999, 1.04999995)
8981
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)
8982
o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
8983
o29.BottomSurface = Enum.SurfaceType.Smooth
8984
o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
8985
o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
8986
o29.TopSurface = Enum.SurfaceType.Smooth
8987
o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8988
o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
8989
o30.Name = "Joint"
8990
o30.Parent = o29
8991
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)
8992
o30.Part0 = o29
8993
o30.Part1 = o2
8994
o31.Parent = o1
8995
o31.Material = Enum.Material.Neon
8996
o31.BrickColor = BrickColor.new("Bright blue")
8997
o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
8998
o31.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
8999
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)
9000
o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9001
o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9002
o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9003
o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9004
o31.Color = Color3.new(0.0509804, 0.411765, 0.67451)
9005
o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
9006
o32.Name = "Joint"
9007
o32.Parent = o31
9008
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)
9009
o32.Part0 = o31
9010
o32.Part1 = o2
9011
o33.Parent = o1
9012
o33.Material = Enum.Material.SmoothPlastic
9013
o33.BrickColor = BrickColor.new("Really black")
9014
o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
9015
o33.CanCollide = false
9016
o33.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
9017
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)
9018
o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9019
o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9020
o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9021
o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9022
o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9023
o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
9024
o34.Parent = o33
9025
o34.Scale = Vector3.new(0.875471771, 1, 1)
9026
o35.Name = "Joint"
9027
o35.Parent = o33
9028
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)
9029
o35.Part0 = o33
9030
o35.Part1 = o2
9031
o36.Parent = o1
9032
o36.Material = Enum.Material.SmoothPlastic
9033
o36.BrickColor = BrickColor.new("Really black")
9034
o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
9035
o36.Size = Vector3.new(0.771358609, 0.200000003, 1.07901871)
9036
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)
9037
o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9038
o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9039
o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9040
o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9041
o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9042
o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
9043
o37.Name = "Joint"
9044
o37.Parent = o36
9045
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)
9046
o37.Part0 = o36
9047
o37.Part1 = o2
9048
o38.Parent = o1
9049
o38.Material = Enum.Material.SmoothPlastic
9050
o38.BrickColor = BrickColor.new("Really black")
9051
o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
9052
o38.Size = Vector3.new(0.839999974, 0.529999971, 1.15999997)
9053
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)
9054
o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9055
o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9056
o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9057
o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9058
o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9059
o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
9060
o39.Name = "Joint"
9061
o39.Parent = o38
9062
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)
9063
o39.Part0 = o38
9064
o39.Part1 = o2
9065
o40.Parent = o1
9066
o40.Material = Enum.Material.SmoothPlastic
9067
o40.BrickColor = BrickColor.new("Really black")
9068
o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
9069
o40.Rotation = Vector3.new(-90, 0, 90)
9070
o40.CanCollide = false
9071
o40.Shape = Enum.PartType.Cylinder
9072
o40.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
9073
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)
9074
o40.BottomSurface = Enum.SurfaceType.Smooth
9075
o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9076
o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9077
o40.TopSurface = Enum.SurfaceType.Smooth
9078
o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9079
o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
9080
o41.Parent = o40
9081
o41.Scale = Vector3.new(0.278077543, 0.945463777, 1)
9082
o41.MeshType = Enum.MeshType.Cylinder
9083
o42.Name = "Joint"
9084
o42.Parent = o40
9085
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)
9086
o42.Part0 = o40
9087
o42.Part1 = o2
9088
o43.Parent = o1
9089
o43.Material = Enum.Material.SmoothPlastic
9090
o43.BrickColor = BrickColor.new("Really black")
9091
o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
9092
o43.CanCollide = false
9093
o43.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
9094
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)
9095
o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9096
o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9097
o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9098
o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9099
o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9100
o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
9101
o44.Parent = o43
9102
o44.Scale = Vector3.new(0.875471771, 1, 1)
9103
o45.Name = "Joint"
9104
o45.Parent = o43
9105
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)
9106
o45.Part0 = o43
9107
o45.Part1 = o2
9108
o46.Parent = o1
9109
o46.Material = Enum.Material.SmoothPlastic
9110
o46.BrickColor = BrickColor.new("Really black")
9111
o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
9112
o46.CanCollide = false
9113
o46.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
9114
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)
9115
o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9116
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9117
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9118
o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9119
o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9120
o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
9121
o47.Parent = o46
9122
o47.Scale = Vector3.new(0.875471771, 1, 1)
9123
o48.Name = "Joint"
9124
o48.Parent = o46
9125
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)
9126
o48.Part0 = o46
9127
o48.Part1 = o2
9128
o49.Parent = o1
9129
o49.Material = Enum.Material.SmoothPlastic
9130
o49.BrickColor = BrickColor.new("Really black")
9131
o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
9132
o49.CanCollide = false
9133
o49.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
9134
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)
9135
o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9136
o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9137
o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9138
o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9139
o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9140
o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
9141
o50.Parent = o49
9142
o50.Scale = Vector3.new(0.875471771, 1, 1)
9143
o51.Name = "Joint"
9144
o51.Parent = o49
9145
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)
9146
o51.Part0 = o49
9147
o51.Part1 = o2
9148
o52.Parent = o1
9149
o52.Material = Enum.Material.SmoothPlastic
9150
o52.BrickColor = BrickColor.new("Dark stone grey")
9151
o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
9152
o52.Rotation = Vector3.new(-90, 0, 0)
9153
o52.Size = Vector3.new(0.200000003, 0.46807757, 0.42348215)
9154
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)
9155
o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9156
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9157
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9158
o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9159
o52.Color = Color3.new(0.388235, 0.372549, 0.384314)
9160
o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
9161
o53.Name = "Joint"
9162
o53.Parent = o52
9163
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)
9164
o53.Part0 = o52
9165
o53.Part1 = o2
9166
o54.Parent = o1
9167
o54.Material = Enum.Material.SmoothPlastic
9168
o54.BrickColor = BrickColor.new("Dark stone grey")
9169
o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
9170
o54.Rotation = Vector3.new(90, -90, 0)
9171
o54.Size = Vector3.new(0.200000003, 0.578077555, 0.200000003)
9172
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)
9173
o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9174
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9175
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9176
o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9177
o54.Color = Color3.new(0.388235, 0.372549, 0.384314)
9178
o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
9179
o55.Name = "Joint"
9180
o55.Parent = o54
9181
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)
9182
o55.Part0 = o54
9183
o55.Part1 = o2
9184
mas.Parent = workspace
9185
mas:MakeJoints()
9186
local mas1 = mas:GetChildren()
9187
for i=1,#mas1 do
9188
	mas1[i].Parent = workspace 
9189
	ypcall(function() mas1[i]:MakeJoints() end)
9190
end
9191
mas:Destroy()
9192
for i=1,#cors do
9193
coroutine.resume(cors[i])
9194
end
9195
9196
wait()
9197
9198
Workspace["RightArm"].Parent = game.Players.LocalPlayer.Character
9199
9200
game.Players.LocalPlayer.Character["RightArm"].Name = "Familiar Right Arm"
9201
9202
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
9203
w.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
9204
w.Part1 = o2
9205
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
9206
game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0
9207
9208
for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Arm"]:GetChildren()) do
9209
	if v.ClassName == "Part" then
9210
	v.CanCollide = false
9211
	v.Anchored = false
9212
	end
9213
end
9214
9215
9216
local runDummyScript = function(f,scri)
9217
local oldenv = getfenv(f)
9218
local newenv = setmetatable({}, {
9219
__index = function(_, k)
9220
if k:lower() == 'script' then
9221
return scri
9222
else
9223
return oldenv[k]
9224
end
9225
end
9226
})
9227
setfenv(f, newenv)
9228
ypcall(function() f() end)
9229
end
9230
cors = {}
9231
mas = Instance.new("Model",game:GetService("Lighting")) 
9232
mas.Name = "CompiledModel"
9233
o1 = Instance.new("Part")
9234
o2 = Instance.new("Weld")
9235
o3 = Instance.new("Part")
9236
o4 = Instance.new("Weld")
9237
o5 = Instance.new("Part")
9238
o6 = Instance.new("Weld")
9239
o7 = Instance.new("Part")
9240
o8 = Instance.new("Weld")
9241
o9 = Instance.new("Part")
9242
o10 = Instance.new("Weld")
9243
o11 = Instance.new("Part")
9244
o12 = Instance.new("Weld")
9245
o13 = Instance.new("Part")
9246
o14 = Instance.new("Weld")
9247
o15 = Instance.new("Part")
9248
o16 = Instance.new("Weld")
9249
o17 = Instance.new("Part")
9250
o18 = Instance.new("SpecialMesh")
9251
o19 = Instance.new("Weld")
9252
o20 = Instance.new("WedgePart")
9253
o21 = Instance.new("Weld")
9254
o22 = Instance.new("WedgePart")
9255
o23 = Instance.new("Weld")
9256
o24 = Instance.new("WedgePart")
9257
o25 = Instance.new("Weld")
9258
o26 = Instance.new("WedgePart")
9259
o27 = Instance.new("Weld")
9260
o28 = Instance.new("WedgePart")
9261
o29 = Instance.new("Weld")
9262
o30 = Instance.new("WedgePart")
9263
o31 = Instance.new("Weld")
9264
o32 = Instance.new("Part")
9265
o33 = Instance.new("SpecialMesh")
9266
o1.Name = "Blade"
9267
o1.Parent = mas
9268
o1.Material = Enum.Material.Metal
9269
o1.BrickColor = BrickColor.new("Fossil")
9270
o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
9271
o1.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9272
o1.CanCollide = false
9273
o1.FormFactor = Enum.FormFactor.Custom
9274
o1.Size = Vector3.new(0.199999988, 6.44999933, 0.449999988)
9275
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)
9276
o1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9277
o1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9278
o1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9279
o1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9280
o1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9281
o1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9282
o1.Color = Color3.new(0.623529, 0.631373, 0.67451)
9283
o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
9284
o2.Name = "Joint"
9285
o2.Parent = o1
9286
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)
9287
o2.Part0 = o1
9288
o2.Part1 = o32
9289
o3.Name = "Handle"
9290
o3.Parent = mas
9291
o3.Material = Enum.Material.Metal
9292
o3.BrickColor = BrickColor.new("Really black")
9293
o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
9294
o3.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9295
o3. Anchored = false
9296
o3.FormFactor = Enum.FormFactor.Custom
9297
o3.Size = Vector3.new(0.25999999, 0.630000114, 0.310000002)
9298
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)
9299
o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9300
o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9301
o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9302
o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9303
o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9304
o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9305
o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9306
o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
9307
o4.Name = "Joint"
9308
o4.Parent = o3
9309
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)
9310
o4.Part0 = o3
9311
o4.Part1 = o32
9312
o5.Name = "Handle"
9313
o5.Parent = mas
9314
o5.Material = Enum.Material.Metal
9315
o5.BrickColor = BrickColor.new("Really black")
9316
o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
9317
o5.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
9318
o5. Anchored = false
9319
o5.FormFactor = Enum.FormFactor.Custom
9320
o5.Shape = Enum.PartType.Cylinder
9321
o5.Size = Vector3.new(2.13999987, 0.230000168, 0.310000002)
9322
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)
9323
o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9324
o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9325
o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9326
o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9327
o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9328
o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9329
o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9330
o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
9331
o6.Name = "Joint"
9332
o6.Parent = o5
9333
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)
9334
o6.Part0 = o5
9335
o6.Part1 = o32
9336
o7.Name = "Handle"
9337
o7.Parent = mas
9338
o7.Material = Enum.Material.Metal
9339
o7.BrickColor = BrickColor.new("Really black")
9340
o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
9341
o7.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
9342
o7. Anchored = false
9343
o7.FormFactor = Enum.FormFactor.Custom
9344
o7.Shape = Enum.PartType.Cylinder
9345
o7.Size = Vector3.new(0.25, 0.239999995, 0.319999993)
9346
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)
9347
o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9348
o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9349
o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9350
o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9351
o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9352
o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9353
o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9354
o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
9355
o8.Name = "Joint"
9356
o8.Parent = o7
9357
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)
9358
o8.Part0 = o7
9359
o8.Part1 = o32
9360
o9.Name = "Handle10"
9361
o9.Parent = mas
9362
o9.Material = Enum.Material.Metal
9363
o9.BrickColor = BrickColor.new("Really black")
9364
o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
9365
o9.Rotation = Vector3.new(-83.4899979, -59.1199989, 94.1800003)
9366
o9. Anchored = false
9367
o9.FormFactor = Enum.FormFactor.Custom
9368
o9.Size = Vector3.new(0.200000003, 0.5, 0.200000003)
9369
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)
9370
o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9371
o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9372
o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9373
o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9374
o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9375
o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9376
o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9377
o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
9378
o10.Name = "Joint"
9379
o10.Parent = o9
9380
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)
9381
o10.Part0 = o9
9382
o10.Part1 = o32
9383
o11.Name = "Handle2"
9384
o11.Parent = mas
9385
o11.Material = Enum.Material.Metal
9386
o11.BrickColor = BrickColor.new("Really black")
9387
o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
9388
o11.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9389
o11. Anchored = false
9390
o11.FormFactor = Enum.FormFactor.Custom
9391
o11.Size = Vector3.new(0.25999999, 0.899999976, 0.200000018)
9392
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)
9393
o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9394
o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9395
o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9396
o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9397
o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9398
o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9399
o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9400
o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
9401
o12.Name = "Joint"
9402
o12.Parent = o11
9403
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)
9404
o12.Part0 = o11
9405
o12.Part1 = o32
9406
o13.Name = "Handle3"
9407
o13.Parent = mas
9408
o13.Material = Enum.Material.Metal
9409
o13.BrickColor = BrickColor.new("Really black")
9410
o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
9411
o13.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9412
o13. Anchored = false
9413
o13.CanCollide = false
9414
o13.FormFactor = Enum.FormFactor.Custom
9415
o13.Size = Vector3.new(0.25, 1.10000002, 0.300000012)
9416
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)
9417
o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9418
o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9419
o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9420
o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9421
o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9422
o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9423
o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9424
o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
9425
o14.Name = "Joint"
9426
o14.Parent = o13
9427
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)
9428
o14.Part0 = o13
9429
o14.Part1 = o32
9430
o15.Name = "Handle4"
9431
o15.Parent = mas
9432
o15.Material = Enum.Material.Metal
9433
o15.BrickColor = BrickColor.new("Really black")
9434
o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
9435
o15.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9436
o15. Anchored = false
9437
o15.CanCollide = false
9438
o15.FormFactor = Enum.FormFactor.Custom
9439
o15.Size = Vector3.new(0.25, 1.10000002, 0.200000003)
9440
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)
9441
o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9442
o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9443
o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9444
o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9445
o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9446
o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9447
o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9448
o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
9449
o16.Name = "Joint"
9450
o16.Parent = o15
9451
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)
9452
o16.Part0 = o15
9453
o16.Part1 = o32
9454
o17.Parent = mas
9455
o17.BrickColor = BrickColor.new("Really black")
9456
o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
9457
o17.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
9458
o17. Anchored = false
9459
o17.FormFactor = Enum.FormFactor.Symmetric
9460
o17.Size = Vector3.new(0.600000024, 0.389999986, 0.310000002)
9461
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)
9462
o17.BottomSurface = Enum.SurfaceType.Smooth
9463
o17.TopSurface = Enum.SurfaceType.Smooth
9464
o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9465
o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
9466
o18.Parent = o17
9467
o18.MeshId = "http://www.roblox.com/Asset/?id=9756362"
9468
o18.Scale = Vector3.new(0.300000012, 0.5, 0.300000012)
9469
o18.MeshType = Enum.MeshType.FileMesh
9470
o19.Name = "Joint"
9471
o19.Parent = o17
9472
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)
9473
o19.Part0 = o17
9474
o19.Part1 = o32
9475
o20.Name = "Handle5"
9476
o20.Parent = mas
9477
o20.Material = Enum.Material.Metal
9478
o20.BrickColor = BrickColor.new("Really black")
9479
o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
9480
o20.Rotation = Vector3.new(93.4599991, 14.1700001, -92.2099991)
9481
o20. Anchored = false
9482
o20.FormFactor = Enum.FormFactor.Custom
9483
o20.Size = Vector3.new(0.25, 0.350000024, 0.25)
9484
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)
9485
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9486
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9487
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9488
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9489
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9490
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9491
o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9492
o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
9493
o21.Name = "Joint"
9494
o21.Parent = o20
9495
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)
9496
o21.Part0 = o20
9497
o21.Part1 = o32
9498
o22.Name = "Handle6"
9499
o22.Parent = mas
9500
o22.Material = Enum.Material.Metal
9501
o22.BrickColor = BrickColor.new("Really black")
9502
o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
9503
o22.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
9504
o22. Anchored = false
9505
o22.FormFactor = Enum.FormFactor.Custom
9506
o22.Size = Vector3.new(0.25, 0.25, 0.25)
9507
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)
9508
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9509
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9510
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9511
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9512
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9513
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9514
o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9515
o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
9516
o23.Name = "Joint"
9517
o23.Parent = o22
9518
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)
9519
o23.Part0 = o22
9520
o23.Part1 = o32
9521
o24.Name = "Handle7"
9522
o24.Parent = mas
9523
o24.Material = Enum.Material.Metal
9524
o24.BrickColor = BrickColor.new("Really black")
9525
o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
9526
o24.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9527
o24. Anchored = false
9528
o24.CanCollide = false
9529
o24.FormFactor = Enum.FormFactor.Custom
9530
o24.Size = Vector3.new(0.25, 0.300000072, 0.200000003)
9531
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)
9532
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9533
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9534
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9535
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9536
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9537
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9538
o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9539
o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
9540
o25.Name = "Joint"
9541
o25.Parent = o24
9542
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)
9543
o25.Part0 = o24
9544
o25.Part1 = o32
9545
o26.Name = "Handle8"
9546
o26.Parent = mas
9547
o26.Material = Enum.Material.Metal
9548
o26.BrickColor = BrickColor.new("Really black")
9549
o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
9550
o26.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9551
o26. Anchored = false
9552
o26.CanCollide = false
9553
o26.FormFactor = Enum.FormFactor.Custom
9554
o26.Size = Vector3.new(0.25, 0.800000072, 0.200000003)
9555
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)
9556
o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9557
o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9558
o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9559
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9560
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9561
o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9562
o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9563
o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
9564
o27.Name = "Joint"
9565
o27.Parent = o26
9566
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)
9567
o27.Part0 = o26
9568
o27.Part1 = o32
9569
o28.Name = "BladeEnd"
9570
o28.Parent = mas
9571
o28.Material = Enum.Material.Metal
9572
o28.BrickColor = BrickColor.new("Fossil")
9573
o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
9574
o28.Rotation = Vector3.new(-86.5400009, -13.5500002, 92.1699982)
9575
o28. Anchored = false
9576
o28.CanCollide = false
9577
o28.FormFactor = Enum.FormFactor.Custom
9578
o28.Size = Vector3.new(0.25, 1.09000015, 0.450000018)
9579
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)
9580
o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9581
o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9582
o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9583
o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9584
o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9585
o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9586
o28.Color = Color3.new(0.623529, 0.631373, 0.67451)
9587
o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
9588
o29.Name = "Joint"
9589
o29.Parent = o28
9590
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)
9591
o29.Part0 = o28
9592
o29.Part1 = o32
9593
o30.Name = "Handle9"
9594
o30.Parent = mas
9595
o30.Material = Enum.Material.Metal
9596
o30.BrickColor = BrickColor.new("Really black")
9597
o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
9598
o30.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
9599
o30. Anchored = false
9600
o30.CanCollide = false
9601
o30.FormFactor = Enum.FormFactor.Custom
9602
o30.Size = Vector3.new(0.25, 0.5200001, 0.200000003)
9603
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)
9604
o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
9605
o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
9606
o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
9607
o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
9608
o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
9609
o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
9610
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
9611
o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
9612
o31.Name = "Joint"
9613
o31.Parent = o30
9614
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)
9615
o31.Part0 = o30
9616
o31.Part1 = o32
9617
o32.Name = "REF"
9618
o32.Parent = mas
9619
o32.Transparency = 1
9620
o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
9621
o32.Rotation = Vector3.new(0, -90, 0)
9622
o32. Anchored = false
9623
o32.CanCollide = false
9624
o32.FormFactor = Enum.FormFactor.Symmetric
9625
o32.Size = Vector3.new(2, 2, 1)
9626
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)
9627
o32.BottomSurface = Enum.SurfaceType.Smooth
9628
o32.TopSurface = Enum.SurfaceType.Smooth
9629
o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
9630
o33.Parent = o32
9631
o33.MeshId = "rbxasset://fonts/torso.mesh"
9632
o33.MeshType = Enum.MeshType.FileMesh
9633
mas.Parent = workspace
9634
mas:MakeJoints()
9635
local mas1 = mas:GetChildren()
9636
for i=1,#mas1 do
9637
	mas1[i].Parent = workspace 
9638
	ypcall(function() mas1[i]:MakeJoints() end)
9639
end
9640
mas:Destroy()
9641
for i=1,#cors do
9642
coroutine.resume(cors[i])
9643
end
9644
9645
wait()
9646
9647
Workspace["Blade"].Parent = game.Players.LocalPlayer.Character
9648
9649
game.Players.LocalPlayer.Character["Blade"].Name = "Blade"
9650
9651
w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
9652
w.Part0 = game.Players.LocalPlayer.Character["Torso"]
9653
w.Part1 = o32
9654
w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
9655
game.Players.LocalPlayer.Character["Torso"].Transparency = 0
9656
9657
for i,v in pairs (game.Players.LocalPlayer.Character["Blade"]:GetChildren()) do
9658
	if v.ClassName == "Part" then
9659
	v.CanCollide = false
9660
	v.Anchored = false
9661
	end
9662
end
9663
--
9664
wait(1 / 60)
9665
Ilaoi = { }
9666
local Mouse = Player:GetMouse()
9667
local RootPart = Character.HumanoidRootPart
9668
local RootJoint = RootPart.RootJoint
9669
local attack = false
9670
local delays = false
9671
local play = true
9672
local targetted = nil
9673
local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude 
9674
local velocity = RootPart.Velocity.y
9675
local sine = 0
9676
local Create = LoadLibrary("RbxUtility").Create
9677
	
9678
CFuncs = {	
9679
	
9680
	["Sound"] = {
9681
		Create = function(id, par, vol, pit) 
9682
			coroutine.resume(coroutine.create(function()
9683
				local S = Create("Sound"){
9684
					Volume = vol,
9685
					Pitch = pit or 1,
9686
					SoundId = id,
9687
					Parent = par or workspace,
9688
				}
9689
				wait() 
9690
				S:play() 
9691
				game:GetService("Debris"):AddItem(S, 6)
9692
			end))
9693
		end;
9694
	};
9695
	
9696
9697
	CreateTemplate = {
9698
	
9699
	};
9700
}
9701
9702
9703
abss = Instance.new("BillboardGui",Character)
9704
abss.Size = UDim2.new(50,0,50,0)
9705
abss.Enabled = false
9706
imgl = Instance.new("ImageLabel",abss)
9707
imgl.Position = UDim2.new(0,0,0,0)
9708
imgl.Size = UDim2.new(1,0,1,0)
9709
imgl.Image = "rbxassetid://103028201"
9710
imgl.BackgroundTransparency = 1
9711
imgl.ImageColor3 = Color3.new(0,0,255)
9712
img2 = Instance.new("ImageLabel",abss)
9713
img2.Position = UDim2.new(0,0,0,0)
9714
img2.Size = UDim2.new(1,0,1,0)
9715
img2.Image = "rbxassetid://103028201"
9716
img2.BackgroundTransparency = 1
9717
img2.ImageColor3 = Color3.new(0,0,255)
9718
9719
function TargetSelect(person)
9720
local dd=coroutine.wrap(function()
9721
if targetted ~= person then
9722
targetted = person
9723
img2.Size = UDim2.new(1,0,1,0)
9724
img2.ImageTransparency = 0
9725
img2.Position = UDim2.new(0,0,0,0)
9726
for i = 0, 2, 0.1 do
9727
swait()
9728
img2.Size = img2.Size + UDim2.new(5,0,5,0)
9729
img2.Position = img2.Position + UDim2.new(-.025,0,-.025,0)
9730
img2.ImageTransparency = img2.ImageTransparency + 0.05
9731
end
9732
end
9733
end)
9734
dd()
9735
end
9736
9737
function LockOn()
9738
if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
9739
TargetSelect(Mouse.Target.Parent)
9740
CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=147722098", Character, 1, .8)
9741
end
9742
end
9743
9744
9745
function ofmoosic() -- 2 lazi hoh
9746
delays = true
9747
while wait() and kkk and kkk.Volume >= 0.02 do
9748
	kkk.Volume = kkk.Volume - 0.05
9749
end
9750
wait(0.1)
9751
kkk.Pitch = 0
9752
kkk.PlaybackSpeed = 0
9753
play = false
9754
delays = false
9755
end
9756
function onmoosic()
9757
delays = true
9758
kkk.Pitch = .6
9759
kkk.PlaybackSpeed = .6
9760
while wait() and kkk and kkk.Volume <= 1.5 do
9761
	kkk.Volume = kkk.Volume + 0.05
9762
end
9763
wait(0.1)
9764
play = true
9765
delays = false
9766
end
9767
9768
9769
Mouse.KeyDown:connect(function(k)
9770
	k = k:lower()
9771
	if attack == false and k == 'q' then
9772
	LockOn()
9773
	end
9774
end)
9775
9776
kkk = Instance.new("Sound",Character)
9777
kkk.Volume = 1.5
9778
kkk.PlaybackSpeed = 1
9779
kkk.Pitch = .6
9780
kkk.SoundId = "rbxassetid://"
9781
kkk:Play()
9782
kkk.Name = "a"
9783
kkk.Looped = true
9784
9785
9786
9787
while true do
9788
	swait()
9789
	for i, v in pairs(Character:GetChildren()) do
9790
		if v:IsA("Part") then
9791
			v.Material = "SmoothPlastic"
9792
		elseif v:IsA("Accessory") then
9793
			v:WaitForChild("Handle").Material = "SmoothPlastic"
9794
		end
9795
	end
9796
while true do
9797
swait()
9798
imgl.Rotation = imgl.Rotation + 3
9799
img2.Rotation = img2.Rotation + 3
9800
if targetted ~= nil then
9801
abss.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
9802
abss.Enabled = true
9803
elseif targetted == nil then
9804
abss.Adornee = nil
9805
abss.Enabled = false
9806
end
9807
while true and imgl.Rotation >= 360 do
9808
imgl.Rotation = 0	
9809
img2.Rotation = 0
9810
end
9811
9812
	if 0 < #Ilaoi then
9813
		for e = 1, #Ilaoi do
9814
			if Ilaoi[e] ~= nil then
9815
				local Thing = Ilaoi[e]
9816
				if Thing ~= nil then
9817
					local Part = Thing[1]
9818
					local Mode = Thing[2]
9819
					local Delay = Thing[3]
9820
					local IncX = Thing[4]
9821
					local IncY = Thing[5]
9822
					local IncZ = Thing[6]
9823
					if Thing[2] == "Shoot" then
9824
						local Look = Thing[1]
9825
						local move = 30
9826
						if Thing[8] == 3 then
9827
							move = 10
9828
						end
9829
						local hit, pos = rayCast(Thing[4], Thing[1], move, m)
9830
						if Thing[10] ~= nil then
9831
							da = pos
9832
							cf2 = CFrame.new(Thing[4], Thing[10].Position)
9833
							cfa = CFrame.new(Thing[4], pos)
9834
							tehCF = cfa:lerp(cf2, 0.2)
9835
							Thing[1] = tehCF.lookVector
9836
						end
9837
						local mag = (Thing[4] - pos).magnitude
9838
						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)
9839
						if Thing[8] == 2 then
9840
							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)
9841
						end
9842
						Thing[4] = Thing[4] + Look * move
9843
						Thing[3] = Thing[3] - 1
9844
						if 2 < Thing[5] then
9845
							Thing[5] = Thing[5] - 0.3
9846
							Thing[6] = Thing[6] - 0.3
9847
						end
9848
						if hit ~= nil then
9849
							Thing[3] = 0
9850
							if Thing[8] == 1 or Thing[8] == 3 then
9851
								Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
9852
							else
9853
								if Thing[8] == 2 then
9854
									Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
9855
									if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
9856
										ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
9857
										ref.Anchored = true
9858
										ref.CFrame = CFrame.new(pos)
9859
										CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
9860
										game:GetService("Debris"):AddItem(ref, 0.2)
9861
										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)
9862
										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)
9863
										MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
9864
									end
9865
								end
9866
							end
9867
							ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
9868
							ref.Anchored = true
9869
							ref.CFrame = CFrame.new(pos)
9870
							Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
9871
							game:GetService("Debris"):AddItem(ref, 1)
9872
						end
9873
						if Thing[3] <= 0 then
9874
							table.remove(Effects, e)
9875
						end
9876
					end
9877
					do
9878
						do
9879
							if Thing[2] == "FireWave" then
9880
								if Thing[3] <= Thing[4] then
9881
									Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
9882
									Thing[3] = Thing[3] + 1
9883
									Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
9884
								else
9885
									Part.Parent = nil
9886
									table.remove(Effects, e)
9887
								end
9888
							end
9889
							if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
9890
								if Thing[1].Transparency <= 1 then
9891
									if Thing[2] == "Block1" then
9892
										Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
9893
										Mesh = Thing[7]
9894
										Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9895
										Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9896
									else
9897
										if Thing[2] == "Block2" then
9898
											Thing[1].CFrame = Thing[1].CFrame
9899
											Mesh = Thing[7]
9900
											Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9901
											Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9902
										else
9903
											if Thing[2] == "Fire" then
9904
												Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
9905
												Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
9906
												Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9907
											else
9908
												if Thing[2] == "Cylinder" then
9909
													Mesh = Thing[7]
9910
													Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9911
													Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9912
												else
9913
													if Thing[2] == "Blood" then
9914
														Mesh = Thing[7]
9915
														Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
9916
														Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
9917
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9918
													else
9919
														if Thing[2] == "Elec" then
9920
															Mesh = Thing[10]
9921
															Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
9922
															Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9923
														else
9924
															if Thing[2] == "Disappear" then
9925
																Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9926
															else
9927
																if Thing[2] == "Shatter" then
9928
														Thing[1].Transparency = Thing[1].Transparency + Thing[3]
9929
														Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
9930
														Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
9931
														Thing[6] = Thing[6] + Thing[5]
9932
																end
9933
															end
9934
														end
9935
													end
9936
												end
9937
											end
9938
										end
9939
									end
9940
								else
9941
							
9942
									table.remove(Ilaoi, e)
9943
								end
9944
							end
9945
						end
9946
					end
9947
				end
9948
			end
9949
		end
9950
	end
9951
end
9952
end