Advertisement
zXzGamePROzXz

Ishida sword and armor

Mar 24th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 420.86 KB | None | 0 0
  1. --Ishida Sword And Armor--
  2. p = game.Players.LocalPlayer
  3. char = p.Character
  4. torso = char.Torso
  5. neck = char.Torso.Neck
  6. hum = char.Humanoid
  7.  
  8. dot = false
  9. des = false
  10. local ChatService = game:GetService("Chat")
  11. local player = game.Players.LocalPlayer
  12. char = player.Character
  13. hum = char.Humanoid
  14. torso = hum.Torso
  15. lig = Instance.new("PointLight",player.Character.Torso)
  16. lig.Color=Color3.new(0,0,255)
  17. m=player:GetMouse()
  18. bb = Instance.new("BillboardGui",player.Character.Head)
  19. bb.Enabled = true
  20. bb.AlwaysOnTop = true
  21. bb.Size = UDim2.new(0,200,0,50)
  22. bb.StudsOffset = Vector3.new(0,1,0)
  23. gui=Instance.new("TextBox",bb)
  24. gui.Text = "Wanderer"
  25. gui.Size = UDim2.new(0,133,0,45)
  26. gui.Position=UDim2.new(0,57,0,-40)
  27. gui.TextColor3 = Color3.new(0/255,0/255,255/255)
  28. gui.BackgroundColor3=Color3.new(0/255,0/255,255/255)
  29. gui.TextWrapped = true
  30. gui.TextScaled = true
  31. gui.TextXAlignment = "Left"
  32. gui.TextYAlignment = "Top"
  33. gui.Visible = false
  34. gui.BorderColor3 = Color3.new(0,0,255)
  35.  
  36. gui1=Instance.new("TextButton",bb)
  37. gui1.Position=UDim2.new(0,5,0,-43)
  38. gui1.Size = UDim2.new(0,190,0,51)
  39.  
  40. gui1.TextColor3 = Color3.new(0/255,0/255,255/255)
  41. gui1.BackgroundColor3=Color3.new(0/255,0/255,255/255)
  42.  
  43. Debounces = {
  44. ["IsSpeech"]=false;
  45. }
  46.  
  47.  
  48. Speeches = {
  49. "rbxassetid://316403916",
  50. "rbxassetid://316403844",
  51. "rbxassetid://316403787",
  52. "rbxassetid://316403490"
  53. };
  54.  
  55.  
  56.  
  57.  
  58. function swait(num)
  59. if num==0 or num==nil then
  60. game:service'RunService'.Stepped:wait(0)
  61. else
  62. for i=0,num do
  63. game:service'RunService'.Stepped:wait(0)
  64. end
  65. end
  66. end
  67.  
  68.  
  69. for _,v in pairs(Speeches) do
  70.  
  71. game:GetService("ContentProvider"):Preload(v)
  72.  
  73. end
  74.  
  75. so = function(id,par,vol,pit)
  76. coroutine.resume(coroutine.create(function()
  77. local sou = Instance.new("Sound",par or workspace)
  78. sou.Volume=vol
  79. sou.Pitch=pit or 1
  80. sou.SoundId=id
  81. swait()
  82. sou:play()
  83. game:GetService("Debris"):AddItem(sou,sou.TimeLength)
  84. end))
  85. end
  86.  
  87.  
  88.  
  89. function speech()
  90. if Debounces.IsSpeech then return end
  91. Debounces.IsSpeech = true
  92.  
  93. so(""..Speeches[math.random(1,#Speeches)].."",torso,1,1)
  94.  
  95. swait()
  96.  
  97. Debounces.IsSpeech = false
  98. end
  99.  
  100.  
  101. gui1.Visible = false
  102. img = Instance.new("ImageLabel",bb)
  103. img.Size = UDim2.new(0,46,0,47)
  104. img.Position = UDim2.new(0,10,0,-41)
  105. img.Image = "rbxassetid://698463405"
  106. img.BorderColor3 = Color3.new(0,0,0)
  107. img.Visible = false
  108. asd = Instance.new("Sound",player.Character.Torso)
  109. asd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  110.  
  111. asd1 = Instance.new("Sound",player.Character.Torso)
  112. asd1.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  113.  
  114. asd2 = Instance.new("Sound",player.Character.Torso)
  115. asd2.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  116. asd2.Looped = true
  117. asd3 = Instance.new("Sound",player.Character.Torso)
  118. asd3.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  119. asd3.Looped = true
  120. asd4 = Instance.new("Sound",player.Character.Torso)
  121. asd4.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  122. asd4.Looped = false
  123. asd5 = Instance.new("Sound",player.Character.Torso)
  124. asd5.SoundId = "http://www.roblox.com/asset/?id = 0"
  125. asd5.Looped = true
  126. dunkd = Instance.new("Sound",player.Character.Torso)
  127. dunkd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  128. dunkd.Looped = false
  129. function play(play)
  130. asd:Play()
  131. asd1:Play()
  132. end
  133. eye = Instance.new("Part",player.Character)
  134. eye.BrickColor = BrickColor.new("Toothpaste")
  135. eye.Material = "Neon"
  136. eye.FormFactor = 3
  137. eye.Shape = "Ball"
  138. eye.Size = Vector3.new(0.37,0.37,0.1)
  139. weld = Instance.new("Weld",eye)
  140. weld.Part0 = eye
  141. weld.Part1 = player.Character.Head
  142. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  143. eye.Transparency = 1
  144. -- listen for their chatting
  145. player.Chatted:connect(function(message)
  146. a = string.len(message)
  147. gui.Text = "* "
  148. gui.Visible = true
  149. gui1.Visible = true
  150. des = false
  151. img.Visible = true
  152. print(a)
  153. if dot == false then
  154. for i = 1,string.len(message) do wait(0.07)
  155. gui.Text =gui.Text..message:sub(i,i)
  156.  
  157. play()
  158. end
  159. end
  160.  
  161. des = true
  162. end)
  163. m.KeyDown:connect(function(k)
  164. if k == "" then
  165. asd2:Play()
  166. eye.Transparency = 0
  167.  
  168. elseif k == "" then
  169. speech()
  170. end
  171. end)
  172. m.KeyDown:connect(function(k)
  173. if k == "" then
  174. eye.Transparency = 1
  175. asd3:Play()
  176. end
  177. end)
  178. m.KeyDown:connect(function(k)
  179. if k == "" then
  180. eye.Transparency = 0
  181. asd4:Play()
  182. end
  183. end)
  184. m.KeyDown:connect(function(k)
  185. if k == "" then
  186. eye.Transparency = 1
  187. asd5:Play()
  188. end
  189. end)
  190. m.KeyDown:connect(function(k)
  191. if k == "l" then
  192.  
  193. img.Image = "rbxassetid://46829824"
  194. end
  195. end)
  196. m.KeyDown:connect(function(k)
  197. if k == "k" then
  198. img.Image = "rbxassetid://296125372"
  199. end
  200. end)
  201. m.KeyDown:connect(function(k)
  202. if k == "j" then
  203. img.Image = "rbxassetid://383104729"
  204. end
  205. end)
  206. m.KeyDown:connect(function(k)
  207. if k == "" then
  208. img.Image = "rbxassetid://388167154"
  209. print("You take your very last breath...")
  210. asdd = Instance.new("Sound",player.Character.Torso)
  211. asdd.SoundId = "http://www.roblox.com/asset/?id = 357417055"
  212. asdd.Looped = false
  213. spawn(function()
  214. wait()
  215. asdd:Play()
  216. end)
  217. wait(2)
  218. asddd = Instance.new("Sound",player.Character.Torso)
  219. asddd.SoundId = "http://www.roblox.com/asset/?id = 387183672"
  220. asddd.Looped = false
  221. spawn(function()
  222. wait()
  223. asddd:Play()
  224. end)
  225. wait(2)
  226. asdded = Instance.new("Sound",player.Character.Torso)
  227. asdded.SoundId = "http://www.roblox.com/asset/?id = 387187707"
  228. asdded.Looped = false
  229. spawn(function()
  230. wait()
  231. asdded:Play()
  232. end)
  233. char:BreakJoints()
  234. end
  235. end)
  236. m.KeyDown:connect(function(k)
  237. if k == "x" then
  238. if des == true then
  239. gui.Visible = false
  240. gui.Text = "* "
  241. gui1.Visible = false
  242. img.Visible = false
  243. end
  244. end
  245. end)
  246. m.KeyDown:connect(function(k)
  247. if k == "f" then
  248. asd3:Stop()
  249. asd2:Stop()
  250. asd4:Stop()
  251. dunkd:Stop()
  252. eye.Transparency = 1
  253. asd5:Stop()
  254. end
  255. end)
  256. m.KeyDown:connect(function(k)
  257. if k == "" then
  258. dunkd = Instance.new("Sound",player.Character.Torso)
  259. dunkd.SoundId = "http://www.roblox.com/asset/?id = 333078694"
  260. dunkd.Looped = false
  261. dunkd:Play()
  262. end
  263. end)
  264. m.KeyDown:connect(function(k)
  265. if k == "" then
  266. img.Image = "rbxassetid://378198656"
  267. end
  268. end)
  269. --
  270. --
  271. plr = game.Players.LocalPlayer
  272. char = plr.Character
  273. hum = game.Players.LocalPlayer.Character.Humanoid
  274. to = game.Players.LocalPlayer.Character.Torso
  275. he = game.Players.LocalPlayer.Character.Head
  276. neck = char.Torso.Neck
  277. rar = game.Players.LocalPlayer.Character["Right Arm"]
  278. lar = game.Players.LocalPlayer.Character["Left Arm"]
  279. rla = game.Players.LocalPlayer.Character["Right Leg"]
  280. lla = game.Players.LocalPlayer.Character["Left Leg"]
  281. local maincolor = Color3.new(255/255,85/255,0/255)
  282. local blu = Color3.new(0/255,0/255,255/255)
  283. local gree = Color3.new(0/255,255/255,0/255)
  284. local red = Color3.new(255/255,0/255,0/255)
  285. local dred = Color3.new(0/255,0/255,255/255)
  286. local purp = Color3.new(100/255,0/255,255/255)
  287. local pt1 = NumberSequenceKeypoint.new(0,50,0)
  288. local pt2 = NumberSequenceKeypoint.new(1,0,0)
  289. local pt1a = NumberSequenceKeypoint.new(0,7,0)
  290. local pt2a = NumberSequenceKeypoint.new(1,0,0)
  291. local bigg1 = NumberSequenceKeypoint.new(0,10,0)
  292. local bigg2 = NumberSequenceKeypoint.new(1,0,0)
  293. vt = Vector3.new
  294. bc = BrickColor.new
  295. hum.WalkSpeed = 0
  296. hum.JumpPower = 100
  297. aura = Instance.new("Sound",to)
  298. aura.SoundId = "rbxassetid://260567626"
  299. aura.Looped = false
  300. aura.Volume = 10
  301. lol = Instance.new("Sound",to)
  302. lol.SoundId = "rbxassetid://137473066"
  303. lol.Looped = false
  304. lol.Volume = 10
  305. beyond = Instance.new("Sound",to)
  306. beyond.SoundId = "rbxassetid://256643436"
  307. beyond.Looped = false
  308. beyond.Volume = 10
  309. hum.WalkSpeed = 50
  310. t = Instance.new("ParticleEmitter",to)
  311. t.Rate = 0
  312. t.Size = NumberSequence.new({pt1a,pt2a})
  313. t.Lifetime = NumberRange.new(1)
  314. t.RotSpeed = NumberRange.new(1000000)
  315. t.Texture = "rbxassetid://666724084"
  316. t.VelocitySpread= 50
  317. t.LightEmission = 1
  318. h = Instance.new("ParticleEmitter",he)
  319. h.Rate = 0
  320. h.Size = NumberSequence.new({pt1a,pt2a})
  321. h.Lifetime = NumberRange.new(1)
  322. h.RotSpeed = NumberRange.new(1000000)
  323. h.Texture = "rbxassetid://666724084"
  324. h.VelocitySpread = 90
  325. h.LightEmission = 1
  326. rl = Instance.new("ParticleEmitter",rla)
  327. rl.Rate = 0
  328. rl.Size = NumberSequence.new({pt1a,pt2a})
  329. rl.Lifetime = NumberRange.new(1)
  330. rl.RotSpeed = NumberRange.new(1000000)
  331. rl.Texture = "rbxassetid://666724084"
  332. rl.VelocitySpread = 50
  333. rl.LightEmission = 1
  334. ll = Instance.new("ParticleEmitter",lla)
  335. ll.Rate = 0
  336. ll.Size = NumberSequence.new({pt1a,pt2a})
  337. ll.Lifetime = NumberRange.new(1)
  338. ll.RotSpeed = NumberRange.new(1000000)
  339. ll.Texture = "rbxassetid://666724084"
  340. ll.VelocitySpread = 50
  341. ll.LightEmission = 1
  342. ra = Instance.new("ParticleEmitter",rar)
  343. ra.Rate = 0
  344. ra.Size = NumberSequence.new({pt1a,pt2a})
  345. ra.Lifetime = NumberRange.new(1)
  346. ra.RotSpeed = NumberRange.new(1000000)
  347. ra.Texture = "rbxassetid://666724084"
  348. ra.VelocitySpread = 50
  349. ra.LightEmission = 1
  350.  
  351. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  352. if msg == "boost" then
  353. aura:Play()
  354. h.Rate = 100
  355. t.Rate = 100
  356. rl.Rate = 100
  357. ll.Rate = 100
  358. h.Color = ColorSequence.new(blu)
  359. h.Transparency = NumberSequence.new(0.4)
  360. t.Color = ColorSequence.new(blu)
  361. t.Transparency = NumberSequence.new(0.4)
  362. rl.Color = ColorSequence.new(blu)
  363. rl.Transparency = NumberSequence.new(0.4)
  364. ll.Color = ColorSequence.new(blu)
  365. ll.Transparency = NumberSequence.new(0.4)
  366. ra.Color = ColorSequence.new(blu)
  367. ra.Transparency = NumberSequence.new(0.4)
  368. la.Color = ColorSequence.new(blu)
  369. la.Transparency = NumberSequence.new(0.4)
  370. h.Texture = "rbxassetid://666724084"
  371. t.Texture = "rbxassetid://666724084"
  372. rl.Texture = "rbxassetid://666724084"
  373. ll.Texture = "rbxassetid://666724084"
  374. ra.Texture = "rbxassetid://666724084"
  375. la.Texture = "rbxassetid://666724084"
  376. hum.WalkSpeed = 100
  377. end
  378. end)
  379.  
  380. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  381. if msg == "calm" then
  382. lol:Play()
  383. h.Rate = 0
  384. t.Rate = 0
  385. rl.Rate = 0
  386. ll.Rate = 0
  387. ra.Rate = 0
  388. la.Rate = 0
  389. hum.WalkSpeed = 100
  390. end
  391. end)
  392.  
  393. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  394. if msg == "ultimate" then
  395. beyond:Play()
  396. t.Size = NumberSequence.new(10)
  397. t.Lifetime = NumberRange.new(5)
  398. t.Texture = "rbxassetid://243098098"
  399. t.Color = ColorSequence.new(dred)
  400. t.VelocitySpread = 360
  401. t.ZOffset = 10
  402. t.Rate = 30
  403. bonus1 = Instance.new("ParticleEmitter",rar)
  404. bonus1.Texture = "rbxassetid://257173628"
  405. bonus1.VelocitySpread = 360
  406. bonus1.Rate = 20
  407. bonus1.Lifetime = NumberRange.new(5)
  408. bonus1.Size = NumberSequence.new(10)
  409. bonus1.Color = ColorSequence.new(dred)
  410. bonus1.LightEmission = 1
  411. bonus1.RotSpeed = NumberRange.new(1000000)
  412. bonus1.LockedToPart = true
  413. bonus2 = Instance.new("ParticleEmitter",lar)
  414. bonus2.Texture = "rbxassetid://257173628"
  415. bonus2.VelocitySpread = 360
  416. bonus2.Rate = 10
  417. bonus2.Lifetime = NumberRange.new(5)
  418. bonus2.Size = NumberSequence.new(10)
  419. bonus2.Color = ColorSequence.new(dred)
  420. bonus2.LightEmission = 1
  421. bonus2.RotSpeed = NumberRange.new(1000000)
  422. bonus2.LockedToPart = true
  423. wait(1)
  424. hum.WalkSpeed = 200
  425. hum.JumpPower = 150
  426. end
  427. end)
  428.  
  429. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  430. if msg == "summon" then
  431. p1 = Instance.new("Part",workspace)
  432. p1.Size = Vector3.new(0,0,0)
  433. p1.TopSurface = "Smooth"
  434. p1.BottomSurface = "Smooth"
  435. p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
  436. p1.Parent = game.Players.LocalPlayer.Character.Humanoid
  437. p1.Anchored = true
  438. p1.BrickColor = BrickColor.new("Cyan")
  439. p1.Transparency = 0.6
  440. p1.Material = "Neon"
  441. p1.CanCollide = false
  442. p1.Touched:connect(function(h) if
  443. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  444. p2 = Instance.new("Part",workspace)
  445. p2.Size = Vector3.new(1,25,30)
  446. p2.TopSurface = "Smooth"
  447. p2.BottomSurface = "Smooth"
  448. p2.CFrame = CFrame.new(p1.Position + Vector3.new(15,p2.Size.Y/2,0))
  449. p2.Parent = game.Players.LocalPlayer.Character.Humanoid
  450. p2.Anchored = true
  451. p2.BrickColor = BrickColor.new("Cyan")
  452. p2.Transparency = 0.6
  453. p2.Material = "Neon"
  454. p2.Touched:connect(function(h) if
  455. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  456. p3 = Instance.new("Part",workspace)
  457. p3.Size = Vector3.new(1,25,30)
  458. p3.TopSurface = "Smooth"
  459. p3.BottomSurface = "Smooth"
  460. p3.CFrame = CFrame.new(p1.Position + Vector3.new(-15,p2.Size.Y/2,0))
  461. p3.Parent = game.Players.LocalPlayer.Character.Humanoid
  462. p3.Anchored = true
  463. p3.BrickColor = BrickColor.new("Cyan")
  464. p3.Transparency = 0.6
  465. p3.Material = "Neon"
  466. p3.Touched:connect(function(h) if
  467. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  468. p4 = Instance.new("Part",workspace)
  469. p4.Size = Vector3.new(30,25,1)
  470. p4.TopSurface = "Smooth"
  471. p4.BottomSurface = "Smooth"
  472. p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,15))
  473. p4.Parent = game.Players.LocalPlayer.Character.Humanoid
  474. p4.Anchored = true
  475. p4.BrickColor = BrickColor.new("Cyan")
  476. p4.Transparency = 0.6
  477. p4.Material = "Neon"
  478. p4.Touched:connect(function(h) if
  479. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  480. p5 = Instance.new("Part",workspace)
  481. p5.Size = Vector3.new(30,25,1)
  482. p5.TopSurface = "Smooth"
  483. p5.BottomSurface = "Smooth"
  484. p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-15))
  485. p5.Parent = game.Players.LocalPlayer.Character.Humanoid
  486. p5.Anchored = true
  487. p5.BrickColor = BrickColor.new("Cyan")
  488. p5.Transparency = 0.6
  489. p5.Material = "Neon"
  490. p5.Touched:connect(function(h) if
  491. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  492. p6 = Instance.new("Part",workspace)
  493. p6.Size = Vector3.new(30,1,30)
  494. p6.TopSurface = "Smooth"
  495. p6.BottomSurface = "Smooth"
  496. p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
  497. p6.Parent = game.Players.LocalPlayer.Character.Humanoid
  498. p6.Anchored = true
  499. p6.BrickColor = BrickColor.new("Cyan")
  500. p6.Transparency = 0.6
  501. p6.Material = "Neon"
  502. p6.Touched:connect(function(h) if
  503. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  504. for i=1,4 do
  505. wait(.05)
  506. p1.Transparency = 1-(i/10)
  507. p2.Transparency = 1-(i/10)
  508. p3.Transparency = 1-(i/10)
  509. p4.Transparency = 1-(i/10)
  510. p5.Transparency = 1-(i/10)
  511. p6.Transparency = 1-(i/10)
  512. end
  513. p1p = Instance.new("ParticleEmitter",p1)
  514. p1p.Rate = 200
  515. p1p.VelocitySpread = 360
  516. p1p.Texture = "rbxassetid://199910011"
  517. p1p.Color = ColorSequence.new(blu)
  518. p1p.Size = NumberSequence.new({pt1a,pt2a})
  519. p1p.LightEmission = 1
  520. p1p.ZOffset = 10
  521. p1p.RotSpeed = NumberRange.new(10)
  522. p2p = Instance.new("ParticleEmitter",p2)
  523. p2p.Rate = 200
  524. p2p.VelocitySpread = 360
  525. p2p.Texture = "rbxassetid://199910011"
  526. p2p.Color = ColorSequence.new(blu)
  527. p2p.Size = NumberSequence.new({pt1a,pt2a})
  528. p2p.LightEmission = 1
  529. p2p.ZOffset = 10
  530. p2p.RotSpeed = NumberRange.new(10)
  531. p3p = Instance.new("ParticleEmitter",p3)
  532. p3p.Rate = 200
  533. p3p.VelocitySpread = 360
  534. p3p.Texture = "rbxassetid://199910011"
  535. p3p.Color = ColorSequence.new(blu)
  536. p3p.Size = NumberSequence.new({pt1a,pt2a})
  537. p3p.LightEmission = 1
  538. p3p.ZOffset = 10
  539. p3p.RotSpeed = NumberRange.new(10)
  540. p4p = Instance.new("ParticleEmitter",p4)
  541. p4p.Rate = 200
  542. p4p.VelocitySpread = 360
  543. p4p.Texture = "rbxassetid://199910011"
  544. p4p.Color = ColorSequence.new(blu)
  545. p4p.Size = NumberSequence.new({pt1a,pt2a})
  546. p4p.LightEmission = 1
  547. p4p.ZOffset = 10
  548. p4p.RotSpeed = NumberRange.new(10)
  549. p5p = Instance.new("ParticleEmitter",p5)
  550. p5p.Rate = 200
  551. p5p.VelocitySpread = 360
  552. p5p.Texture = "rbxassetid://199910011"
  553. p5p.Color = ColorSequence.new(blu)
  554. p5p.Size = NumberSequence.new({pt1a,pt2a})
  555. p5p.LightEmission = 1
  556. p5p.ZOffset = 10
  557. p5p.RotSpeed = NumberRange.new(10)
  558. p6p = Instance.new("ParticleEmitter",p6)
  559. p6p.Rate = 200
  560. p6p.VelocitySpread = 360
  561. p6p.Texture = "rbxassetid://199910011"
  562. p6p.Color = ColorSequence.new(blu)
  563. p6p.Size = NumberSequence.new({pt1a,pt2a})
  564. p6p.LightEmission = 10
  565. p6p.ZOffset = 1
  566. p6p.RotSpeed = NumberRange.new(10)
  567. end
  568. end)
  569.  
  570. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  571. if msg == "destroy" then
  572. p1p.Enabled = false
  573. p2p.Enabled = false
  574. p3p.Enabled = false
  575. p4p.Enabled = false
  576. p5p.Enabled = false
  577. p6p.Enabled = false
  578. for i=1,10 do
  579. wait(.05)
  580. p1.Transparency = i/10
  581. p2.Transparency = i/10
  582. p3.Transparency = i/10
  583. p4.Transparency = i/10
  584. p5.Transparency = i/10
  585. p6.Transparency = i/10
  586. end
  587. wait(10)
  588. p1:Destroy()
  589. p2:Destroy()
  590. p3:Destroy()
  591. p4:Destroy()
  592. p5:Destroy()
  593. p6:Destroy()
  594. end
  595. end)
  596. --------
  597. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  598. if msg == "shelter" then
  599. p1 = Instance.new("Part",workspace)
  600. p1.Size = Vector3.new(0,0,0)
  601. p1.TopSurface = "Smooth"
  602. p1.BottomSurface = "Smooth"
  603. p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
  604. p1.Parent = game.Players.LocalPlayer.Character.Humanoid
  605. p1.Anchored = true
  606. p1.BrickColor = BrickColor.new("Dark blue")
  607. p1.Transparency = 0.6
  608. p1.Material = "Neon"
  609. p1.CanCollide = false
  610. p1.Touched:connect(function(h) if
  611. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  612. p2 = Instance.new("Part",workspace)
  613. p2.Size = Vector3.new(1,100,100)
  614. p2.TopSurface = "Smooth"
  615. p2.BottomSurface = "Smooth"
  616. p2.CFrame = CFrame.new(p1.Position + Vector3.new(50,p2.Size.Y/2,0))
  617. p2.Parent = game.Players.LocalPlayer.Character.Humanoid
  618. p2.Anchored = true
  619. p2.BrickColor = BrickColor.new("Dark blue")
  620. p2.Transparency = 0.6
  621. p2.Material = "Neon"
  622. p2.Touched:connect(function(h) if
  623. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  624. p3 = Instance.new("Part",workspace)
  625. p3.Size = Vector3.new(1,100,100)
  626. p3.TopSurface = "Smooth"
  627. p3.BottomSurface = "Smooth"
  628. p3.CFrame = CFrame.new(p1.Position + Vector3.new(-50,p2.Size.Y/2,0))
  629. p3.Parent = game.Players.LocalPlayer.Character.Humanoid
  630. p3.Anchored = true
  631. p3.BrickColor = BrickColor.new("Dark blue")
  632. p3.Transparency = 0.6
  633. p3.Material = "Neon"
  634. p3.Touched:connect(function(h) if
  635. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  636. p4 = Instance.new("Part",workspace)
  637. p4.Size = Vector3.new(100,100,1)
  638. p4.TopSurface = "Smooth"
  639. p4.BottomSurface = "Smooth"
  640. p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,50))
  641. p4.Parent = game.Players.LocalPlayer.Character.Humanoid
  642. p4.Anchored = true
  643. p4.BrickColor = BrickColor.new("Dark blue")
  644. p4.Transparency = 0.6
  645. p4.Material = "Neon"
  646. p4.Touched:connect(function(h) if
  647. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  648. p5 = Instance.new("Part",workspace)
  649. p5.Size = Vector3.new(100,100,1)
  650. p5.TopSurface = "Smooth"
  651. p5.BottomSurface = "Smooth"
  652. p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-50))
  653. p5.Parent = game.Players.LocalPlayer.Character.Humanoid
  654. p5.Anchored = true
  655. p5.BrickColor = BrickColor.new("Dark blue")
  656. p5.Transparency = 0.6
  657. p5.Material = "Neon"
  658. p5.Touched:connect(function(h) if
  659. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  660. p6 = Instance.new("Part",workspace)
  661. p6.Size = Vector3.new(100,1,100)
  662. p6.TopSurface = "Smooth"
  663. p6.BottomSurface = "Smooth"
  664. p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
  665. p6.Parent = game.Players.LocalPlayer.Character.Humanoid
  666. p6.Anchored = true
  667. p6.BrickColor = BrickColor.new("Dark blue")
  668. p6.Transparency = 0.6
  669. p6.Material = "Neon"
  670. p6.Touched:connect(function(h) if
  671. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  672. for i=1,4 do
  673. wait(.05)
  674. p1.Transparency = 1-(i/10)
  675. p2.Transparency = 1-(i/10)
  676. p3.Transparency = 1-(i/10)
  677. p4.Transparency = 1-(i/10)
  678. p5.Transparency = 1-(i/10)
  679. p6.Transparency = 1-(i/10)
  680. end
  681. p1p = Instance.new("ParticleEmitter",p1)
  682. p1p.Rate = 200
  683. p1p.VelocitySpread = 360
  684. p1p.Texture = "rbxassetid://199910011"
  685. p1p.Color = ColorSequence.new(blu)
  686. p1p.Size = NumberSequence.new({pt1a,pt2a})
  687. p1p.LightEmission = 1
  688. p1p.ZOffset = 10
  689. p1p.RotSpeed = NumberRange.new(10)
  690. p2p = Instance.new("ParticleEmitter",p2)
  691. p2p.Rate = 200
  692. p2p.VelocitySpread = 360
  693. p2p.Texture = "rbxassetid://199910011"
  694. p2p.Color = ColorSequence.new(blu)
  695. p2p.Size = NumberSequence.new({pt1a,pt2a})
  696. p2p.LightEmission = 1
  697. p2p.ZOffset = 10
  698. p2p.RotSpeed = NumberRange.new(10)
  699. p3p = Instance.new("ParticleEmitter",p3)
  700. p3p.Rate = 200
  701. p3p.VelocitySpread = 360
  702. p3p.Texture = "rbxassetid://199910011"
  703. p3p.Color = ColorSequence.new(blu)
  704. p3p.Size = NumberSequence.new({pt1a,pt2a})
  705. p3p.LightEmission = 1
  706. p3p.ZOffset = 10
  707. p3p.RotSpeed = NumberRange.new(10)
  708. p4p = Instance.new("ParticleEmitter",p4)
  709. p4p.Rate = 200
  710. p4p.VelocitySpread = 360
  711. p4p.Texture = "rbxassetid://199910011"
  712. p4p.Color = ColorSequence.new(blu)
  713. p4p.Size = NumberSequence.new({pt1a,pt2a})
  714. p4p.LightEmission = 1
  715. p4p.ZOffset = 10
  716. p4p.RotSpeed = NumberRange.new(10)
  717. p5p = Instance.new("ParticleEmitter",p5)
  718. p5p.Rate = 200
  719. p5p.VelocitySpread = 360
  720. p5p.Texture = "rbxassetid://199910011"
  721. p5p.Color = ColorSequence.new(blu)
  722. p5p.Size = NumberSequence.new({pt1a,pt2a})
  723. p5p.LightEmission = 1
  724. p5p.ZOffset = 10
  725. p5p.RotSpeed = NumberRange.new(10)
  726. p6p = Instance.new("ParticleEmitter",p6)
  727. p6p.Rate = 200
  728. p6p.VelocitySpread = 360
  729. p6p.Texture = "rbxassetid://199910011"
  730. p6p.Color = ColorSequence.new(blu)
  731. p6p.Size = NumberSequence.new({pt1a,pt2a})
  732. p6p.LightEmission = 10
  733. p6p.ZOffset = 1
  734. p6p.RotSpeed = NumberRange.new(10)
  735. end
  736. end)
  737.  
  738. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  739. if msg == "off" then
  740. p1p.Enabled = false
  741. p2p.Enabled = false
  742. p3p.Enabled = false
  743. p4p.Enabled = false
  744. p5p.Enabled = false
  745. p6p.Enabled = false
  746. for i=1,10 do
  747. wait(.05)
  748. p1.Transparency = i/10
  749. p2.Transparency = i/10
  750. p3.Transparency = i/10
  751. p4.Transparency = i/10
  752. p5.Transparency = i/10
  753. p6.Transparency = i/10
  754. end
  755. wait(10)
  756. p1:Destroy()
  757. p2:Destroy()
  758. p3:Destroy()
  759. p4:Destroy()
  760. p5:Destroy()
  761. p6:Destroy()
  762. end
  763. end)
  764. --------
  765. wait(1/60)
  766. Player=game:GetService("Players").LocalPlayer
  767. Character=Player.Character
  768. PlayerGui=Player.PlayerGui
  769. Backpack=Player.Backpack
  770. Torso=Character.Torso
  771. Head=Character.Head
  772. Humanoid=Character.Humanoid
  773. LeftArm=Character["Left Arm"]
  774. LeftLeg=Character["Left Leg"]
  775. RightArm=Character["Right Arm"]
  776. RightLeg=Character["Right Leg"]
  777. LS=Torso["Left Shoulder"]
  778. LH=Torso["Left Hip"]
  779. RS=Torso["Right Shoulder"]
  780. RH=Torso["Right Hip"]
  781. Face=Head.face
  782. Neck=Torso.Neck
  783. it=Instance.new
  784. attacktype=1
  785. vt=Vector3.new
  786. cf=CFrame.new
  787. euler=CFrame.fromEulerAnglesXYZ
  788. angles=CFrame.Angles
  789. necko=cf(0,1,0,-1,-0,-0,0,0,1,0,1,0)
  790. RootCF=angles(math.rad(-90),0,math.rad(180))
  791. --necko2=cf(0,-0.5,0,-1,-0,-0,0,0,1,0,1,0)
  792. --LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  793. --RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  794. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  795. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  796. RootPart=Character.HumanoidRootPart
  797. RootJoint=RootPart.RootJoint
  798. attack=false
  799. equipped=false
  800. Mouse=Player:GetMouse()
  801. local idle=0
  802. local Anim="Idle"
  803. local ShotTarget=RootPart
  804. player=nil
  805.  
  806. --[[Saz's Artificial Heartbeat]]--
  807.  
  808. ArtificialHB=Instance.new("BindableEvent",script)
  809. ArtificialHB.Name="ArtificialHB"
  810.  
  811. script:WaitForChild("ArtificialHB")
  812.  
  813. frame=1/60 --1/30 is old Heartbeat and 1/60 is like Renderstepped speed
  814. tf=0
  815. allowframeloss=false
  816. tossremainder=false
  817. lastframe=tick()
  818. script.ArtificialHB:Fire()
  819.  
  820. game:GetService("RunService").Heartbeat:connect(function(s,p)
  821. tf=tf+s
  822. if tf>=frame then
  823. if allowframeloss then
  824. script.ArtificialHB:Fire()
  825. lastframe=tick()
  826. else
  827. for i=1,math.floor(tf/frame) do
  828. script.ArtificialHB:Fire()
  829. end
  830. lastframe=tick()
  831. end
  832. if tossremainder then
  833. tf=0
  834. else
  835. tf=tf-frame*math.floor(tf/frame)
  836. end
  837. end
  838. end)
  839. ----------------------------------------
  840.  
  841. --[[HB wait]]--
  842. local animationspeed=2 --The speed the script goes and stuff.
  843.  
  844. function hbwait(number)
  845. if number==0 or number==nil then
  846. game:GetService("RunService").Stepped:wait()
  847. --ArtificialHB.Event:wait()
  848. else
  849. for i=0,number do
  850. game:GetService("RunService").Stepped:wait()
  851. --ArtificialHB.Event:wait()
  852. end
  853. end
  854. end
  855. ----------------------------------------
  856.  
  857. --[[Stats and Other Values]]--
  858. local Stats=Instance.new("Folder",Character)
  859. Stats.Name="Stats"
  860. local Defense=Instance.new("NumberValue",Stats)
  861. Defense.Name="Defense"
  862. Defense.Value=1
  863. local Movement=Instance.new("NumberValue",Stats)
  864. Movement.Name="Movement"
  865. Movement.Value=1
  866. local Damage=Instance.new("NumberValue",Stats)
  867. Damage.Name="Damage"
  868. Damage.Value=1
  869. local Mana=Instance.new("NumberValue",Stats)
  870. Mana.Name="Mana"
  871. Mana.Value=0
  872. local Rooted=Instance.new("BoolValue",Stats)
  873. Rooted.Name="Rooted"
  874. Rooted.Value=false
  875. local BlockValue=Instance.new("BoolValue",Stats)
  876. BlockValue.Name="BlockValue"
  877. BlockValue.Value=false
  878. local StaggerHitAnim=Instance.new("BoolValue",Stats)
  879. StaggerHitAnim.Name="StaggerHitAnim"
  880. StaggerHitAnim.Value=false
  881. local StaggerAnim=Instance.new("BoolValue",Stats)
  882. StaggerAnim.Name="StaggerAnim"
  883. StaggerAnim.Value=false
  884. local StunAnim=Instance.new("BoolValue",Stats)
  885. StunAnim.Name="StunAnim"
  886. StunAnim.Value=false
  887. local StunValue=Instance.new("NumberValue",Stats)
  888. StunValue.Name="StunValue"
  889. StunValue.Value=0
  890. local CanCrit=Instance.new("BoolValue",Stats)
  891. CanCrit.Name="CanCrit"
  892. CanCrit.Value=true
  893. local CritChance=Instance.new("NumberValue",Stats)
  894. CritChance.Name="CritChance"
  895. CritChance.Value=75
  896. local CanPenetrateArmor=Instance.new("BoolValue",Stats)
  897. CanPenetrateArmor.Name="CanPenetrateArmor"
  898. CanPenetrateArmor.Value=false
  899. local AntiTeamKill=Instance.new("BoolValue",Stats)
  900. AntiTeamKill.Name="AntiTeamKill"
  901. AntiTeamKill.Value=false
  902. ----------------------------------------
  903.  
  904. --[[Ignore these values.]]--
  905. local LastPoint=nil
  906. local staggerhitanim=false
  907. local staggeranim=false
  908. local stunanim=false
  909. local CritChanceNumber=0
  910. local CustomColor=Torso.BrickColor
  911. local Colorpart1=CustomColor.r
  912. local Colorpart2=CustomColor.g
  913. local Colorpart3=CustomColor.b
  914. local InverseColor=BrickColor.new(Color3.new(1-Colorpart1,1-Colorpart2,1-Colorpart3))
  915. local idleangle=0
  916. local idlen=0
  917. local donum=0
  918. local sine=0
  919. local change=2/animationspeed
  920. local walkinganim=false
  921. local handidle=false
  922. local walk=0
  923. local someangle=0
  924. local change2=1
  925. local stundelay=0
  926. local manadelay=0
  927. local robloxidleanimation=Instance.new("Animation",Torso)
  928. robloxidleanimation.Name="robloxidleanimation"
  929. robloxidleanimation.AnimationId="http://www.roblox.com/asset/?id="
  930. local Animator=Humanoid:FindFirstChild("Animator")
  931. local Animate=Character:FindFirstChild("Animate")
  932. ----------------------------------------
  933.  
  934. --[[Damage Function Sounds]]--
  935. local HitPlayerSounds={199149137,199149186,199149221,199149235,199149269,199149297}
  936. local HitArmorSounds={199149321,199149338,199149367,199149409,199149452}
  937. local HitWeaponSounds={199148971,199149025,199149072,199149109,199149119}
  938. local HitBlockSounds={199148933,199148947}
  939. ----------------------------------------
  940.  
  941. --[[Gui Stuff]]--
  942. local cooldown1=0
  943. local cooldown2=0
  944. local cooldown3=0
  945. local cooldown4=0
  946. local scrn=Instance.new('ScreenGui',PlayerGui)
  947. local ud=UDim2.new
  948. local c3=Color3.new
  949. local skillcolorscheme=c3(1,1,1)
  950. function subtractmana(k)
  951. if Mana.Value>=k then
  952. Mana.Value=Mana.Value-k
  953. end
  954. end
  955. ----------------------------------------
  956.  
  957. --[[Gui Settings]]--
  958. local co1=0 --How long it takes for the skill to cool down.
  959. local co2=0
  960. local co3=0
  961. local co4=0
  962. local maxmana=0 --Maximum amount of mana you can have.
  963. local maxstun=1 --Maximum amount of stun you can have.
  964. local recovermana=0 --Amount of mana you gain.
  965. local losestun=0 --Amount of stun you lose.
  966. local stunwait=0 --Delay between losing stun.
  967. local manawait=0 --Delay between gaining mana.
  968. local skill1mana=0 --How much mana is required to use the skill.
  969. local skill2mana=0
  970. local skill3mana=0
  971. local skill4mana=0
  972. local menuupdatespeed=0 --The speed the guis go to update to their size and position.
  973. local constantupdate=false --If true, then the bars will constantly update.
  974. local showstats=false --If true, then the menu will show your movement, defense, damage, and stun.
  975. local allowstunbar=false --If true, then shows the stun bar.
  976. ----------------------------------------
  977.  
  978. --[[Gui Functions]]--
  979. function makeframe(par,trans,pos,size,color,name)
  980. local frame=Instance.new('Frame')
  981. frame.Parent=par
  982. frame.BackgroundTransparency=trans
  983. frame.BorderSizePixel=0
  984. frame.Position=pos
  985. frame.Size=size
  986. frame.BackgroundColor3=color
  987. frame.Name=name
  988. return frame
  989. end
  990.  
  991. function makelabel(par,text,trans,stroketrans,name)
  992. local label=Instance.new('TextLabel')
  993. label.Parent=par
  994. label.BackgroundTransparency=1
  995. label.Size=ud(1,0,1,0)
  996. label.Position=ud(0,0,0,0)
  997. label.TextColor3=c3(255,255,255)
  998. label.TextStrokeTransparency=stroketrans
  999. label.TextTransparency=trans
  1000. label.FontSize=Enum.FontSize.Size32
  1001. label.Font=Enum.Font.Legacy
  1002. label.BorderSizePixel=0
  1003. label.TextScaled=true
  1004. label.Text=text
  1005. label.Name=name
  1006. return label
  1007. end
  1008. ----------------------------------------
  1009.  
  1010. --[[The Gui]]--
  1011. framesk1=makeframe(scrn,0.5,ud(0.23,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 1")
  1012. framesk2=makeframe(scrn,0.5,ud(0.5,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 2")
  1013. framesk3=makeframe(scrn,0.5,ud(0.5,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 3")
  1014. framesk4=makeframe(scrn,0.5,ud(0.23,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 4")
  1015. bar1=makeframe(framesk1,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 1")
  1016. bar2=makeframe(framesk2,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 2")
  1017. bar3=makeframe(framesk3,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 3")
  1018. bar4=makeframe(framesk4,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 4")
  1019. text1=makelabel(framesk1,"[C] Ability 3",1,1,"Text 1")
  1020. text2=makelabel(framesk2,"[V] Ability 4",1,1,"Text 2")
  1021. text3=makelabel(framesk3,"[X] Ability 2",1,1,"Text 3")
  1022. text4=makelabel(framesk4,"[Z] Ability 1",1,1,"Text 4")
  1023. manabar=makeframe(scrn,0.5,ud(0.23,0,0.82,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Bar")
  1024. manacover=makeframe(manabar,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Cover")
  1025. manatext=makelabel(manabar,"Mana",1,1,"Mana Text")
  1026. 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")
  1027. healthcover=makeframe(healthbar,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,50/255,50/255),"Health Cover")
  1028. healthtext=makelabel(healthbar,"Health",1,1,"Health Text")
  1029. if allowstunbar==true then
  1030. 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")
  1031. stunbar=makeframe(stunframe,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,255/255,50/255),"Stun Bar")
  1032. stuntext=makelabel(stunframe,"Stun",1,1,"Stun Text")
  1033. end
  1034. if showstats==true then
  1035. 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")
  1036. 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")
  1037. 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")
  1038. --[[
  1039. defensecover=makeframe(defenseframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,100/255,255/255),"Defense Cover")
  1040. damagecover=makeframe(damageframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(255/255,100/255,100/255),"Damage Cover")
  1041. movementcover=makeframe(movementframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,255/255,100/255),"Movement Cover")
  1042. --]]
  1043. defensetext=makelabel(defenseframe,"Defense: "..Defense.Value,1,1,"Defense Text")
  1044. damagetext=makelabel(damageframe,"Damage: "..Damage.Value,1,1,"Damage Text")
  1045. movementtext=makelabel(movementframe,"Movement: "..Movement.Value,1,1,"Movement Text")
  1046. end
  1047. ----------------------------------------
  1048.  
  1049. function NoOutline(Part)
  1050. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  1051. end
  1052.  
  1053. local function weldBetween(a, b)
  1054. local weldd = Instance.new("ManualWeld")
  1055. weldd.Part0 = a
  1056. weldd.Part1 = b
  1057. weldd.C0 = CFrame.new()
  1058. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1059. weldd.Parent = a
  1060. return weldd
  1061. end
  1062.  
  1063. function nooutline(part)
  1064. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1065. end
  1066.  
  1067. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1068. local fp=it("Part")
  1069. fp.formFactor=formfactor
  1070. fp.Parent=parent
  1071. fp.Reflectance=reflectance
  1072. fp.Transparency=transparency
  1073. fp.CanCollide=false
  1074. fp.Locked=true
  1075. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1076. fp.Name=name
  1077. fp.Size=size
  1078. fp.Position=Character.Torso.Position
  1079. nooutline(fp)
  1080. fp.Material=material
  1081. fp:BreakJoints()
  1082. return fp
  1083. end
  1084.  
  1085. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1086. local mesh=it(Mesh)
  1087. mesh.Parent=part
  1088. if Mesh=="SpecialMesh" then
  1089. mesh.MeshType=meshtype
  1090. mesh.MeshId=meshid
  1091. end
  1092. mesh.Offset=offset
  1093. mesh.Scale=scale
  1094. return mesh
  1095. end
  1096.  
  1097. function weld(parent,part0,part1,c0,c1)
  1098. local weld=it("Motor")
  1099. weld.Parent=parent
  1100. weld.Part0=part0
  1101. weld.Part1=part1
  1102. weld.C0=c0
  1103. weld.C1=c1
  1104. return weld
  1105. end
  1106.  
  1107. m=Instance.new("Model",Character)
  1108. m.Name="Orinthion Sword and Shield"
  1109.  
  1110. --workspace.CurrentCamera.CameraSubject=Head
  1111.  
  1112. local swordhandle=part(3,m,"SmoothPlastic",0,0,"Really black","Sword Handle",vt())
  1113. 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))
  1114. swordhandlemesh.TextureId="http://www.roblox.com/asset/?id=174896768"
  1115. local swordhandleweld=weld(RightArm,RightArm,swordhandle,cf(0,-1,0)*angles(math.rad(-90),0,0),cf(0,0,0))
  1116. local Hitbox=part(3,m,"SmoothPlastic",0,1,"Really black","Hitbox",vt())
  1117. local Hitboxweld=weld(swordhandle,swordhandle,Hitbox,cf(0,3.4,0),cf(0,0,0))
  1118.  
  1119. Effects=Instance.new("Folder",m)
  1120. Effects.Name="Effects"
  1121.  
  1122. Humanoid.Died:connect(function()
  1123. attack=true
  1124. for _,v in pairs (Character:GetChildren()) do
  1125. if v:IsA"Model" then
  1126. m:Destroy()
  1127. end
  1128. end
  1129. end)
  1130.  
  1131. for i,v in pairs(Character:GetChildren()) do
  1132. if v.ClassName=="Model" then
  1133. for _,c in pairs(v:GetChildren()) do
  1134. if c.ClassName=="Part" then
  1135. c.CustomPhysicalProperties=PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
  1136. end
  1137. end
  1138. end
  1139. end
  1140.  
  1141. --print("Orinthion Sword and Shield loaded.")
  1142.  
  1143. function so(id,par,vol,pit)
  1144. coroutine.resume(coroutine.create(function()
  1145. local sou=Instance.new("Sound",par or workspace)
  1146. sou.Volume=vol
  1147. sou.Pitch=pit or 1
  1148. sou.SoundId="http://roblox.com/asset/?id="..id
  1149. hbwait()
  1150. sou:play()
  1151. game:GetService("Debris"):AddItem(sou,10)
  1152. end))
  1153. end
  1154.  
  1155. function clerp(a,b,t)
  1156. local qa = {QuaternionFromCFrame(a)}
  1157. local qb = {QuaternionFromCFrame(b)}
  1158. local ax, ay, az = a.x, a.y, a.z
  1159. local bx, by, bz = b.x, b.y, b.z
  1160. local _t = 1-t
  1161. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  1162. end
  1163.  
  1164. function QuaternionFromCFrame(cf)
  1165. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1166. local trace = m00 + m11 + m22
  1167. if trace > 0 then
  1168. local s = math.sqrt(1 + trace)
  1169. local recip = 0.5/s
  1170. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  1171. else
  1172. local i = 0
  1173. if m11 > m00 then
  1174. i = 1
  1175. end
  1176. if m22 > (i == 0 and m00 or m11) then
  1177. i = 2
  1178. end
  1179. if i == 0 then
  1180. local s = math.sqrt(m00-m11-m22+1)
  1181. local recip = 0.5/s
  1182. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  1183. elseif i == 1 then
  1184. local s = math.sqrt(m11-m22-m00+1)
  1185. local recip = 0.5/s
  1186. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  1187. elseif i == 2 then
  1188. local s = math.sqrt(m22-m00-m11+1)
  1189. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  1190. end
  1191. end
  1192. end
  1193.  
  1194. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1195. local xs, ys, zs = x + x, y + y, z + z
  1196. local wx, wy, wz = w*xs, w*ys, w*zs
  1197. local xx = x*xs
  1198. local xy = x*ys
  1199. local xz = x*zs
  1200. local yy = y*ys
  1201. local yz = y*zs
  1202. local zz = z*zs
  1203. 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))
  1204. end
  1205.  
  1206. function QuaternionSlerp(a, b, t)
  1207. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  1208. local startInterp, finishInterp;
  1209. if cosTheta >= 0.0001 then
  1210. if (1 - cosTheta) > 0.0001 then
  1211. local theta = math.acos(cosTheta)
  1212. local invSinTheta = 1/math.sin(theta)
  1213. startInterp = math.sin((1-t)*theta)*invSinTheta
  1214. finishInterp = math.sin(t*theta)*invSinTheta
  1215. else
  1216. startInterp = 1-t
  1217. finishInterp = t
  1218. end
  1219. else
  1220. if (1+cosTheta) > 0.0001 then
  1221. local theta = math.acos(-cosTheta)
  1222. local invSinTheta = 1/math.sin(theta)
  1223. startInterp = math.sin((t-1)*theta)*invSinTheta
  1224. finishInterp = math.sin(t*theta)*invSinTheta
  1225. else
  1226. startInterp = t-1
  1227. finishInterp = t
  1228. end
  1229. end
  1230. 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
  1231. end
  1232.  
  1233. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  1234. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  1235. end
  1236.  
  1237. function DamageStatLabel(labeltype,cframe,text,color)
  1238. local c=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt(0,0,0))
  1239. c.CFrame=cf(cframe.p+vt(0,1.5,0))
  1240. game:GetService("Debris"):AddItem(c,5)
  1241. Instance.new("BodyGyro",c)
  1242. local f=Instance.new("BodyPosition",c)
  1243. f.P=2000
  1244. f.D=100
  1245. f.maxForce=vt(math.huge,math.huge,math.huge)
  1246. if labeltype=="Normal" then
  1247. f.position=c.Position+vt(math.random(-2,2),6,math.random(-2,2))
  1248. elseif labeltype=="Debuff" then
  1249. f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
  1250. elseif labeltype=="Interruption" then
  1251. f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
  1252. end
  1253. game:GetService("Debris"):AddItem(c,5)
  1254. local bg=Instance.new('BillboardGui',c)
  1255. bg.Adornee=c
  1256. bg.Size=UDim2.new(2.5,0,2.5,0)
  1257. bg.StudsOffset=vt(-2,2,0)
  1258. bg.AlwaysOnTop=false
  1259. local tl=Instance.new('TextLabel',bg)
  1260. tl.BackgroundTransparency=1
  1261. tl.Size=UDim2.new(2.5,0,2.5,0)
  1262. tl.Text=text
  1263. tl.Font=Enum.Font.SourceSans
  1264. tl.FontSize=Enum.FontSize.Size42
  1265. tl.TextColor3=color
  1266. tl.TextScaled=false
  1267. tl.TextStrokeTransparency=0
  1268. tl.TextScaled=true
  1269. tl.TextWrapped=true
  1270. f.Parent=c
  1271. coroutine.resume(coroutine.create(function(Part,BodyPosition,TextLabel)
  1272. wait(0.25)
  1273. for i=1,5 do
  1274. wait()
  1275. BodyPosition.position=Part.Position-vt(0,0.5,0)
  1276. end
  1277. wait(1.25)
  1278. for i=1,5 do
  1279. wait()
  1280. TextLabel.TextTransparency=TextLabel.TextTransparency+0.2
  1281. TextLabel.TextStrokeTransparency=TextLabel.TextStrokeTransparency+0.2
  1282. BodyPosition.position=Part.Position+vt(0,0.5,0)
  1283. end
  1284. Part.Parent=nil
  1285. end),c,f,tl)
  1286. end
  1287.  
  1288. function IncreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
  1289. if Location:FindFirstChild("Stats")~=nil then
  1290. if Location.Stats:FindFirstChild("BlockValue")~=nil then
  1291. if Location.Stats:FindFirstChild("BlockValue").Value~=true then
  1292. if Location.Stats[Stat]~=nil then
  1293. Location.Stats[Stat].Value=Location.Stats[Stat].Value+Amount
  1294. if ShowTheStat==true then
  1295. if Stat=="Defense" then
  1296. DamageStatLabel("Debuff",Location.Head.CFrame,"+Defense",c3(0,0,255))
  1297. elseif Stat=="Damage" then
  1298. DamageStatLabel("Debuff",Location.Head.CFrame,"+Damage",c3(0,0,255))
  1299. elseif Stat=="Movement" then
  1300. DamageStatLabel("Debuff",Location.Head.CFrame,"+Movement",c3(0,0,255))
  1301. end
  1302. end
  1303. coroutine.resume(coroutine.create(function(CurrentDecrease)
  1304. wait(Duration)
  1305. CurrentDecrease.Value=CurrentDecrease.Value-Amount
  1306. end),Location.Stats[Stat])
  1307. end
  1308. else
  1309. DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
  1310. end
  1311. end
  1312. end
  1313. end
  1314.  
  1315. function DecreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
  1316. if Location:FindFirstChild("Stats")~=nil then
  1317. if Location.Stats:FindFirstChild("BlockValue")~=nil then
  1318. if Location.Stats:FindFirstChild("BlockValue").Value~=true then
  1319. if Location.Stats[Stat]~=nil then
  1320. Location.Stats[Stat].Value=Location.Stats[Stat].Value-Amount
  1321. if ShowTheStat==true then
  1322. if Stat=="Defense" then
  1323. DamageStatLabel("Debuff",Location.Head.CFrame,"-Defense",c3(0,0,255))
  1324. elseif Stat=="Damage" then
  1325. DamageStatLabel("Debuff",Location.Head.CFrame,"-Damage",c3(0,0,255))
  1326. elseif Stat=="Movement" then
  1327. DamageStatLabel("Debuff",Location.Head.CFrame,"-Movement",c3(0,0,255))
  1328. end
  1329. end
  1330. coroutine.resume(coroutine.create(function(CurrentDecrease)
  1331. wait(Duration)
  1332. CurrentDecrease.Value=CurrentDecrease.Value+Amount
  1333. end),Location.Stats[Stat])
  1334. end
  1335. else
  1336. DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
  1337. end
  1338. end
  1339. end
  1340. end
  1341.  
  1342. function GetDistance(Part1,Part2,magnitude)
  1343. local target=Part1.Position-Part2.Position
  1344. local mag=target.magnitude
  1345. if mag<=magnitude then
  1346. return true
  1347. else
  1348. return false
  1349. end
  1350. end
  1351.  
  1352. --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)
  1353.  
  1354. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,DecreaseTheStat,DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1355. if hit.Parent==nil then
  1356. return
  1357. end
  1358. h=hit.Parent:FindFirstChild("Humanoid")
  1359. for _,v in pairs(hit.Parent:GetChildren()) do
  1360. if v:IsA("Humanoid") then
  1361. h=v
  1362. end
  1363. end
  1364. if hit.Name=="Hitbox" and ranged~=true and hit.Parent~=m then
  1365. StaggerHitAnim.Value=true
  1366. so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hit,1,1)
  1367. return
  1368. end
  1369. if AntiTeamKill.Value==true then
  1370. if game.Players:FindFirstChild(hit.Parent.Name)~=nil then
  1371. opponent=game.Players:FindFirstChild(hit.Parent.Name)
  1372. end
  1373. if opponent~=nil then
  1374. if opponent.TeamColor==Player.TeamColor then
  1375. return
  1376. end
  1377. end
  1378. end
  1379. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  1380. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  1381. end
  1382. if hit.Parent.className=="Hat" then
  1383. hit=hit.Parent.Parent:FindFirstChild("Head")
  1384. end
  1385. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  1386. if hit.Parent:FindFirstChild("DebounceHit")~=nil then
  1387. if hit.Parent.DebounceHit.Value==true then
  1388. return
  1389. end
  1390. end
  1391. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  1392. if hit.Parent:FindFirstChild("Humanoid").Health<=0 then
  1393. return
  1394. end
  1395. end
  1396. if hit.Parent:FindFirstChild("Stats")~=nil then
  1397. if hit.Parent.Stats:FindFirstChild("StunValue")~=nil then
  1398. hit.Parent.Stats:FindFirstChild("StunValue").Value=hit.Parent.Stats:FindFirstChild("StunValue").Value+incstun
  1399. end
  1400. end
  1401. if hit.Parent:FindFirstChild("Stats")~=nil then
  1402. if hit.Parent.Stats:FindFirstChild("StaggerAnim")~=nil then
  1403. if stagger==true then
  1404. hit.Parent.Stats:FindFirstChild("StaggerAnim").Value=true
  1405. end
  1406. end
  1407. end
  1408. if hit.Parent:FindFirstChild("Stats")~=nil then
  1409. if hit.Parent.Stats:FindFirstChild("BlockValue")~=nil then
  1410. if hit.Parent.Stats:FindFirstChild("BlockValue").Value==true then
  1411. if hit.Parent.Stats:FindFirstChild("BlockDebounce")==nil then
  1412. DamageStatLabel("Interruption",hit.Parent.Head.CFrame,"Blocked!",Color3.new(0,0,255))
  1413. local BlockDebounce=Instance.new("BoolValue",hit.Parent.Stats)
  1414. BlockDebounce.Name="BlockDebounce"
  1415. BlockDebounce.Value=true
  1416. game:GetService("Debris"):AddItem(BlockDebounce,0.1)
  1417. end
  1418. if ranged~=true then
  1419. if hit.Parent.Stats:FindFirstChild("BlockDebounce2")==nil then
  1420. local BlockDebounce2=Instance.new("BoolValue",hit.Parent.Stats)
  1421. BlockDebounce2.Name="BlockDebounce2"
  1422. BlockDebounce2.Value=true
  1423. game:GetService("Debris"):AddItem(BlockDebounce2,0.1)
  1424. so(HitBlockSounds[math.random(1,#HitBlockSounds)],hit,1,1)
  1425. end
  1426. hit.Parent.Stats:FindFirstChild("BlockValue").Value=false
  1427. StaggerAnim.Value=true
  1428. end
  1429. return
  1430. end
  1431. end
  1432. end
  1433. if DecreaseTheStat~=nil then
  1434. if hit.Parent:FindFirstChild("Stats")~=nil then
  1435. if DecreaseTheStat=="Defense" then
  1436. DecreaseStat(hit.Parent,"Defense",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1437. elseif DecreaseTheStat=="Damage" then
  1438. DecreaseStat(hit.Parent,"Damage",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1439. elseif DecreaseTheStat=="Movement" then
  1440. DecreaseStat(hit.Parent,"Movement",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1441. end
  1442. end
  1443. end
  1444. local D=math.random(minim,maxim)*Damage.Value
  1445. if hit.Parent:FindFirstChild("Stats")~=nil then
  1446. if hit.Parent.Stats:FindFirstChild("Defense") then
  1447. if CanPenetrateArmor.Value==true then
  1448. D=D
  1449. else
  1450. D=D/hit.Parent.Stats:FindFirstChild("Defense").Value
  1451. end
  1452. elseif hit.Parent.Stats:FindFirstChild("Defense")==nil then
  1453. D=D
  1454. end
  1455. end
  1456. if CanCrit.Value==true then
  1457. CritChanceNumber=math.random(70,CritChance.Value)
  1458. if CritChanceNumber==CritChance.Value then
  1459. D=D*2
  1460. end
  1461. end
  1462. D=math.floor(D)
  1463. h.Health=h.Health-D
  1464. if D<=3 and staggerhit==true then
  1465. if ranged~=true then
  1466. StaggerHitAnim.Value=true
  1467. end
  1468. if ranged~=true then
  1469. so(HitArmorSounds[math.random(1,#HitArmorSounds)],hit,1,1)
  1470. end
  1471. elseif D>3 and ranged~=true then
  1472. so(HitPlayerSounds[math.random(1,#HitPlayerSounds)],hit,1,1)
  1473. end
  1474. if D>3 and D<20 then
  1475. if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
  1476. DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(0,0,255))
  1477. so("296102734",hit,1,1)
  1478. else
  1479. DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
  1480. end
  1481. elseif D>=20 then
  1482. if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
  1483. DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
  1484. so("296102734",hit,1,1)
  1485. else
  1486. DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
  1487. end
  1488. elseif D<=3 then
  1489. if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
  1490. DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
  1491. so("296102734",hit,1,1)
  1492. else
  1493. DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
  1494. end
  1495. else
  1496. end
  1497. if Type=="Normal" then
  1498. local vp=Instance.new("BodyVelocity")
  1499. vp.P=500
  1500. vp.maxForce=vt(math.huge,0,math.huge)
  1501. if KnockbackType==1 then
  1502. vp.Velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  1503. elseif KnockbackType==2 then
  1504. vp.Velocity=Property.CFrame.lookVector*knockback
  1505. end
  1506. if knockback>0 then
  1507. vp.Parent=hit.Parent.Torso
  1508. end
  1509. game:GetService("Debris"):AddItem(vp,0.5)
  1510. elseif Type=="ShieldBlast" then
  1511. local vp=Instance.new("BodyVelocity")
  1512. vp.P=500
  1513. vp.maxForce=vt(10000,10000,10000)
  1514. vp.Velocity=((hit.Position-Property.Position).unit+vt(0,1,0))*knockback
  1515. if knockback>0 then
  1516. vp.Parent=hit.Parent.Torso
  1517. end
  1518. game:GetService("Debris"):AddItem(vp,0.5)
  1519. elseif Type=="ElectricGroundSmash" then
  1520. local vp=Instance.new("BodyVelocity")
  1521. vp.P=500
  1522. vp.maxForce=vt(0,math.huge,0)
  1523. vp.Velocity=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=="ElectricBlast" then
  1529. local vp=Instance.new("BodyVelocity")
  1530. vp.P=500
  1531. vp.maxForce=vt(10000,0,10000)
  1532. vp.Velocity=(hit.Position-Property.Position).unit*knockback
  1533. if knockback>0 then
  1534. vp.Parent=hit.Parent.Torso
  1535. end
  1536. game:GetService("Debris"):AddItem(vp,0.5)
  1537. end
  1538. local DebounceHit=Instance.new("BoolValue",hit.Parent)
  1539. DebounceHit.Name="DebounceHit"
  1540. DebounceHit.Value=true
  1541. game:GetService("Debris"):AddItem(DebounceHit,Delay)
  1542. end
  1543. end
  1544.  
  1545. --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)
  1546. function MagniDamage(Part,magni,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
  1547. for _,c in pairs(workspace:GetChildren()) do
  1548. local hum=c:FindFirstChild("Humanoid")
  1549. local head=nil
  1550. if hum~=nil then
  1551. head=c:FindFirstChild("Torso")
  1552. if head~=nil then
  1553. local targ=head.Position-Part.Position
  1554. local mag=targ.magnitude
  1555. if mag<=magni and c.Name~=Player.Name then
  1556. Damagefunc(head,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
  1557. end
  1558. end
  1559. for _,d in pairs(c:GetChildren()) do
  1560. if d.ClassName=="Model" and ranged~=true then
  1561. head=d:FindFirstChild("Hitbox")
  1562. if head~=nil then
  1563. local targ=head.Position-Part.Position
  1564. local mag=targ.magnitude
  1565. if mag<=magni and c.Name~=Player.Name then
  1566. local hitrefpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  1567. hitrefpart.Anchored=true
  1568. hitrefpart.CFrame=cf(head.Position)
  1569. so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hitrefpart,1,1)
  1570. StaggerHitAnim.Value=true
  1571. end
  1572. end
  1573. end
  1574. end
  1575. end
  1576. end
  1577. end
  1578.  
  1579. --[[Effects]]--
  1580. function Lightning(p0,p1,tym,ofs,brickcolor,material,th,tra,last)
  1581. --[[p0=pos1
  1582. p1=pos2
  1583. tym=times
  1584. ofs=offset
  1585. col=color
  1586. th=size
  1587. tra=transparency
  1588. last=lastingtime]]
  1589. local magz=(p0-p1).magnitude
  1590. local curpos=p0
  1591. local trz={-ofs,ofs}
  1592. for i=1,tym do
  1593. local li=part(3,Effects,material,0,0,brickcolor,"Effect",vt(th,th,magz/tym))
  1594. li.Anchored=true
  1595. local ofz=vt(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  1596. local trolpos=cf(curpos,p1)*cf(0,0,magz/tym).p+ofz
  1597. if tym==i then
  1598. local magz2=(curpos-p1).magnitude
  1599. li.Size=vt(th,th,magz2)
  1600. li.CFrame=cf(curpos,p1)*cf(0,0,-magz2/2)
  1601. else
  1602. li.CFrame=cf(curpos,trolpos)*cf(0,0,magz/tym/2)
  1603. end
  1604. curpos=li.CFrame*cf(0,0,magz/tym/2).p
  1605. game.Debris:AddItem(li,last)
  1606. coroutine.resume(coroutine.create(function()
  1607. while li.Transparency~=1 do
  1608. --local StartTransparency=tra
  1609. for i=0,1,last do
  1610. hbwait()
  1611. li.Transparency=li.Transparency+(0.1/last)
  1612. end
  1613. end
  1614. end))
  1615. end
  1616. end
  1617.  
  1618. function MagicRing(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1619. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1620. prt.Anchored=true
  1621. prt.CFrame=cframe
  1622. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
  1623. game:GetService("Debris"):AddItem(prt,10)
  1624. coroutine.resume(coroutine.create(function(Part,Mesh)
  1625. for i=0,1,delay do
  1626. hbwait()
  1627. Part.CFrame=Part.CFrame
  1628. Part.Transparency=i
  1629. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1630. end
  1631. Part.Parent=nil
  1632. end),prt,msh)
  1633. end
  1634.  
  1635. function MagicWave(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1636. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1637. prt.Anchored=true
  1638. prt.CFrame=cframe
  1639. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,(-0.1*z1)),vt(x1,y1,z1))
  1640. game:GetService("Debris"):AddItem(prt,10)
  1641. coroutine.resume(coroutine.create(function(Part,Mesh)
  1642. for i=0,1,delay do
  1643. hbwait()
  1644. Part.CFrame=Part.CFrame
  1645. Part.Transparency=i
  1646. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1647. end
  1648. Part.Parent=nil
  1649. end),prt,msh)
  1650. end
  1651.  
  1652. function MagicBlock(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
  1653. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1654. prt.Anchored=true
  1655. prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1656. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1657. game:GetService("Debris"):AddItem(prt,10)
  1658. coroutine.resume(coroutine.create(function(Part,Mesh)
  1659. for i=0,1,delay do
  1660. hbwait()
  1661. if rotate==true then
  1662. Part.CFrame=Part.CFrame*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1663. else
  1664. end
  1665. Part.Transparency=i
  1666. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1667. end
  1668. Part.Parent = nil
  1669. end),prt,msh)
  1670. end
  1671.  
  1672. function MagicBlock2(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
  1673. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1674. prt.Anchored=true
  1675. prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1676. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1677. game:GetService("Debris"):AddItem(prt,10)
  1678. CF=prt.CFrame
  1679. num=math.random(5,20)
  1680. coroutine.resume(coroutine.create(function(Part,Mesh,CF2,Num)
  1681. for i=0,1,delay do
  1682. hbwait()
  1683. if rotate==true then
  1684. Part.CFrame=CF2*cf(0,i*Num,0)*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1685. else
  1686. Part.CFrame=CF2*cf(0,i*Num,0)
  1687. end
  1688. Part.Transparency=i
  1689. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1690. end
  1691. Part.Parent=nil
  1692. end),prt,msh,CF,num)
  1693. end
  1694.  
  1695. function MagicCylinder(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1696. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1697. prt.Anchored=true
  1698. prt.CFrame=cframe
  1699. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1700. game:GetService("Debris"):AddItem(prt,10)
  1701. coroutine.resume(coroutine.create(function(Part,Mesh)
  1702. for i=0,1,delay do
  1703. hbwait()
  1704. Part.Transparency=i
  1705. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1706. end
  1707. Part.Parent=nil
  1708. end),prt,msh)
  1709. end
  1710.  
  1711. function MagicCircle(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1712. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1713. prt.Anchored=true
  1714. prt.CFrame=cframe
  1715. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1716. game:GetService("Debris"):AddItem(prt,10)
  1717. coroutine.resume(coroutine.create(function(Part,Mesh)
  1718. for i=0,1,delay do
  1719. hbwait()
  1720. Part.Transparency=i
  1721. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1722. end
  1723. Part.Parent=nil
  1724. end),prt,msh)
  1725. end
  1726.  
  1727. function MagicHead(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1728. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1729. prt.Anchored=true
  1730. prt.CFrame=cframe
  1731. local msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
  1732. game:GetService("Debris"):AddItem(prt,10)
  1733. coroutine.resume(coroutine.create(function(Part,Mesh)
  1734. for i=0,1,delay do
  1735. hbwait()
  1736. Part.Transparency=i
  1737. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1738. end
  1739. Part.Parent=nil
  1740. end),prt,msh)
  1741. end
  1742.  
  1743. function BreakEffect(brickcolor,material,rotate,cframe,x1,y1,z1,delay)
  1744. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1745. prt.Anchored=true
  1746. prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1747. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1748. game:GetService("Debris"):AddItem(prt,10)
  1749. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1750. CF=Part.CFrame
  1751. Numbb=0
  1752. randnumb=math.random()-math.random()
  1753. for i=0,1,delay do
  1754. hbwait()
  1755. CF=CF*cf(0,1,0)
  1756. if rotate==true then
  1757. Part.CFrame=CF*angles(Numbb,0,0)
  1758. elseif rotate==false then
  1759. Part.CFrame=CF
  1760. end
  1761. Part.Transparency=i
  1762. Numbb=Numbb+randnumb
  1763. end
  1764. Part.Parent=nil
  1765. end),prt,CF,Numbb,randnumb)
  1766. end
  1767.  
  1768. function ElecEffect(brickcolor,material,cf,x,y,z,delay)
  1769. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1770. prt.Anchored=true
  1771. prt.CFrame=cf
  1772. xval=math.random()
  1773. yval=math.random()
  1774. zval=math.random()
  1775. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x,y,z))
  1776. game:GetService("Debris"):AddItem(prt,10)
  1777. coroutine.resume(coroutine.create(function(Part,Mesh,xvaal,yvaal,zvaal)
  1778. for i=0,1,delay do
  1779. hbwait()
  1780. Part.CFrame=Part.CFrame
  1781. xvaal=xvaal-0.1*(delay*10)
  1782. yvaal=yvaal-0.1*(delay*10)
  1783. zvaal=zvaal-0.1*(delay*10)
  1784. Mesh.Scale=Mesh.Scale+vt(xvaal,yvaal,zvaal)
  1785. Part.Transparency=i
  1786. end
  1787. Part.Parent=nil
  1788. end),prt,msh,xval,yval,zval)
  1789. end
  1790.  
  1791. function TrailEffect(brickcolor,material,currentcf,oldcf,meshtype,reflectance,size,x,y,z,delay)
  1792. local magnitudecframe=(currentcf.p-oldcf.p).magnitude
  1793. local prt=part(3,Effects,material,reflectance,0,brickcolor,"Effect",vt(1,magnitudecframe,1))
  1794. prt.Anchored=true
  1795. prt.CFrame=cf((currentcf.p+oldcf.p)/2,oldcf.p)*angles(math.rad(90),0,0)
  1796. local TheMeshType="BlockMesh"
  1797. if meshtype=="Cylinder" then
  1798. TheMeshType="CylinderMesh"
  1799. end
  1800. local msh=mesh(TheMeshType,prt,"","",vt(0,0,0),vt(0+size,1,0+size))
  1801. game:GetService("Debris"):AddItem(prt,10)
  1802. coroutine.resume(coroutine.create(function(Part,Mesh,TheCurrentCFrame,TheLastCFrame)
  1803. for i=0,1,delay do
  1804. hbwait()
  1805. Part.Transparency=i
  1806. Mesh.Scale=Mesh.Scale+vt(x,y,z)
  1807. end
  1808. Part.Parent=nil
  1809. end),prt,msh,currentcf,oldcf)
  1810. end
  1811.  
  1812. function ClangEffect(brickcolor,material,cframe,angle,duration,size,power,reflectance,x,y,z,delay)
  1813. local prt=part(3,Effects,material,0,1,brickcolor,"Effect",vt())
  1814. prt.Anchored=true
  1815. prt.CFrame=cframe
  1816. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(0,0,0))
  1817. game:GetService("Debris"):AddItem(prt,10)
  1818. local TheLastPoint=cframe
  1819. coroutine.resume(coroutine.create(function(Part)
  1820. for i=1,duration do
  1821. hbwait()
  1822. Part.CFrame=Part.CFrame*angles(math.rad(angle),0,0)*cf(0,power,0)
  1823. TrailEffect(brickcolor,material,Part.CFrame,TheLastPoint,"Cylinder",reflectance,size,x,y,z,delay)
  1824. TheLastPoint=Part.CFrame
  1825. end
  1826. Part.Parent=nil
  1827. end),prt)
  1828. end
  1829.  
  1830. function MagicCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1831. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1832. prt.Anchored=true
  1833. prt.CFrame=cframe
  1834. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1778999",vt(0,0,0),vt(x1,y1,z1))
  1835. game:GetService("Debris"):AddItem(prt,10)
  1836. coroutine.resume(coroutine.create(function(Part,Mesh)
  1837. for i=0,1,delay do
  1838. hbwait()
  1839. Part.Transparency=i
  1840. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1841. end
  1842. Part.Parent=nil
  1843. end),prt,msh)
  1844. end
  1845.  
  1846. function MagicFlatCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1847. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1848. prt.Anchored=true
  1849. prt.CFrame=cframe
  1850. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1033714",vt(0,0,0),vt(x1,y1,z1))
  1851. game:GetService("Debris"):AddItem(prt,10)
  1852. coroutine.resume(coroutine.create(function(Part,Mesh)
  1853. for i=0,1,delay do
  1854. hbwait()
  1855. Part.Transparency=i
  1856. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1857. end
  1858. Part.Parent=nil
  1859. end),prt,msh)
  1860. end
  1861.  
  1862. function MagicSpikedCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1863. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1864. prt.Anchored=true
  1865. prt.CFrame=cframe
  1866. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1323306",vt(0,0,0),vt(x1,y1,z1))
  1867. game:GetService("Debris"):AddItem(prt,10)
  1868. coroutine.resume(coroutine.create(function(Part,Mesh)
  1869. for i=0,1,delay do
  1870. hbwait()
  1871. Part.Transparency=i
  1872. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1873. end
  1874. Part.Parent=nil
  1875. end),prt,msh)
  1876. end
  1877.  
  1878. function MagicCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1879. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1880. prt.Anchored=true
  1881. prt.CFrame=cframe
  1882. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1078075",vt(0,0,0),vt(x1,y1,z1))
  1883. game:GetService("Debris"):AddItem(prt,10)
  1884. coroutine.resume(coroutine.create(function(Part,Mesh)
  1885. for i=0,1,delay do
  1886. hbwait()
  1887. Part.Transparency=i
  1888. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1889. end
  1890. Part.Parent=nil
  1891. end),prt,msh)
  1892. end
  1893.  
  1894. function MagicSkull(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1895. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1896. prt.Anchored=true
  1897. prt.CFrame=cframe
  1898. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  1899. game:GetService("Debris"):AddItem(prt,10)
  1900. coroutine.resume(coroutine.create(function(Part,Mesh)
  1901. for i=0,1,delay do
  1902. hbwait()
  1903. Part.Transparency=i
  1904. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1905. end
  1906. Part.Parent=nil
  1907. end),prt,msh)
  1908. end
  1909. ----------------------------------------
  1910.  
  1911. --[[Projectile or something similar]]--
  1912. --[[
  1913. local spread=vt(0,0,0)
  1914. local MainPos=Part.Position
  1915. local MainPos2=Mouse.Hit.p+spread
  1916. local MouseLook=cf((MainPos+MainPos2)/2,MainPos2)
  1917. local speed=2
  1918. local num=30
  1919. coroutine.resume(coroutine.create(function()
  1920. repeat
  1921. hbwait()
  1922. local hit,pos=rayCast(MainPos,MouseLook.lookVector,speed,ShotTarget.Parent)
  1923. local mag=(MainPos-pos).magnitude
  1924. MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*(speed/(speed/2)),1,0,0,0,0.1)
  1925. MainPos=MainPos+(MouseLook.lookVector*speed)
  1926. MouseLook=MouseLook*angles(math.rad(-1),0,0)
  1927. num=num-1
  1928. if hit~=nil then
  1929. num=0
  1930. local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
  1931. refpart.Anchored=true
  1932. refpart.CFrame=cf(pos)
  1933. game:GetService("Debris"):AddItem(refpart,0.1)
  1934. elseif num<=0 then
  1935. local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
  1936. refpart.Anchored=true
  1937. refpart.CFrame=cf(pos)
  1938. game:GetService("Debris"):AddItem(refpart,0.1)
  1939. end
  1940. until num<=0
  1941. end))
  1942. ]]--
  1943. --------------------------------
  1944.  
  1945. --[[Laser]]--
  1946. --[[
  1947. local spread=vt(0,0,0) --How much spread the laser has. Set all to 0 for no spread.
  1948. local range=999
  1949. local MainPos=Part.Position --The Part the laser starts at.
  1950. local MainPos2=Mouse.Hit.p+spread --Where the laser will go to.
  1951. local MouseLook=cf((MainPos+MainPos2)/2,MainPos2) --Ignore this.
  1952. local hit,pos=rayCast(MainPos,MouseLook.lookVector,range,ShotTarget.Parent) --Also ignore this.
  1953. local mag=(MainPos-pos).magnitude
  1954. MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*5,1,0,0,0,0.1)
  1955. if hit~=nil then
  1956. local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
  1957. refpart.Anchored=true
  1958. refpart.CFrame=cf(pos)
  1959. game:GetService("Debris"):AddItem(refpart,0.1)
  1960. end
  1961. ]]--
  1962. --------------------------------
  1963.  
  1964. --[[Customization]]--
  1965. --[[Only choose one of these options or conflict will occur.]]--
  1966. local startequipped=true --Makes the Player start with their weapon equipped.
  1967. local startequippedwithequipanimation=false --Makes the Player start with their weapon equipped and plays the equip animation.
  1968. ----------------------------------------
  1969. --[[Only choose one of these options or conflict will occur.]]--
  1970. local disableanimator=true --Disables the animator script and the Player will NOT have their idle animation playing.
  1971. local disableanimate=false --Disables the animate script, but the Player will still have their idle animation playing.
  1972. ----------------------------------------
  1973. --[[Set this to true if you want an alternate walk.]]--
  1974. local alternatewalk=false --If true, then the walking function uses a different walking animation. If false, then it will use the default walking animation.
  1975. ----------------------------------------
  1976. --[[Gui stuff]]--
  1977. local hidemenu=false --Hides the menus on your screen, but does NOT disable it (Unless if it's already disabled).
  1978. local allowmenutofunction=false --Allows the menu to run, but only shows the mana and health bars.
  1979. local allowabilitiestofunction=false --Allows abilities with cooldowns. Doesn't work if "allowmenutofunction" is set to false.
  1980. ----------------------------------------
  1981. --[[Other Customization]]--
  1982. local canunequiporequip=true --Allows or restricts the Player to equip or unequip their weapon.
  1983. local allowidle=false --Allows the idle animation to run while the Player has their weapon equipped. Most noticable with the animator disabled.
  1984. local allowwalking=false --Allows the walking animation to run while the Player walks. Noticable with either the animate or animator disabled.
  1985. local disablemovingarms=false --Allows or restricts the arms from moving. Most noticable when both the animate and animator are not disabled.
  1986. local usemotorsinsteadofwelds=false --If true, then uses motors instead of welds. Pretty self-explanatory.
  1987. local leftarm=false --Allows the left arm to move around while you walk.
  1988. local rightarm=false --Allows the right arm to move around while you walk.
  1989. local allowhopperbin=true --If true, then creates a tool in the Player's inventory, which they must select to use the weapon.
  1990. local showstunbar=false --If true, then a stun mechanic will be put in place. Requires "allowstunbar" to be set to true.
  1991. local walkspeeddependsonmovementvalue=false --If true, then walkspeed will depend on the movement's value.
  1992. local alternatemanaregensystem=false --If true, then uses an alternate mana regen that adds the desired mana after a desired delay.
  1993. local showhealthmanaandstunnumbers=true --If true, then shows how much mana and health you have in a number box.
  1994. local changebarcolorsifnotenoughmana=false --If true, then if you do not have enough mana for an ability the bar will turn grey.
  1995. local disablejump=false --If true, then disables jumping.
  1996. ----------------------------------------
  1997. --[[End of Customization]]--
  1998.  
  1999. if hidemenu==true then
  2000. for _,v in pairs (scrn:GetChildren()) do
  2001. if v.ClassName=="Frame" or v.ClassName=="TextLabel" then
  2002. v.Visible=false
  2003. end
  2004. end
  2005. end
  2006.  
  2007. Humanoid.Changed:connect(function(Jump)
  2008. if Jump=="Jump" and disablejump==true then
  2009. Humanoid.Jump=false
  2010. end
  2011. end)
  2012.  
  2013. if allowmenutofunction==true then
  2014. for _,v in pairs (scrn:GetChildren()) do
  2015. if v.ClassName=="Frame" then
  2016. for _,b in pairs (v:GetChildren()) do
  2017. if b.ClassName=="TextLabel" then
  2018. coroutine.resume(coroutine.create(function(TheTextLabel)
  2019. wait(menuupdatespeed)
  2020. for i=1,0,-0.1 do
  2021. hbwait()
  2022. TheTextLabel.TextTransparency=i
  2023. TheTextLabel.TextStrokeTransparency=i
  2024. end
  2025. TheTextLabel.TextTransparency=0
  2026. TheTextLabel.TextStrokeTransparency=0
  2027. end),b)
  2028. if showstats==true then
  2029. coroutine.resume(coroutine.create(function(TheTextLabel)
  2030. wait(menuupdatespeed)
  2031. for i=1,0,-0.1 do
  2032. hbwait()
  2033. TheTextLabel.TextTransparency=i
  2034. TheTextLabel.TextStrokeTransparency=i
  2035. end
  2036. TheTextLabel.TextTransparency=0
  2037. TheTextLabel.TextStrokeTransparency=0
  2038. end),b)
  2039. end
  2040. if showstunbar==true then
  2041. coroutine.resume(coroutine.create(function(TheTextLabel)
  2042. wait(menuupdatespeed)
  2043. for i=1,0,-0.1 do
  2044. hbwait()
  2045. TheTextLabel.TextTransparency=i
  2046. TheTextLabel.TextStrokeTransparency=i
  2047. end
  2048. TheTextLabel.TextTransparency=0
  2049. TheTextLabel.TextStrokeTransparency=0
  2050. end),b)
  2051. end
  2052. if allowabilitiestofunction==true then
  2053. coroutine.resume(coroutine.create(function(TheTextLabel)
  2054. wait(menuupdatespeed)
  2055. for i=1,0,-0.1 do
  2056. hbwait()
  2057. TheTextLabel.TextTransparency=i
  2058. TheTextLabel.TextStrokeTransparency=i
  2059. end
  2060. TheTextLabel.TextTransparency=0
  2061. TheTextLabel.TextStrokeTransparency=0
  2062. end),b)
  2063. end
  2064. end
  2065. end
  2066. end
  2067. end
  2068. end
  2069.  
  2070. if allowhopperbin==true then
  2071. if (script.Parent.className~="HopperBin") then
  2072. Tool=Instance.new("HopperBin")
  2073. Tool.Parent=Backpack
  2074. Tool.Name="Wanderer"
  2075. script.Parent=Tool
  2076. end
  2077. Bin=script.Parent
  2078. end
  2079.  
  2080. if disablemovingarms==true then
  2081. RWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
  2082. LWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
  2083. RSH, LSH=nil, nil
  2084. if usemotorsinsteadofwelds==true then
  2085. RW=Instance.new("Motor")
  2086. LW=Instance.new("Motor")
  2087. else
  2088. RW=Instance.new("Weld")
  2089. LW=Instance.new("Weld")
  2090. end
  2091. RW.Name="Right Shoulder"
  2092. LW.Name="Left Shoulder"
  2093. RSH=Torso["Right Shoulder"]
  2094. LSH=Torso["Left Shoulder"]
  2095. --
  2096. RSH.Parent=Torso
  2097. LSH.Parent=Torso
  2098. --
  2099. RW.Name="Right Shoulder"
  2100. RW.Part0=Torso
  2101. RW.C0=cf(1.5,0.5,0)
  2102. RW.C1=cf(0,0.5,0)
  2103. RW.Part1=Character["Right Arm"]
  2104. RW.Parent=nil
  2105. --
  2106. LW.Name="Left Shoulder"
  2107. LW.Part0=Torso
  2108. LW.C0=cf(-1.5, 0.5, 0)
  2109. LW.C1=cf(0, 0.5, 0)
  2110. LW.Part1=Character["Left Arm"]
  2111. LW.Parent=nil
  2112. --
  2113. else
  2114. RW=Torso["Right Shoulder"]
  2115. LW=Torso["Left Shoulder"]
  2116. RWC0=cf(-0.5,0,0)*angles(math.rad(0),math.rad(90),math.rad(0))
  2117. LWC0=cf(0.5,0,0)*angles(math.rad(0),math.rad(-90),math.rad(0))
  2118. end
  2119.  
  2120. if allowidle==true then
  2121. coroutine.resume(coroutine.create(function()
  2122. while true do
  2123. for i=0,1,0.08 do
  2124. wait()
  2125. idleangle=idleangle+0.005*idlen
  2126. idlen=idlen-1/10
  2127. end
  2128. idlen=0
  2129. for i=0,1,0.08 do
  2130. wait()
  2131. idleangle=idleangle-0.005*idlen
  2132. idlen=idlen-1/10
  2133. end
  2134. idlen=0
  2135. idleangle=0
  2136. end
  2137. end))
  2138. end
  2139.  
  2140. if startequipped==true then
  2141. for _,v in pairs (m:GetChildren()) do
  2142. if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
  2143. v.Transparency=0
  2144. end
  2145. end
  2146. elseif startequippedwithequipanimation==true then
  2147. for _,v in pairs (m:GetChildren()) do
  2148. if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
  2149. coroutine.resume(coroutine.create(function(Part)
  2150. for i=1,0,-0.1 do
  2151. hbwait()
  2152. Part.Transparency=i
  2153. end
  2154. Part.Transparency=0
  2155. end),v)
  2156. end
  2157. end
  2158. end
  2159.  
  2160. function equipanim()
  2161. attack=true
  2162. Movement.Value=Movement.Value-0.1
  2163. Defense.Value=Defense.Value+0.4
  2164. for i=0,1,0.08/animationspeed do
  2165. hbwait()
  2166. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2167. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2168. 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)
  2169. 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)
  2170. 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)
  2171. 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)
  2172. end
  2173. attack=false
  2174. end
  2175.  
  2176. function unequipanim()
  2177. attack=true
  2178. for i=0,1,0.08/animationspeed do
  2179. hbwait()
  2180. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2181. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2182. 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)
  2183. 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)
  2184. RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,0.3/animationspeed)
  2185. LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,0.3/animationspeed)
  2186. 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)
  2187. 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)
  2188. end
  2189. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
  2190. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
  2191. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
  2192. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
  2193. RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
  2194. LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
  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)),1)
  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)),1)
  2197. 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)
  2198. 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)
  2199. Movement.Value=Movement.Value+0.1
  2200. Defense.Value=Defense.Value-0.4
  2201. attack=false
  2202. end
  2203.  
  2204. if startequipped==true then
  2205. equipped=true
  2206. if disableanimate==true then
  2207. Animate.Disabled=true
  2208. local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
  2209. idleanimation:Play()
  2210. end
  2211. if disableanimator==true then
  2212. Animator.Parent=nil
  2213. end
  2214. if disablemovingarms==true then
  2215. RW.Parent=Torso
  2216. LW.Parent=Torso
  2217. RSH.Parent=nil
  2218. LSH.Parent=nil
  2219. end
  2220. Movement.Value=Movement.Value-0.1
  2221. Defense.Value=Defense.Value+0.4
  2222. elseif startequippedwithequipanimation==true then
  2223. equipped=true
  2224. if disableanimate==true then
  2225. Animate.Disabled=true
  2226. local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
  2227. idleanimation:Play()
  2228. end
  2229. if disableanimator==true then
  2230. Animator.Parent=nil
  2231. end
  2232. if disablemovingarms==true then
  2233. RW.Parent=Torso
  2234. LW.Parent=Torso
  2235. RSH.Parent=nil
  2236. LSH.Parent=nil
  2237. end
  2238. coroutine.resume(coroutine.create(function()
  2239. hbwait()
  2240. equipanim()
  2241. end))
  2242. end
  2243.  
  2244. function StaggerHit()
  2245. attack=true
  2246. if Hitbox~=nil then
  2247. for i=1,math.random(2,4) do
  2248. 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)
  2249. end
  2250. end
  2251. for i=0,1,0.1/animationspeed do
  2252. hbwait()
  2253. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(-30)),0.3/animationspeed)
  2254. 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)
  2255. 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)
  2256. 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)
  2257. 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)
  2258. 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)
  2259. if StaggerAnim.Value==true or StunAnim.Value==true then
  2260. break
  2261. end
  2262. end
  2263. attack=false
  2264. end
  2265.  
  2266. function Stagger()
  2267. attack=true
  2268. disablejump=true
  2269. if Hitbox~=nil then
  2270. for i=1,math.random(2,4) do
  2271. 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)
  2272. end
  2273. end
  2274. attacktype=1
  2275. local staggervelocity=Instance.new("BodyVelocity",Torso)
  2276. staggervelocity.P=500
  2277. staggervelocity.maxForce=vt(math.huge,0,math.huge)
  2278. if Rooted.Value==false then
  2279. staggervelocity.Velocity=RootPart.CFrame.lookVector*-25
  2280. end
  2281. for i=0,1,0.35/animationspeed do
  2282. hbwait()
  2283. 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)
  2284. 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)
  2285. 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)
  2286. 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)
  2287. 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)
  2288. 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)
  2289. end
  2290. for i=0,1,0.2/animationspeed do
  2291. hbwait()
  2292. 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)
  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,-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)
  2298. end
  2299. staggervelocity:Destroy()
  2300. for i=0,1,0.015/animationspeed do
  2301. hbwait()
  2302. 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)
  2303. 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)
  2304. 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)
  2305. 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)
  2306. 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)
  2307. 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)
  2308. if StunAnim.Value==true then
  2309. break
  2310. end
  2311. end
  2312. attacktype=1
  2313. disablejump=false
  2314. attack=false
  2315. end
  2316.  
  2317. function Stun()
  2318. attack=true
  2319. disablejump=true
  2320. attacktype=1
  2321. DamageStatLabel("Interruption",Head.CFrame,"Stunned!",Color3.new(0,0,255))
  2322. for i=0,1,0.4/animationspeed do
  2323. hbwait()
  2324. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(15),math.rad(0),math.rad(-160)),0.3/animationspeed)
  2325. 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)
  2326. 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)
  2327. 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)
  2328. 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)
  2329. 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)
  2330. end
  2331. for i=0,1,0.4/animationspeed do
  2332. hbwait()
  2333. 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)
  2334. 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)
  2335. 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)
  2336. 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)
  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(-40)),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,-1+idleangle)*angles(math.rad(75),math.rad(0),math.rad(-180)),0.3/animationspeed)
  2343. 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)
  2344. 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)
  2345. 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)
  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(-30)),0.3/animationspeed)
  2348. end
  2349. gyro=Instance.new("BodyGyro")
  2350. gyro.Parent=nil
  2351. gyro.P=1e7
  2352. gyro.D=1e3
  2353. gyro.MaxTorque=vt(1e7,1e7,1e7)
  2354. gyro.cframe=RootPart.CFrame
  2355. for i=1,70*animationspeed do
  2356. hbwait()
  2357. 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)
  2358. 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)
  2359. 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)
  2360. 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)
  2361. 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)
  2362. 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)
  2363. end
  2364. for i=0,1,0.5/animationspeed do
  2365. hbwait()
  2366. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+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(120))*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(-120))*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(-30)),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(30)),0.3/animationspeed)
  2372. end
  2373. for i=0,1,0.15/animationspeed do
  2374. hbwait()
  2375. 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)
  2376. 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)
  2377. 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)
  2378. 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)
  2379. 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)
  2380. 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)
  2381. end
  2382. gyro.Parent=nil
  2383. attacktype=1
  2384. disablejump=false
  2385. attack=false
  2386. end
  2387.  
  2388. function EAbility()
  2389. attack=true
  2390. attack=false
  2391. end
  2392.  
  2393. function Attack1()
  2394. attack=true
  2395. --so("341336274",Hitbox,0.5,1)
  2396. for i=0,1,0.12/2 do
  2397. hbwait()
  2398. 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)
  2399. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(7.5),math.rad(0),math.rad(50)),0.45/animationspeed)
  2400. 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)
  2401. 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)
  2402. 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)
  2403. 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)
  2404. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2405. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2406. break
  2407. end
  2408. end
  2409. --so("200633029",Hitbox,0.5,1)
  2410. so("200633077",Hitbox,0.5,2)
  2411. --so("341336307",Hitbox,0.5,1)
  2412. so("341336485",Hitbox,0.5,1)
  2413. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2414. for i=0,1,0.12/2 do
  2415. hbwait()
  2416. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2417. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2418. 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)
  2419. 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)
  2420. 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)
  2421. 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)
  2422. 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)
  2423. 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)
  2424. 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)
  2425. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2426. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2427. break
  2428. end
  2429. end
  2430. LastPoint=nil
  2431. attack=false
  2432. end
  2433.  
  2434. function Attack2()
  2435. attack=true
  2436. --so("341336274",Hitbox,0.5,1)
  2437. for i=0,1,0.12/2 do
  2438. hbwait()
  2439. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2440. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(15),math.rad(0),math.rad(0)),0.45/animationspeed)
  2441. 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)
  2442. 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)
  2443. 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)
  2444. 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)
  2445. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2446. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2447. break
  2448. end
  2449. end
  2450. --so("200633029",Hitbox,0.5,1)
  2451. so("200633077",Hitbox,0.5,3)
  2452. --so("341336307",Hitbox,0.5,1)
  2453. so("341336485",Hitbox,0.5,1)
  2454. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2455. for i=0,1,0.12/2 do
  2456. hbwait()
  2457. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2458. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2459. 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)
  2460. 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)
  2461. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(0)),0.6/animationspeed)
  2462. 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)
  2463. 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)
  2464. 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)
  2465. 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)
  2466. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
  2467. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2468. break
  2469. end
  2470. end
  2471. LastPoint=nil
  2472. attack=false
  2473. end
  2474.  
  2475. function Attack3()
  2476. attack=true
  2477. --so("341336274",Hitbox,0.5,1)
  2478. for i=0,1,0.12/2 do
  2479. hbwait()
  2480. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
  2481. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(-20)),0.45/animationspeed)
  2482. 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)
  2483. 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)
  2484. 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)
  2485. 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)
  2486. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2487. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2488. break
  2489. end
  2490. end
  2491. --so("200633029",Hitbox,0.5,1)
  2492. so("200633077",Hitbox,0.5,1.5)
  2493. --so("341336307",Hitbox,0.5,1)
  2494. so("341336485",Hitbox,0.5,1)
  2495. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2496. for i=0,1,0.12/2 do
  2497. hbwait()
  2498. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2499. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2500. 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)
  2501. 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)
  2502. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),0.45/animationspeed)
  2503. 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)
  2504. 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)
  2505. 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)
  2506. 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)
  2507. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2508. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2509. break
  2510. end
  2511. end
  2512. LastPoint=nil
  2513. attack=false
  2514. end
  2515.  
  2516. function Attack4()
  2517. attack=true
  2518. local shieldangle=math.random(-2,2)
  2519. for i=0,1,0.12/2 do
  2520. hbwait()
  2521. MagicBlock("Cyan","Neon",true,swordhandle.CFrame,1,1,1,1,1,1,0.1)
  2522. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(-40)),0.45/animationspeed)
  2523. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
  2524. 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)
  2525. 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)
  2526. 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)
  2527. 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)
  2528. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2529. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2530. break
  2531. end
  2532. end
  2533. so("341336274",swordhandle,0.5,2)
  2534. so("341336307",swordhandle,0.5,2)
  2535. local Pos1=swordhandle.Position
  2536. local MousePos=Mouse.hit.p
  2537. local MouseLook=cf((Pos1+MousePos)/2,MousePos)
  2538. local blasthit,blastpos=rayCast(Pos1,MouseLook.lookVector,999,Character)
  2539. local Mag=(Pos1-blastpos).magnitude
  2540. 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)
  2541. if blasthit~=nil and blasthit.Name~="Effect" then
  2542. local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2543. refpart.Anchored=true
  2544. refpart.CFrame=cf(blastpos)
  2545. game:GetService("Debris"):AddItem(refpart,5)
  2546. so("341336499",refpart,0.5,3)
  2547. MagicCircle("Cyan","Neon",refpart.CFrame,10,10,10,1,1,1,0.05)
  2548. MagicBlock("Cyan","Neon",true,refpart.CFrame,5,5,5,0.5,0.5,0.5,0.05)
  2549. MagniDamage(refpart,5,50,70,0,"Normal",RootPart,0.5,1,math.random(5,10),nil,true,true,nil,0,0,false)
  2550. end
  2551. for i=0,1,0.12/2 do
  2552. hbwait()
  2553. 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)
  2554. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(40)),0.45/animationspeed)
  2555. 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)
  2556. 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)
  2557. 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)
  2558. 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)
  2559. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2560. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2561. break
  2562. end
  2563. end
  2564. attack=false
  2565. end
  2566.  
  2567. function Move1()
  2568. attack=true
  2569. --so("341336274",Hitbox,0.5,1)
  2570. for i=0,1,0.12/2 do
  2571. hbwait()
  2572. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2573. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2574. 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)
  2575. 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)
  2576. 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)
  2577. 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)
  2578. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2579. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2580. break
  2581. end
  2582. end
  2583. --so("200633029",Hitbox,0.5,1)
  2584. so("200633077",Hitbox,0.5,1.7)
  2585. --so("341336307",Hitbox,0.5,1)
  2586. so("341336485",Hitbox,0.5,1)
  2587. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2588. for i=0,1,0.24/2 do
  2589. hbwait()
  2590. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2591. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2592. 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)
  2593. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2594. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2595. 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)
  2596. 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)
  2597. 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)
  2598. 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)
  2599. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
  2600. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2601. break
  2602. end
  2603. end
  2604. if StaggerHitAnim.Value~=true and StaggerAnim.Value~=true and StunAnim.Value~=true then
  2605. local swordhit,swordpos=rayCast(RootPart.Position,cf(RootPart.Position,RootPart.Position+vt(0,-1,0)).lookVector,4,Character)
  2606. if swordhit~=nil and swordhit.Name~="Effect" then
  2607. local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2608. refpart.Anchored=true
  2609. refpart.CFrame=RootPart.CFrame*cf(1.1,0,0)
  2610. game:GetService("Debris"):AddItem(refpart,5)
  2611. coroutine.resume(coroutine.create(function(Origin)
  2612. local increment=-10.1
  2613. for i=1,4 do
  2614. local refpart2=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2615. refpart2.Anchored=true
  2616. refpart2.CFrame=refpart.CFrame*cf(0,0,increment)
  2617. game:GetService("Debris"):AddItem(refpart,5)
  2618. local refpart2hit,refpart2pos=rayCast(refpart2.Position,cf(refpart2.Position,refpart2.Position+vt(0,-1,0)).lookVector,999,Character)
  2619. if refpart2hit~=nil then
  2620. local refpart3=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2621. refpart3.Anchored=true
  2622. refpart3.CFrame=cf(refpart2pos)
  2623. game:GetService("Debris"):AddItem(refpart3,5)
  2624. so("341336499",refpart3,0.5,2)
  2625. MagicWave("Cyan","Neon",refpart3.CFrame,20,0.1,20,0.5,0.01,0.5,0.05)
  2626. MagicSpikedCrown("Cyan","Neon",refpart3.CFrame,20,20,20,0.5,0.5,0.5,0.05)
  2627. 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)
  2628. end
  2629. increment=increment-10
  2630. wait(0.25)
  2631. end
  2632. end),refpart)
  2633. end
  2634. end
  2635. for i=0,1,0.24/2 do
  2636. hbwait()
  2637. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2638. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2639. 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)
  2640. 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)
  2641. 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)
  2642. 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)
  2643. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
  2644. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2645. break
  2646. end
  2647. end
  2648. LastPoint=nil
  2649. attack=false
  2650. end
  2651.  
  2652. --[[
  2653. local testpart=Instance.new("Part",workspace.CurrentCamera)
  2654. testpart.Anchored=true
  2655. testpart.CFrame=cf(0,0,-50)
  2656. testpart.Size=Vector3.new(50,50,50)
  2657. --]]
  2658.  
  2659. function Move3()
  2660. attack=true
  2661. for i=0,1,0.12/2 do
  2662. hbwait()
  2663. 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)
  2664. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(5)),0.45/animationspeed)
  2665. 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)
  2666. 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)
  2667. 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)
  2668. 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)
  2669. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-55),0,0),0.45/animationspeed)
  2670. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2671. break
  2672. end
  2673. end
  2674. for i=0,1,0.12/2 do
  2675. hbwait()
  2676. 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)
  2677. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
  2678. 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)
  2679. 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)
  2680. 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)
  2681. 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)
  2682. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
  2683. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2684. break
  2685. end
  2686. end
  2687. so("306247678",Hitbox,0.5,0.75)
  2688. --so("341336159",Hitbox,0.5,0.75)
  2689. --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)
  2690. for i=0,1,0.04/2 do
  2691. hbwait()
  2692. --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)
  2693. --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)
  2694. --MagicBlock("Cyan","Neon",true,Hitbox.CFrame--[[*cf(0,2.1,0)--]],1,1,1,1,1,1,0.05)
  2695. 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)
  2696. 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)
  2697. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
  2698. 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)
  2699. 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)
  2700. 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)
  2701. 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)
  2702. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
  2703. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2704. break
  2705. end
  2706. end
  2707. for i=0,1,0.12/2 do
  2708. hbwait()
  2709. 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)
  2710. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(50)),0.45/animationspeed)
  2711. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(-50)),0.45/animationspeed)
  2712. 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)
  2713. 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)
  2714. 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)
  2715. 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)
  2716. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2717. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2718. break
  2719. end
  2720. end
  2721. --so("200633029",Hitbox,0.5,1)
  2722. so("200633077",Hitbox,0.5,2.9)
  2723. --so("341336307",Hitbox,0.5,1)
  2724. so("341336485",Hitbox,0.5,1)
  2725. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2726. local energywavepart=part(3,Effects,"Neon",0,1,"Cyan","Effect",vt())
  2727. energywavepart.Anchored=true
  2728. energywavepart.CFrame=RootPart.CFrame*cf(0,0,-6.5)--*angles(math.rad(90),math.rad(80),0)
  2729. --local energywavemesh=mesh("SpecialMesh",energywavepart,"FileMesh","http://www.roblox.com/asset/?id=448386996",vt(0,0,0),vt(1/1000,1/20,1/15))
  2730. game:GetService("Debris"):AddItem(energywavepart,1)
  2731. coroutine.resume(coroutine.create(function(Wave)
  2732. local number=500
  2733. so("341336274",Wave,0.75,0.75)
  2734. repeat
  2735. hbwait()
  2736. wavecframe=Wave.CFrame
  2737. --Wave.CFrame=wavecframe*cf(0,-1,0)
  2738. Wave.CFrame=wavecframe*cf(0,0,-1)
  2739. MagicBlock("Cyan","Neon",true,Wave.CFrame,100,100,100,-1,-1,-1,0.05)
  2740. 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)
  2741. number=number-1
  2742. until number<=0
  2743. end),energywavepart)
  2744. for i=0,1,0.12/2 do
  2745. hbwait()
  2746. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2747. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2748. 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)
  2749. --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)
  2750. 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)
  2751. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(40)),0.45/animationspeed)
  2752. 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)
  2753. 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)
  2754. 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)
  2755. 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)
  2756. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-150),0,0),0.45/animationspeed)
  2757. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2758. break
  2759. end
  2760. end
  2761. LastPoint=nil
  2762. attack=false
  2763. end
  2764.  
  2765. function Move4()
  2766. attack=true
  2767. --[[
  2768. for i=0,1,0.12/2 do
  2769. hbwait()
  2770. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2771. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2772. 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)
  2773. 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)
  2774. 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)
  2775. 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)
  2776. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2777. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2778. break
  2779. end
  2780. end
  2781. MagicWave("Institutional white","SmoothPlastic",RootPart.CFrame*cf(0,-3,0),5,1,5,0.2,-0.01,0.2,0.025)
  2782. Humanoid.Jump=true
  2783. Torso.Velocity=Vector3.new(0,50,0)+RootPart.CFrame.lookVector*50
  2784. for i=0,1,0.12/2 do
  2785. hbwait()
  2786. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
  2787. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
  2788. 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)
  2789. 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)
  2790. 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)
  2791. 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)
  2792. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2793. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2794. break
  2795. end
  2796. end
  2797. ]]--
  2798. for i=0,1,0.12/2 do
  2799. hbwait()
  2800. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2801. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2802. 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)
  2803. 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)
  2804. 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)
  2805. 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)
  2806. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
  2807. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2808. break
  2809. end
  2810. end
  2811. local move4num=0
  2812. for i=0,1,0.04/2 do
  2813. hbwait()
  2814. if move4num>=5 then
  2815. move4num=0
  2816. MagicWave("Cyan","Neon",RootPart.CFrame*cf(0,-3,0),1,1,1,1,0.1,1,0.05)
  2817. else
  2818. move4num=move4num+1
  2819. end
  2820. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2821. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2822. 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)
  2823. 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)
  2824. 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)
  2825. 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)
  2826. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
  2827. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2828. break
  2829. end
  2830. end
  2831. attack=false
  2832. end
  2833.  
  2834. hold=false
  2835.  
  2836. Mouse.Button1Down:connect(function()
  2837. --function ob1d(Mouse)
  2838. if attack==true or equipped==false then return end
  2839. hold=true
  2840. if attacktype==1 then
  2841. attacktype=2
  2842. Attack1()
  2843. elseif attacktype==2 then
  2844. attacktype=3
  2845. Attack2()
  2846. elseif attacktype==3 then
  2847. attacktype=4
  2848. Attack3()
  2849. elseif attacktype==4 then
  2850. attacktype=1
  2851. Attack4()
  2852. end
  2853. coroutine.resume(coroutine.create(function()
  2854. for i=1,50 do
  2855. if attack==false then
  2856. hbwait()
  2857. end
  2858. end
  2859. if attack==false then
  2860. attacktype=1
  2861. end
  2862. end))
  2863. --end
  2864. end)
  2865.  
  2866. if allowhopperbin==true then
  2867. function ob1u(Mouse)
  2868. hold=false
  2869. end
  2870. end
  2871.  
  2872. Mouse.KeyDown:connect(function(key)
  2873. --function key(key)
  2874. if key=="f" and canunequiporequip==true and attack==false then
  2875. if equipped==false then
  2876. equipped=true
  2877. if disableanimate==true then
  2878. Animate.Disabled=true
  2879. local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
  2880. idleanimation:Play()
  2881. end
  2882. if disableanimator==true then
  2883. Animator.Parent=nil
  2884. end
  2885. if disablemovingarms==true then
  2886. RW.Parent=Torso
  2887. LW.Parent=Torso
  2888. RSH.Parent=nil
  2889. LSH.Parent=nil
  2890. end
  2891. equipanim()
  2892. elseif equipped==true then
  2893. equipped=false
  2894. unequipanim()
  2895. hbwait()
  2896. if disablemovingarms==true then
  2897. RW.Parent=nil
  2898. LW.Parent=nil
  2899. RSH.Parent=Torso
  2900. LSH.Parent=Torso
  2901. end
  2902. if disableanimator==true then
  2903. Animator.Parent=Humanoid
  2904. end
  2905. if disableanimate==true then
  2906. Animate.Disabled=false
  2907. end
  2908. end
  2909. end
  2910. if key=="e" and attack==false and equipped==true then
  2911. EAbility()
  2912. end
  2913. if key=="z" and attack==false and equipped==true and cooldown1>=co1 and Mana.Value>=skill1mana then
  2914. subtractmana(skill1mana)
  2915. cooldown1=0
  2916. Move1()
  2917. end
  2918. if key=="x" and attack==false and equipped==true and cooldown2>=co2 and Mana.Value>=skill2mana then
  2919. subtractmana(skill2mana)
  2920. cooldown2=0
  2921. Move2()
  2922. end
  2923. if key=="c" and attack==false and equipped==true and cooldown3>=co3 and Mana.Value>=skill3mana then
  2924. subtractmana(skill3mana)
  2925. cooldown3=0
  2926. Move3()
  2927. end
  2928. if key=="v" and attack==false and equipped==true and cooldown4>=co4 and Mana.Value>=skill4mana then
  2929. subtractmana(skill4mana)
  2930. cooldown4=0
  2931. Move4()
  2932. end
  2933. if key=="q" then
  2934. Mana.Value=100
  2935. cooldown1=co1
  2936. cooldown2=co2
  2937. cooldown3=co3
  2938. cooldown4=co4
  2939. end
  2940. if key=="p" then
  2941. StaggerHitAnim.Value=true
  2942. end
  2943. if key=="[" then
  2944. StaggerAnim.Value=true
  2945. end
  2946. if key=="]" then
  2947. StunAnim.Value=true
  2948. end
  2949. --end
  2950. end)
  2951.  
  2952. Mouse.KeyUp:connect(function(key2)
  2953. --function key2(key)
  2954. --end
  2955. end)
  2956. ----
  2957. Me = game.Players.LocalPlayer
  2958. player = Me
  2959. char = Me.Character
  2960. chara = char
  2961.  
  2962. New = function(Object, Parent, Name, Data)
  2963. local Object = Instance.new(Object)
  2964. for Index, Value in pairs(Data or {}) do
  2965. Object[Index] = Value
  2966. end
  2967. Object.Parent = Parent
  2968. Object.Name = Name
  2969. return Object
  2970. end
  2971.  
  2972. Mouse = player:GetMouse()
  2973.  
  2974. for i,v in pairs(chara:children()) do
  2975. if v:IsA("Accessory") or v:IsA("") or v:IsA("") then
  2976. v:Destroy()
  2977. end
  2978. end
  2979.  
  2980. s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
  2981. s.SoundId = "rbxassetid://144260525"
  2982. s.Volume = 1
  2983. s.Pitch = 1
  2984. s.Looped = true
  2985. wait()
  2986. s:Play()
  2987.  
  2988. s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
  2989. s.SoundId = "rbxassetid://530138502"
  2990. s.Volume = 3
  2991. s.Pitch = 0.83
  2992. s.Looped = false
  2993. wait()
  2994. s:Play()
  2995.  
  2996. wait(15)
  2997.  
  2998. local Player = game.Players.LocalPlayer
  2999.  
  3000. local Character = Player.Character
  3001.  
  3002. local Humanoid = Character.Humanoid
  3003.  
  3004. local Mouse = Player:GetMouse()
  3005.  
  3006. Character:WaitForChild("Animate"):Remove()
  3007.  
  3008. Humanoid.MaxHealth = 2000
  3009.  
  3010. Humanoid.Health = 1980
  3011.  
  3012. wait()
  3013.  
  3014. function SmoothAllSides(Part)
  3015.  
  3016. local Sides = {
  3017.  
  3018. "TopSurface",
  3019.  
  3020. "BottomSurface",
  3021.  
  3022. "LeftSurface",
  3023.  
  3024. "RightSurface",
  3025.  
  3026. "FrontSurface",
  3027.  
  3028. "BackSurface"
  3029.  
  3030. }
  3031.  
  3032. for i, v in pairs(Sides) do
  3033.  
  3034. Part[v] = "SmoothNoOutlines"
  3035.  
  3036. end
  3037.  
  3038. end
  3039.  
  3040. local StaffM = Instance.new("Model")
  3041.  
  3042. StaffM.Parent = Character
  3043.  
  3044. local Staff = Instance.new("Part")
  3045.  
  3046. Staff.Parent = StaffM
  3047.  
  3048. Staff.Shape = Enum.PartType.Cylinder
  3049.  
  3050. Staff.Size = Vector3.new(0, 0, 0)
  3051.  
  3052. Staff.BrickColor = BrickColor.new("Really black")
  3053.  
  3054. Staff.CanCollide = false
  3055.  
  3056. local Ring0 = Instance.new("Part")
  3057.  
  3058. Ring0.Parent = StaffM
  3059.  
  3060. Ring0.CanCollide = false
  3061.  
  3062. Ring0.BrickColor = BrickColor.new("Really black")
  3063.  
  3064. Ring0.Material = Enum.Material.SmoothPlastic
  3065.  
  3066. local Ring = Instance.new("SpecialMesh")
  3067.  
  3068. Ring.Parent = Ring0
  3069.  
  3070. Ring.MeshType = Enum.MeshType.FileMesh
  3071.  
  3072. Ring.Scale = Vector3.new(0, 0, 0)
  3073.  
  3074. Ring.MeshId = "rbxassetid://"
  3075.  
  3076. local Ring1 = Ring0:Clone()
  3077.  
  3078. Ring1.Parent = StaffM
  3079.  
  3080. local Weld1, Weld2, Weld3 = Instance.new("Weld"), Instance.new("Weld"), Instance.new("Weld")
  3081.  
  3082. Weld1.Parent = StaffM
  3083.  
  3084. Weld1.Part0 = Staff
  3085.  
  3086. Weld1.Part1 = Ring0
  3087.  
  3088. Weld1.C1 = CFrame.new(0, 0, 0)
  3089.  
  3090. Weld2.Parent = StaffM
  3091.  
  3092. Weld2.Part0 = Staff
  3093.  
  3094. Weld2.Part1 = Ring1
  3095.  
  3096. Weld2.C1 = CFrame.new(0, 0, 0)
  3097.  
  3098. Weld3.Parent = StaffM
  3099.  
  3100. Weld3.Part0 = Character["Left Arm"]
  3101.  
  3102. Weld3.Part1 = Staff
  3103.  
  3104. Weld3.C0 = CFrame.new(0, Character["Left Arm"].Size.Y / -2, 0) * CFrame.Angles(0, math.pi / 2, 0)
  3105.  
  3106. SmoothAllSides(Staff)
  3107.  
  3108. local bools = {
  3109.  
  3110. Idle = true,
  3111.  
  3112. Moving = false,
  3113.  
  3114. OffenseDefense = false,
  3115.  
  3116. MovingUp = false,
  3117.  
  3118. MovingDown = false,
  3119.  
  3120. Blocking = false
  3121.  
  3122. }
  3123.  
  3124. local joints = {
  3125.  
  3126. ["Head"] = Character.Torso.Neck,
  3127.  
  3128. ["Torso"] = Character.HumanoidRootPart.RootJoint,
  3129.  
  3130. ["Left Arm"] = Character.Torso["Left Shoulder"],
  3131.  
  3132. ["Right Arm"] = Character.Torso["Right Shoulder"],
  3133.  
  3134. ["Left Leg"] = Character.Torso["Left Hip"],
  3135.  
  3136. ["Right Leg"] = Character.Torso["Right Hip"]
  3137.  
  3138. }
  3139.  
  3140. local HeadC0 = joints.Head.C0
  3141.  
  3142. local TorsoC0 = joints.Torso.C0
  3143.  
  3144. local RightAC0 = joints["Left Arm"].C0
  3145.  
  3146. local LeftAC0 = joints["Right Arm"].C0
  3147.  
  3148. local RightLC0 = joints["Left Leg"].C0
  3149.  
  3150. local LeftLC0 = joints["Right Leg"].C0
  3151.  
  3152. local Animations = {
  3153.  
  3154. idle = {
  3155.  
  3156. HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(80), math.rad(180), math.rad(-12)),
  3157.  
  3158. TorsoC0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(90), math.rad(180), math.rad(18)),
  3159.  
  3160. LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.rad(90), math.rad(120)) * CFrame.Angles(math.rad(45), 0, 0),
  3161.  
  3162. RightLC0 = CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-90), math.rad(80), math.rad(90)) * CFrame.Angles(0, 0, math.rad(5)),
  3163.  
  3164. 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))
  3165.  
  3166. },
  3167.  
  3168. running = {
  3169.  
  3170. HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(115), math.rad(180), 0),
  3171.  
  3172. TorsoC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(60), math.rad(180), 0),
  3173.  
  3174. RightAC0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(math.rad(50), math.rad(-120), 0) * CFrame.Angles(math.rad(33), 0, 0),
  3175.  
  3176. LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(90), 0) * CFrame.Angles(math.rad(23), 0, 0),
  3177.  
  3178. RightLC0 = CFrame.new(1, -1, -0.2) * CFrame.Angles(math.rad(-10), math.rad(90), 0),
  3179.  
  3180. LeftLC0 = CFrame.new(-1, -1, -0.65) * CFrame.Angles(math.rad(-30), math.rad(-90), 0)
  3181.  
  3182. }
  3183.  
  3184. }
  3185.  
  3186. local Input = game:GetService("UserInputService")
  3187.  
  3188. local RunService = game:GetService("RunService")
  3189.  
  3190. Humanoid:ClearAllChildren()
  3191.  
  3192.  
  3193.  
  3194. local TruthBall = Instance.new("Part")
  3195.  
  3196. TruthBall.Name = "Truth Seeking Ball"
  3197.  
  3198. TruthBall.Material = Enum.Material.Neon
  3199.  
  3200. TruthBall.Shape = Enum.PartType.Ball
  3201.  
  3202. TruthBall.Size = Vector3.new(0, 0, 0)
  3203.  
  3204. TruthBall.Anchored = true
  3205.  
  3206. TruthBall.Locked = true
  3207.  
  3208. TruthBall.CanCollide = false
  3209.  
  3210. TruthBall.BrickColor = BrickColor.new("Cyan")
  3211.  
  3212. SmoothAllSides(TruthBall)
  3213.  
  3214. for i = 1, 6 do
  3215.  
  3216. local TruthSeekBalls = TruthBall:Clone()
  3217.  
  3218. TruthSeekBalls.Parent = Character
  3219.  
  3220. end
  3221.  
  3222. TruthTable = {}
  3223.  
  3224. for ind, var in ipairs(Character:GetChildren()) do
  3225.  
  3226. if var.Name == "Truth Seeking Ball" then
  3227.  
  3228. table.insert(TruthTable, var)
  3229.  
  3230. end
  3231.  
  3232. end
  3233.  
  3234. RunService.RenderStepped:connect(function()
  3235.  
  3236. for i, v in ipairs(TruthTable) do
  3237.  
  3238. 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)
  3239.  
  3240. end
  3241.  
  3242. end)
  3243.  
  3244. local BodyParts = {
  3245.  
  3246. Character.Head,
  3247.  
  3248. Character.Torso,
  3249.  
  3250. Character["Left Arm"],
  3251.  
  3252. Character["Right Arm"],
  3253.  
  3254. Character["Left Leg"],
  3255.  
  3256. Character["Right Leg"]
  3257.  
  3258. }
  3259.  
  3260.  
  3261. local Block = TruthTable[math.random(1, #TruthTable)]
  3262.  
  3263. local BlockCF = Block.CFrame
  3264.  
  3265. local Defense = Block:Clone()
  3266.  
  3267. Input.InputBegan:connect(function(Key, GPE)
  3268.  
  3269. if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == false then
  3270.  
  3271. Humanoid.WalkSpeed = 0
  3272.  
  3273. Humanoid.JumpPower = 0
  3274.  
  3275. bools.Blocking = true
  3276.  
  3277. while bools.Blocking == true do
  3278.  
  3279. Block.Transparency = 1
  3280.  
  3281. Defense.Parent = Character
  3282.  
  3283. Defense.Shape = Enum.PartType.Block
  3284.  
  3285. Defense.Size = Vector3.new(10, 9, 0.2)
  3286.  
  3287. RunService.RenderStepped:connect(function()
  3288.  
  3289. Defense.CFrame = Block.CFrame:lerp(Character.Torso.CFrame * CFrame.new(0, 0, -10), 0.6)
  3290.  
  3291. end)
  3292.  
  3293. Defense.CanCollide = true
  3294.  
  3295. if bools.Blocking == false then
  3296.  
  3297. elseif Key.KeyCode == Enum.KeyCode.Z and not GPE and Mouse.Target then
  3298.  
  3299. local Copy = Block:Clone()
  3300.  
  3301. Block.Transparency = 1
  3302.  
  3303. Copy.Parent = Character
  3304.  
  3305. Copy.Anchored = false
  3306.  
  3307. Copy.CFrame = Block.CFrame
  3308.  
  3309. local CopyV = Instance.new("BodyVelocity")
  3310.  
  3311. CopyV.Parent = Copy
  3312.  
  3313. CopyV.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  3314.  
  3315. CopyV.Velocity = Mouse.UnitRay:ClosestPoint() * 100
  3316.  
  3317. else
  3318.  
  3319. wait()
  3320.  
  3321. end
  3322.  
  3323. end
  3324.  
  3325. end
  3326.  
  3327. end)
  3328.  
  3329. Input.InputEnded:connect(function(Key, GPE)
  3330.  
  3331. if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == true then
  3332.  
  3333. Humanoid.WalkSpeed = 60
  3334.  
  3335. Humanoid.JumpPower = 200
  3336.  
  3337. bools.Blocking = false
  3338.  
  3339. Defense.CanCollide = false
  3340.  
  3341. Defense.Shape = Enum.PartType.Ball
  3342.  
  3343. Defense.Size = Vector3.new(0, 0, 0)
  3344.  
  3345. RunService.RenderStepped:connect(function()
  3346.  
  3347. Defense.CFrame = Defense.CFrame:lerp(BlockCF, 0.15)
  3348.  
  3349. end)
  3350.  
  3351. Defense:Remove()
  3352.  
  3353. Block.Transparency = 0
  3354.  
  3355. Block = TruthTable[math.random(1, #TruthTable)]
  3356.  
  3357. BlockCF = Block.CFrame
  3358.  
  3359. end
  3360.  
  3361. end)
  3362.  
  3363. RunService.RenderStepped:connect(function()
  3364.  
  3365. local CurrentAnimation = "Idle"
  3366.  
  3367. if (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude > 2 then
  3368.  
  3369. CurrentAnimation = "Walking"
  3370.  
  3371. elseif (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude < 2 then
  3372.  
  3373. CurrentAnimation = "Idle"
  3374.  
  3375. end
  3376.  
  3377. if CurrentAnimation == "Idle" and not bools.OffenseDefense then
  3378.  
  3379. joints.Head.C0 = joints.Head.C0:lerp(Animations.idle.HeadC0 * CFrame.Angles(math.rad(2 * math.sin(-tick() * 2)), 0, 0), 0.35)
  3380.  
  3381. joints.Torso.C0 = joints.Torso.C0:lerp(Animations.idle.TorsoC0 * CFrame.new(0, 0, 0.1 * math.sin(tick() * 2) / 2), 0.35)
  3382.  
  3383. 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)
  3384.  
  3385. 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)
  3386.  
  3387. elseif CurrentAnimation == "Walking" and not bools.OffenseDefense then
  3388.  
  3389. joints.Head.C0 = joints.Head.C0:lerp(Animations.running.HeadC0, 0.15)
  3390.  
  3391. joints.Torso.C0 = joints.Torso.C0:lerp(Animations.running.TorsoC0, 0.15)
  3392.  
  3393. joints["Right Leg"].C0 = joints["Left Leg"].C0:lerp(Animations.running.RightLC0, 0.15)
  3394.  
  3395. joints["Left Leg"].C0 = joints["Right Leg"].C0:lerp(Animations.running.LeftLC0, 0.15)
  3396.  
  3397. end
  3398.  
  3399. end)
  3400.  
  3401.  
  3402. name = game.Players.LocalPlayer.Name
  3403. player = game.Players:WaitForChild(name)
  3404. chara = player.Character
  3405. debby = game:GetService("Debris")
  3406. chara.Humanoid.MaxHealth = 2000
  3407. chara.Humanoid.Health = 2000
  3408. chara.Humanoid.WalkSpeed = 50
  3409. chara.Humanoid.JumpPower = 200
  3410.  
  3411. local p = Instance.new("Part", chara)
  3412. p.Name = "Ears"
  3413. p.BrickColor = BrickColor.new("Cyan")
  3414. p.Size = Vector3.new(0, 0, 0)
  3415. p.BottomSurface = 0
  3416. p.TopSurface = 0
  3417. p.Position = chara.Head.Position
  3418. local pweld = Instance.new("Weld", p)
  3419. pweld.Part0 = chara.Head
  3420. pweld.Part1 = p
  3421. pweld.C0 = CFrame.new(0, 0.7, 0)
  3422. pweld.C0 = pweld.C0 * CFrame.fromEulerAnglesXYZ(math.rad(180), 0, math.rad(180))
  3423. local earmesh = Instance.new("SpecialMesh", p)
  3424. earmesh.MeshType = "FileMesh"
  3425. earmesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
  3426. earmesh.Scale = Vector3.new(1.1, 1.5, 3)
  3427.  
  3428. local fakehead = chara.Head:clone()
  3429. fakehead.Name = "FakeHead"
  3430. fakehead.Parent = chara
  3431. fakehead.Position = chara.Head.Position
  3432. fakehead.Transparency = 2
  3433. fakehead.face.Texture = "http://www.roblox.com/asset/?id=105092745"
  3434.  
  3435. local hand1 = Instance.new("Part", chara)
  3436. hand1.Name = "Hand1"
  3437. hand1.Size = Vector3.new(0.8, 0.8, 0.8)
  3438. hand1.Transparency = 1
  3439. hand1.Position = chara["Left Arm"].Position
  3440. local hand1weld = Instance.new("Weld", hand1)
  3441. hand1weld.Part0 = chara["Left Arm"]
  3442. hand1weld.Part1 = hand1
  3443. hand1weld.C0 = CFrame.new(0, -1, 0)
  3444. local hand2 = hand1:Clone()
  3445. hand2.Name = "Hand2"
  3446. hand2.Parent = chara
  3447. hand2.Position = chara["Right Arm"].Position
  3448. local hand2weld = Instance.new("Weld", hand2)
  3449. hand2weld.Part0 = chara["Right Arm"]
  3450. hand2weld.Part1 = hand2
  3451. hand2weld.C0 = CFrame.new(0, -1, 0)
  3452.  
  3453. color3colour = {
  3454. BrickColor.new("Cyan").Color,
  3455. BrickColor.new("Cyan").Color,
  3456. BrickColor.new("Cyan").Color,
  3457. BrickColor.new("Cyan").Color,
  3458. BrickColor.new("Cyan").Color,
  3459. BrickColor.new("Cyan").Color
  3460. }
  3461. breekcolour = {
  3462. BrickColor.new("Cyan"),
  3463. BrickColor.new("Cyan"),
  3464. BrickColor.new("Cyan"),
  3465. BrickColor.new("Cyan"),
  3466. BrickColor.new("Cyan"),
  3467. BrickColor.new("Cyan")
  3468. }
  3469. firecolour = {
  3470. ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
  3471. ColorSequenceKeypoint.new(0.05, BrickColor.new("Cyan").Color),
  3472. ColorSequenceKeypoint.new(0.1, BrickColor.new("Cyan").Color),
  3473. ColorSequenceKeypoint.new(0.15, BrickColor.new("Cyan").Color),
  3474. ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
  3475. ColorSequenceKeypoint.new(0.25, BrickColor.new("Cyan").Color),
  3476. ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
  3477. }
  3478. barcolour = {
  3479. ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
  3480. ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
  3481. ColorSequenceKeypoint.new(0.4, BrickColor.new("Cyan").Color),
  3482. ColorSequenceKeypoint.new(0.6, BrickColor.new("Cyan").Color),
  3483. ColorSequenceKeypoint.new(0.8, BrickColor.new("Cyan").Color),
  3484. ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
  3485. }
  3486. normallife = {
  3487. NumberSequenceKeypoint.new(0, 0),
  3488. NumberSequenceKeypoint.new(1, 1)
  3489. }
  3490. extendlife = {
  3491. NumberSequenceKeypoint.new(0, 0),
  3492. NumberSequenceKeypoint.new(0.8, 0),
  3493. NumberSequenceKeypoint.new(1, 1)
  3494. }
  3495. function createrainbow(color, part, texture, size, trans, life, face, speed, accel, velsp, lock, name)
  3496. local fira = Instance.new("ParticleEmitter", part)
  3497. fira.Name = name
  3498. fira.Color = ColorSequence.new(color)
  3499. fira.Size = size
  3500. fira.Texture = texture
  3501. fira.Transparency = trans
  3502. fira.Lifetime = life
  3503. fira.EmissionDirection = face
  3504. fira.Rate = 100000000
  3505. fira.RotSpeed = NumberRange.new(10000)
  3506. fira.Speed = speed
  3507. fira.VelocitySpread = velsp
  3508. fira.Acceleration = accel
  3509. fira.LightEmission = 1
  3510. fira.LockedToPart = lock
  3511. end
  3512. handfire1 = createrainbow(firecolour, hand1, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3513. NumberSequenceKeypoint.new(0, 0.4),
  3514. NumberSequenceKeypoint.new(1, 0)
  3515. }), NumberSequence.new(extendlife), NumberRange.new(1), "Left", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
  3516. handfire2 = createrainbow(firecolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3517. NumberSequenceKeypoint.new(0, 0.4),
  3518. NumberSequenceKeypoint.new(1, 0)
  3519. }), NumberSequence.new(extendlife), NumberRange.new(1), "Right", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
  3520. createrainbow(barcolour, orbuur, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3521. NumberSequenceKeypoint.new(0, 1),
  3522. NumberSequenceKeypoint.new(0.8, 1),
  3523. NumberSequenceKeypoint.new(1, 0)
  3524. }), NumberSequence.new(extendlife), NumberRange.new(1), "Front", NumberRange.new(0), Vector3.new(0, 0, 0), 0, false, "OrbEffect")
  3525. local spelleffect = Instance.new("ParticleEmitter", chara.Torso)
  3526. spelleffect.Texture = "http://www.roblox.com/asset/?id=679657454"
  3527. spelleffect.Speed = NumberRange.new(0)
  3528. spelleffect.LightEmission = 1
  3529. spelleffect.Transparency = NumberSequence.new(normallife)
  3530. spelleffect.Size = NumberSequence.new({
  3531. NumberSequenceKeypoint.new(0, 0),
  3532. NumberSequenceKeypoint.new(1, 10)
  3533. })
  3534. spelleffect.Rate = 0.001
  3535. spelleffect.Rotation = NumberRange.new(0, 359)
  3536. spelleffect.RotSpeed = NumberRange.new(1000)
  3537. spelleffect.Lifetime = NumberRange.new(1)
  3538. createrainbow(barcolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3539. NumberSequenceKeypoint.new(0, 1),
  3540. NumberSequenceKeypoint.new(1, 0)
  3541. }), NumberSequence.new(normallife), NumberRange.new(1), "Front", NumberRange.new(10), Vector3.new(0, 0, 0), 1000, true, "PowerEffect")
  3542. powereffect = hand2.PowerEffect
  3543. powereffect.Enabled = false
  3544. local naeeym = Instance.new("BillboardGui", chara)
  3545. naeeym.Size = UDim2.new(0, 100, 0, 40)
  3546. naeeym.StudsOffset = Vector3.new(0, 2, 0)
  3547. naeeym.Adornee = chara.Head
  3548. local tecks = Instance.new("TextLabel", naeeym)
  3549. tecks.BackgroundTransparency = 1
  3550. tecks.BorderSizePixel = 0
  3551. tecks.Text = ""
  3552. tecks.Font = "Fantasy"
  3553. tecks.FontSize = "Size24"
  3554. tecks.TextStrokeTransparency = 0
  3555. tecks.TextColor3 = Color3.new(1, 1, 1)
  3556. tecks.TextStrokeColor3 = BrickColor.new("Really red").Color
  3557. tecks.Size = UDim2.new(1, 0, 0.5, 0)
  3558. Void = nil
  3559. VoidParts = {}
  3560. Equipped = false
  3561. Counter = 1
  3562. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  3563. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  3564. end
  3565. Player = player
  3566. Character = chara
  3567. Humanoid = Character:FindFirstChild("Humanoid")
  3568. Torso = Character:FindFirstChild("Torso")
  3569. if not Player or not Humanoid or Humanoid.Health == 0 or not chara.Torso then
  3570. return
  3571. end
  3572. Equipped = true
  3573. Void = Instance.new("Model")
  3574. Void.Name = "Void"
  3575. Angle = 0
  3576. for i = 1, 1 do
  3577. local VoidPart = Instance.new("Part")
  3578. VoidPart.Name = "VoidPart"
  3579. VoidPart.Transparency = 1
  3580. VoidPart.BrickColor = BrickColor.new("Cyan")
  3581. VoidPart.Material = Enum.Material.Plastic
  3582. VoidPart.Shape = Enum.PartType.Block
  3583. VoidPart.FormFactor = Enum.FormFactor.Custom
  3584. VoidPart.TopSurface = Enum.SurfaceType.Smooth
  3585. VoidPart.BottomSurface = Enum.SurfaceType.Smooth
  3586. VoidPart.Anchored = true
  3587. VoidPart.CanCollide = false
  3588. VoidPart.Locked = true
  3589. VoidPart.Size = Vector3.new(1, 0.2, 1)
  3590. fiyer = createrainbow(firecolour, VoidPart, "http://www.roblox.com/asset/?id=224413104", NumberSequence.new({
  3591. NumberSequenceKeypoint.new(0, 0.4),
  3592. NumberSequenceKeypoint.new(1, 0)
  3593. }), NumberSequence.new({
  3594. NumberSequenceKeypoint.new(0, 0),
  3595. NumberSequenceKeypoint.new(0.99, 0),
  3596. NumberSequenceKeypoint.new(1, 1)
  3597. }), NumberRange.new(3), "Top", NumberRange.new(2), Vector3.new(0, 2, 0), 0, false, "FireEffect")
  3598. VoidPart.FireEffect.Rate = 10
  3599. local BlockMesh = Instance.new("BlockMesh")
  3600. BlockMesh.Scale = Vector3.new(10, 2, 10)
  3601. BlockMesh.Parent = VoidPart
  3602. VoidPart.Parent = Void
  3603. local Star = Instance.new("Decal", VoidPart)
  3604. Star.Texture = "http://www.roblox.com/asset/?id=199910011"
  3605. Star.Face = "Top"
  3606. local Light = Instance.new("PointLight", VoidPart)
  3607. Light.Color = Color3.new(0, 0, 0)
  3608. Light.Brightness = 10
  3609. Light.Range = 10
  3610. table.insert(VoidParts, VoidPart)
  3611. end
  3612. Spawn(function()
  3613. while Equipped and Humanoid.Parent and Humanoid.Health > 0 and chara do
  3614. if Angle == 360 then
  3615. Angle = 0
  3616. end
  3617. Angle = Angle + 0.05
  3618. chara.Humanoid.MaxHealth = 2000
  3619. chara.Humanoid.Health = 1700
  3620. Counter = Counter + 1
  3621. if Counter == 7 then
  3622. Counter = 1
  3623. end
  3624. tecks.TextStrokeColor3 = color3colour[Counter]
  3625. fakehead.face.Color3 = color3colour[Counter]
  3626. Void.VoidPart.Decal.Color3 = color3colour[Counter]
  3627. Void.VoidPart.PointLight.Color = color3colour[Counter]
  3628. local parentPos = chara.Torso.CFrame
  3629.  
  3630. local Hit, EndPosition = RayCast(chara.Torso.Position, Vector3.new(0, -1, 0), chara.Torso.Size.Y * 6.5, {Character})
  3631. if Hit then
  3632. if not Void.Parent then
  3633. Void.Parent = Character
  3634. end
  3635. for i, v in pairs(VoidParts) do
  3636. v.CFrame = CFrame.new(chara.Torso.Position.X, EndPosition.Y, chara.Torso.Position.Z) * CFrame.Angles(0, Angle + i, 0)
  3637. end
  3638. else
  3639. Void.Parent = nil
  3640. end
  3641. wait()
  3642. end
  3643. end)
  3644.  
  3645. p = game.Players.LocalPlayer
  3646. char = p.Character
  3647. torso = char.Torso
  3648. neck = char.Torso.Neck
  3649. hum = char.Humanoid
  3650.  
  3651. CV="Maroon"
  3652.  
  3653. local txt = Instance.new("BillboardGui", char)
  3654. txt.Adornee = char .Head
  3655. txt.Name = "_status"
  3656. txt.Size = UDim2.new(2, 0, 1.2, 0)
  3657. txt.StudsOffset = Vector3.new(-9, 8, 0)
  3658. local text = Instance.new("TextLabel", txt)
  3659. text.Size = UDim2.new(10, 0, 7, 0)
  3660. text.FontSize = "Size48"
  3661. text.TextScaled = true
  3662. text.TextTransparency = 0
  3663. text.BackgroundTransparency = 1
  3664. text.TextTransparency = 0
  3665. text.TextStrokeTransparency = 0
  3666. text.Font = "Fantasy"
  3667. text.TextStrokeColor3 = Color3.new(0, 0, 0)
  3668.  
  3669. v=Instance.new("Part")
  3670. v.Name = "ColorBrick"
  3671. v.Parent=p.Character
  3672. v.FormFactor="Symmetric"
  3673. v.Anchored=true
  3674. v.CanCollide=false
  3675. v.BottomSurface="Smooth"
  3676. v.TopSurface="Smooth"
  3677. v.Size=Vector3.new(10,5,3)
  3678. v.Transparency=1
  3679. v.CFrame=char.Torso.CFrame
  3680. v.BrickColor=BrickColor.new(CV)
  3681. v.Transparency=1
  3682. text.TextColor3 = BrickColor.new("Bright blue").Color
  3683. v.Shape="Block"
  3684. text.Text = "Wanderer"
  3685.  
  3686. local runDummyScript = function(f,scri)
  3687. local oldenv = getfenv(f)
  3688. local newenv = setmetatable({}, {
  3689. __index = function(_, k)
  3690. if k:lower() == 'script' then
  3691. return scri
  3692. else
  3693. return oldenv[k]
  3694. end
  3695. end
  3696. })
  3697. setfenv(f, newenv)
  3698. ypcall(function() f() end)
  3699. end
  3700. cors = {}
  3701. mas = Instance.new("Model",game:GetService("Lighting"))
  3702. mas.Name = "CompiledModel"
  3703. o1 = Instance.new("Model")
  3704. o2 = Instance.new("Part")
  3705. o3 = Instance.new("SpecialMesh")
  3706. o4 = Instance.new("Model")
  3707. o5 = Instance.new("Part")
  3708. o6 = Instance.new("SpecialMesh")
  3709. o7 = Instance.new("Weld")
  3710. o8 = Instance.new("Part")
  3711. o9 = Instance.new("SpecialMesh")
  3712. o10 = Instance.new("Weld")
  3713. o11 = Instance.new("Part")
  3714. o12 = Instance.new("SpecialMesh")
  3715. o13 = Instance.new("Weld")
  3716. o14 = Instance.new("Part")
  3717. o15 = Instance.new("SpecialMesh")
  3718. o16 = Instance.new("Weld")
  3719. o17 = Instance.new("Part")
  3720. o18 = Instance.new("SpecialMesh")
  3721. o19 = Instance.new("Weld")
  3722. o20 = Instance.new("Part")
  3723. o21 = Instance.new("SpecialMesh")
  3724. o22 = Instance.new("Weld")
  3725. o23 = Instance.new("Part")
  3726. o24 = Instance.new("SpecialMesh")
  3727. o25 = Instance.new("Weld")
  3728. o26 = Instance.new("Part")
  3729. o27 = Instance.new("SpecialMesh")
  3730. o28 = Instance.new("Weld")
  3731. o29 = Instance.new("Part")
  3732. o30 = Instance.new("SpecialMesh")
  3733. o31 = Instance.new("Weld")
  3734. o32 = Instance.new("Part")
  3735. o33 = Instance.new("SpecialMesh")
  3736. o34 = Instance.new("Weld")
  3737. o35 = Instance.new("Part")
  3738. o36 = Instance.new("SpecialMesh")
  3739. o37 = Instance.new("Weld")
  3740. o38 = Instance.new("Part")
  3741. o39 = Instance.new("SpecialMesh")
  3742. o40 = Instance.new("Weld")
  3743. o41 = Instance.new("Part")
  3744. o42 = Instance.new("SpecialMesh")
  3745. o43 = Instance.new("Weld")
  3746. o44 = Instance.new("Part")
  3747. o45 = Instance.new("SpecialMesh")
  3748. o46 = Instance.new("Weld")
  3749. o47 = Instance.new("Part")
  3750. o48 = Instance.new("SpecialMesh")
  3751. o49 = Instance.new("Weld")
  3752. o50 = Instance.new("Part")
  3753. o51 = Instance.new("SpecialMesh")
  3754. o52 = Instance.new("Weld")
  3755. o53 = Instance.new("Part")
  3756. o54 = Instance.new("SpecialMesh")
  3757. o55 = Instance.new("Weld")
  3758. o56 = Instance.new("Part")
  3759. o57 = Instance.new("SpecialMesh")
  3760. o58 = Instance.new("Weld")
  3761. o59 = Instance.new("Part")
  3762. o60 = Instance.new("SpecialMesh")
  3763. o61 = Instance.new("Weld")
  3764. o62 = Instance.new("Part")
  3765. o63 = Instance.new("SpecialMesh")
  3766. o64 = Instance.new("Weld")
  3767. o1.Name = "Head_"
  3768. o1.Parent = mas
  3769. o2.Name = "REF"
  3770. o2.Parent = o1
  3771. o2.Transparency = 1
  3772. o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
  3773. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  3774. o2.Anchored = false
  3775. o2.CanCollide = false
  3776. o2.FormFactor = Enum.FormFactor.Symmetric
  3777. o2.Size = Vector3.new(2, 1, 1)
  3778. 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)
  3779. o2.BottomSurface = Enum.SurfaceType.Smooth
  3780. o2.TopSurface = Enum.SurfaceType.Smooth
  3781. o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
  3782. o3.Parent = o2
  3783. o3.Scale = Vector3.new(1.25, 1.25, 1.25)
  3784. o4.Name = "Hat"
  3785. o4.Parent = o1
  3786. o5.Parent = o4
  3787. o5.Material = Enum.Material.Neon
  3788. o5.BrickColor = BrickColor.new("Cyan")
  3789. o5.Reflectance = 0.5
  3790. o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
  3791. o5.Rotation = Vector3.new(62.7000008, -90, 0)
  3792. o5.Anchored = false
  3793. o5.FormFactor = Enum.FormFactor.Plate
  3794. o5.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3795. o5.CFrame = CFrame.new(110.650101, 5.58175611, -61.1730347, 0, 0, -1, -0.888631999, 0.458620995, 0, 0.458620995, 0.888631999, 0)
  3796. o5.BottomSurface = Enum.SurfaceType.Smooth
  3797. o5.TopSurface = Enum.SurfaceType.Smooth
  3798. o5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3799. o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
  3800. o6.Parent = o5
  3801. o6.MeshType = Enum.MeshType.Wedge
  3802. o7.Name = "Joint"
  3803. o7.Parent = o5
  3804. 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)
  3805. o7.Part0 = o5
  3806. o7.Part1 = o2
  3807. o8.Parent = o4
  3808. o8.Material = Enum.Material.Neon
  3809. o8.BrickColor = BrickColor.new("Cyan")
  3810. o8.Reflectance = 0.5
  3811. o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
  3812. o8.Rotation = Vector3.new(-173.610001, -0.119999997, 122.860001)
  3813. o8.Anchored = false
  3814. o8.FormFactor = Enum.FormFactor.Plate
  3815. o8.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3816. 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)
  3817. o8.BottomSurface = Enum.SurfaceType.Smooth
  3818. o8.TopSurface = Enum.SurfaceType.Smooth
  3819. o8.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3820. o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
  3821. o9.Parent = o8
  3822. o9.MeshType = Enum.MeshType.Wedge
  3823. o10.Name = "Joint"
  3824. o10.Parent = o8
  3825. 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)
  3826. o10.Part0 = o8
  3827. o10.Part1 = o2
  3828. o11.Parent = o4
  3829. o11.Material = Enum.Material.Neon
  3830. o11.BrickColor = BrickColor.new("Cyan")
  3831. o11.Reflectance = 0.5
  3832. o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
  3833. o11.Rotation = Vector3.new(6.38999987, 0.119999997, 57.1399994)
  3834. o11.Anchored = false
  3835. o11.FormFactor = Enum.FormFactor.Plate
  3836. o11.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3837. 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)
  3838. o11.BottomSurface = Enum.SurfaceType.Smooth
  3839. o11.TopSurface = Enum.SurfaceType.Smooth
  3840. o11.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3841. o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
  3842. o12.Parent = o11
  3843. o12.MeshType = Enum.MeshType.Wedge
  3844. o13.Name = "Joint"
  3845. o13.Parent = o11
  3846. 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)
  3847. o13.Part0 = o11
  3848. o13.Part1 = o2
  3849. o14.Parent = o4
  3850. o14.Material = Enum.Material.Neon
  3851. o14.BrickColor = BrickColor.new("Cyan")
  3852. o14.Reflectance = 0.5
  3853. o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
  3854. o14.Rotation = Vector3.new(-173.610001, -0.119999997, -57.1399994)
  3855. o14.Anchored = false
  3856. o14.FormFactor = Enum.FormFactor.Plate
  3857. o14.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3858. 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)
  3859. o14.BottomSurface = Enum.SurfaceType.Smooth
  3860. o14.TopSurface = Enum.SurfaceType.Smooth
  3861. o14.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3862. o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
  3863. o15.Parent = o14
  3864. o15.MeshType = Enum.MeshType.Wedge
  3865. o16.Name = "Joint"
  3866. o16.Parent = o14
  3867. 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)
  3868. o16.Part0 = o14
  3869. o16.Part1 = o2
  3870. o17.Parent = o4
  3871. o17.Material = Enum.Material.Neon
  3872. o17.BrickColor = BrickColor.new("Cyan")
  3873. o17.Reflectance = 0.5
  3874. o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
  3875. o17.Rotation = Vector3.new(6.38999987, 0.119999997, -122.860001)
  3876. o17.Anchored = false
  3877. o17.FormFactor = Enum.FormFactor.Plate
  3878. o17.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3879. 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)
  3880. o17.BottomSurface = Enum.SurfaceType.Smooth
  3881. o17.TopSurface = Enum.SurfaceType.Smooth
  3882. o17.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3883. o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
  3884. o18.Parent = o17
  3885. o18.MeshType = Enum.MeshType.Wedge
  3886. o19.Name = "Joint"
  3887. o19.Parent = o17
  3888. 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)
  3889. o19.Part0 = o17
  3890. o19.Part1 = o2
  3891. o20.Parent = o4
  3892. o20.Material = Enum.Material.Neon
  3893. o20.BrickColor = BrickColor.new("Cyan")
  3894. o20.Reflectance = 0.5
  3895. o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
  3896. o20.Rotation = Vector3.new(-173.880005, 0.300000012, 56.5800018)
  3897. o20.Anchored = false
  3898. o20.FormFactor = Enum.FormFactor.Plate
  3899. o20.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3900. 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)
  3901. o20.BottomSurface = Enum.SurfaceType.Smooth
  3902. o20.TopSurface = Enum.SurfaceType.Smooth
  3903. o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3904. o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
  3905. o21.Parent = o20
  3906. o21.MeshType = Enum.MeshType.Wedge
  3907. o22.Name = "Joint"
  3908. o22.Parent = o20
  3909. 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)
  3910. o22.Part0 = o20
  3911. o22.Part1 = o2
  3912. o23.Parent = o4
  3913. o23.Material = Enum.Material.Neon
  3914. o23.BrickColor = BrickColor.new("Cyan")
  3915. o23.Reflectance = 0.5
  3916. o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
  3917. o23.Rotation = Vector3.new(-47.9300003, 90, 0)
  3918. o23.Anchored = false
  3919. o23.FormFactor = Enum.FormFactor.Plate
  3920. o23.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3921. o23.CFrame = CFrame.new(110.4496, 5.48411512, -60.0064392, 0, 0, 1, -0.742329776, 0.670034766, 0, -0.670034766, -0.742329776, 0)
  3922. o23.BottomSurface = Enum.SurfaceType.Smooth
  3923. o23.TopSurface = Enum.SurfaceType.Smooth
  3924. o23.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3925. o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
  3926. o24.Parent = o23
  3927. o24.MeshType = Enum.MeshType.Wedge
  3928. o25.Name = "Joint"
  3929. o25.Parent = o23
  3930. 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)
  3931. o25.Part0 = o23
  3932. o25.Part1 = o2
  3933. o26.Parent = o4
  3934. o26.Material = Enum.Material.Neon
  3935. o26.BrickColor = BrickColor.new("Cyan")
  3936. o26.Reflectance = 0.5
  3937. o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
  3938. o26.Rotation = Vector3.new(6.11999989, -0.300000012, -56.5800018)
  3939. o26.Anchored = false
  3940. o26.FormFactor = Enum.FormFactor.Plate
  3941. o26.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3942. 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)
  3943. o26.BottomSurface = Enum.SurfaceType.Smooth
  3944. o26.TopSurface = Enum.SurfaceType.Smooth
  3945. o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3946. o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
  3947. o27.Parent = o26
  3948. o27.MeshType = Enum.MeshType.Wedge
  3949. o28.Name = "Joint"
  3950. o28.Parent = o26
  3951. 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)
  3952. o28.Part0 = o26
  3953. o28.Part1 = o2
  3954. o29.Parent = o4
  3955. o29.Material = Enum.Material.Neon
  3956. o29.BrickColor = BrickColor.new("Cyan")
  3957. o29.Reflectance = 0.5
  3958. o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
  3959. o29.Rotation = Vector3.new(-117.300003, -90, 0)
  3960. o29.Anchored = false
  3961. o29.FormFactor = Enum.FormFactor.Plate
  3962. o29.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3963. o29.CFrame = CFrame.new(110.650101, 5.39785624, -61.5293427, 0, 0, -1, 0.888631999, -0.458620995, 0, -0.458620995, -0.888631999, 0)
  3964. o29.BottomSurface = Enum.SurfaceType.Smooth
  3965. o29.TopSurface = Enum.SurfaceType.Smooth
  3966. o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3967. o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
  3968. o30.Parent = o29
  3969. o30.MeshType = Enum.MeshType.Wedge
  3970. o31.Name = "Joint"
  3971. o31.Parent = o29
  3972. 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)
  3973. o31.Part0 = o29
  3974. o31.Part1 = o2
  3975. o32.Parent = o4
  3976. o32.Material = Enum.Material.Neon
  3977. o32.BrickColor = BrickColor.new("Cyan")
  3978. o32.Reflectance = 0.5
  3979. o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
  3980. o32.Rotation = Vector3.new(6.11999989, -0.300000012, 123.419998)
  3981. o32.Anchored = false
  3982. o32.FormFactor = Enum.FormFactor.Plate
  3983. o32.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3984. 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)
  3985. o32.BottomSurface = Enum.SurfaceType.Smooth
  3986. o32.TopSurface = Enum.SurfaceType.Smooth
  3987. o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3988. o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
  3989. o33.Parent = o32
  3990. o33.MeshType = Enum.MeshType.Wedge
  3991. o34.Name = "Joint"
  3992. o34.Parent = o32
  3993. 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)
  3994. o34.Part0 = o32
  3995. o34.Part1 = o2
  3996. o35.Parent = o4
  3997. o35.Material = Enum.Material.Neon
  3998. o35.BrickColor = BrickColor.new("Cyan")
  3999. o35.Reflectance = 0.5
  4000. o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
  4001. o35.Rotation = Vector3.new(-47.9300003, -90, 0)
  4002. o35.Anchored = false
  4003. o35.FormFactor = Enum.FormFactor.Plate
  4004. o35.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4005. o35.CFrame = CFrame.new(110.650101, 5.48411512, -60.0064392, 0, 0, -1, 0.742329776, 0.670034766, 0, 0.670034766, -0.742329776, 0)
  4006. o35.BottomSurface = Enum.SurfaceType.Smooth
  4007. o35.TopSurface = Enum.SurfaceType.Smooth
  4008. o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4009. o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
  4010. o36.Parent = o35
  4011. o36.MeshType = Enum.MeshType.Wedge
  4012. o37.Name = "Joint"
  4013. o37.Parent = o35
  4014. 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)
  4015. o37.Part0 = o35
  4016. o37.Part1 = o2
  4017. o38.Parent = o4
  4018. o38.Material = Enum.Material.Neon
  4019. o38.BrickColor = BrickColor.new("Cyan")
  4020. o38.Reflectance = 0.5
  4021. o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
  4022. o38.Rotation = Vector3.new(62.7000008, 90, 0)
  4023. o38.Anchored = false
  4024. o38.FormFactor = Enum.FormFactor.Plate
  4025. o38.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4026. o38.CFrame = CFrame.new(110.4496, 5.58175611, -61.1730347, 0, 0, 1, 0.888631999, 0.458620995, 0, -0.458620995, 0.888631999, 0)
  4027. o38.BottomSurface = Enum.SurfaceType.Smooth
  4028. o38.TopSurface = Enum.SurfaceType.Smooth
  4029. o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4030. o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
  4031. o39.Parent = o38
  4032. o39.MeshType = Enum.MeshType.Wedge
  4033. o40.Name = "Joint"
  4034. o40.Parent = o38
  4035. 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)
  4036. o40.Part0 = o38
  4037. o40.Part1 = o2
  4038. o41.Name = "Handle"
  4039. o41.Parent = o4
  4040. o41.BrickColor = BrickColor.new("Bright red")
  4041. o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
  4042. o41.Rotation = Vector3.new(6.11999989, 0, 0)
  4043. o41.Anchored = false
  4044. o41.FormFactor = Enum.FormFactor.Plate
  4045. o41.Size = Vector3.new(2, 0.800000012, 1)
  4046. o41.CFrame = CFrame.new(110.590012, 5.42982483, -60.6134338, 1, 0, 0, 0, 0.994301856, -0.106600985, 0, 0.106600985, 0.994301856)
  4047. o41.BottomSurface = Enum.SurfaceType.Weld
  4048. o41.TopSurface = Enum.SurfaceType.Smooth
  4049. o41.Color = Color3.new(0.768628, 0.156863, 0.109804)
  4050. o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
  4051. o42.Parent = o41
  4052. o42.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4053. o42.Scale = Vector3.new(1.60000002, 1.29999995, 1.60000002)
  4054. o42.TextureId = "rbxassetid://269748808"
  4055. o42.VertexColor = Vector3.new(0, 0, 0)
  4056. o42.MeshType = Enum.MeshType.FileMesh
  4057. o43.Name = "Joint"
  4058. o43.Parent = o41
  4059. 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)
  4060. o43.Part0 = o41
  4061. o43.Part1 = o2
  4062. o44.Parent = o4
  4063. o44.Material = Enum.Material.Neon
  4064. o44.BrickColor = BrickColor.new("Cyan")
  4065. o44.Reflectance = 0.5
  4066. o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
  4067. o44.Rotation = Vector3.new(-173.880005, 0.300000012, -123.419998)
  4068. o44.Anchored = false
  4069. o44.FormFactor = Enum.FormFactor.Plate
  4070. o44.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4071. 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)
  4072. o44.BottomSurface = Enum.SurfaceType.Smooth
  4073. o44.TopSurface = Enum.SurfaceType.Smooth
  4074. o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4075. o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
  4076. o45.Parent = o44
  4077. o45.MeshType = Enum.MeshType.Wedge
  4078. o46.Name = "Joint"
  4079. o46.Parent = o44
  4080. 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)
  4081. o46.Part0 = o44
  4082. o46.Part1 = o2
  4083. o47.Parent = o4
  4084. o47.Material = Enum.Material.Neon
  4085. o47.BrickColor = BrickColor.new("Cyan")
  4086. o47.Reflectance = 0.5
  4087. o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
  4088. o47.Rotation = Vector3.new(-117.300003, 90, 0)
  4089. o47.Anchored = false
  4090. o47.FormFactor = Enum.FormFactor.Plate
  4091. o47.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4092. o47.CFrame = CFrame.new(110.4496, 5.39786482, -61.5293503, 0, 0, 1, -0.888631999, -0.458620995, 0, 0.458620995, -0.888631999, 0)
  4093. o47.BottomSurface = Enum.SurfaceType.Smooth
  4094. o47.TopSurface = Enum.SurfaceType.Smooth
  4095. o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4096. o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
  4097. o48.Parent = o47
  4098. o48.MeshType = Enum.MeshType.Wedge
  4099. o49.Name = "Joint"
  4100. o49.Parent = o47
  4101. 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)
  4102. o49.Part0 = o47
  4103. o49.Part1 = o2
  4104. o50.Parent = o4
  4105. o50.Material = Enum.Material.Neon
  4106. o50.BrickColor = BrickColor.new("Cyan")
  4107. o50.Reflectance = 0.5
  4108. o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
  4109. o50.Rotation = Vector3.new(132.070007, 90, 0)
  4110. o50.Anchored = false
  4111. o50.FormFactor = Enum.FormFactor.Plate
  4112. o50.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4113. o50.CFrame = CFrame.new(110.4496, 5.21545792, -59.7087936, 0, 0, 1, 0.742329776, -0.670034766, 0, 0.670034766, 0.742329776, 0)
  4114. o50.BottomSurface = Enum.SurfaceType.Smooth
  4115. o50.TopSurface = Enum.SurfaceType.Smooth
  4116. o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4117. o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
  4118. o51.Parent = o50
  4119. o51.MeshType = Enum.MeshType.Wedge
  4120. o52.Name = "Joint"
  4121. o52.Parent = o50
  4122. 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)
  4123. o52.Part0 = o50
  4124. o52.Part1 = o2
  4125. o53.Parent = o4
  4126. o53.Material = Enum.Material.Neon
  4127. o53.BrickColor = BrickColor.new("Cyan")
  4128. o53.Reflectance = 0.5
  4129. o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
  4130. o53.Rotation = Vector3.new(132.070007, -90, 0)
  4131. o53.Anchored = false
  4132. o53.FormFactor = Enum.FormFactor.Plate
  4133. o53.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4134. o53.CFrame = CFrame.new(110.650101, 5.21546698, -59.7087936, 0, 0, -1, -0.742329776, -0.670034766, 0, -0.670034766, 0.742329776, 0)
  4135. o53.BottomSurface = Enum.SurfaceType.Smooth
  4136. o53.TopSurface = Enum.SurfaceType.Smooth
  4137. o53.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4138. o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
  4139. o54.Parent = o53
  4140. o54.MeshType = Enum.MeshType.Wedge
  4141. o55.Name = "Joint"
  4142. o55.Parent = o53
  4143. 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)
  4144. o55.Part0 = o53
  4145. o55.Part1 = o2
  4146. o56.Name = "NinjaHalfmask"
  4147. o56.Parent = o1
  4148. o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
  4149. o56.Rotation = Vector3.new(-180, 0, -180)
  4150. o56.Anchored = false
  4151. o56.FormFactor = Enum.FormFactor.Custom
  4152. o56.Size = Vector3.new(1.39999914, 0.80000025, 1.39999986)
  4153. o56.CFrame = CFrame.new(110.62999, 4.40999889, -60.6299591, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4154. o56.BottomSurface = Enum.SurfaceType.Smooth
  4155. o56.TopSurface = Enum.SurfaceType.Smooth
  4156. o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
  4157. o57.Parent = o56
  4158. o57.MeshId = "http://www.roblox.com/asset/?id=72541091"
  4159. o57.Scale = Vector3.new(1, 1, 0.949999988)
  4160. o57.TextureId = "rbxassetid://0"
  4161. o57.VertexColor = Vector3.new(0, 0, 0)
  4162. o57.MeshType = Enum.MeshType.FileMesh
  4163. o58.Name = "Joint"
  4164. o58.Parent = o56
  4165. 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)
  4166. o58.Part0 = o56
  4167. o58.Part1 = o2
  4168. o59.Name = "PoisonHorn"
  4169. o59.Parent = o1
  4170. o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
  4171. o59.Rotation = Vector3.new(-168.669998, 0, -180)
  4172. o59.Anchored = false
  4173. o59.FormFactor = Enum.FormFactor.Custom
  4174. o59.Size = Vector3.new(2.13111186, 2.04684615, 1.01710451)
  4175. o59.CFrame = CFrame.new(110.580063, 5.81450415, -60.3999863, -1, 0, 0, 0, 0.980506241, 0.196488023, 0, 0.196488038, -0.980506241)
  4176. o59.BottomSurface = Enum.SurfaceType.Smooth
  4177. o59.TopSurface = Enum.SurfaceType.Smooth
  4178. o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
  4179. o60.Parent = o59
  4180. o60.MeshId = "http://www.roblox.com/asset/?id=62152278"
  4181. o60.Scale = Vector3.new(0.932361424, 0.826610804, 0.667474687)
  4182. o60.TextureId = "rbxassetid://269748808"
  4183. o60.VertexColor = Vector3.new(0, 0, 0)
  4184. o60.MeshType = Enum.MeshType.FileMesh
  4185. o61.Name = "Joint"
  4186. o61.Parent = o59
  4187. 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)
  4188. o61.Part0 = o59
  4189. o61.Part1 = o2
  4190. o62.Name = "Handle"
  4191. o62.Parent = o1
  4192. o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
  4193. o62.Rotation = Vector3.new(172.130005, 0.389999986, -179.949997)
  4194. o62.Anchored = false
  4195. o62.CanCollide = false
  4196. o62.FormFactor = Enum.FormFactor.Symmetric
  4197. o62.Size = Vector3.new(1.4200002, 0.870000005, 1.40999985)
  4198. 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)
  4199. o62.BottomSurface = Enum.SurfaceType.Smooth
  4200. o62.TopSurface = Enum.SurfaceType.Smooth
  4201. o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
  4202. o63.Parent = o62
  4203. o63.MeshId = "http://www.roblox.com/asset/?id=398618628 "
  4204. o63.Scale = Vector3.new(1, 1, 1.10000002)
  4205. o63.TextureId = "rbxassetid://0"
  4206. o63.VertexColor = Vector3.new(0, 0, 0)
  4207. o63.MeshType = Enum.MeshType.FileMesh
  4208. o64.Name = "Joint"
  4209. o64.Parent = o62
  4210. 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)
  4211. o64.Part0 = o62
  4212. o64.Part1 = o2
  4213. mas.Parent = workspace
  4214. mas:MakeJoints()
  4215. local mas1 = mas:GetChildren()
  4216. for i=1,#mas1 do
  4217. mas1[i].Parent = workspace
  4218. ypcall(function() mas1[i]:MakeJoints() end)
  4219. end
  4220. mas:Destroy()
  4221. for i=1,#cors do
  4222. coroutine.resume(cors[i])
  4223. end
  4224.  
  4225. wait()
  4226.  
  4227. Workspace["Head_"].Parent = game.Players.LocalPlayer.Character
  4228.  
  4229. game.Players.LocalPlayer.Character["Head_"].Name = "Familiar Head"
  4230.  
  4231. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Head"])
  4232. w.Part0 = game.Players.LocalPlayer.Character["Head"]
  4233. w.Part1 = o2
  4234. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  4235. game.Players.LocalPlayer.Character["Head"].Transparency = 0
  4236.  
  4237. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"]:GetChildren()) do
  4238. if v.ClassName == "Part" then
  4239. v.CanCollide = false
  4240. v.Anchored = false
  4241. end
  4242. end
  4243.  
  4244. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"].Hat:GetChildren()) do
  4245. v.Anchored = false
  4246. v.CanCollide = false
  4247. end
  4248.  
  4249.  
  4250. local runDummyScript = function(f,scri)
  4251. local oldenv = getfenv(f)
  4252. local newenv = setmetatable({}, {
  4253. __index = function(_, k)
  4254. if k:lower() == 'script' then
  4255. return scri
  4256. else
  4257. return oldenv[k]
  4258. end
  4259. end
  4260. })
  4261. setfenv(f, newenv)
  4262. ypcall(function() f() end)
  4263. end
  4264. cors = {}
  4265. mas = Instance.new("Model",game:GetService("Lighting"))
  4266. mas.Name = "CompiledModel"
  4267. o1 = Instance.new("Model")
  4268. o2 = Instance.new("Part")
  4269. o3 = Instance.new("SpecialMesh")
  4270. o4 = Instance.new("Part")
  4271. o5 = Instance.new("BlockMesh")
  4272. o6 = Instance.new("Weld")
  4273. o7 = Instance.new("Part")
  4274. o8 = Instance.new("BlockMesh")
  4275. o9 = Instance.new("Weld")
  4276. o10 = Instance.new("Part")
  4277. o11 = Instance.new("SpecialMesh")
  4278. o12 = Instance.new("Weld")
  4279. o13 = Instance.new("Part")
  4280. o14 = Instance.new("SpecialMesh")
  4281. o15 = Instance.new("Weld")
  4282. o16 = Instance.new("Part")
  4283. o17 = Instance.new("SpecialMesh")
  4284. o18 = Instance.new("Weld")
  4285. o19 = Instance.new("Part")
  4286. o20 = Instance.new("SpecialMesh")
  4287. o21 = Instance.new("Weld")
  4288. o22 = Instance.new("Part")
  4289. o23 = Instance.new("SpecialMesh")
  4290. o24 = Instance.new("Weld")
  4291. o25 = Instance.new("Part")
  4292. o26 = Instance.new("SpecialMesh")
  4293. o27 = Instance.new("Weld")
  4294. o28 = Instance.new("Part")
  4295. o29 = Instance.new("SpecialMesh")
  4296. o30 = Instance.new("Weld")
  4297. o31 = Instance.new("Part")
  4298. o32 = Instance.new("SpecialMesh")
  4299. o33 = Instance.new("Weld")
  4300. o34 = Instance.new("Part")
  4301. o35 = Instance.new("SpecialMesh")
  4302. o36 = Instance.new("Weld")
  4303. o37 = Instance.new("Part")
  4304. o38 = Instance.new("SpecialMesh")
  4305. o39 = Instance.new("Weld")
  4306. o40 = Instance.new("Part")
  4307. o41 = Instance.new("Weld")
  4308. o42 = Instance.new("Part")
  4309. o43 = Instance.new("Weld")
  4310. o44 = Instance.new("Part")
  4311. o45 = Instance.new("Weld")
  4312. o46 = Instance.new("Part")
  4313. o47 = Instance.new("Weld")
  4314. o48 = Instance.new("Part")
  4315. o49 = Instance.new("Weld")
  4316. o50 = Instance.new("Part")
  4317. o51 = Instance.new("Weld")
  4318. o52 = Instance.new("Part")
  4319. o53 = Instance.new("Weld")
  4320. o54 = Instance.new("Part")
  4321. o55 = Instance.new("Weld")
  4322. o56 = Instance.new("Part")
  4323. o57 = Instance.new("Weld")
  4324. o58 = Instance.new("Part")
  4325. o59 = Instance.new("Weld")
  4326. o60 = Instance.new("Part")
  4327. o61 = Instance.new("Weld")
  4328. o62 = Instance.new("Part")
  4329. o63 = Instance.new("Weld")
  4330. o64 = Instance.new("Part")
  4331. o65 = Instance.new("Weld")
  4332. o66 = Instance.new("Part")
  4333. o67 = Instance.new("BlockMesh")
  4334. o68 = Instance.new("Weld")
  4335. o69 = Instance.new("Part")
  4336. o70 = Instance.new("BlockMesh")
  4337. o71 = Instance.new("Weld")
  4338. o72 = Instance.new("Part")
  4339. o73 = Instance.new("BlockMesh")
  4340. o74 = Instance.new("Weld")
  4341. o75 = Instance.new("Part")
  4342. o76 = Instance.new("BlockMesh")
  4343. o77 = Instance.new("Weld")
  4344. o78 = Instance.new("Part")
  4345. o79 = Instance.new("BlockMesh")
  4346. o80 = Instance.new("Weld")
  4347. o81 = Instance.new("Part")
  4348. o82 = Instance.new("BlockMesh")
  4349. o83 = Instance.new("Weld")
  4350. o84 = Instance.new("Part")
  4351. o85 = Instance.new("BlockMesh")
  4352. o86 = Instance.new("Weld")
  4353. o87 = Instance.new("Part")
  4354. o88 = Instance.new("BlockMesh")
  4355. o89 = Instance.new("Weld")
  4356. o90 = Instance.new("Part")
  4357. o91 = Instance.new("BlockMesh")
  4358. o92 = Instance.new("Weld")
  4359. o93 = Instance.new("Part")
  4360. o94 = Instance.new("BlockMesh")
  4361. o95 = Instance.new("Weld")
  4362. o96 = Instance.new("Part")
  4363. o97 = Instance.new("BlockMesh")
  4364. o98 = Instance.new("Weld")
  4365. o99 = Instance.new("Part")
  4366. o100 = Instance.new("BlockMesh")
  4367. o101 = Instance.new("Weld")
  4368. o102 = Instance.new("Part")
  4369. o103 = Instance.new("BlockMesh")
  4370. o104 = Instance.new("Weld")
  4371. o105 = Instance.new("Part")
  4372. o106 = Instance.new("BlockMesh")
  4373. o107 = Instance.new("Weld")
  4374. o108 = Instance.new("Part")
  4375. o109 = Instance.new("BlockMesh")
  4376. o110 = Instance.new("Weld")
  4377. o111 = Instance.new("Part")
  4378. o112 = Instance.new("BlockMesh")
  4379. o113 = Instance.new("Weld")
  4380. o114 = Instance.new("Part")
  4381. o115 = Instance.new("BlockMesh")
  4382. o116 = Instance.new("Weld")
  4383. o117 = Instance.new("Part")
  4384. o118 = Instance.new("BlockMesh")
  4385. o119 = Instance.new("Weld")
  4386. o120 = Instance.new("Part")
  4387. o121 = Instance.new("BlockMesh")
  4388. o122 = Instance.new("Weld")
  4389. o123 = Instance.new("Part")
  4390. o124 = Instance.new("BlockMesh")
  4391. o125 = Instance.new("Weld")
  4392. o126 = Instance.new("Part")
  4393. o127 = Instance.new("BlockMesh")
  4394. o128 = Instance.new("Weld")
  4395. o129 = Instance.new("Part")
  4396. o130 = Instance.new("BlockMesh")
  4397. o131 = Instance.new("Weld")
  4398. o132 = Instance.new("Part")
  4399. o133 = Instance.new("BlockMesh")
  4400. o134 = Instance.new("Weld")
  4401. o135 = Instance.new("Part")
  4402. o136 = Instance.new("BlockMesh")
  4403. o137 = Instance.new("Weld")
  4404. o138 = Instance.new("Part")
  4405. o139 = Instance.new("BlockMesh")
  4406. o140 = Instance.new("Weld")
  4407. o141 = Instance.new("Part")
  4408. o142 = Instance.new("BlockMesh")
  4409. o143 = Instance.new("Weld")
  4410. o144 = Instance.new("Part")
  4411. o145 = Instance.new("BlockMesh")
  4412. o146 = Instance.new("Weld")
  4413. o147 = Instance.new("Part")
  4414. o148 = Instance.new("BlockMesh")
  4415. o149 = Instance.new("Weld")
  4416. o150 = Instance.new("Part")
  4417. o151 = Instance.new("BlockMesh")
  4418. o152 = Instance.new("Weld")
  4419. o153 = Instance.new("Part")
  4420. o154 = Instance.new("BlockMesh")
  4421. o155 = Instance.new("Weld")
  4422. o156 = Instance.new("Part")
  4423. o157 = Instance.new("BlockMesh")
  4424. o158 = Instance.new("Weld")
  4425. o159 = Instance.new("Part")
  4426. o160 = Instance.new("BlockMesh")
  4427. o161 = Instance.new("Weld")
  4428. o162 = Instance.new("Part")
  4429. o163 = Instance.new("BlockMesh")
  4430. o164 = Instance.new("Weld")
  4431. o165 = Instance.new("Part")
  4432. o166 = Instance.new("BlockMesh")
  4433. o167 = Instance.new("Weld")
  4434. o168 = Instance.new("Part")
  4435. o169 = Instance.new("BlockMesh")
  4436. o170 = Instance.new("Weld")
  4437. o171 = Instance.new("Part")
  4438. o172 = Instance.new("BlockMesh")
  4439. o173 = Instance.new("Weld")
  4440. o174 = Instance.new("Part")
  4441. o175 = Instance.new("BlockMesh")
  4442. o176 = Instance.new("Weld")
  4443. o177 = Instance.new("Part")
  4444. o178 = Instance.new("BlockMesh")
  4445. o179 = Instance.new("Weld")
  4446. o180 = Instance.new("Part")
  4447. o181 = Instance.new("BlockMesh")
  4448. o182 = Instance.new("Weld")
  4449. o183 = Instance.new("Part")
  4450. o184 = Instance.new("BlockMesh")
  4451. o185 = Instance.new("Weld")
  4452. o186 = Instance.new("Part")
  4453. o187 = Instance.new("BlockMesh")
  4454. o188 = Instance.new("Weld")
  4455. o189 = Instance.new("Part")
  4456. o190 = Instance.new("BlockMesh")
  4457. o191 = Instance.new("Weld")
  4458. o192 = Instance.new("Part")
  4459. o193 = Instance.new("BlockMesh")
  4460. o194 = Instance.new("Weld")
  4461. o195 = Instance.new("Part")
  4462. o196 = Instance.new("BlockMesh")
  4463. o197 = Instance.new("Weld")
  4464. o198 = Instance.new("Part")
  4465. o199 = Instance.new("BlockMesh")
  4466. o200 = Instance.new("Weld")
  4467. o201 = Instance.new("Part")
  4468. o202 = Instance.new("BlockMesh")
  4469. o203 = Instance.new("Weld")
  4470. o204 = Instance.new("Part")
  4471. o205 = Instance.new("BlockMesh")
  4472. o206 = Instance.new("Weld")
  4473. o207 = Instance.new("Part")
  4474. o208 = Instance.new("BlockMesh")
  4475. o209 = Instance.new("Weld")
  4476. o210 = Instance.new("Part")
  4477. o211 = Instance.new("BlockMesh")
  4478. o212 = Instance.new("Weld")
  4479. o213 = Instance.new("Part")
  4480. o214 = Instance.new("BlockMesh")
  4481. o215 = Instance.new("Weld")
  4482. o216 = Instance.new("Part")
  4483. o217 = Instance.new("BlockMesh")
  4484. o218 = Instance.new("Weld")
  4485. o219 = Instance.new("Part")
  4486. o220 = Instance.new("BlockMesh")
  4487. o221 = Instance.new("Weld")
  4488. o222 = Instance.new("Part")
  4489. o223 = Instance.new("BlockMesh")
  4490. o224 = Instance.new("Weld")
  4491. o225 = Instance.new("Part")
  4492. o226 = Instance.new("BlockMesh")
  4493. o227 = Instance.new("Weld")
  4494. o228 = Instance.new("Part")
  4495. o229 = Instance.new("BlockMesh")
  4496. o230 = Instance.new("Weld")
  4497. o231 = Instance.new("Part")
  4498. o232 = Instance.new("BlockMesh")
  4499. o233 = Instance.new("Weld")
  4500. o234 = Instance.new("Part")
  4501. o235 = Instance.new("BlockMesh")
  4502. o236 = Instance.new("Weld")
  4503. o237 = Instance.new("Part")
  4504. o238 = Instance.new("BlockMesh")
  4505. o239 = Instance.new("Weld")
  4506. o240 = Instance.new("Part")
  4507. o241 = Instance.new("BlockMesh")
  4508. o242 = Instance.new("Weld")
  4509. o243 = Instance.new("Part")
  4510. o244 = Instance.new("BlockMesh")
  4511. o245 = Instance.new("Weld")
  4512. o246 = Instance.new("Part")
  4513. o247 = Instance.new("BlockMesh")
  4514. o248 = Instance.new("Weld")
  4515. o249 = Instance.new("Part")
  4516. o250 = Instance.new("BlockMesh")
  4517. o251 = Instance.new("Weld")
  4518. o252 = Instance.new("Part")
  4519. o253 = Instance.new("BlockMesh")
  4520. o254 = Instance.new("Weld")
  4521. o255 = Instance.new("Part")
  4522. o256 = Instance.new("BlockMesh")
  4523. o257 = Instance.new("Weld")
  4524. o258 = Instance.new("Part")
  4525. o259 = Instance.new("BlockMesh")
  4526. o260 = Instance.new("Weld")
  4527. o261 = Instance.new("Part")
  4528. o262 = Instance.new("BlockMesh")
  4529. o263 = Instance.new("Weld")
  4530. o264 = Instance.new("Part")
  4531. o265 = Instance.new("BlockMesh")
  4532. o266 = Instance.new("Weld")
  4533. o267 = Instance.new("Part")
  4534. o268 = Instance.new("BlockMesh")
  4535. o269 = Instance.new("Weld")
  4536. o270 = Instance.new("Part")
  4537. o271 = Instance.new("BlockMesh")
  4538. o272 = Instance.new("Weld")
  4539. o273 = Instance.new("Part")
  4540. o274 = Instance.new("BlockMesh")
  4541. o275 = Instance.new("Weld")
  4542. o276 = Instance.new("Part")
  4543. o277 = Instance.new("BlockMesh")
  4544. o278 = Instance.new("Weld")
  4545. o279 = Instance.new("Part")
  4546. o280 = Instance.new("BlockMesh")
  4547. o281 = Instance.new("Weld")
  4548. o282 = Instance.new("Part")
  4549. o283 = Instance.new("BlockMesh")
  4550. o284 = Instance.new("Weld")
  4551. o285 = Instance.new("Part")
  4552. o286 = Instance.new("BlockMesh")
  4553. o287 = Instance.new("Weld")
  4554. o288 = Instance.new("Part")
  4555. o289 = Instance.new("Weld")
  4556. o290 = Instance.new("Part")
  4557. o291 = Instance.new("Weld")
  4558. o292 = Instance.new("Part")
  4559. o293 = Instance.new("Weld")
  4560. o294 = Instance.new("Part")
  4561. o295 = Instance.new("BlockMesh")
  4562. o296 = Instance.new("Weld")
  4563. o297 = Instance.new("Part")
  4564. o298 = Instance.new("Weld")
  4565. o299 = Instance.new("Part")
  4566. o300 = Instance.new("Weld")
  4567. o301 = Instance.new("Part")
  4568. o302 = Instance.new("Weld")
  4569. o303 = Instance.new("Part")
  4570. o304 = Instance.new("Weld")
  4571. o305 = Instance.new("Part")
  4572. o306 = Instance.new("Weld")
  4573. o307 = Instance.new("Part")
  4574. o308 = Instance.new("Weld")
  4575. o309 = Instance.new("Part")
  4576. o310 = Instance.new("Weld")
  4577. o311 = Instance.new("Part")
  4578. o312 = Instance.new("BlockMesh")
  4579. o313 = Instance.new("Weld")
  4580. o314 = Instance.new("Part")
  4581. o315 = Instance.new("BlockMesh")
  4582. o316 = Instance.new("Weld")
  4583. o317 = Instance.new("Part")
  4584. o318 = Instance.new("BlockMesh")
  4585. o319 = Instance.new("Weld")
  4586. o320 = Instance.new("Part")
  4587. o321 = Instance.new("BlockMesh")
  4588. o322 = Instance.new("Weld")
  4589. o323 = Instance.new("Part")
  4590. o324 = Instance.new("BlockMesh")
  4591. o325 = Instance.new("Weld")
  4592. o326 = Instance.new("Part")
  4593. o327 = Instance.new("BlockMesh")
  4594. o328 = Instance.new("Weld")
  4595. o329 = Instance.new("Part")
  4596. o330 = Instance.new("BlockMesh")
  4597. o331 = Instance.new("Weld")
  4598. o1.Name = "Torso_"
  4599. o1.Parent = mas
  4600. o2.Name = "REF"
  4601. o2.Parent = o1
  4602. o2.Transparency = 1
  4603. o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
  4604. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  4605. o2.Anchored = false
  4606. o2.CanCollide = false
  4607. o2.FormFactor = Enum.FormFactor.Symmetric
  4608. o2.Size = Vector3.new(2, 2, 1)
  4609. 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)
  4610. o2.BottomSurface = Enum.SurfaceType.Smooth
  4611. o2.TopSurface = Enum.SurfaceType.Smooth
  4612. o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
  4613. o3.Parent = o2
  4614. o3.MeshId = "rbxasset://fonts/torso.mesh"
  4615. o3.MeshType = Enum.MeshType.FileMesh
  4616. o4.Name = "Chain"
  4617. o4.Parent = o1
  4618. o4.Material = Enum.Material.SmoothPlastic
  4619. o4.BrickColor = BrickColor.new("Fossil")
  4620. o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
  4621. o4.Rotation = Vector3.new(0, 0, 51.9099998)
  4622. o4.Anchored = false
  4623. o4.CanCollide = false
  4624. o4.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  4625. o4.CFrame = CFrame.new(112.188507, 1.02904105, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  4626. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4627. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4628. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4629. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4630. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4631. o4.Color = Color3.new(0.623529, 0.631373, 0.67451)
  4632. o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
  4633. o5.Parent = o4
  4634. o5.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  4635. o6.Name = "Joint"
  4636. o6.Parent = o4
  4637. 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)
  4638. o6.Part0 = o4
  4639. o6.Part1 = o2
  4640. o7.Parent = o1
  4641. o7.Material = Enum.Material.Metal
  4642. o7.BrickColor = BrickColor.new("Dark stone grey")
  4643. o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
  4644. o7.Rotation = Vector3.new(89.9199982, 0, 0)
  4645. o7.Anchored = false
  4646. o7.CanCollide = false
  4647. o7.Size = Vector3.new(0.475277603, 0.200000003, 0.484976858)
  4648. o7.CFrame = CFrame.new(110.710022, 3.85552692, -59.974144, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
  4649. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4650. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4651. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4652. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4653. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4654. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4655. o7.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4656. o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
  4657. o8.Parent = o7
  4658. o8.Scale = Vector3.new(1, 0.484977037, 1)
  4659. o9.Name = "Joint"
  4660. o9.Parent = o7
  4661. 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)
  4662. o9.Part0 = o7
  4663. o9.Part1 = o2
  4664. o10.Name = "ChainPart"
  4665. o10.Parent = o1
  4666. o10.Material = Enum.Material.Slate
  4667. o10.BrickColor = BrickColor.new("Dark stone grey")
  4668. o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
  4669. o10.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
  4670. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4671. 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)
  4672. o10.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4673. o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
  4674. o11.Parent = o10
  4675. o11.MeshId = "rbxassetid://525469584"
  4676. o11.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4677. o11.TextureId = "rbxassetid://157956766"
  4678. o11.MeshType = Enum.MeshType.FileMesh
  4679. o12.Name = "Joint"
  4680. o12.Parent = o10
  4681. 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)
  4682. o12.Part0 = o10
  4683. o12.Part1 = o2
  4684. o13.Name = "ChainPart"
  4685. o13.Parent = o1
  4686. o13.Material = Enum.Material.Slate
  4687. o13.BrickColor = BrickColor.new("Dark stone grey")
  4688. o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
  4689. o13.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
  4690. o13.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4691. 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)
  4692. o13.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4693. o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
  4694. o14.Parent = o13
  4695. o14.MeshId = "rbxassetid://525469584"
  4696. o14.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4697. o14.TextureId = "rbxassetid://157956766"
  4698. o14.MeshType = Enum.MeshType.FileMesh
  4699. o15.Name = "Joint"
  4700. o15.Parent = o13
  4701. 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)
  4702. o15.Part0 = o13
  4703. o15.Part1 = o2
  4704. o16.Name = "ChainPart"
  4705. o16.Parent = o1
  4706. o16.Material = Enum.Material.Slate
  4707. o16.BrickColor = BrickColor.new("Dark stone grey")
  4708. o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
  4709. o16.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
  4710. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4711. 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)
  4712. o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4713. o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
  4714. o17.Parent = o16
  4715. o17.MeshId = "rbxassetid://525469584"
  4716. o17.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4717. o17.TextureId = "rbxassetid://157956766"
  4718. o17.MeshType = Enum.MeshType.FileMesh
  4719. o18.Name = "Joint"
  4720. o18.Parent = o16
  4721. 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)
  4722. o18.Part0 = o16
  4723. o18.Part1 = o2
  4724. o19.Name = "ChainPart"
  4725. o19.Parent = o1
  4726. o19.Material = Enum.Material.Slate
  4727. o19.BrickColor = BrickColor.new("Dark stone grey")
  4728. o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
  4729. o19.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
  4730. o19.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4731. 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)
  4732. o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4733. o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
  4734. o20.Parent = o19
  4735. o20.MeshId = "rbxassetid://525469584"
  4736. o20.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4737. o20.TextureId = "rbxassetid://157956766"
  4738. o20.MeshType = Enum.MeshType.FileMesh
  4739. o21.Name = "Joint"
  4740. o21.Parent = o19
  4741. 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)
  4742. o21.Part0 = o19
  4743. o21.Part1 = o2
  4744. o22.Name = "ChainPart"
  4745. o22.Parent = o1
  4746. o22.Material = Enum.Material.Slate
  4747. o22.BrickColor = BrickColor.new("Dark stone grey")
  4748. o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
  4749. o22.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
  4750. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4751. 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)
  4752. o22.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4753. o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
  4754. o23.Parent = o22
  4755. o23.MeshId = "rbxassetid://525469584"
  4756. o23.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4757. o23.TextureId = "rbxassetid://157956766"
  4758. o23.MeshType = Enum.MeshType.FileMesh
  4759. o24.Name = "Joint"
  4760. o24.Parent = o22
  4761. 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)
  4762. o24.Part0 = o22
  4763. o24.Part1 = o2
  4764. o25.Name = "ChainPart"
  4765. o25.Parent = o1
  4766. o25.Material = Enum.Material.Slate
  4767. o25.BrickColor = BrickColor.new("Dark stone grey")
  4768. o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
  4769. o25.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
  4770. o25.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4771. 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)
  4772. o25.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4773. o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
  4774. o26.Parent = o25
  4775. o26.MeshId = "rbxassetid://525469584"
  4776. o26.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4777. o26.TextureId = "rbxassetid://157956766"
  4778. o26.MeshType = Enum.MeshType.FileMesh
  4779. o27.Name = "Joint"
  4780. o27.Parent = o25
  4781. 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)
  4782. o27.Part0 = o25
  4783. o27.Part1 = o2
  4784. o28.Name = "ChainPart"
  4785. o28.Parent = o1
  4786. o28.Material = Enum.Material.Slate
  4787. o28.BrickColor = BrickColor.new("Dark stone grey")
  4788. o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
  4789. o28.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
  4790. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4791. 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)
  4792. o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4793. o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
  4794. o29.Parent = o28
  4795. o29.MeshId = "rbxassetid://525469584"
  4796. o29.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4797. o29.TextureId = "rbxassetid://157956766"
  4798. o29.MeshType = Enum.MeshType.FileMesh
  4799. o30.Name = "Joint"
  4800. o30.Parent = o28
  4801. 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)
  4802. o30.Part0 = o28
  4803. o30.Part1 = o2
  4804. o31.Name = "ChainPart"
  4805. o31.Parent = o1
  4806. o31.Material = Enum.Material.Slate
  4807. o31.BrickColor = BrickColor.new("Dark stone grey")
  4808. o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
  4809. o31.Rotation = Vector3.new(90, -0.270000011, -90.5100021)
  4810. o31.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4811. 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)
  4812. o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4813. o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
  4814. o32.Parent = o31
  4815. o32.MeshId = "rbxassetid://525469584"
  4816. o32.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4817. o32.TextureId = "rbxassetid://157956766"
  4818. o32.MeshType = Enum.MeshType.FileMesh
  4819. o33.Name = "Joint"
  4820. o33.Parent = o31
  4821. 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)
  4822. o33.Part0 = o31
  4823. o33.Part1 = o2
  4824. o34.Name = "ChainPart"
  4825. o34.Parent = o1
  4826. o34.Material = Enum.Material.Slate
  4827. o34.BrickColor = BrickColor.new("Dark stone grey")
  4828. o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
  4829. o34.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
  4830. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4831. 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)
  4832. o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4833. o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
  4834. o35.Parent = o34
  4835. o35.MeshId = "rbxassetid://525469584"
  4836. o35.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4837. o35.TextureId = "rbxassetid://157956766"
  4838. o35.MeshType = Enum.MeshType.FileMesh
  4839. o36.Name = "Joint"
  4840. o36.Parent = o34
  4841. 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)
  4842. o36.Part0 = o34
  4843. o36.Part1 = o2
  4844. o37.Parent = o1
  4845. o37.Material = Enum.Material.SmoothPlastic
  4846. o37.BrickColor = BrickColor.new("Really black")
  4847. o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
  4848. o37.Rotation = Vector3.new(-90, 0, 90)
  4849. o37.Anchored = false
  4850. o37.CanCollide = false
  4851. o37.Shape = Enum.PartType.Cylinder
  4852. o37.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  4853. o37.CFrame = CFrame.new(108.697571, 2.32146406, -60.0999985, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4854. o37.BottomSurface = Enum.SurfaceType.Smooth
  4855. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4856. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4857. o37.TopSurface = Enum.SurfaceType.Smooth
  4858. o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4859. o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
  4860. o38.Parent = o37
  4861. o38.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  4862. o38.MeshType = Enum.MeshType.Cylinder
  4863. o39.Name = "Joint"
  4864. o39.Parent = o37
  4865. 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)
  4866. o39.Part0 = o37
  4867. o39.Part1 = o2
  4868. o40.Parent = o1
  4869. o40.Material = Enum.Material.SmoothPlastic
  4870. o40.BrickColor = BrickColor.new("Really black")
  4871. o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
  4872. o40.Rotation = Vector3.new(180, 90, 0)
  4873. o40.Anchored = false
  4874. o40.FormFactor = Enum.FormFactor.Custom
  4875. o40.Size = Vector3.new(0.200000003, 1.99000001, 1.66999996)
  4876. o40.CFrame = CFrame.new(110.445099, 3.25596094, -60.0699387, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  4877. o40.BottomSurface = Enum.SurfaceType.Smooth
  4878. o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4879. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4880. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4881. o40.TopSurface = Enum.SurfaceType.Smooth
  4882. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4883. o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
  4884. o41.Name = "Joint"
  4885. o41.Parent = o40
  4886. 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)
  4887. o41.Part0 = o40
  4888. o41.Part1 = o2
  4889. o42.Parent = o1
  4890. o42.Material = Enum.Material.Neon
  4891. o42.BrickColor = BrickColor.new("Bright blue")
  4892. o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
  4893. o42.Rotation = Vector3.new(-90, 67.0100021, 90)
  4894. o42.Anchored = false
  4895. o42.FormFactor = Enum.FormFactor.Custom
  4896. o42.Size = Vector3.new(0.210000008, 2.18000031, 0.200000003)
  4897. o42.CFrame = CFrame.new(111.957489, 1.39043605, -60.0449448, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  4898. o42.BottomSurface = Enum.SurfaceType.Smooth
  4899. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4900. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4901. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4902. o42.TopSurface = Enum.SurfaceType.Smooth
  4903. o42.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4904. o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
  4905. o43.Name = "Joint"
  4906. o43.Parent = o42
  4907. 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)
  4908. o43.Part0 = o42
  4909. o43.Part1 = o2
  4910. o44.Parent = o1
  4911. o44.Material = Enum.Material.SmoothPlastic
  4912. o44.BrickColor = BrickColor.new("Really black")
  4913. o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
  4914. o44.Rotation = Vector3.new(0, -90, 0)
  4915. o44.Anchored = false
  4916. o44.FormFactor = Enum.FormFactor.Custom
  4917. o44.Size = Vector3.new(0.200000003, 1.99000001, 0.669999957)
  4918. o44.CFrame = CFrame.new(111.315094, 3.25596094, -60.0699387, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  4919. o44.BottomSurface = Enum.SurfaceType.Smooth
  4920. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4921. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4922. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4923. o44.TopSurface = Enum.SurfaceType.Smooth
  4924. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4925. o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
  4926. o45.Name = "Joint"
  4927. o45.Parent = o44
  4928. 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)
  4929. o45.Part0 = o44
  4930. o45.Part1 = o2
  4931. o46.Parent = o1
  4932. o46.Material = Enum.Material.SmoothPlastic
  4933. o46.BrickColor = BrickColor.new("Really black")
  4934. o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
  4935. o46.Rotation = Vector3.new(180, 90, 0)
  4936. o46.Anchored = false
  4937. o46.FormFactor = Enum.FormFactor.Custom
  4938. o46.Size = Vector3.new(0.200000003, 1.99000001, 2.05999994)
  4939. o46.CFrame = CFrame.new(110.640091, 3.25596094, -61.2099419, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  4940. o46.BottomSurface = Enum.SurfaceType.Smooth
  4941. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4942. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4943. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4944. o46.TopSurface = Enum.SurfaceType.Smooth
  4945. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4946. o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
  4947. o47.Name = "Joint"
  4948. o47.Parent = o46
  4949. 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)
  4950. o47.Part0 = o46
  4951. o47.Part1 = o2
  4952. o48.Parent = o1
  4953. o48.Material = Enum.Material.SmoothPlastic
  4954. o48.BrickColor = BrickColor.new("Really black")
  4955. o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
  4956. o48.Rotation = Vector3.new(-90, -67.0100021, -90)
  4957. o48.Anchored = false
  4958. o48.FormFactor = Enum.FormFactor.Custom
  4959. o48.Size = Vector3.new(1.24000001, 2.30000019, 0.50999999)
  4960. o48.CFrame = CFrame.new(109.589294, 1.338287, -60.5699387, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  4961. o48.BottomSurface = Enum.SurfaceType.Smooth
  4962. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4963. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4964. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. o48.TopSurface = Enum.SurfaceType.Smooth
  4966. o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4967. o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
  4968. o49.Name = "Joint"
  4969. o49.Parent = o48
  4970. 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)
  4971. o49.Part0 = o48
  4972. o49.Part1 = o2
  4973. o50.Parent = o1
  4974. o50.Material = Enum.Material.Neon
  4975. o50.BrickColor = BrickColor.new("Bright blue")
  4976. o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
  4977. o50.Rotation = Vector3.new(-90, -67.0100021, -90)
  4978. o50.Anchored = false
  4979. o50.FormFactor = Enum.FormFactor.Custom
  4980. o50.Size = Vector3.new(0.200000003, 2.05000019, 0.200000003)
  4981. o50.CFrame = CFrame.new(109.30571, 1.32278597, -61.1999435, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  4982. o50.BottomSurface = Enum.SurfaceType.Smooth
  4983. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4985. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4986. o50.TopSurface = Enum.SurfaceType.Smooth
  4987. o50.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4988. o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
  4989. o51.Name = "Joint"
  4990. o51.Parent = o50
  4991. 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)
  4992. o51.Part0 = o50
  4993. o51.Part1 = o2
  4994. o52.Parent = o1
  4995. o52.Material = Enum.Material.Neon
  4996. o52.BrickColor = BrickColor.new("Bright blue")
  4997. o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
  4998. o52.Rotation = Vector3.new(-90, 67.0100021, 90)
  4999. o52.Anchored = false
  5000. o52.FormFactor = Enum.FormFactor.Custom
  5001. o52.Size = Vector3.new(0.219999999, 2.05000019, 0.200000003)
  5002. o52.CFrame = CFrame.new(111.964462, 1.32278597, -61.2099457, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  5003. o52.BottomSurface = Enum.SurfaceType.Smooth
  5004. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5005. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5006. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5007. o52.TopSurface = Enum.SurfaceType.Smooth
  5008. o52.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  5009. o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
  5010. o53.Name = "Joint"
  5011. o53.Parent = o52
  5012. 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)
  5013. o53.Part0 = o52
  5014. o53.Part1 = o2
  5015. o54.Parent = o1
  5016. o54.Material = Enum.Material.Neon
  5017. o54.BrickColor = BrickColor.new("Bright blue")
  5018. o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
  5019. o54.Rotation = Vector3.new(-90, -67.0100021, -90)
  5020. o54.Anchored = false
  5021. o54.FormFactor = Enum.FormFactor.Custom
  5022. o54.Size = Vector3.new(0.210000008, 2.1400001, 0.200000003)
  5023. o54.CFrame = CFrame.new(109.304871, 1.37202406, -60.0449448, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  5024. o54.BottomSurface = Enum.SurfaceType.Smooth
  5025. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5026. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5027. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5028. o54.TopSurface = Enum.SurfaceType.Smooth
  5029. o54.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  5030. o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
  5031. o55.Name = "Joint"
  5032. o55.Parent = o54
  5033. 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)
  5034. o55.Part0 = o54
  5035. o55.Part1 = o2
  5036. o56.Parent = o1
  5037. o56.Material = Enum.Material.SmoothPlastic
  5038. o56.BrickColor = BrickColor.new("Really black")
  5039. o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
  5040. o56.Rotation = Vector3.new(-90, 67.0100021, 90)
  5041. o56.Anchored = false
  5042. o56.FormFactor = Enum.FormFactor.Custom
  5043. o56.Size = Vector3.new(1.33000004, 2.30000019, 0.529999971)
  5044. o56.CFrame = CFrame.new(111.690109, 1.34219098, -60.6149445, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  5045. o56.BottomSurface = Enum.SurfaceType.Smooth
  5046. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5047. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5048. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5049. o56.TopSurface = Enum.SurfaceType.Smooth
  5050. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5051. o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
  5052. o57.Name = "Joint"
  5053. o57.Parent = o56
  5054. 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)
  5055. o57.Part0 = o56
  5056. o57.Part1 = o2
  5057. o58.Parent = o1
  5058. o58.Material = Enum.Material.SmoothPlastic
  5059. o58.BrickColor = BrickColor.new("Really black")
  5060. o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
  5061. o58.Rotation = Vector3.new(180, 90, 0)
  5062. o58.Anchored = false
  5063. o58.FormFactor = Enum.FormFactor.Custom
  5064. o58.Size = Vector3.new(1.21000004, 1.99000001, 0.200000003)
  5065. o58.CFrame = CFrame.new(111.570099, 3.25596094, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  5066. o58.BottomSurface = Enum.SurfaceType.Smooth
  5067. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5068. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5069. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5070. o58.TopSurface = Enum.SurfaceType.Smooth
  5071. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5072. o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
  5073. o59.Name = "Joint"
  5074. o59.Parent = o58
  5075. 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)
  5076. o59.Part0 = o58
  5077. o59.Part1 = o2
  5078. o60.Parent = o1
  5079. o60.Material = Enum.Material.SmoothPlastic
  5080. o60.BrickColor = BrickColor.new("Really black")
  5081. o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
  5082. o60.Rotation = Vector3.new(180, 90, 0)
  5083. o60.Anchored = false
  5084. o60.FormFactor = Enum.FormFactor.Custom
  5085. o60.Size = Vector3.new(1.22000003, 1.99000001, 0.200000003)
  5086. o60.CFrame = CFrame.new(109.710098, 3.25596094, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  5087. o60.BottomSurface = Enum.SurfaceType.Smooth
  5088. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5090. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5091. o60.TopSurface = Enum.SurfaceType.Smooth
  5092. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5093. o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
  5094. o61.Name = "Joint"
  5095. o61.Parent = o60
  5096. 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)
  5097. o61.Part0 = o60
  5098. o61.Part1 = o2
  5099. o62.Parent = o1
  5100. o62.Material = Enum.Material.SmoothPlastic
  5101. o62.BrickColor = BrickColor.new("Really black")
  5102. o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
  5103. o62.Rotation = Vector3.new(-90, 67.0100021, 90)
  5104. o62.Anchored = false
  5105. o62.FormFactor = Enum.FormFactor.Custom
  5106. o62.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
  5107. o62.CFrame = CFrame.new(111.943008, 1.37342, -60.6299515, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  5108. o62.BottomSurface = Enum.SurfaceType.Smooth
  5109. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5110. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5111. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5112. o62.TopSurface = Enum.SurfaceType.Smooth
  5113. o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5114. o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
  5115. o63.Name = "Joint"
  5116. o63.Parent = o62
  5117. 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)
  5118. o63.Part0 = o62
  5119. o63.Part1 = o2
  5120. o64.Parent = o1
  5121. o64.Material = Enum.Material.SmoothPlastic
  5122. o64.BrickColor = BrickColor.new("Really black")
  5123. o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
  5124. o64.Rotation = Vector3.new(-90, -67.0100021, -90)
  5125. o64.Anchored = false
  5126. o64.FormFactor = Enum.FormFactor.Custom
  5127. o64.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
  5128. o64.CFrame = CFrame.new(109.327194, 1.37342, -60.6299515, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  5129. o64.BottomSurface = Enum.SurfaceType.Smooth
  5130. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5132. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5133. o64.TopSurface = Enum.SurfaceType.Smooth
  5134. o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5135. o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
  5136. o65.Name = "Joint"
  5137. o65.Parent = o64
  5138. 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)
  5139. o65.Part0 = o64
  5140. o65.Part1 = o2
  5141. o66.Parent = o1
  5142. o66.Material = Enum.Material.SmoothPlastic
  5143. o66.BrickColor = BrickColor.new("Fossil")
  5144. o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
  5145. o66.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  5146. o66.Anchored = false
  5147. o66.CanCollide = false
  5148. o66.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5149. 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)
  5150. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5152. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5153. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5154. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5155. o66.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5156. o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
  5157. o67.Parent = o66
  5158. o67.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5159. o68.Name = "Joint"
  5160. o68.Parent = o66
  5161. 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)
  5162. o68.Part0 = o66
  5163. o68.Part1 = o2
  5164. o69.Parent = o1
  5165. o69.Material = Enum.Material.SmoothPlastic
  5166. o69.BrickColor = BrickColor.new("Fossil")
  5167. o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
  5168. o69.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  5169. o69.Anchored = false
  5170. o69.CanCollide = false
  5171. o69.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5172. 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)
  5173. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5174. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5175. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5176. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5177. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5178. o69.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5179. o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
  5180. o70.Parent = o69
  5181. o70.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5182. o71.Name = "Joint"
  5183. o71.Parent = o69
  5184. 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)
  5185. o71.Part0 = o69
  5186. o71.Part1 = o2
  5187. o72.Parent = o1
  5188. o72.Material = Enum.Material.SmoothPlastic
  5189. o72.BrickColor = BrickColor.new("Fossil")
  5190. o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
  5191. o72.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5192. o72.Anchored = false
  5193. o72.CanCollide = false
  5194. o72.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5195. 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)
  5196. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5197. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5198. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5199. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5200. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5201. o72.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5202. o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
  5203. o73.Parent = o72
  5204. o73.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5205. o74.Name = "Joint"
  5206. o74.Parent = o72
  5207. 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)
  5208. o74.Part0 = o72
  5209. o74.Part1 = o2
  5210. o75.Parent = o1
  5211. o75.Material = Enum.Material.SmoothPlastic
  5212. o75.BrickColor = BrickColor.new("Fossil")
  5213. o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
  5214. o75.Rotation = Vector3.new(-180, 0, 128.089996)
  5215. o75.Anchored = false
  5216. o75.CanCollide = false
  5217. o75.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5218. o75.CFrame = CFrame.new(111.981911, 1.13104796, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  5219. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5220. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5221. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5222. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5223. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5224. o75.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5225. o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
  5226. o76.Parent = o75
  5227. o76.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5228. o77.Name = "Joint"
  5229. o77.Parent = o75
  5230. 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)
  5231. o77.Part0 = o75
  5232. o77.Part1 = o2
  5233. o78.Name = "Chain"
  5234. o78.Parent = o1
  5235. o78.Material = Enum.Material.SmoothPlastic
  5236. o78.BrickColor = BrickColor.new("Fossil")
  5237. o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
  5238. o78.Rotation = Vector3.new(90, -38.0900002, 90)
  5239. o78.Anchored = false
  5240. o78.CanCollide = false
  5241. o78.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5242. o78.CFrame = CFrame.new(112.001556, 1.11563599, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5243. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5244. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5245. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5246. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5247. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5248. o78.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5249. o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
  5250. o79.Parent = o78
  5251. o79.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5252. o80.Name = "Joint"
  5253. o80.Parent = o78
  5254. 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)
  5255. o80.Part0 = o78
  5256. o80.Part1 = o2
  5257. o81.Name = "Chain"
  5258. o81.Parent = o1
  5259. o81.Material = Enum.Material.SmoothPlastic
  5260. o81.BrickColor = BrickColor.new("Fossil")
  5261. o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
  5262. o81.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5263. o81.Anchored = false
  5264. o81.CanCollide = false
  5265. o81.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5266. 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)
  5267. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5268. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5269. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5270. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5271. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5272. o81.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5273. o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
  5274. o82.Parent = o81
  5275. o82.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5276. o83.Name = "Joint"
  5277. o83.Parent = o81
  5278. 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)
  5279. o83.Part0 = o81
  5280. o83.Part1 = o2
  5281. o84.Name = "Chain"
  5282. o84.Parent = o1
  5283. o84.Material = Enum.Material.SmoothPlastic
  5284. o84.BrickColor = BrickColor.new("Fossil")
  5285. o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
  5286. o84.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5287. o84.Anchored = false
  5288. o84.CanCollide = false
  5289. o84.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5290. 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)
  5291. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5292. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5293. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5294. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5295. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5296. o84.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5297. o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
  5298. o85.Parent = o84
  5299. o85.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5300. o86.Name = "Joint"
  5301. o86.Parent = o84
  5302. 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)
  5303. o86.Part0 = o84
  5304. o86.Part1 = o2
  5305. o87.Name = "Chain"
  5306. o87.Parent = o1
  5307. o87.Material = Enum.Material.SmoothPlastic
  5308. o87.BrickColor = BrickColor.new("Fossil")
  5309. o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
  5310. o87.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
  5311. o87.Anchored = false
  5312. o87.CanCollide = false
  5313. o87.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5314. 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)
  5315. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5316. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5317. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5318. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5319. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5320. o87.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5321. o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
  5322. o88.Parent = o87
  5323. o88.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5324. o89.Name = "Joint"
  5325. o89.Parent = o87
  5326. 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)
  5327. o89.Part0 = o87
  5328. o89.Part1 = o2
  5329. o90.Name = "Chain"
  5330. o90.Parent = o1
  5331. o90.Material = Enum.Material.SmoothPlastic
  5332. o90.BrickColor = BrickColor.new("Fossil")
  5333. o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
  5334. o90.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
  5335. o90.Anchored = false
  5336. o90.CanCollide = false
  5337. o90.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5338. 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)
  5339. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5340. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5341. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5342. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5343. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5344. o90.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5345. o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
  5346. o91.Parent = o90
  5347. o91.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5348. o92.Name = "Joint"
  5349. o92.Parent = o90
  5350. 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)
  5351. o92.Part0 = o90
  5352. o92.Part1 = o2
  5353. o93.Name = "Chain"
  5354. o93.Parent = o1
  5355. o93.Material = Enum.Material.SmoothPlastic
  5356. o93.BrickColor = BrickColor.new("Fossil")
  5357. o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
  5358. o93.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5359. o93.Anchored = false
  5360. o93.CanCollide = false
  5361. o93.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5362. 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)
  5363. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5364. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5365. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5366. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5367. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5368. o93.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5369. o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
  5370. o94.Parent = o93
  5371. o94.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5372. o95.Name = "Joint"
  5373. o95.Parent = o93
  5374. 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)
  5375. o95.Part0 = o93
  5376. o95.Part1 = o2
  5377. o96.Name = "Chain"
  5378. o96.Parent = o1
  5379. o96.Material = Enum.Material.SmoothPlastic
  5380. o96.BrickColor = BrickColor.new("Fossil")
  5381. o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
  5382. o96.Rotation = Vector3.new(90, -38.0900002, 171.5)
  5383. o96.Anchored = false
  5384. o96.CanCollide = false
  5385. o96.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5386. 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)
  5387. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5388. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5389. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5390. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5391. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5392. o96.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5393. o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
  5394. o97.Parent = o96
  5395. o97.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5396. o98.Name = "Joint"
  5397. o98.Parent = o96
  5398. 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)
  5399. o98.Part0 = o96
  5400. o98.Part1 = o2
  5401. o99.Name = "Chain"
  5402. o99.Parent = o1
  5403. o99.Material = Enum.Material.SmoothPlastic
  5404. o99.BrickColor = BrickColor.new("Fossil")
  5405. o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
  5406. o99.Rotation = Vector3.new(90, -38.0900002, 171.5)
  5407. o99.Anchored = false
  5408. o99.CanCollide = false
  5409. o99.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5410. 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)
  5411. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5412. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5413. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5414. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5415. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5416. o99.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5417. o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
  5418. o100.Parent = o99
  5419. o100.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5420. o101.Name = "Joint"
  5421. o101.Parent = o99
  5422. 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)
  5423. o101.Part0 = o99
  5424. o101.Part1 = o2
  5425. o102.Name = "Chain"
  5426. o102.Parent = o1
  5427. o102.Material = Enum.Material.SmoothPlastic
  5428. o102.BrickColor = BrickColor.new("Fossil")
  5429. o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
  5430. o102.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5431. o102.Anchored = false
  5432. o102.CanCollide = false
  5433. o102.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5434. 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)
  5435. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5436. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5437. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5438. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5439. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5440. o102.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5441. o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
  5442. o103.Parent = o102
  5443. o103.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5444. o104.Name = "Joint"
  5445. o104.Parent = o102
  5446. 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)
  5447. o104.Part0 = o102
  5448. o104.Part1 = o2
  5449. o105.Name = "Chain"
  5450. o105.Parent = o1
  5451. o105.Material = Enum.Material.SmoothPlastic
  5452. o105.BrickColor = BrickColor.new("Fossil")
  5453. o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
  5454. o105.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
  5455. o105.Anchored = false
  5456. o105.CanCollide = false
  5457. o105.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5458. 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)
  5459. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5460. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5461. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5462. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5463. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5464. o105.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5465. o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
  5466. o106.Parent = o105
  5467. o106.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5468. o107.Name = "Joint"
  5469. o107.Parent = o105
  5470. 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)
  5471. o107.Part0 = o105
  5472. o107.Part1 = o2
  5473. o108.Name = "Chain"
  5474. o108.Parent = o1
  5475. o108.Material = Enum.Material.SmoothPlastic
  5476. o108.BrickColor = BrickColor.new("Fossil")
  5477. o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
  5478. o108.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5479. o108.Anchored = false
  5480. o108.CanCollide = false
  5481. o108.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5482. 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)
  5483. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5484. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5485. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5486. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5487. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5488. o108.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5489. o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
  5490. o109.Parent = o108
  5491. o109.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5492. o110.Name = "Joint"
  5493. o110.Parent = o108
  5494. 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)
  5495. o110.Part0 = o108
  5496. o110.Part1 = o2
  5497. o111.Name = "Chain"
  5498. o111.Parent = o1
  5499. o111.Material = Enum.Material.SmoothPlastic
  5500. o111.BrickColor = BrickColor.new("Fossil")
  5501. o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
  5502. o111.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5503. o111.Anchored = false
  5504. o111.CanCollide = false
  5505. o111.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5506. 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)
  5507. o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5508. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5510. o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5512. o111.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5513. o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
  5514. o112.Parent = o111
  5515. o112.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5516. o113.Name = "Joint"
  5517. o113.Parent = o111
  5518. 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)
  5519. o113.Part0 = o111
  5520. o113.Part1 = o2
  5521. o114.Name = "Chain"
  5522. o114.Parent = o1
  5523. o114.Material = Enum.Material.SmoothPlastic
  5524. o114.BrickColor = BrickColor.new("Fossil")
  5525. o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
  5526. o114.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5527. o114.Anchored = false
  5528. o114.CanCollide = false
  5529. o114.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5530. 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)
  5531. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5532. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5533. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5534. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5535. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5536. o114.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5537. o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
  5538. o115.Parent = o114
  5539. o115.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5540. o116.Name = "Joint"
  5541. o116.Parent = o114
  5542. 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)
  5543. o116.Part0 = o114
  5544. o116.Part1 = o2
  5545. o117.Name = "Chain"
  5546. o117.Parent = o1
  5547. o117.Material = Enum.Material.SmoothPlastic
  5548. o117.BrickColor = BrickColor.new("Fossil")
  5549. o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
  5550. o117.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5551. o117.Anchored = false
  5552. o117.CanCollide = false
  5553. o117.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5554. 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)
  5555. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5556. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5557. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5558. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5559. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5560. o117.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5561. o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
  5562. o118.Parent = o117
  5563. o118.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5564. o119.Name = "Joint"
  5565. o119.Parent = o117
  5566. 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)
  5567. o119.Part0 = o117
  5568. o119.Part1 = o2
  5569. o120.Name = "Chain"
  5570. o120.Parent = o1
  5571. o120.Material = Enum.Material.SmoothPlastic
  5572. o120.BrickColor = BrickColor.new("Fossil")
  5573. o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
  5574. o120.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5575. o120.Anchored = false
  5576. o120.CanCollide = false
  5577. o120.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5578. 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)
  5579. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5580. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5581. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5582. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5583. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5584. o120.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5585. o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
  5586. o121.Parent = o120
  5587. o121.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5588. o122.Name = "Joint"
  5589. o122.Parent = o120
  5590. 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)
  5591. o122.Part0 = o120
  5592. o122.Part1 = o2
  5593. o123.Name = "Chain"
  5594. o123.Parent = o1
  5595. o123.Material = Enum.Material.SmoothPlastic
  5596. o123.BrickColor = BrickColor.new("Fossil")
  5597. o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
  5598. o123.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  5599. o123.Anchored = false
  5600. o123.CanCollide = false
  5601. o123.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5602. 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)
  5603. o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5604. o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5605. o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5606. o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5607. o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5608. o123.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5609. o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
  5610. o124.Parent = o123
  5611. o124.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5612. o125.Name = "Joint"
  5613. o125.Parent = o123
  5614. 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)
  5615. o125.Part0 = o123
  5616. o125.Part1 = o2
  5617. o126.Name = "Chain"
  5618. o126.Parent = o1
  5619. o126.Material = Enum.Material.SmoothPlastic
  5620. o126.BrickColor = BrickColor.new("Fossil")
  5621. o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
  5622. o126.Rotation = Vector3.new(90, -38.0900002, 90)
  5623. o126.Anchored = false
  5624. o126.CanCollide = false
  5625. o126.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5626. o126.CFrame = CFrame.new(111.914551, 1.18384898, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5627. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5628. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5629. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5630. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5631. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. o126.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5633. o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
  5634. o127.Parent = o126
  5635. o127.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5636. o128.Name = "Joint"
  5637. o128.Parent = o126
  5638. 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)
  5639. o128.Part0 = o126
  5640. o128.Part1 = o2
  5641. o129.Name = "Chain"
  5642. o129.Parent = o1
  5643. o129.Material = Enum.Material.SmoothPlastic
  5644. o129.BrickColor = BrickColor.new("Fossil")
  5645. o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
  5646. o129.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5647. o129.Anchored = false
  5648. o129.CanCollide = false
  5649. o129.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5650. 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)
  5651. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5653. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5654. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5655. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5656. o129.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5657. o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
  5658. o130.Parent = o129
  5659. o130.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5660. o131.Name = "Joint"
  5661. o131.Parent = o129
  5662. 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)
  5663. o131.Part0 = o129
  5664. o131.Part1 = o2
  5665. o132.Name = "Chain"
  5666. o132.Parent = o1
  5667. o132.Material = Enum.Material.SmoothPlastic
  5668. o132.BrickColor = BrickColor.new("Fossil")
  5669. o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
  5670. o132.Rotation = Vector3.new(90, -38.0900002, 90)
  5671. o132.Anchored = false
  5672. o132.CanCollide = false
  5673. o132.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5674. o132.CFrame = CFrame.new(111.954773, 1.15231502, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5675. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5676. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5677. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5678. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5679. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5680. o132.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5681. o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
  5682. o133.Parent = o132
  5683. o133.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5684. o134.Name = "Joint"
  5685. o134.Parent = o132
  5686. 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)
  5687. o134.Part0 = o132
  5688. o134.Part1 = o2
  5689. o135.Name = "Chain"
  5690. o135.Parent = o1
  5691. o135.Material = Enum.Material.SmoothPlastic
  5692. o135.BrickColor = BrickColor.new("Fossil")
  5693. o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
  5694. o135.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5695. o135.Anchored = false
  5696. o135.CanCollide = false
  5697. o135.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5698. 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)
  5699. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5700. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5701. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5702. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5703. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5704. o135.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5705. o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
  5706. o136.Parent = o135
  5707. o136.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5708. o137.Name = "Joint"
  5709. o137.Parent = o135
  5710. 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)
  5711. o137.Part0 = o135
  5712. o137.Part1 = o2
  5713. o138.Name = "Chain"
  5714. o138.Parent = o1
  5715. o138.Material = Enum.Material.SmoothPlastic
  5716. o138.BrickColor = BrickColor.new("Fossil")
  5717. o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
  5718. o138.Rotation = Vector3.new(90, -38.0900002, 171.5)
  5719. o138.Anchored = false
  5720. o138.CanCollide = false
  5721. o138.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5722. 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)
  5723. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5724. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5725. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5726. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5727. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5728. o138.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5729. o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
  5730. o139.Parent = o138
  5731. o139.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5732. o140.Name = "Joint"
  5733. o140.Parent = o138
  5734. 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)
  5735. o140.Part0 = o138
  5736. o140.Part1 = o2
  5737. o141.Name = "Chain"
  5738. o141.Parent = o1
  5739. o141.Material = Enum.Material.SmoothPlastic
  5740. o141.BrickColor = BrickColor.new("Fossil")
  5741. o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
  5742. o141.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5743. o141.Anchored = false
  5744. o141.CanCollide = false
  5745. o141.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5746. 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)
  5747. o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5748. o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5749. o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5750. o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5751. o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5752. o141.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5753. o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
  5754. o142.Parent = o141
  5755. o142.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5756. o143.Name = "Joint"
  5757. o143.Parent = o141
  5758. 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)
  5759. o143.Part0 = o141
  5760. o143.Part1 = o2
  5761. o144.Name = "Chain"
  5762. o144.Parent = o1
  5763. o144.Material = Enum.Material.SmoothPlastic
  5764. o144.BrickColor = BrickColor.new("Fossil")
  5765. o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
  5766. o144.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5767. o144.Anchored = false
  5768. o144.CanCollide = false
  5769. o144.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5770. 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)
  5771. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5772. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5773. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5774. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5775. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5776. o144.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5777. o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
  5778. o145.Parent = o144
  5779. o145.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5780. o146.Name = "Joint"
  5781. o146.Parent = o144
  5782. 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)
  5783. o146.Part0 = o144
  5784. o146.Part1 = o2
  5785. o147.Name = "Chain"
  5786. o147.Parent = o1
  5787. o147.Material = Enum.Material.SmoothPlastic
  5788. o147.BrickColor = BrickColor.new("Fossil")
  5789. o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
  5790. o147.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5791. o147.Anchored = false
  5792. o147.CanCollide = false
  5793. o147.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5794. 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)
  5795. o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5796. o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5797. o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5798. o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5799. o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5800. o147.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5801. o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
  5802. o148.Parent = o147
  5803. o148.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5804. o149.Name = "Joint"
  5805. o149.Parent = o147
  5806. 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)
  5807. o149.Part0 = o147
  5808. o149.Part1 = o2
  5809. o150.Name = "Chain"
  5810. o150.Parent = o1
  5811. o150.Material = Enum.Material.SmoothPlastic
  5812. o150.BrickColor = BrickColor.new("Fossil")
  5813. o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
  5814. o150.Rotation = Vector3.new(0, 0, 51.9099998)
  5815. o150.Anchored = false
  5816. o150.CanCollide = false
  5817. o150.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5818. o150.CFrame = CFrame.new(111.993683, 1.060974, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  5819. o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5820. o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5821. o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5822. o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5823. o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5824. o150.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5825. o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
  5826. o151.Parent = o150
  5827. o151.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5828. o152.Name = "Joint"
  5829. o152.Parent = o150
  5830. 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)
  5831. o152.Part0 = o150
  5832. o152.Part1 = o2
  5833. o153.Name = "Chain"
  5834. o153.Parent = o1
  5835. o153.Material = Enum.Material.SmoothPlastic
  5836. o153.BrickColor = BrickColor.new("Fossil")
  5837. o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
  5838. o153.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5839. o153.Anchored = false
  5840. o153.CanCollide = false
  5841. o153.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5842. 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)
  5843. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5844. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5845. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5846. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5847. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5848. o153.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5849. o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
  5850. o154.Parent = o153
  5851. o154.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5852. o155.Name = "Joint"
  5853. o155.Parent = o153
  5854. 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)
  5855. o155.Part0 = o153
  5856. o155.Part1 = o2
  5857. o156.Name = "Chain"
  5858. o156.Parent = o1
  5859. o156.Material = Enum.Material.SmoothPlastic
  5860. o156.BrickColor = BrickColor.new("Fossil")
  5861. o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
  5862. o156.Rotation = Vector3.new(0, 0, 51.9099998)
  5863. o156.Anchored = false
  5864. o156.CanCollide = false
  5865. o156.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5866. o156.CFrame = CFrame.new(112.051231, 1.13664401, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  5867. o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5868. o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5869. o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5870. o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5871. o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5872. o156.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5873. o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
  5874. o157.Parent = o156
  5875. o157.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5876. o158.Name = "Joint"
  5877. o158.Parent = o156
  5878. 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)
  5879. o158.Part0 = o156
  5880. o158.Part1 = o2
  5881. o159.Name = "Chain"
  5882. o159.Parent = o1
  5883. o159.Material = Enum.Material.SmoothPlastic
  5884. o159.BrickColor = BrickColor.new("Fossil")
  5885. o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
  5886. o159.Rotation = Vector3.new(90, -38.0900002, 90)
  5887. o159.Anchored = false
  5888. o159.CanCollide = false
  5889. o159.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5890. o159.CFrame = CFrame.new(111.955872, 1.15145397, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5891. o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5892. o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5893. o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5894. o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5895. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5896. o159.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5897. o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
  5898. o160.Parent = o159
  5899. o160.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5900. o161.Name = "Joint"
  5901. o161.Parent = o159
  5902. 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)
  5903. o161.Part0 = o159
  5904. o161.Part1 = o2
  5905. o162.Name = "Chain"
  5906. o162.Parent = o1
  5907. o162.Material = Enum.Material.SmoothPlastic
  5908. o162.BrickColor = BrickColor.new("Fossil")
  5909. o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
  5910. o162.Rotation = Vector3.new(0, 0, 51.9099998)
  5911. o162.Anchored = false
  5912. o162.CanCollide = false
  5913. o162.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5914. o162.CFrame = CFrame.new(111.981911, 1.13104796, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  5915. o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5916. o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5917. o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5918. o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5919. o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5920. o162.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5921. o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
  5922. o163.Parent = o162
  5923. o163.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5924. o164.Name = "Joint"
  5925. o164.Parent = o162
  5926. 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)
  5927. o164.Part0 = o162
  5928. o164.Part1 = o2
  5929. o165.Name = "Chain"
  5930. o165.Parent = o1
  5931. o165.Material = Enum.Material.SmoothPlastic
  5932. o165.BrickColor = BrickColor.new("Fossil")
  5933. o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
  5934. o165.Rotation = Vector3.new(0, 0, 51.9099998)
  5935. o165.Anchored = false
  5936. o165.CanCollide = false
  5937. o165.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5938. o165.CFrame = CFrame.new(112.068916, 1.06284106, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  5939. o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5940. o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5941. o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5942. o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5943. o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5944. o165.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5945. o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
  5946. o166.Parent = o165
  5947. o166.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5948. o167.Name = "Joint"
  5949. o167.Parent = o165
  5950. 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)
  5951. o167.Part0 = o165
  5952. o167.Part1 = o2
  5953. o168.Name = "Chain"
  5954. o168.Parent = o1
  5955. o168.Material = Enum.Material.SmoothPlastic
  5956. o168.BrickColor = BrickColor.new("Fossil")
  5957. o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
  5958. o168.Rotation = Vector3.new(-180, 0, 128.089996)
  5959. o168.Anchored = false
  5960. o168.CanCollide = false
  5961. o168.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5962. o168.CFrame = CFrame.new(112.188507, 1.02904105, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  5963. o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5964. o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5965. o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5966. o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5967. o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5968. o168.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5969. o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
  5970. o169.Parent = o168
  5971. o169.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5972. o170.Name = "Joint"
  5973. o170.Parent = o168
  5974. 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)
  5975. o170.Part0 = o168
  5976. o170.Part1 = o2
  5977. o171.Name = "Chain"
  5978. o171.Parent = o1
  5979. o171.Material = Enum.Material.SmoothPlastic
  5980. o171.BrickColor = BrickColor.new("Fossil")
  5981. o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
  5982. o171.Rotation = Vector3.new(90, -38.0900002, 90)
  5983. o171.Anchored = false
  5984. o171.CanCollide = false
  5985. o171.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5986. o171.CFrame = CFrame.new(111.955872, 1.15145397, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5987. o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5988. o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5989. o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5990. o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5991. o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5992. o171.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5993. o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
  5994. o172.Parent = o171
  5995. o172.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5996. o173.Name = "Joint"
  5997. o173.Parent = o171
  5998. 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)
  5999. o173.Part0 = o171
  6000. o173.Part1 = o2
  6001. o174.Name = "Chain"
  6002. o174.Parent = o1
  6003. o174.Material = Enum.Material.SmoothPlastic
  6004. o174.BrickColor = BrickColor.new("Fossil")
  6005. o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
  6006. o174.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6007. o174.Anchored = false
  6008. o174.CanCollide = false
  6009. o174.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6010. 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)
  6011. o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6012. o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6013. o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6014. o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6015. o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6016. o174.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6017. o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
  6018. o175.Parent = o174
  6019. o175.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6020. o176.Name = "Joint"
  6021. o176.Parent = o174
  6022. 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)
  6023. o176.Part0 = o174
  6024. o176.Part1 = o2
  6025. o177.Name = "Chain"
  6026. o177.Parent = o1
  6027. o177.Material = Enum.Material.SmoothPlastic
  6028. o177.BrickColor = BrickColor.new("Fossil")
  6029. o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
  6030. o177.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6031. o177.Anchored = false
  6032. o177.CanCollide = false
  6033. o177.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6034. 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)
  6035. o177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6036. o177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6037. o177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6038. o177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6039. o177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6040. o177.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6041. o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
  6042. o178.Parent = o177
  6043. o178.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6044. o179.Name = "Joint"
  6045. o179.Parent = o177
  6046. 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)
  6047. o179.Part0 = o177
  6048. o179.Part1 = o2
  6049. o180.Name = "Chain"
  6050. o180.Parent = o1
  6051. o180.Material = Enum.Material.SmoothPlastic
  6052. o180.BrickColor = BrickColor.new("Fossil")
  6053. o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
  6054. o180.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6055. o180.Anchored = false
  6056. o180.CanCollide = false
  6057. o180.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6058. 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)
  6059. o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6060. o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6061. o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6062. o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6063. o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6064. o180.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6065. o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
  6066. o181.Parent = o180
  6067. o181.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6068. o182.Name = "Joint"
  6069. o182.Parent = o180
  6070. 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)
  6071. o182.Part0 = o180
  6072. o182.Part1 = o2
  6073. o183.Name = "Chain"
  6074. o183.Parent = o1
  6075. o183.Material = Enum.Material.SmoothPlastic
  6076. o183.BrickColor = BrickColor.new("Fossil")
  6077. o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
  6078. o183.Rotation = Vector3.new(90, -38.0900002, 90)
  6079. o183.Anchored = false
  6080. o183.CanCollide = false
  6081. o183.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6082. o183.CFrame = CFrame.new(111.914551, 1.18384898, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6083. o183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6084. o183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6085. o183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6086. o183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6087. o183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6088. o183.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6089. o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
  6090. o184.Parent = o183
  6091. o184.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6092. o185.Name = "Joint"
  6093. o185.Parent = o183
  6094. 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)
  6095. o185.Part0 = o183
  6096. o185.Part1 = o2
  6097. o186.Name = "Chain"
  6098. o186.Parent = o1
  6099. o186.Material = Enum.Material.SmoothPlastic
  6100. o186.BrickColor = BrickColor.new("Fossil")
  6101. o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
  6102. o186.Rotation = Vector3.new(90, -38.0900002, 90)
  6103. o186.Anchored = false
  6104. o186.CanCollide = false
  6105. o186.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6106. o186.CFrame = CFrame.new(111.954773, 1.15231502, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6107. o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6108. o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6109. o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6110. o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6111. o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6112. o186.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6113. o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
  6114. o187.Parent = o186
  6115. o187.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6116. o188.Name = "Joint"
  6117. o188.Parent = o186
  6118. 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)
  6119. o188.Part0 = o186
  6120. o188.Part1 = o2
  6121. o189.Name = "Chain"
  6122. o189.Parent = o1
  6123. o189.Material = Enum.Material.SmoothPlastic
  6124. o189.BrickColor = BrickColor.new("Fossil")
  6125. o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
  6126. o189.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6127. o189.Anchored = false
  6128. o189.CanCollide = false
  6129. o189.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6130. 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)
  6131. o189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6132. o189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6133. o189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6134. o189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6135. o189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6136. o189.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6137. o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
  6138. o190.Parent = o189
  6139. o190.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6140. o191.Name = "Joint"
  6141. o191.Parent = o189
  6142. 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)
  6143. o191.Part0 = o189
  6144. o191.Part1 = o2
  6145. o192.Name = "Chain"
  6146. o192.Parent = o1
  6147. o192.Material = Enum.Material.SmoothPlastic
  6148. o192.BrickColor = BrickColor.new("Fossil")
  6149. o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
  6150. o192.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6151. o192.Anchored = false
  6152. o192.CanCollide = false
  6153. o192.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6154. 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)
  6155. o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6156. o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6157. o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6158. o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6159. o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6160. o192.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6161. o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
  6162. o193.Parent = o192
  6163. o193.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6164. o194.Name = "Joint"
  6165. o194.Parent = o192
  6166. 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)
  6167. o194.Part0 = o192
  6168. o194.Part1 = o2
  6169. o195.Name = "Chain"
  6170. o195.Parent = o1
  6171. o195.Material = Enum.Material.SmoothPlastic
  6172. o195.BrickColor = BrickColor.new("Fossil")
  6173. o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
  6174. o195.Rotation = Vector3.new(90, -38.0900002, 8.5)
  6175. o195.Anchored = false
  6176. o195.CanCollide = false
  6177. o195.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6178. 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)
  6179. o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6180. o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6181. o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6182. o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6183. o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6184. o195.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6185. o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
  6186. o196.Parent = o195
  6187. o196.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6188. o197.Name = "Joint"
  6189. o197.Parent = o195
  6190. 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)
  6191. o197.Part0 = o195
  6192. o197.Part1 = o2
  6193. o198.Name = "Chain"
  6194. o198.Parent = o1
  6195. o198.Material = Enum.Material.SmoothPlastic
  6196. o198.BrickColor = BrickColor.new("Fossil")
  6197. o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
  6198. o198.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6199. o198.Anchored = false
  6200. o198.CanCollide = false
  6201. o198.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6202. 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)
  6203. o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6204. o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6205. o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6206. o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6207. o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6208. o198.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6209. o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
  6210. o199.Parent = o198
  6211. o199.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6212. o200.Name = "Joint"
  6213. o200.Parent = o198
  6214. 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)
  6215. o200.Part0 = o198
  6216. o200.Part1 = o2
  6217. o201.Name = "Chain"
  6218. o201.Parent = o1
  6219. o201.Material = Enum.Material.SmoothPlastic
  6220. o201.BrickColor = BrickColor.new("Fossil")
  6221. o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
  6222. o201.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  6223. o201.Anchored = false
  6224. o201.CanCollide = false
  6225. o201.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6226. 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)
  6227. o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6228. o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6229. o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6230. o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6231. o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6232. o201.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6233. o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
  6234. o202.Parent = o201
  6235. o202.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6236. o203.Name = "Joint"
  6237. o203.Parent = o201
  6238. 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)
  6239. o203.Part0 = o201
  6240. o203.Part1 = o2
  6241. o204.Name = "Chain"
  6242. o204.Parent = o1
  6243. o204.Material = Enum.Material.SmoothPlastic
  6244. o204.BrickColor = BrickColor.new("Fossil")
  6245. o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
  6246. o204.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6247. o204.Anchored = false
  6248. o204.CanCollide = false
  6249. o204.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6250. 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)
  6251. o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6252. o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6253. o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6254. o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6255. o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6256. o204.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6257. o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
  6258. o205.Parent = o204
  6259. o205.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6260. o206.Name = "Joint"
  6261. o206.Parent = o204
  6262. 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)
  6263. o206.Part0 = o204
  6264. o206.Part1 = o2
  6265. o207.Name = "Chain"
  6266. o207.Parent = o1
  6267. o207.Material = Enum.Material.SmoothPlastic
  6268. o207.BrickColor = BrickColor.new("Fossil")
  6269. o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
  6270. o207.Rotation = Vector3.new(90, -38.0900002, 90)
  6271. o207.Anchored = false
  6272. o207.CanCollide = false
  6273. o207.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6274. o207.CFrame = CFrame.new(112.001556, 1.11563599, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6275. o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6276. o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6277. o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6278. o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6279. o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6280. o207.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6281. o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
  6282. o208.Parent = o207
  6283. o208.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6284. o209.Name = "Joint"
  6285. o209.Parent = o207
  6286. 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)
  6287. o209.Part0 = o207
  6288. o209.Part1 = o2
  6289. o210.Name = "Chain"
  6290. o210.Parent = o1
  6291. o210.Material = Enum.Material.SmoothPlastic
  6292. o210.BrickColor = BrickColor.new("Fossil")
  6293. o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
  6294. o210.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6295. o210.Anchored = false
  6296. o210.CanCollide = false
  6297. o210.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6298. 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)
  6299. o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6300. o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6301. o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6302. o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6303. o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6304. o210.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6305. o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
  6306. o211.Parent = o210
  6307. o211.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6308. o212.Name = "Joint"
  6309. o212.Parent = o210
  6310. 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)
  6311. o212.Part0 = o210
  6312. o212.Part1 = o2
  6313. o213.Name = "Chain"
  6314. o213.Parent = o1
  6315. o213.Material = Enum.Material.SmoothPlastic
  6316. o213.BrickColor = BrickColor.new("Fossil")
  6317. o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
  6318. o213.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  6319. o213.Anchored = false
  6320. o213.CanCollide = false
  6321. o213.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6322. 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)
  6323. o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6324. o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6325. o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6326. o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6327. o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6328. o213.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6329. o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
  6330. o214.Parent = o213
  6331. o214.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6332. o215.Name = "Joint"
  6333. o215.Parent = o213
  6334. 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)
  6335. o215.Part0 = o213
  6336. o215.Part1 = o2
  6337. o216.Name = "Chain"
  6338. o216.Parent = o1
  6339. o216.Material = Enum.Material.SmoothPlastic
  6340. o216.BrickColor = BrickColor.new("Fossil")
  6341. o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
  6342. o216.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  6343. o216.Anchored = false
  6344. o216.CanCollide = false
  6345. o216.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6346. 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)
  6347. o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6348. o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6349. o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6350. o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6351. o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6352. o216.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6353. o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
  6354. o217.Parent = o216
  6355. o217.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6356. o218.Name = "Joint"
  6357. o218.Parent = o216
  6358. 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)
  6359. o218.Part0 = o216
  6360. o218.Part1 = o2
  6361. o219.Name = "Chain"
  6362. o219.Parent = o1
  6363. o219.Material = Enum.Material.SmoothPlastic
  6364. o219.BrickColor = BrickColor.new("Fossil")
  6365. o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
  6366. o219.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6367. o219.Anchored = false
  6368. o219.CanCollide = false
  6369. o219.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6370. 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)
  6371. o219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6372. o219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6373. o219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6374. o219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6375. o219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6376. o219.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6377. o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
  6378. o220.Parent = o219
  6379. o220.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6380. o221.Name = "Joint"
  6381. o221.Parent = o219
  6382. 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)
  6383. o221.Part0 = o219
  6384. o221.Part1 = o2
  6385. o222.Name = "Chain"
  6386. o222.Parent = o1
  6387. o222.Material = Enum.Material.SmoothPlastic
  6388. o222.BrickColor = BrickColor.new("Fossil")
  6389. o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
  6390. o222.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6391. o222.Anchored = false
  6392. o222.CanCollide = false
  6393. o222.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6394. 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)
  6395. o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6396. o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6397. o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6398. o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6399. o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6400. o222.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6401. o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
  6402. o223.Parent = o222
  6403. o223.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6404. o224.Name = "Joint"
  6405. o224.Parent = o222
  6406. 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)
  6407. o224.Part0 = o222
  6408. o224.Part1 = o2
  6409. o225.Name = "Chain"
  6410. o225.Parent = o1
  6411. o225.Material = Enum.Material.SmoothPlastic
  6412. o225.BrickColor = BrickColor.new("Fossil")
  6413. o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
  6414. o225.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6415. o225.Anchored = false
  6416. o225.CanCollide = false
  6417. o225.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6418. 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)
  6419. o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6420. o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6421. o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6422. o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6423. o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6424. o225.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6425. o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
  6426. o226.Parent = o225
  6427. o226.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6428. o227.Name = "Joint"
  6429. o227.Parent = o225
  6430. 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)
  6431. o227.Part0 = o225
  6432. o227.Part1 = o2
  6433. o228.Name = "Chain"
  6434. o228.Parent = o1
  6435. o228.Material = Enum.Material.SmoothPlastic
  6436. o228.BrickColor = BrickColor.new("Fossil")
  6437. o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
  6438. o228.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6439. o228.Anchored = false
  6440. o228.CanCollide = false
  6441. o228.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6442. 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)
  6443. o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6444. o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6445. o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6446. o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6447. o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6448. o228.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6449. o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
  6450. o229.Parent = o228
  6451. o229.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6452. o230.Name = "Joint"
  6453. o230.Parent = o228
  6454. 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)
  6455. o230.Part0 = o228
  6456. o230.Part1 = o2
  6457. o231.Name = "Chain"
  6458. o231.Parent = o1
  6459. o231.Material = Enum.Material.SmoothPlastic
  6460. o231.BrickColor = BrickColor.new("Fossil")
  6461. o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
  6462. o231.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6463. o231.Anchored = false
  6464. o231.CanCollide = false
  6465. o231.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6466. 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)
  6467. o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6468. o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6469. o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6470. o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6471. o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6472. o231.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6473. o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
  6474. o232.Parent = o231
  6475. o232.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6476. o233.Name = "Joint"
  6477. o233.Parent = o231
  6478. 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)
  6479. o233.Part0 = o231
  6480. o233.Part1 = o2
  6481. o234.Name = "Chain"
  6482. o234.Parent = o1
  6483. o234.Material = Enum.Material.SmoothPlastic
  6484. o234.BrickColor = BrickColor.new("Fossil")
  6485. o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
  6486. o234.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6487. o234.Anchored = false
  6488. o234.CanCollide = false
  6489. o234.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6490. 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)
  6491. o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6492. o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6493. o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6494. o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6495. o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6496. o234.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6497. o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
  6498. o235.Parent = o234
  6499. o235.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6500. o236.Name = "Joint"
  6501. o236.Parent = o234
  6502. 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)
  6503. o236.Part0 = o234
  6504. o236.Part1 = o2
  6505. o237.Name = "Chain"
  6506. o237.Parent = o1
  6507. o237.Material = Enum.Material.SmoothPlastic
  6508. o237.BrickColor = BrickColor.new("Fossil")
  6509. o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
  6510. o237.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6511. o237.Anchored = false
  6512. o237.CanCollide = false
  6513. o237.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6514. 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)
  6515. o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6516. o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6517. o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6518. o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6519. o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6520. o237.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6521. o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
  6522. o238.Parent = o237
  6523. o238.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6524. o239.Name = "Joint"
  6525. o239.Parent = o237
  6526. 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)
  6527. o239.Part0 = o237
  6528. o239.Part1 = o2
  6529. o240.Name = "Chain"
  6530. o240.Parent = o1
  6531. o240.Material = Enum.Material.SmoothPlastic
  6532. o240.BrickColor = BrickColor.new("Fossil")
  6533. o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
  6534. o240.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6535. o240.Anchored = false
  6536. o240.CanCollide = false
  6537. o240.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6538. 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)
  6539. o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6540. o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6541. o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6542. o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6543. o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6544. o240.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6545. o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
  6546. o241.Parent = o240
  6547. o241.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6548. o242.Name = "Joint"
  6549. o242.Parent = o240
  6550. 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)
  6551. o242.Part0 = o240
  6552. o242.Part1 = o2
  6553. o243.Name = "Chain"
  6554. o243.Parent = o1
  6555. o243.Material = Enum.Material.SmoothPlastic
  6556. o243.BrickColor = BrickColor.new("Fossil")
  6557. o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
  6558. o243.Rotation = Vector3.new(-180, 0, 128.089996)
  6559. o243.Anchored = false
  6560. o243.CanCollide = false
  6561. o243.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6562. o243.CFrame = CFrame.new(112.051231, 1.13664401, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6563. o243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6564. o243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6565. o243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6566. o243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6567. o243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6568. o243.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6569. o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
  6570. o244.Parent = o243
  6571. o244.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6572. o245.Name = "Joint"
  6573. o245.Parent = o243
  6574. 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)
  6575. o245.Part0 = o243
  6576. o245.Part1 = o2
  6577. o246.Name = "Chain"
  6578. o246.Parent = o1
  6579. o246.Material = Enum.Material.SmoothPlastic
  6580. o246.BrickColor = BrickColor.new("Fossil")
  6581. o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
  6582. o246.Rotation = Vector3.new(-180, 0, 128.089996)
  6583. o246.Anchored = false
  6584. o246.CanCollide = false
  6585. o246.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6586. o246.CFrame = CFrame.new(112.206192, 0.955232024, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6587. o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6588. o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6589. o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6590. o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6591. o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6592. o246.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6593. o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
  6594. o247.Parent = o246
  6595. o247.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6596. o248.Name = "Joint"
  6597. o248.Parent = o246
  6598. 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)
  6599. o248.Part0 = o246
  6600. o248.Part1 = o2
  6601. o249.Name = "Chain"
  6602. o249.Parent = o1
  6603. o249.Material = Enum.Material.SmoothPlastic
  6604. o249.BrickColor = BrickColor.new("Fossil")
  6605. o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
  6606. o249.Rotation = Vector3.new(90, -38.0900002, 90)
  6607. o249.Anchored = false
  6608. o249.CanCollide = false
  6609. o249.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6610. o249.CFrame = CFrame.new(112.13884, 1.00803494, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6611. o249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6612. o249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6613. o249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6614. o249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6615. o249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6616. o249.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6617. o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
  6618. o250.Parent = o249
  6619. o250.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6620. o251.Name = "Joint"
  6621. o251.Parent = o249
  6622. 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)
  6623. o251.Part0 = o249
  6624. o251.Part1 = o2
  6625. o252.Name = "Chain"
  6626. o252.Parent = o1
  6627. o252.Material = Enum.Material.SmoothPlastic
  6628. o252.BrickColor = BrickColor.new("Fossil")
  6629. o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
  6630. o252.Rotation = Vector3.new(90, -38.0900002, 171.5)
  6631. o252.Anchored = false
  6632. o252.CanCollide = false
  6633. o252.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6634. 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)
  6635. o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6636. o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6637. o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6638. o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6639. o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6640. o252.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6641. o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
  6642. o253.Parent = o252
  6643. o253.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6644. o254.Name = "Joint"
  6645. o254.Parent = o252
  6646. 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)
  6647. o254.Part0 = o252
  6648. o254.Part1 = o2
  6649. o255.Name = "Chain"
  6650. o255.Parent = o1
  6651. o255.Material = Enum.Material.SmoothPlastic
  6652. o255.BrickColor = BrickColor.new("Fossil")
  6653. o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
  6654. o255.Rotation = Vector3.new(-180, 0, 128.089996)
  6655. o255.Anchored = false
  6656. o255.CanCollide = false
  6657. o255.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6658. o255.CFrame = CFrame.new(111.993683, 1.060974, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6659. o255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6660. o255.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6661. o255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6662. o255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6663. o255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6664. o255.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6665. o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
  6666. o256.Parent = o255
  6667. o256.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6668. o257.Name = "Joint"
  6669. o257.Parent = o255
  6670. 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)
  6671. o257.Part0 = o255
  6672. o257.Part1 = o2
  6673. o258.Name = "Chain"
  6674. o258.Parent = o1
  6675. o258.Material = Enum.Material.SmoothPlastic
  6676. o258.BrickColor = BrickColor.new("Fossil")
  6677. o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
  6678. o258.Rotation = Vector3.new(90, -38.0900002, 90)
  6679. o258.Anchored = false
  6680. o258.CanCollide = false
  6681. o258.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6682. o258.CFrame = CFrame.new(112.09314, 1.04384899, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6683. o258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6684. o258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6685. o258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6686. o258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6687. o258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6688. o258.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6689. o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
  6690. o259.Parent = o258
  6691. o259.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6692. o260.Name = "Joint"
  6693. o260.Parent = o258
  6694. 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)
  6695. o260.Part0 = o258
  6696. o260.Part1 = o2
  6697. o261.Name = "Chain"
  6698. o261.Parent = o1
  6699. o261.Material = Enum.Material.SmoothPlastic
  6700. o261.BrickColor = BrickColor.new("Fossil")
  6701. o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
  6702. o261.Rotation = Vector3.new(-180, 0, 128.089996)
  6703. o261.Anchored = false
  6704. o261.CanCollide = false
  6705. o261.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6706. o261.CFrame = CFrame.new(112.068916, 1.06284106, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6707. o261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6708. o261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6709. o261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6710. o261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6711. o261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6712. o261.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6713. o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
  6714. o262.Parent = o261
  6715. o262.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6716. o263.Name = "Joint"
  6717. o263.Parent = o261
  6718. 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)
  6719. o263.Part0 = o261
  6720. o263.Part1 = o2
  6721. o264.Name = "Chain"
  6722. o264.Parent = o1
  6723. o264.Material = Enum.Material.SmoothPlastic
  6724. o264.BrickColor = BrickColor.new("Fossil")
  6725. o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
  6726. o264.Rotation = Vector3.new(90, -38.0900002, 90)
  6727. o264.Anchored = false
  6728. o264.CanCollide = false
  6729. o264.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6730. o264.CFrame = CFrame.new(112.051819, 1.07623994, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6731. o264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6732. o264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6733. o264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6734. o264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6735. o264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6736. o264.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6737. o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
  6738. o265.Parent = o264
  6739. o265.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6740. o266.Name = "Joint"
  6741. o266.Parent = o264
  6742. 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)
  6743. o266.Part0 = o264
  6744. o266.Part1 = o2
  6745. o267.Name = "Chain"
  6746. o267.Parent = o1
  6747. o267.Material = Enum.Material.SmoothPlastic
  6748. o267.BrickColor = BrickColor.new("Fossil")
  6749. o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
  6750. o267.Rotation = Vector3.new(-180, 0, 128.089996)
  6751. o267.Anchored = false
  6752. o267.CanCollide = false
  6753. o267.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6754. o267.CFrame = CFrame.new(112.130943, 0.953365028, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6755. o267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6756. o267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6757. o267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6758. o267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6759. o267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6760. o267.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6761. o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
  6762. o268.Parent = o267
  6763. o268.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6764. o269.Name = "Joint"
  6765. o269.Parent = o267
  6766. 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)
  6767. o269.Part0 = o267
  6768. o269.Part1 = o2
  6769. o270.Name = "Chain"
  6770. o270.Parent = o1
  6771. o270.Material = Enum.Material.SmoothPlastic
  6772. o270.BrickColor = BrickColor.new("Fossil")
  6773. o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
  6774. o270.Rotation = Vector3.new(-180, 0, 128.089996)
  6775. o270.Anchored = false
  6776. o270.CanCollide = false
  6777. o270.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6778. o270.CFrame = CFrame.new(112.119171, 1.02344501, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6779. o270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6780. o270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6781. o270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6782. o270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6783. o270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6784. o270.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6785. o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
  6786. o271.Parent = o270
  6787. o271.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6788. o272.Name = "Joint"
  6789. o272.Parent = o270
  6790. 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)
  6791. o272.Part0 = o270
  6792. o272.Part1 = o2
  6793. o273.Name = "Chain"
  6794. o273.Parent = o1
  6795. o273.Material = Enum.Material.SmoothPlastic
  6796. o273.BrickColor = BrickColor.new("Fossil")
  6797. o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
  6798. o273.Rotation = Vector3.new(90, -38.0900002, 90)
  6799. o273.Anchored = false
  6800. o273.CanCollide = false
  6801. o273.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6802. o273.CFrame = CFrame.new(112.092041, 1.04470801, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6803. o273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6804. o273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6805. o273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6806. o273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6807. o273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6808. o273.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6809. o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
  6810. o274.Parent = o273
  6811. o274.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6812. o275.Name = "Joint"
  6813. o275.Parent = o273
  6814. 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)
  6815. o275.Part0 = o273
  6816. o275.Part1 = o2
  6817. o276.Name = "Chain"
  6818. o276.Parent = o1
  6819. o276.Material = Enum.Material.SmoothPlastic
  6820. o276.BrickColor = BrickColor.new("Fossil")
  6821. o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
  6822. o276.Rotation = Vector3.new(90, -38.0900002, 90)
  6823. o276.Anchored = false
  6824. o276.CanCollide = false
  6825. o276.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6826. o276.CFrame = CFrame.new(112.092041, 1.04470801, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6827. o276.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6828. o276.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6829. o276.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6830. o276.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6831. o276.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6832. o276.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6833. o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
  6834. o277.Parent = o276
  6835. o277.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6836. o278.Name = "Joint"
  6837. o278.Parent = o276
  6838. 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)
  6839. o278.Part0 = o276
  6840. o278.Part1 = o2
  6841. o279.Name = "Chain"
  6842. o279.Parent = o1
  6843. o279.Material = Enum.Material.SmoothPlastic
  6844. o279.BrickColor = BrickColor.new("Fossil")
  6845. o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
  6846. o279.Rotation = Vector3.new(90, -38.0900002, 90)
  6847. o279.Anchored = false
  6848. o279.CanCollide = false
  6849. o279.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6850. o279.CFrame = CFrame.new(112.13884, 1.00803494, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6851. o279.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6852. o279.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6853. o279.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6854. o279.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6855. o279.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6856. o279.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6857. o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
  6858. o280.Parent = o279
  6859. o280.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6860. o281.Name = "Joint"
  6861. o281.Parent = o279
  6862. 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)
  6863. o281.Part0 = o279
  6864. o281.Part1 = o2
  6865. o282.Name = "Chain"
  6866. o282.Parent = o1
  6867. o282.Material = Enum.Material.SmoothPlastic
  6868. o282.BrickColor = BrickColor.new("Fossil")
  6869. o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
  6870. o282.Rotation = Vector3.new(0, 0, 51.9099998)
  6871. o282.Anchored = false
  6872. o282.CanCollide = false
  6873. o282.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6874. o282.CFrame = CFrame.new(112.206192, 0.955232024, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  6875. o282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6876. o282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6877. o282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6878. o282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6879. o282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6880. o282.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6881. o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
  6882. o283.Parent = o282
  6883. o283.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6884. o284.Name = "Joint"
  6885. o284.Parent = o282
  6886. 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)
  6887. o284.Part0 = o282
  6888. o284.Part1 = o2
  6889. o285.Name = "Chain"
  6890. o285.Parent = o1
  6891. o285.Material = Enum.Material.SmoothPlastic
  6892. o285.BrickColor = BrickColor.new("Fossil")
  6893. o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
  6894. o285.Rotation = Vector3.new(90, -38.0900002, 90)
  6895. o285.Anchored = false
  6896. o285.CanCollide = false
  6897. o285.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6898. o285.CFrame = CFrame.new(112.051819, 1.07623994, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6899. o285.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6900. o285.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6901. o285.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6902. o285.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6903. o285.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6904. o285.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6905. o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
  6906. o286.Parent = o285
  6907. o286.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6908. o287.Name = "Joint"
  6909. o287.Parent = o285
  6910. 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)
  6911. o287.Part0 = o285
  6912. o287.Part1 = o2
  6913. o288.Parent = o1
  6914. o288.Material = Enum.Material.SmoothPlastic
  6915. o288.BrickColor = BrickColor.new("Really black")
  6916. o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
  6917. o288.Rotation = Vector3.new(-6.51999998, 67.3399963, 27.2399998)
  6918. o288.Anchored = false
  6919. o288.FormFactor = Enum.FormFactor.Custom
  6920. o288.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  6921. 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)
  6922. o288.BottomSurface = Enum.SurfaceType.Smooth
  6923. o288.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6924. o288.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6925. o288.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6926. o288.TopSurface = Enum.SurfaceType.Smooth
  6927. o288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6928. o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
  6929. o289.Name = "Joint"
  6930. o289.Parent = o288
  6931. 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)
  6932. o289.Part0 = o288
  6933. o289.Part1 = o2
  6934. o290.Parent = o1
  6935. o290.Material = Enum.Material.SmoothPlastic
  6936. o290.BrickColor = BrickColor.new("Really black")
  6937. o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
  6938. o290.Rotation = Vector3.new(-25.4300003, 60.0800018, 49.1500015)
  6939. o290.Anchored = false
  6940. o290.FormFactor = Enum.FormFactor.Custom
  6941. o290.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  6942. 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)
  6943. o290.BottomSurface = Enum.SurfaceType.Smooth
  6944. o290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6945. o290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6946. o290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6947. o290.TopSurface = Enum.SurfaceType.Smooth
  6948. o290.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6949. o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
  6950. o291.Name = "Joint"
  6951. o291.Parent = o290
  6952. 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)
  6953. o291.Part0 = o290
  6954. o291.Part1 = o2
  6955. o292.Parent = o1
  6956. o292.Material = Enum.Material.SmoothPlastic
  6957. o292.BrickColor = BrickColor.new("Really black")
  6958. o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
  6959. o292.Rotation = Vector3.new(-33.0400009, 53.5200005, 60.7000008)
  6960. o292.Anchored = false
  6961. o292.FormFactor = Enum.FormFactor.Custom
  6962. o292.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  6963. 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)
  6964. o292.BottomSurface = Enum.SurfaceType.Smooth
  6965. o292.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6966. o292.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6967. o292.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6968. o292.TopSurface = Enum.SurfaceType.Smooth
  6969. o292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6970. o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
  6971. o293.Name = "Joint"
  6972. o293.Parent = o292
  6973. 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)
  6974. o293.Part0 = o292
  6975. o293.Part1 = o2
  6976. o294.Parent = o1
  6977. o294.Material = Enum.Material.Metal
  6978. o294.BrickColor = BrickColor.new("Dark stone grey")
  6979. o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
  6980. o294.Rotation = Vector3.new(89.9199982, 0, 0)
  6981. o294.Anchored = false
  6982. o294.CanCollide = false
  6983. o294.Size = Vector3.new(0.358883083, 0.200000003, 0.324934512)
  6984. o294.CFrame = CFrame.new(110.700317, 3.83861208, -59.9401741, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
  6985. o294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6986. o294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6987. o294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6988. o294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6989. o294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6990. o294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6991. o294.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6992. o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
  6993. o295.Parent = o294
  6994. o295.Scale = Vector3.new(1, 0.484977037, 1)
  6995. o296.Name = "Joint"
  6996. o296.Parent = o294
  6997. 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)
  6998. o296.Part0 = o294
  6999. o296.Part1 = o2
  7000. o297.Parent = o1
  7001. o297.Material = Enum.Material.SmoothPlastic
  7002. o297.BrickColor = BrickColor.new("Really black")
  7003. o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
  7004. o297.Rotation = Vector3.new(-48.2099991, -83.4400024, -73.3799973)
  7005. o297.Anchored = false
  7006. o297.FormFactor = Enum.FormFactor.Custom
  7007. o297.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7008. 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)
  7009. o297.BottomSurface = Enum.SurfaceType.Smooth
  7010. o297.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7011. o297.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7012. o297.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7013. o297.TopSurface = Enum.SurfaceType.Smooth
  7014. o297.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7015. o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
  7016. o298.Name = "Joint"
  7017. o298.Parent = o297
  7018. 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)
  7019. o298.Part0 = o297
  7020. o298.Part1 = o2
  7021. o299.Parent = o1
  7022. o299.Material = Enum.Material.SmoothPlastic
  7023. o299.BrickColor = BrickColor.new("Really black")
  7024. o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
  7025. o299.Rotation = Vector3.new(-90, -67.0100021, -90)
  7026. o299.Anchored = false
  7027. o299.FormFactor = Enum.FormFactor.Custom
  7028. o299.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7029. o299.CFrame = CFrame.new(109.589294, 1.338287, -61.2099457, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  7030. o299.BottomSurface = Enum.SurfaceType.Smooth
  7031. o299.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7032. o299.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7033. o299.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7034. o299.TopSurface = Enum.SurfaceType.Smooth
  7035. o299.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7036. o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
  7037. o300.Name = "Joint"
  7038. o300.Parent = o299
  7039. 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)
  7040. o300.Part0 = o299
  7041. o300.Part1 = o2
  7042. o301.Parent = o1
  7043. o301.Material = Enum.Material.SmoothPlastic
  7044. o301.BrickColor = BrickColor.new("Really black")
  7045. o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
  7046. o301.Rotation = Vector3.new(-61.8400002, -72.7200012, -81.8799973)
  7047. o301.Anchored = false
  7048. o301.FormFactor = Enum.FormFactor.Custom
  7049. o301.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7050. 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)
  7051. o301.BottomSurface = Enum.SurfaceType.Smooth
  7052. o301.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7053. o301.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7054. o301.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7055. o301.TopSurface = Enum.SurfaceType.Smooth
  7056. o301.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7057. o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
  7058. o302.Name = "Joint"
  7059. o302.Parent = o301
  7060. 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)
  7061. o302.Part0 = o301
  7062. o302.Part1 = o2
  7063. o303.Parent = o1
  7064. o303.Material = Enum.Material.SmoothPlastic
  7065. o303.BrickColor = BrickColor.new("Really black")
  7066. o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
  7067. o303.Rotation = Vector3.new(180, 90, 0)
  7068. o303.Anchored = false
  7069. o303.FormFactor = Enum.FormFactor.Custom
  7070. o303.Size = Vector3.new(1.21000004, 0.200000003, 0.689999998)
  7071. o303.CFrame = CFrame.new(111.325104, 4.15095997, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  7072. o303.BottomSurface = Enum.SurfaceType.Smooth
  7073. o303.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7074. o303.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7075. o303.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7076. o303.TopSurface = Enum.SurfaceType.Smooth
  7077. o303.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7078. o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
  7079. o304.Name = "Joint"
  7080. o304.Parent = o303
  7081. 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)
  7082. o304.Part0 = o303
  7083. o304.Part1 = o2
  7084. o305.Parent = o1
  7085. o305.Material = Enum.Material.SmoothPlastic
  7086. o305.BrickColor = BrickColor.new("Really black")
  7087. o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
  7088. o305.Rotation = Vector3.new(-66.0599976, -65.1100006, -80.6699982)
  7089. o305.Anchored = false
  7090. o305.FormFactor = Enum.FormFactor.Custom
  7091. o305.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7092. 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)
  7093. o305.BottomSurface = Enum.SurfaceType.Smooth
  7094. o305.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7095. o305.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7096. o305.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7097. o305.TopSurface = Enum.SurfaceType.Smooth
  7098. o305.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7099. o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
  7100. o306.Name = "Joint"
  7101. o306.Parent = o305
  7102. 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)
  7103. o306.Part0 = o305
  7104. o306.Part1 = o2
  7105. o307.Parent = o1
  7106. o307.Material = Enum.Material.SmoothPlastic
  7107. o307.BrickColor = BrickColor.new("Really black")
  7108. o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
  7109. o307.Rotation = Vector3.new(180, 90, 0)
  7110. o307.Anchored = false
  7111. o307.FormFactor = Enum.FormFactor.Custom
  7112. o307.Size = Vector3.new(0.560000062, 0.200000003, 2)
  7113. o307.CFrame = CFrame.new(110.610107, 4.15095997, -61.0299454, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  7114. o307.BottomSurface = Enum.SurfaceType.Smooth
  7115. o307.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7116. o307.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7117. o307.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7118. o307.TopSurface = Enum.SurfaceType.Smooth
  7119. o307.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7120. o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
  7121. o308.Name = "Joint"
  7122. o308.Parent = o307
  7123. 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)
  7124. o308.Part0 = o307
  7125. o308.Part1 = o2
  7126. o309.Parent = o1
  7127. o309.Material = Enum.Material.SmoothPlastic
  7128. o309.BrickColor = BrickColor.new("Really black")
  7129. o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
  7130. o309.Rotation = Vector3.new(180, 90, 0)
  7131. o309.Anchored = false
  7132. o309.FormFactor = Enum.FormFactor.Custom
  7133. o309.Size = Vector3.new(1.22000003, 0.200000003, 0.639999986)
  7134. o309.CFrame = CFrame.new(109.930099, 4.15095997, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  7135. o309.BottomSurface = Enum.SurfaceType.Smooth
  7136. o309.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7137. o309.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7138. o309.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7139. o309.TopSurface = Enum.SurfaceType.Smooth
  7140. o309.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7141. o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
  7142. o310.Name = "Joint"
  7143. o310.Parent = o309
  7144. 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)
  7145. o310.Part0 = o309
  7146. o310.Part1 = o2
  7147. o311.Name = "Chain"
  7148. o311.Parent = o1
  7149. o311.Material = Enum.Material.SmoothPlastic
  7150. o311.BrickColor = BrickColor.new("Fossil")
  7151. o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
  7152. o311.Rotation = Vector3.new(0, 0, 51.9099998)
  7153. o311.Anchored = false
  7154. o311.CanCollide = false
  7155. o311.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7156. o311.CFrame = CFrame.new(112.130943, 0.953365028, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  7157. o311.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7158. o311.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7159. o311.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7160. o311.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7161. o311.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7162. o311.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7163. o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
  7164. o312.Parent = o311
  7165. o312.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  7166. o313.Name = "Joint"
  7167. o313.Parent = o311
  7168. 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)
  7169. o313.Part0 = o311
  7170. o313.Part1 = o2
  7171. o314.Name = "Chain"
  7172. o314.Parent = o1
  7173. o314.Material = Enum.Material.SmoothPlastic
  7174. o314.BrickColor = BrickColor.new("Fossil")
  7175. o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
  7176. o314.Rotation = Vector3.new(90, -38.0900002, 8.5)
  7177. o314.Anchored = false
  7178. o314.CanCollide = false
  7179. o314.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7180. 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)
  7181. o314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7182. o314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7183. o314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7184. o314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7185. o314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7186. o314.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7187. o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
  7188. o315.Parent = o314
  7189. o315.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7190. o316.Name = "Joint"
  7191. o316.Parent = o314
  7192. 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)
  7193. o316.Part0 = o314
  7194. o316.Part1 = o2
  7195. o317.Name = "Chain"
  7196. o317.Parent = o1
  7197. o317.Material = Enum.Material.SmoothPlastic
  7198. o317.BrickColor = BrickColor.new("Fossil")
  7199. o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
  7200. o317.Rotation = Vector3.new(90, -38.0900002, 8.5)
  7201. o317.Anchored = false
  7202. o317.CanCollide = false
  7203. o317.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7204. 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)
  7205. o317.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7206. o317.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7207. o317.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7208. o317.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7209. o317.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7210. o317.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7211. o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
  7212. o318.Parent = o317
  7213. o318.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7214. o319.Name = "Joint"
  7215. o319.Parent = o317
  7216. 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)
  7217. o319.Part0 = o317
  7218. o319.Part1 = o2
  7219. o320.Name = "Chain"
  7220. o320.Parent = o1
  7221. o320.Material = Enum.Material.SmoothPlastic
  7222. o320.BrickColor = BrickColor.new("Fossil")
  7223. o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
  7224. o320.Rotation = Vector3.new(90, -38.0900002, 8.5)
  7225. o320.Anchored = false
  7226. o320.CanCollide = false
  7227. o320.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7228. 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)
  7229. o320.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7230. o320.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7231. o320.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7232. o320.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7233. o320.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7234. o320.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7235. o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
  7236. o321.Parent = o320
  7237. o321.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  7238. o322.Name = "Joint"
  7239. o322.Parent = o320
  7240. 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)
  7241. o322.Part0 = o320
  7242. o322.Part1 = o2
  7243. o323.Name = "Chain"
  7244. o323.Parent = o1
  7245. o323.Material = Enum.Material.SmoothPlastic
  7246. o323.BrickColor = BrickColor.new("Fossil")
  7247. o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
  7248. o323.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  7249. o323.Anchored = false
  7250. o323.CanCollide = false
  7251. o323.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7252. 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)
  7253. o323.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7254. o323.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7255. o323.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7256. o323.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7257. o323.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7258. o323.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7259. o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
  7260. o324.Parent = o323
  7261. o324.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7262. o325.Name = "Joint"
  7263. o325.Parent = o323
  7264. 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)
  7265. o325.Part0 = o323
  7266. o325.Part1 = o2
  7267. o326.Name = "Chain"
  7268. o326.Parent = o1
  7269. o326.Material = Enum.Material.SmoothPlastic
  7270. o326.BrickColor = BrickColor.new("Fossil")
  7271. o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
  7272. o326.Rotation = Vector3.new(90, -38.0900002, 90)
  7273. o326.Anchored = false
  7274. o326.CanCollide = false
  7275. o326.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7276. o326.CFrame = CFrame.new(112.09314, 1.04384899, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  7277. o326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7278. o326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7279. o326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7280. o326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7281. o326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7282. o326.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7283. o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
  7284. o327.Parent = o326
  7285. o327.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  7286. o328.Name = "Joint"
  7287. o328.Parent = o326
  7288. 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)
  7289. o328.Part0 = o326
  7290. o328.Part1 = o2
  7291. o329.Name = "Chain"
  7292. o329.Parent = o1
  7293. o329.Material = Enum.Material.SmoothPlastic
  7294. o329.BrickColor = BrickColor.new("Fossil")
  7295. o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
  7296. o329.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  7297. o329.Anchored = false
  7298. o329.CanCollide = false
  7299. o329.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7300. 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)
  7301. o329.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7302. o329.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7303. o329.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7304. o329.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7305. o329.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7306. o329.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7307. o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
  7308. o330.Parent = o329
  7309. o330.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7310. o331.Name = "Joint"
  7311. o331.Parent = o329
  7312. 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)
  7313. o331.Part0 = o329
  7314. o331.Part1 = o2
  7315. mas.Parent = workspace
  7316. mas:MakeJoints()
  7317. local mas1 = mas:GetChildren()
  7318. for i=1,#mas1 do
  7319. mas1[i].Parent = workspace
  7320. ypcall(function() mas1[i]:MakeJoints() end)
  7321. end
  7322. mas:Destroy()
  7323. for i=1,#cors do
  7324. coroutine.resume(cors[i])
  7325. end
  7326.  
  7327. wait()
  7328.  
  7329. Workspace["Torso_"].Parent = game.Players.LocalPlayer.Character
  7330.  
  7331. game.Players.LocalPlayer.Character["Torso_"].Name = "Familiar Torso"
  7332.  
  7333. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
  7334. w.Part0 = game.Players.LocalPlayer.Character["Torso"]
  7335. w.Part1 = o2
  7336. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  7337. game.Players.LocalPlayer.Character["Torso"].Transparency = 0
  7338.  
  7339. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Torso"]:GetChildren()) do
  7340. if v.ClassName == "Part" then
  7341. v.CanCollide = false
  7342. v.Anchored = false
  7343. end
  7344. end
  7345.  
  7346.  
  7347. local runDummyScript = function(f,scri)
  7348. local oldenv = getfenv(f)
  7349. local newenv = setmetatable({}, {
  7350. __index = function(_, k)
  7351. if k:lower() == 'script' then
  7352. return scri
  7353. else
  7354. return oldenv[k]
  7355. end
  7356. end
  7357. })
  7358. setfenv(f, newenv)
  7359. ypcall(function() f() end)
  7360. end
  7361. cors = {}
  7362. mas = Instance.new("Model",game:GetService("Lighting"))
  7363. mas.Name = "CompiledModel"
  7364. o1 = Instance.new("Model")
  7365. o2 = Instance.new("Part")
  7366. o3 = Instance.new("SpecialMesh")
  7367. o4 = Instance.new("Part")
  7368. o5 = Instance.new("Weld")
  7369. o6 = Instance.new("Part")
  7370. o7 = Instance.new("Weld")
  7371. o8 = Instance.new("Part")
  7372. o9 = Instance.new("Weld")
  7373. o10 = Instance.new("Part")
  7374. o11 = Instance.new("Weld")
  7375. o12 = Instance.new("Part")
  7376. o13 = Instance.new("Weld")
  7377. o14 = Instance.new("Part")
  7378. o15 = Instance.new("Weld")
  7379. o16 = Instance.new("Part")
  7380. o17 = Instance.new("Weld")
  7381. o18 = Instance.new("Part")
  7382. o19 = Instance.new("Weld")
  7383. o20 = Instance.new("Part")
  7384. o21 = Instance.new("SpecialMesh")
  7385. o22 = Instance.new("Weld")
  7386. o23 = Instance.new("Part")
  7387. o24 = Instance.new("SpecialMesh")
  7388. o25 = Instance.new("Weld")
  7389. o26 = Instance.new("Part")
  7390. o27 = Instance.new("SpecialMesh")
  7391. o28 = Instance.new("Weld")
  7392. o29 = Instance.new("Part")
  7393. o30 = Instance.new("SpecialMesh")
  7394. o31 = Instance.new("Weld")
  7395. o32 = Instance.new("Part")
  7396. o33 = Instance.new("SpecialMesh")
  7397. o34 = Instance.new("Weld")
  7398. o35 = Instance.new("Part")
  7399. o36 = Instance.new("SpecialMesh")
  7400. o37 = Instance.new("Weld")
  7401. o38 = Instance.new("Part")
  7402. o39 = Instance.new("SpecialMesh")
  7403. o40 = Instance.new("Weld")
  7404. o41 = Instance.new("Part")
  7405. o42 = Instance.new("SpecialMesh")
  7406. o43 = Instance.new("Weld")
  7407. o44 = Instance.new("Part")
  7408. o45 = Instance.new("SpecialMesh")
  7409. o46 = Instance.new("Weld")
  7410. o47 = Instance.new("Part")
  7411. o48 = Instance.new("SpecialMesh")
  7412. o49 = Instance.new("Weld")
  7413. o50 = Instance.new("Part")
  7414. o51 = Instance.new("SpecialMesh")
  7415. o52 = Instance.new("Weld")
  7416. o53 = Instance.new("Part")
  7417. o54 = Instance.new("Weld")
  7418. o55 = Instance.new("Part")
  7419. o56 = Instance.new("Weld")
  7420. o57 = Instance.new("Part")
  7421. o58 = Instance.new("Weld")
  7422. o59 = Instance.new("Part")
  7423. o60 = Instance.new("Weld")
  7424. o61 = Instance.new("Part")
  7425. o62 = Instance.new("Weld")
  7426. o63 = Instance.new("WedgePart")
  7427. o64 = Instance.new("SpecialMesh")
  7428. o65 = Instance.new("Weld")
  7429. o66 = Instance.new("WedgePart")
  7430. o67 = Instance.new("SpecialMesh")
  7431. o68 = Instance.new("Weld")
  7432. o69 = Instance.new("WedgePart")
  7433. o70 = Instance.new("SpecialMesh")
  7434. o71 = Instance.new("Weld")
  7435. o72 = Instance.new("WedgePart")
  7436. o73 = Instance.new("SpecialMesh")
  7437. o74 = Instance.new("Weld")
  7438. o75 = Instance.new("WedgePart")
  7439. o76 = Instance.new("SpecialMesh")
  7440. o77 = Instance.new("Weld")
  7441. o78 = Instance.new("WedgePart")
  7442. o79 = Instance.new("SpecialMesh")
  7443. o80 = Instance.new("Weld")
  7444. o81 = Instance.new("WedgePart")
  7445. o82 = Instance.new("SpecialMesh")
  7446. o83 = Instance.new("Weld")
  7447. o84 = Instance.new("WedgePart")
  7448. o85 = Instance.new("SpecialMesh")
  7449. o86 = Instance.new("Weld")
  7450. o87 = Instance.new("WedgePart")
  7451. o88 = Instance.new("SpecialMesh")
  7452. o89 = Instance.new("Weld")
  7453. o90 = Instance.new("Part")
  7454. o91 = Instance.new("Weld")
  7455. o92 = Instance.new("WedgePart")
  7456. o93 = Instance.new("SpecialMesh")
  7457. o94 = Instance.new("Weld")
  7458. o95 = Instance.new("WedgePart")
  7459. o96 = Instance.new("SpecialMesh")
  7460. o97 = Instance.new("Weld")
  7461. o98 = Instance.new("WedgePart")
  7462. o99 = Instance.new("SpecialMesh")
  7463. o100 = Instance.new("Weld")
  7464. o1.Name = "LeftArm"
  7465. o1.Parent = mas
  7466. o2.Name = "REF"
  7467. o2.Parent = o1
  7468. o2.Transparency = 1
  7469. o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
  7470. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  7471. o2.Anchored = false
  7472. o2.CanCollide = false
  7473. o2.FormFactor = Enum.FormFactor.Symmetric
  7474. o2.Size = Vector3.new(1, 2, 1)
  7475. 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)
  7476. o2.BottomSurface = Enum.SurfaceType.Smooth
  7477. o2.TopSurface = Enum.SurfaceType.Smooth
  7478. o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
  7479. o3.Parent = o2
  7480. o3.MeshId = "rbxasset://fonts/leftarm.mesh"
  7481. o3.MeshType = Enum.MeshType.FileMesh
  7482. o4.Name = "Pinkie"
  7483. o4.Parent = o1
  7484. o4.Material = Enum.Material.Metal
  7485. o4.BrickColor = BrickColor.new("Really black")
  7486. o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
  7487. o4.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
  7488. o4.Anchored = false
  7489. o4.FormFactor = Enum.FormFactor.Custom
  7490. o4.Size = Vector3.new(0.385473251, 0.244744942, 0.244744942)
  7491. 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)
  7492. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7493. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7494. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7495. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7496. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7497. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7498. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7499. o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
  7500. o5.Name = "Joint"
  7501. o5.Parent = o4
  7502. 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)
  7503. o5.Part0 = o4
  7504. o5.Part1 = o2
  7505. o6.Name = "main"
  7506. o6.Parent = o1
  7507. o6.Material = Enum.Material.Metal
  7508. o6.BrickColor = BrickColor.new("Really black")
  7509. o6.Reflectance = 0.20000000298023
  7510. o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
  7511. o6.Rotation = Vector3.new(0, -88.5, 0)
  7512. o6.Anchored = false
  7513. o6.FormFactor = Enum.FormFactor.Custom
  7514. o6.Size = Vector3.new(1.16253865, 2.04795957, 1.22372472)
  7515. o6.CFrame = CFrame.new(112.151566, 3.20138907, -60.6235428, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
  7516. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7517. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7518. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7519. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7520. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7521. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7522. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7523. o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
  7524. o7.Name = "Joint"
  7525. o7.Parent = o6
  7526. 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)
  7527. o7.Part0 = o6
  7528. o7.Part1 = o2
  7529. o8.Name = "Middle"
  7530. o8.Parent = o1
  7531. o8.Material = Enum.Material.Metal
  7532. o8.BrickColor = BrickColor.new("Really black")
  7533. o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
  7534. o8.Rotation = Vector3.new(-83.9800034, -75.9199982, 6.19999981)
  7535. o8.Anchored = false
  7536. o8.FormFactor = Enum.FormFactor.Custom
  7537. o8.Size = Vector3.new(0.550676167, 0.244744971, 0.244744971)
  7538. 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)
  7539. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7540. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7541. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7542. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7543. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7544. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7545. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7546. o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
  7547. o9.Name = "Joint"
  7548. o9.Parent = o8
  7549. 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)
  7550. o9.Part0 = o8
  7551. o9.Part1 = o2
  7552. o10.Name = "Middle"
  7553. o10.Parent = o1
  7554. o10.Material = Enum.Material.Metal
  7555. o10.BrickColor = BrickColor.new("Really black")
  7556. o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
  7557. o10.Rotation = Vector3.new(0, -88.4899979, 90)
  7558. o10.Anchored = false
  7559. o10.FormFactor = Enum.FormFactor.Custom
  7560. o10.Size = Vector3.new(0.428303689, 0.244744971, 0.244744971)
  7561. 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)
  7562. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7563. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7564. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7565. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7566. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7567. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7568. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7569. o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
  7570. o11.Name = "Joint"
  7571. o11.Parent = o10
  7572. 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)
  7573. o11.Part0 = o10
  7574. o11.Part1 = o2
  7575. o12.Name = "Index"
  7576. o12.Parent = o1
  7577. o12.Material = Enum.Material.Metal
  7578. o12.BrickColor = BrickColor.new("Really black")
  7579. o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
  7580. o12.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
  7581. o12.Anchored = false
  7582. o12.FormFactor = Enum.FormFactor.Custom
  7583. o12.Size = Vector3.new(0.42830357, 0.244744897, 0.244744897)
  7584. 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)
  7585. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7586. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7587. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7588. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7589. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7590. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7591. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7592. o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
  7593. o13.Name = "Joint"
  7594. o13.Parent = o12
  7595. 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)
  7596. o13.Part0 = o12
  7597. o13.Part1 = o2
  7598. o14.Name = "Index"
  7599. o14.Parent = o1
  7600. o14.Material = Enum.Material.Metal
  7601. o14.BrickColor = BrickColor.new("Really black")
  7602. o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
  7603. o14.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
  7604. o14.Anchored = false
  7605. o14.FormFactor = Enum.FormFactor.Custom
  7606. o14.Size = Vector3.new(0.458896697, 0.244744897, 0.244744897)
  7607. 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)
  7608. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7609. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7610. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7611. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7612. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7613. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7614. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7615. o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
  7616. o15.Name = "Joint"
  7617. o15.Parent = o14
  7618. 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)
  7619. o15.Part0 = o14
  7620. o15.Part1 = o2
  7621. o16.Parent = o1
  7622. o16.Material = Enum.Material.Metal
  7623. o16.BrickColor = BrickColor.new("Really black")
  7624. o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
  7625. o16.Rotation = Vector3.new(175.25, -1.62, -90.3199997)
  7626. o16.Anchored = false
  7627. o16.FormFactor = Enum.FormFactor.Custom
  7628. o16.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
  7629. 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)
  7630. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7631. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7632. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7633. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7634. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7635. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7636. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7637. o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
  7638. o17.Name = "Joint"
  7639. o17.Parent = o16
  7640. 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)
  7641. o17.Part0 = o16
  7642. o17.Part1 = o2
  7643. o18.Parent = o1
  7644. o18.Material = Enum.Material.Metal
  7645. o18.BrickColor = BrickColor.new("Really black")
  7646. o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
  7647. o18.Rotation = Vector3.new(-174.410004, -1.64999998, -90.0199966)
  7648. o18.Anchored = false
  7649. o18.FormFactor = Enum.FormFactor.Custom
  7650. o18.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
  7651. 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)
  7652. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7653. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7654. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7655. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7656. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7657. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7658. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7659. o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
  7660. o19.Name = "Joint"
  7661. o19.Parent = o18
  7662. 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)
  7663. o19.Part0 = o18
  7664. o19.Part1 = o2
  7665. o20.Parent = o1
  7666. o20.Material = Enum.Material.Neon
  7667. o20.BrickColor = BrickColor.new("Cyan")
  7668. o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
  7669. o20.Rotation = Vector3.new(-180, -1.5, -180)
  7670. o20.Anchored = false
  7671. o20.CanCollide = false
  7672. o20.Shape = Enum.PartType.Ball
  7673. o20.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
  7674. o20.CFrame = CFrame.new(112.858627, 3.2858181, -60.5739594, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
  7675. o20.BottomSurface = Enum.SurfaceType.Smooth
  7676. o20.TopSurface = Enum.SurfaceType.Smooth
  7677. o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7678. o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
  7679. o21.Parent = o20
  7680. o21.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
  7681. o21.MeshType = Enum.MeshType.Sphere
  7682. o22.Name = "Joint"
  7683. o22.Parent = o20
  7684. 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)
  7685. o22.Part0 = o20
  7686. o22.Part1 = o2
  7687. o23.Name = "SkullMask"
  7688. o23.Parent = o1
  7689. o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
  7690. o23.Rotation = Vector3.new(0, -88.5, 0)
  7691. o23.Anchored = false
  7692. o23.FormFactor = Enum.FormFactor.Custom
  7693. o23.Size = Vector3.new(0.42987746, 0.49128899, 0.49128893)
  7694. o23.CFrame = CFrame.new(112.709534, 3.31745791, -60.6490936, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
  7695. o23.BottomSurface = Enum.SurfaceType.Smooth
  7696. o23.TopSurface = Enum.SurfaceType.Smooth
  7697. o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
  7698. o24.Parent = o23
  7699. o24.MeshId = "http://www.roblox.com/asset/?id=72542883"
  7700. o24.Scale = Vector3.new(0.307055533, 0.921166539, 0.307055563)
  7701. o24.TextureId = "rbxassetid://0"
  7702. o24.VertexColor = Vector3.new(1, 2, 1)
  7703. o24.MeshType = Enum.MeshType.FileMesh
  7704. o25.Name = "Joint"
  7705. o25.Parent = o23
  7706. 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)
  7707. o25.Part0 = o23
  7708. o25.Part1 = o2
  7709. o26.Parent = o1
  7710. o26.Material = Enum.Material.Neon
  7711. o26.BrickColor = BrickColor.new("Cyan")
  7712. o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
  7713. o26.Rotation = Vector3.new(-180, -1.5, -180)
  7714. o26.Anchored = false
  7715. o26.CanCollide = false
  7716. o26.Shape = Enum.PartType.Ball
  7717. o26.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
  7718. o26.CFrame = CFrame.new(112.85437, 3.2858181, -60.7367096, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
  7719. o26.BottomSurface = Enum.SurfaceType.Smooth
  7720. o26.TopSurface = Enum.SurfaceType.Smooth
  7721. o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7722. o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
  7723. o27.Parent = o26
  7724. o27.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
  7725. o27.MeshType = Enum.MeshType.Sphere
  7726. o28.Name = "Joint"
  7727. o28.Parent = o26
  7728. 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)
  7729. o28.Part0 = o26
  7730. o28.Part1 = o2
  7731. o29.Parent = o1
  7732. o29.Material = Enum.Material.Neon
  7733. o29.BrickColor = BrickColor.new("Cyan")
  7734. o29.Reflectance = 0.5
  7735. o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
  7736. o29.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
  7737. o29.Anchored = false
  7738. o29.CanCollide = false
  7739. o29.FormFactor = Enum.FormFactor.Plate
  7740. o29.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7741. 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)
  7742. o29.BottomSurface = Enum.SurfaceType.Smooth
  7743. o29.TopSurface = Enum.SurfaceType.Smooth
  7744. o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7745. o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
  7746. o30.Parent = o29
  7747. o30.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7748. o30.MeshType = Enum.MeshType.Wedge
  7749. o31.Name = "Joint"
  7750. o31.Parent = o29
  7751. 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)
  7752. o31.Part0 = o29
  7753. o31.Part1 = o2
  7754. o32.Parent = o1
  7755. o32.Material = Enum.Material.Neon
  7756. o32.BrickColor = BrickColor.new("Cyan")
  7757. o32.Reflectance = 0.5
  7758. o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
  7759. o32.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
  7760. o32.Anchored = false
  7761. o32.CanCollide = false
  7762. o32.FormFactor = Enum.FormFactor.Plate
  7763. o32.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7764. 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)
  7765. o32.BottomSurface = Enum.SurfaceType.Smooth
  7766. o32.TopSurface = Enum.SurfaceType.Smooth
  7767. o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7768. o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
  7769. o33.Parent = o32
  7770. o33.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7771. o33.MeshType = Enum.MeshType.Wedge
  7772. o34.Name = "Joint"
  7773. o34.Parent = o32
  7774. 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)
  7775. o34.Part0 = o32
  7776. o34.Part1 = o2
  7777. o35.Parent = o1
  7778. o35.Material = Enum.Material.Neon
  7779. o35.BrickColor = BrickColor.new("Cyan")
  7780. o35.Reflectance = 0.5
  7781. o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
  7782. o35.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
  7783. o35.Anchored = false
  7784. o35.CanCollide = false
  7785. o35.FormFactor = Enum.FormFactor.Plate
  7786. o35.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7787. 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)
  7788. o35.BottomSurface = Enum.SurfaceType.Smooth
  7789. o35.TopSurface = Enum.SurfaceType.Smooth
  7790. o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7791. o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
  7792. o36.Parent = o35
  7793. o36.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7794. o36.MeshType = Enum.MeshType.Wedge
  7795. o37.Name = "Joint"
  7796. o37.Parent = o35
  7797. 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)
  7798. o37.Part0 = o35
  7799. o37.Part1 = o2
  7800. o38.Parent = o1
  7801. o38.Material = Enum.Material.Neon
  7802. o38.BrickColor = BrickColor.new("Cyan")
  7803. o38.Reflectance = 0.5
  7804. o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
  7805. o38.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
  7806. o38.Anchored = false
  7807. o38.CanCollide = false
  7808. o38.FormFactor = Enum.FormFactor.Plate
  7809. o38.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7810. 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)
  7811. o38.BottomSurface = Enum.SurfaceType.Smooth
  7812. o38.TopSurface = Enum.SurfaceType.Smooth
  7813. o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7814. o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
  7815. o39.Parent = o38
  7816. o39.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7817. o39.MeshType = Enum.MeshType.Wedge
  7818. o40.Name = "Joint"
  7819. o40.Parent = o38
  7820. 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)
  7821. o40.Part0 = o38
  7822. o40.Part1 = o2
  7823. o41.Parent = o1
  7824. o41.Material = Enum.Material.Neon
  7825. o41.BrickColor = BrickColor.new("Cyan")
  7826. o41.Reflectance = 0.5
  7827. o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
  7828. o41.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
  7829. o41.Anchored = false
  7830. o41.CanCollide = false
  7831. o41.FormFactor = Enum.FormFactor.Plate
  7832. o41.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7833. 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)
  7834. o41.BottomSurface = Enum.SurfaceType.Smooth
  7835. o41.TopSurface = Enum.SurfaceType.Smooth
  7836. o41.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7837. o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
  7838. o42.Parent = o41
  7839. o42.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7840. o42.MeshType = Enum.MeshType.Wedge
  7841. o43.Name = "Joint"
  7842. o43.Parent = o41
  7843. 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)
  7844. o43.Part0 = o41
  7845. o43.Part1 = o2
  7846. o44.Parent = o1
  7847. o44.Material = Enum.Material.Neon
  7848. o44.BrickColor = BrickColor.new("Cyan")
  7849. o44.Reflectance = 0.5
  7850. o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
  7851. o44.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
  7852. o44.Anchored = false
  7853. o44.CanCollide = false
  7854. o44.FormFactor = Enum.FormFactor.Plate
  7855. o44.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7856. 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)
  7857. o44.BottomSurface = Enum.SurfaceType.Smooth
  7858. o44.TopSurface = Enum.SurfaceType.Smooth
  7859. o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7860. o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
  7861. o45.Parent = o44
  7862. o45.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7863. o45.MeshType = Enum.MeshType.Wedge
  7864. o46.Name = "Joint"
  7865. o46.Parent = o44
  7866. 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)
  7867. o46.Part0 = o44
  7868. o46.Part1 = o2
  7869. o47.Parent = o1
  7870. o47.Material = Enum.Material.Neon
  7871. o47.BrickColor = BrickColor.new("Cyan")
  7872. o47.Reflectance = 0.5
  7873. o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
  7874. o47.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
  7875. o47.Anchored = false
  7876. o47.CanCollide = false
  7877. o47.FormFactor = Enum.FormFactor.Plate
  7878. o47.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7879. 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)
  7880. o47.BottomSurface = Enum.SurfaceType.Smooth
  7881. o47.TopSurface = Enum.SurfaceType.Smooth
  7882. o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7883. o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
  7884. o48.Parent = o47
  7885. o48.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7886. o48.MeshType = Enum.MeshType.Wedge
  7887. o49.Name = "Joint"
  7888. o49.Parent = o47
  7889. 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)
  7890. o49.Part0 = o47
  7891. o49.Part1 = o2
  7892. o50.Parent = o1
  7893. o50.Material = Enum.Material.Neon
  7894. o50.BrickColor = BrickColor.new("Cyan")
  7895. o50.Reflectance = 0.5
  7896. o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
  7897. o50.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
  7898. o50.Anchored = false
  7899. o50.CanCollide = false
  7900. o50.FormFactor = Enum.FormFactor.Plate
  7901. o50.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7902. 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)
  7903. o50.BottomSurface = Enum.SurfaceType.Smooth
  7904. o50.TopSurface = Enum.SurfaceType.Smooth
  7905. o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7906. o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
  7907. o51.Parent = o50
  7908. o51.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7909. o51.MeshType = Enum.MeshType.Wedge
  7910. o52.Name = "Joint"
  7911. o52.Parent = o50
  7912. 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)
  7913. o52.Part0 = o50
  7914. o52.Part1 = o2
  7915. o53.Parent = o1
  7916. o53.Material = Enum.Material.Metal
  7917. o53.BrickColor = BrickColor.new("Really black")
  7918. o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
  7919. o53.Rotation = Vector3.new(161.25, -1.5, -90.6999969)
  7920. o53.Anchored = false
  7921. o53.FormFactor = Enum.FormFactor.Custom
  7922. o53.Size = Vector3.new(0.428303599, 0.244744927, 0.244744927)
  7923. 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)
  7924. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7925. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7926. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7927. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7928. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7929. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7930. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7931. o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
  7932. o54.Name = "Joint"
  7933. o54.Parent = o53
  7934. 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)
  7935. o54.Part0 = o53
  7936. o54.Part1 = o2
  7937. o55.Name = "Ring"
  7938. o55.Parent = o1
  7939. o55.Material = Enum.Material.Metal
  7940. o55.BrickColor = BrickColor.new("Really black")
  7941. o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
  7942. o55.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
  7943. o55.Anchored = false
  7944. o55.FormFactor = Enum.FormFactor.Custom
  7945. o55.Size = Vector3.new(0.465015382, 0.244744942, 0.244744942)
  7946. 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)
  7947. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7948. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7949. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7950. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7951. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7952. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7953. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7954. o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
  7955. o56.Name = "Joint"
  7956. o56.Parent = o55
  7957. 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)
  7958. o56.Part0 = o55
  7959. o56.Part1 = o2
  7960. o57.Parent = o1
  7961. o57.Material = Enum.Material.Metal
  7962. o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
  7963. o57.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
  7964. o57.Anchored = false
  7965. o57.FormFactor = Enum.FormFactor.Custom
  7966. o57.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
  7967. 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)
  7968. o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7969. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7970. o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7971. o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7972. o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7973. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7974. o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
  7975. o58.Name = "Joint"
  7976. o58.Parent = o57
  7977. 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)
  7978. o58.Part0 = o57
  7979. o58.Part1 = o2
  7980. o59.Name = "Pinkie"
  7981. o59.Parent = o1
  7982. o59.Material = Enum.Material.Metal
  7983. o59.BrickColor = BrickColor.new("Really black")
  7984. o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
  7985. o59.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
  7986. o59.Anchored = false
  7987. o59.FormFactor = Enum.FormFactor.Custom
  7988. o59.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
  7989. 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)
  7990. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7991. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7992. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7993. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7994. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7995. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7996. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7997. o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
  7998. o60.Name = "Joint"
  7999. o60.Parent = o59
  8000. 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)
  8001. o60.Part0 = o59
  8002. o60.Part1 = o2
  8003. o61.Parent = o1
  8004. o61.Material = Enum.Material.Metal
  8005. o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
  8006. o61.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
  8007. o61.Anchored = false
  8008. o61.FormFactor = Enum.FormFactor.Custom
  8009. o61.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
  8010. 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)
  8011. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8012. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8013. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8014. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8015. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8016. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8017. o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
  8018. o62.Name = "Joint"
  8019. o62.Parent = o61
  8020. 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)
  8021. o62.Part0 = o61
  8022. o62.Part1 = o2
  8023. o63.Parent = o1
  8024. o63.Material = Enum.Material.Metal
  8025. o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
  8026. o63.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
  8027. o63.Anchored = false
  8028. o63.CanCollide = false
  8029. o63.FormFactor = Enum.FormFactor.Custom
  8030. o63.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8031. 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)
  8032. o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8033. o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8034. o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8035. o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8036. o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8037. o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8038. o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
  8039. o64.Parent = o63
  8040. o64.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8041. o64.MeshType = Enum.MeshType.Wedge
  8042. o65.Name = "Joint"
  8043. o65.Parent = o63
  8044. 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)
  8045. o65.Part0 = o63
  8046. o65.Part1 = o2
  8047. o66.Parent = o1
  8048. o66.Material = Enum.Material.Metal
  8049. o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
  8050. o66.Rotation = Vector3.new(-90, 0, -178.5)
  8051. o66.Anchored = false
  8052. o66.CanCollide = false
  8053. o66.FormFactor = Enum.FormFactor.Custom
  8054. o66.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8055. o66.CFrame = CFrame.new(112.634293, 3.27699494, -59.9934311, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
  8056. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8057. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8058. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8059. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8060. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8061. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8062. o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
  8063. o67.Parent = o66
  8064. o67.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8065. o67.MeshType = Enum.MeshType.Wedge
  8066. o68.Name = "Joint"
  8067. o68.Parent = o66
  8068. 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)
  8069. o68.Part0 = o66
  8070. o68.Part1 = o2
  8071. o69.Parent = o1
  8072. o69.Material = Enum.Material.Metal
  8073. o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
  8074. o69.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
  8075. o69.Anchored = false
  8076. o69.CanCollide = false
  8077. o69.FormFactor = Enum.FormFactor.Custom
  8078. o69.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8079. 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)
  8080. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8081. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8082. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8083. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8084. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8085. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8086. o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
  8087. o70.Parent = o69
  8088. o70.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8089. o70.MeshType = Enum.MeshType.Wedge
  8090. o71.Name = "Joint"
  8091. o71.Parent = o69
  8092. 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)
  8093. o71.Part0 = o69
  8094. o71.Part1 = o2
  8095. o72.Parent = o1
  8096. o72.Material = Enum.Material.Metal
  8097. o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
  8098. o72.Rotation = Vector3.new(90, 0, 178.5)
  8099. o72.Anchored = false
  8100. o72.CanCollide = false
  8101. o72.FormFactor = Enum.FormFactor.Custom
  8102. o72.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8103. o72.CFrame = CFrame.new(112.562759, 2.603935, -61.2769241, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
  8104. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8105. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8106. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8107. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8108. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8109. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8110. o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
  8111. o73.Parent = o72
  8112. o73.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8113. o73.MeshType = Enum.MeshType.Wedge
  8114. o74.Name = "Joint"
  8115. o74.Parent = o72
  8116. 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)
  8117. o74.Part0 = o72
  8118. o74.Part1 = o2
  8119. o75.Parent = o1
  8120. o75.Material = Enum.Material.Metal
  8121. o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
  8122. o75.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
  8123. o75.Anchored = false
  8124. o75.CanCollide = false
  8125. o75.FormFactor = Enum.FormFactor.Custom
  8126. o75.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8127. 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)
  8128. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8129. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8130. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8131. o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8132. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8133. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8134. o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
  8135. o76.Parent = o75
  8136. o76.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8137. o76.MeshType = Enum.MeshType.Wedge
  8138. o77.Name = "Joint"
  8139. o77.Parent = o75
  8140. 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)
  8141. o77.Part0 = o75
  8142. o77.Part1 = o2
  8143. o78.Parent = o1
  8144. o78.Material = Enum.Material.Metal
  8145. o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
  8146. o78.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
  8147. o78.Anchored = false
  8148. o78.CanCollide = false
  8149. o78.FormFactor = Enum.FormFactor.Custom
  8150. o78.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8151. 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)
  8152. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8153. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8154. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8155. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8156. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8157. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8158. o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
  8159. o79.Parent = o78
  8160. o79.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8161. o79.MeshType = Enum.MeshType.Wedge
  8162. o80.Name = "Joint"
  8163. o80.Parent = o78
  8164. 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)
  8165. o80.Part0 = o78
  8166. o80.Part1 = o2
  8167. o81.Parent = o1
  8168. o81.Material = Enum.Material.Metal
  8169. o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
  8170. o81.Rotation = Vector3.new(90, 0, -1.5)
  8171. o81.Anchored = false
  8172. o81.CanCollide = false
  8173. o81.FormFactor = Enum.FormFactor.Custom
  8174. o81.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8175. o81.CFrame = CFrame.new(111.716995, 2.66513395, -59.9693985, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
  8176. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8177. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8178. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8179. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8180. o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8181. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8182. o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
  8183. o82.Parent = o81
  8184. o82.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8185. o82.MeshType = Enum.MeshType.Wedge
  8186. o83.Name = "Joint"
  8187. o83.Parent = o81
  8188. 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)
  8189. o83.Part0 = o81
  8190. o83.Part1 = o2
  8191. o84.Parent = o1
  8192. o84.Material = Enum.Material.Metal
  8193. o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
  8194. o84.Rotation = Vector3.new(90, 0, -1.5)
  8195. o84.Anchored = false
  8196. o84.CanCollide = false
  8197. o84.FormFactor = Enum.FormFactor.Custom
  8198. o84.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8199. o84.CFrame = CFrame.new(112.634354, 2.66511011, -59.9934464, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
  8200. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8201. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8202. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8203. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8204. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8205. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8206. o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
  8207. o85.Parent = o84
  8208. o85.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8209. o85.MeshType = Enum.MeshType.Wedge
  8210. o86.Name = "Joint"
  8211. o86.Parent = o84
  8212. 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)
  8213. o86.Part0 = o84
  8214. o86.Part1 = o2
  8215. o87.Parent = o1
  8216. o87.Material = Enum.Material.Metal
  8217. o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
  8218. o87.Rotation = Vector3.new(90, 0, 178.5)
  8219. o87.Anchored = false
  8220. o87.CanCollide = false
  8221. o87.FormFactor = Enum.FormFactor.Custom
  8222. o87.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8223. o87.CFrame = CFrame.new(111.652649, 2.63455701, -61.2530289, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
  8224. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8225. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8226. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8227. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8228. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8229. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8230. o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
  8231. o88.Parent = o87
  8232. o88.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8233. o88.MeshType = Enum.MeshType.Wedge
  8234. o89.Name = "Joint"
  8235. o89.Parent = o87
  8236. 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)
  8237. o89.Part0 = o87
  8238. o89.Part1 = o2
  8239. o90.Name = "Ring"
  8240. o90.Parent = o1
  8241. o90.Material = Enum.Material.Metal
  8242. o90.BrickColor = BrickColor.new("Really black")
  8243. o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
  8244. o90.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
  8245. o90.Anchored = false
  8246. o90.FormFactor = Enum.FormFactor.Custom
  8247. o90.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
  8248. 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)
  8249. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8250. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8251. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8252. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8253. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8254. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8255. o90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8256. o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
  8257. o91.Name = "Joint"
  8258. o91.Parent = o90
  8259. 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)
  8260. o91.Part0 = o90
  8261. o91.Part1 = o2
  8262. o92.Parent = o1
  8263. o92.Material = Enum.Material.Metal
  8264. o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
  8265. o92.Rotation = Vector3.new(-90, 0, 1.5)
  8266. o92.Anchored = false
  8267. o92.CanCollide = false
  8268. o92.FormFactor = Enum.FormFactor.Custom
  8269. o92.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8270. o92.CFrame = CFrame.new(112.600632, 3.24638796, -61.277916, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
  8271. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8272. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8273. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8274. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8275. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8276. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8277. o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
  8278. o93.Parent = o92
  8279. o93.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8280. o93.MeshType = Enum.MeshType.Wedge
  8281. o94.Name = "Joint"
  8282. o94.Parent = o92
  8283. 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)
  8284. o94.Part0 = o92
  8285. o94.Part1 = o2
  8286. o95.Parent = o1
  8287. o95.Material = Enum.Material.Metal
  8288. o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
  8289. o95.Rotation = Vector3.new(-90, 0, 1.5)
  8290. o95.Anchored = false
  8291. o95.CanCollide = false
  8292. o95.FormFactor = Enum.FormFactor.Custom
  8293. o95.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8294. o95.CFrame = CFrame.new(111.652649, 3.24638796, -61.2530441, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
  8295. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8296. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8297. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8298. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8299. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8300. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8301. o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
  8302. o96.Parent = o95
  8303. o96.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8304. o96.MeshType = Enum.MeshType.Wedge
  8305. o97.Name = "Joint"
  8306. o97.Parent = o95
  8307. 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)
  8308. o97.Part0 = o95
  8309. o97.Part1 = o2
  8310. o98.Parent = o1
  8311. o98.Material = Enum.Material.Metal
  8312. o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
  8313. o98.Rotation = Vector3.new(-90, 0, -178.5)
  8314. o98.Anchored = false
  8315. o98.CanCollide = false
  8316. o98.FormFactor = Enum.FormFactor.Custom
  8317. o98.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8318. o98.CFrame = CFrame.new(111.716995, 3.27698898, -59.9693985, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
  8319. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8320. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8321. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8322. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8323. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8324. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8325. o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
  8326. o99.Parent = o98
  8327. o99.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8328. o99.MeshType = Enum.MeshType.Wedge
  8329. o100.Name = "Joint"
  8330. o100.Parent = o98
  8331. 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)
  8332. o100.Part0 = o98
  8333. o100.Part1 = o2
  8334. mas.Parent = workspace
  8335. mas:MakeJoints()
  8336. local mas1 = mas:GetChildren()
  8337. for i=1,#mas1 do
  8338. mas1[i].Parent = workspace
  8339. ypcall(function() mas1[i]:MakeJoints() end)
  8340. end
  8341. mas:Destroy()
  8342. for i=1,#cors do
  8343. coroutine.resume(cors[i])
  8344. end
  8345.  
  8346. wait()
  8347.  
  8348. Workspace["LeftArm"].Parent = game.Players.LocalPlayer.Character
  8349.  
  8350. game.Players.LocalPlayer.Character["LeftArm"].Name = "Familiar Left Arm"
  8351.  
  8352. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Arm"])
  8353. w.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  8354. w.Part1 = o2
  8355. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  8356. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0
  8357.  
  8358. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Arm"]:GetChildren()) do
  8359. if v.ClassName == "Part" then
  8360. v.CanCollide = false
  8361. v.Anchored = false
  8362. end
  8363. end
  8364.  
  8365.  
  8366. local runDummyScript = function(f,scri)
  8367. local oldenv = getfenv(f)
  8368. local newenv = setmetatable({}, {
  8369. __index = function(_, k)
  8370. if k:lower() == 'script' then
  8371. return scri
  8372. else
  8373. return oldenv[k]
  8374. end
  8375. end
  8376. })
  8377. setfenv(f, newenv)
  8378. ypcall(function() f() end)
  8379. end
  8380. cors = {}
  8381. mas = Instance.new("Model",game:GetService("Lighting"))
  8382. mas.Name = "CompiledModel"
  8383. o1 = Instance.new("Model")
  8384. o2 = Instance.new("Part")
  8385. o3 = Instance.new("SpecialMesh")
  8386. o4 = Instance.new("Part")
  8387. o5 = Instance.new("Weld")
  8388. o6 = Instance.new("Part")
  8389. o7 = Instance.new("Weld")
  8390. o8 = Instance.new("Part")
  8391. o9 = Instance.new("Weld")
  8392. o10 = Instance.new("Part")
  8393. o11 = Instance.new("Weld")
  8394. o1.Name = "LeftLeg"
  8395. o1.Parent = mas
  8396. o2.Name = "REF"
  8397. o2.Parent = o1
  8398. o2.Transparency = 1
  8399. o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
  8400. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  8401. o2.CanCollide = false
  8402. o2.FormFactor = Enum.FormFactor.Symmetric
  8403. o2.Size = Vector3.new(1, 2, 1)
  8404. 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)
  8405. o2.BottomSurface = Enum.SurfaceType.Smooth
  8406. o2.TopSurface = Enum.SurfaceType.Smooth
  8407. o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
  8408. o3.Parent = o2
  8409. o3.MeshId = "rbxasset://fonts/leftLeg.mesh"
  8410. o3.MeshType = Enum.MeshType.FileMesh
  8411. o4.Parent = o1
  8412. o4.Material = Enum.Material.Metal
  8413. o4.BrickColor = BrickColor.new("Really black")
  8414. o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
  8415. o4.Size = Vector3.new(1.11999989, 1.5, 1.01999998)
  8416. 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)
  8417. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8418. o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
  8419. o5.Name = "Joint"
  8420. o5.Parent = o4
  8421. 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)
  8422. o5.Part0 = o4
  8423. o5.Part1 = o2
  8424. o6.Name = "Boot Base"
  8425. o6.Parent = o1
  8426. o6.Material = Enum.Material.Metal
  8427. o6.BrickColor = BrickColor.new("Really black")
  8428. o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
  8429. o6.Rotation = Vector3.new(-180, -0.870000005, -180)
  8430. o6.FormFactor = Enum.FormFactor.Custom
  8431. o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
  8432. 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)
  8433. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8434. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8435. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8436. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8437. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8438. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8439. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8440. o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
  8441. o7.Name = "Joint"
  8442. o7.Parent = o6
  8443. 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)
  8444. o7.Part0 = o6
  8445. o7.Part1 = o2
  8446. o8.Name = "Boot Sole"
  8447. o8.Parent = o1
  8448. o8.Material = Enum.Material.Metal
  8449. o8.BrickColor = BrickColor.new("Really black")
  8450. o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
  8451. o8.Rotation = Vector3.new(-180, -0.870000005, -180)
  8452. o8.FormFactor = Enum.FormFactor.Custom
  8453. o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
  8454. 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)
  8455. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8456. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8457. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8458. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8459. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8460. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8461. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8462. o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
  8463. o9.Name = "Joint"
  8464. o9.Parent = o8
  8465. 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)
  8466. o9.Part0 = o8
  8467. o9.Part1 = o2
  8468. o10.Name = "Boot Top"
  8469. o10.Parent = o1
  8470. o10.Material = Enum.Material.Metal
  8471. o10.BrickColor = BrickColor.new("Really black")
  8472. o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
  8473. o10.Rotation = Vector3.new(-180, -0.870000005, -180)
  8474. o10.FormFactor = Enum.FormFactor.Custom
  8475. o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
  8476. 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)
  8477. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8478. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8479. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8480. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8481. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8482. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8483. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8484. o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
  8485. o11.Name = "Joint"
  8486. o11.Parent = o10
  8487. 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)
  8488. o11.Part0 = o10
  8489. o11.Part1 = o2
  8490. mas.Parent = workspace
  8491. mas:MakeJoints()
  8492. local mas1 = mas:GetChildren()
  8493. for i=1,#mas1 do
  8494. mas1[i].Parent = workspace
  8495. ypcall(function() mas1[i]:MakeJoints() end)
  8496. end
  8497. mas:Destroy()
  8498. for i=1,#cors do
  8499. coroutine.resume(cors[i])
  8500. end
  8501.  
  8502. wait()
  8503.  
  8504. Workspace["LeftLeg"].Parent = game.Players.LocalPlayer.Character
  8505.  
  8506. game.Players.LocalPlayer.Character["LeftLeg"].Name = "Familiar Left Leg"
  8507.  
  8508. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Leg"])
  8509. w.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  8510. w.Part1 = o2
  8511. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  8512. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0
  8513.  
  8514. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Leg"]:GetChildren()) do
  8515. if v.ClassName == "Part" then
  8516. v.CanCollide = false
  8517. v.Anchored = false
  8518. end
  8519. end
  8520.  
  8521.  
  8522. local runDummyScript = function(f,scri)
  8523. local oldenv = getfenv(f)
  8524. local newenv = setmetatable({}, {
  8525. __index = function(_, k)
  8526. if k:lower() == 'script' then
  8527. return scri
  8528. else
  8529. return oldenv[k]
  8530. end
  8531. end
  8532. })
  8533. setfenv(f, newenv)
  8534. ypcall(function() f() end)
  8535. end
  8536. cors = {}
  8537. mas = Instance.new("Model",game:GetService("Lighting"))
  8538. mas.Name = "CompiledModel"
  8539. o1 = Instance.new("Model")
  8540. o2 = Instance.new("Part")
  8541. o3 = Instance.new("SpecialMesh")
  8542. o4 = Instance.new("Part")
  8543. o5 = Instance.new("Weld")
  8544. o6 = Instance.new("Part")
  8545. o7 = Instance.new("Weld")
  8546. o8 = Instance.new("Part")
  8547. o9 = Instance.new("Weld")
  8548. o10 = Instance.new("Part")
  8549. o11 = Instance.new("Weld")
  8550. o1.Name = "RightLeg"
  8551. o1.Parent = mas
  8552. o2.Name = "REF"
  8553. o2.Parent = o1
  8554. o2.Transparency = 1
  8555. o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
  8556. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  8557. o2.CanCollide = false
  8558. o2.FormFactor = Enum.FormFactor.Symmetric
  8559. o2.Size = Vector3.new(1, 2, 1)
  8560. 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)
  8561. o2.BottomSurface = Enum.SurfaceType.Smooth
  8562. o2.TopSurface = Enum.SurfaceType.Smooth
  8563. o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
  8564. o3.Parent = o2
  8565. o3.MeshId = "rbxasset://fonts/leftarm.mesh"
  8566. o3.MeshType = Enum.MeshType.FileMesh
  8567. o4.Parent = o1
  8568. o4.Material = Enum.Material.Metal
  8569. o4.BrickColor = BrickColor.new("Really black")
  8570. o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
  8571. o4.Size = Vector3.new(1.03999984, 1.5, 1.01999998)
  8572. 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)
  8573. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8574. o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
  8575. o5.Name = "Joint"
  8576. o5.Parent = o4
  8577. 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)
  8578. o5.Part0 = o4
  8579. o5.Part1 = o2
  8580. o6.Name = "Boot Base"
  8581. o6.Parent = o1
  8582. o6.Material = Enum.Material.Metal
  8583. o6.BrickColor = BrickColor.new("Really black")
  8584. o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
  8585. o6.Rotation = Vector3.new(-180, -0.870000005, -180)
  8586. o6.FormFactor = Enum.FormFactor.Custom
  8587. o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
  8588. 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)
  8589. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8590. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8591. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8592. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8593. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8594. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8595. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8596. o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
  8597. o7.Name = "Joint"
  8598. o7.Parent = o6
  8599. 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)
  8600. o7.Part0 = o6
  8601. o7.Part1 = o2
  8602. o8.Name = "Boot Sole"
  8603. o8.Parent = o1
  8604. o8.Material = Enum.Material.Metal
  8605. o8.BrickColor = BrickColor.new("Really black")
  8606. o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
  8607. o8.Rotation = Vector3.new(-180, -0.870000005, -180)
  8608. o8.FormFactor = Enum.FormFactor.Custom
  8609. o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
  8610. 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)
  8611. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8612. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8613. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8614. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8615. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8616. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8617. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8618. o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
  8619. o9.Name = "Joint"
  8620. o9.Parent = o8
  8621. 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)
  8622. o9.Part0 = o8
  8623. o9.Part1 = o2
  8624. o10.Name = "Boot Top"
  8625. o10.Parent = o1
  8626. o10.Material = Enum.Material.Metal
  8627. o10.BrickColor = BrickColor.new("Really black")
  8628. o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
  8629. o10.Rotation = Vector3.new(-180, -0.870000005, -180)
  8630. o10.FormFactor = Enum.FormFactor.Custom
  8631. o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
  8632. 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)
  8633. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8634. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8635. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8636. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8637. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8638. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8639. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8640. o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
  8641. o11.Name = "Joint"
  8642. o11.Parent = o10
  8643. 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)
  8644. o11.Part0 = o10
  8645. o11.Part1 = o2
  8646. mas.Parent = workspace
  8647. mas:MakeJoints()
  8648. local mas1 = mas:GetChildren()
  8649. for i=1,#mas1 do
  8650. mas1[i].Parent = workspace
  8651. ypcall(function() mas1[i]:MakeJoints() end)
  8652. end
  8653. mas:Destroy()
  8654. for i=1,#cors do
  8655. coroutine.resume(cors[i])
  8656. end
  8657.  
  8658. wait()
  8659.  
  8660. Workspace["RightLeg"].Parent = game.Players.LocalPlayer.Character
  8661.  
  8662. game.Players.LocalPlayer.Character["RightLeg"].Name = "Familiar Right Leg"
  8663.  
  8664. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Leg"])
  8665. w.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  8666. w.Part1 = o2
  8667. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  8668. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0
  8669.  
  8670. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Leg"]:GetChildren()) do
  8671. if v.ClassName == "Part" then
  8672. v.CanCollide = false
  8673. v.Anchored = false
  8674. end
  8675. end
  8676.  
  8677. local runDummyScript = function(f,scri)
  8678. local oldenv = getfenv(f)
  8679. local newenv = setmetatable({}, {
  8680. __index = function(_, k)
  8681. if k:lower() == 'script' then
  8682. return scri
  8683. else
  8684. return oldenv[k]
  8685. end
  8686. end
  8687. })
  8688. setfenv(f, newenv)
  8689. ypcall(function() f() end)
  8690. end
  8691. cors = {}
  8692. mas = Instance.new("Model",game:GetService("Lighting"))
  8693. mas.Name = "CompiledModel"
  8694. o1 = Instance.new("Model")
  8695. o2 = Instance.new("Part")
  8696. o3 = Instance.new("SpecialMesh")
  8697. o4 = Instance.new("WedgePart")
  8698. o5 = Instance.new("Weld")
  8699. o6 = Instance.new("Part")
  8700. o7 = Instance.new("Weld")
  8701. o8 = Instance.new("WedgePart")
  8702. o9 = Instance.new("Weld")
  8703. o10 = Instance.new("Part")
  8704. o11 = Instance.new("SpecialMesh")
  8705. o12 = Instance.new("Weld")
  8706. o13 = Instance.new("Part")
  8707. o14 = Instance.new("Weld")
  8708. o15 = Instance.new("Part")
  8709. o16 = Instance.new("SpecialMesh")
  8710. o17 = Instance.new("Weld")
  8711. o18 = Instance.new("Part")
  8712. o19 = Instance.new("Weld")
  8713. o20 = Instance.new("Part")
  8714. o21 = Instance.new("SpecialMesh")
  8715. o22 = Instance.new("Weld")
  8716. o23 = Instance.new("Part")
  8717. o24 = Instance.new("BlockMesh")
  8718. o25 = Instance.new("Weld")
  8719. o26 = Instance.new("Part")
  8720. o27 = Instance.new("SpecialMesh")
  8721. o28 = Instance.new("Weld")
  8722. o29 = Instance.new("Part")
  8723. o30 = Instance.new("Weld")
  8724. o31 = Instance.new("Part")
  8725. o32 = Instance.new("Weld")
  8726. o33 = Instance.new("Part")
  8727. o34 = Instance.new("BlockMesh")
  8728. o35 = Instance.new("Weld")
  8729. o36 = Instance.new("Part")
  8730. o37 = Instance.new("Weld")
  8731. o38 = Instance.new("Part")
  8732. o39 = Instance.new("Weld")
  8733. o40 = Instance.new("Part")
  8734. o41 = Instance.new("SpecialMesh")
  8735. o42 = Instance.new("Weld")
  8736. o43 = Instance.new("Part")
  8737. o44 = Instance.new("BlockMesh")
  8738. o45 = Instance.new("Weld")
  8739. o46 = Instance.new("Part")
  8740. o47 = Instance.new("BlockMesh")
  8741. o48 = Instance.new("Weld")
  8742. o49 = Instance.new("Part")
  8743. o50 = Instance.new("BlockMesh")
  8744. o51 = Instance.new("Weld")
  8745. o52 = Instance.new("WedgePart")
  8746. o53 = Instance.new("Weld")
  8747. o54 = Instance.new("WedgePart")
  8748. o55 = Instance.new("Weld")
  8749. o1.Name = "RightArm"
  8750. o1.Parent = mas
  8751. o2.Name = "REF"
  8752. o2.Parent = o1
  8753. o2.Transparency = 1
  8754. o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
  8755. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  8756. o2.CanCollide = false
  8757. o2.FormFactor = Enum.FormFactor.Symmetric
  8758. o2.Size = Vector3.new(1, 2, 1)
  8759. 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)
  8760. o2.BottomSurface = Enum.SurfaceType.Smooth
  8761. o2.TopSurface = Enum.SurfaceType.Smooth
  8762. o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
  8763. o3.Parent = o2
  8764. o3.MeshId = "rbxasset://fonts/leftarm.mesh"
  8765. o3.MeshType = Enum.MeshType.FileMesh
  8766. o4.Parent = o1
  8767. o4.Material = Enum.Material.SmoothPlastic
  8768. o4.BrickColor = BrickColor.new("Dark stone grey")
  8769. o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
  8770. o4.Rotation = Vector3.new(-90, 0, -180)
  8771. o4.Size = Vector3.new(0.200000003, 0.478077561, 0.42348215)
  8772. 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)
  8773. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8774. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8775. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8776. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8777. o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8778. o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
  8779. o5.Name = "Joint"
  8780. o5.Parent = o4
  8781. 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)
  8782. o5.Part0 = o4
  8783. o5.Part1 = o2
  8784. o6.Parent = o1
  8785. o6.Material = Enum.Material.SmoothPlastic
  8786. o6.BrickColor = BrickColor.new("Really black")
  8787. o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
  8788. o6.Size = Vector3.new(0.7813586, 0.493000001, 1.07901871)
  8789. 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)
  8790. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8791. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8792. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8793. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8794. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8795. o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
  8796. o7.Name = "Joint"
  8797. o7.Parent = o6
  8798. 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)
  8799. o7.Part0 = o6
  8800. o7.Part1 = o2
  8801. o8.Parent = o1
  8802. o8.Material = Enum.Material.SmoothPlastic
  8803. o8.BrickColor = BrickColor.new("Dark stone grey")
  8804. o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
  8805. o8.Rotation = Vector3.new(-90, -90, 0)
  8806. o8.Size = Vector3.new(0.200000003, 0.528077543, 0.200000003)
  8807. 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)
  8808. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8809. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8810. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8811. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8812. o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8813. o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
  8814. o9.Name = "Joint"
  8815. o9.Parent = o8
  8816. 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)
  8817. o9.Part0 = o8
  8818. o9.Part1 = o2
  8819. o10.Parent = o1
  8820. o10.Material = Enum.Material.SmoothPlastic
  8821. o10.BrickColor = BrickColor.new("Really black")
  8822. o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
  8823. o10.Rotation = Vector3.new(-90, 0, 90)
  8824. o10.CanCollide = false
  8825. o10.Shape = Enum.PartType.Cylinder
  8826. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  8827. 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)
  8828. o10.BottomSurface = Enum.SurfaceType.Smooth
  8829. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8830. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8831. o10.TopSurface = Enum.SurfaceType.Smooth
  8832. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8833. o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
  8834. o11.Parent = o10
  8835. o11.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  8836. o11.MeshType = Enum.MeshType.Cylinder
  8837. o12.Name = "Joint"
  8838. o12.Parent = o10
  8839. 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)
  8840. o12.Part0 = o10
  8841. o12.Part1 = o2
  8842. o13.Parent = o1
  8843. o13.Material = Enum.Material.Neon
  8844. o13.BrickColor = BrickColor.new("Bright blue")
  8845. o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
  8846. o13.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
  8847. 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)
  8848. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8849. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8850. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8851. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8852. o13.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  8853. o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
  8854. o14.Name = "Joint"
  8855. o14.Parent = o13
  8856. 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)
  8857. o14.Part0 = o13
  8858. o14.Part1 = o2
  8859. o15.Parent = o1
  8860. o15.Material = Enum.Material.SmoothPlastic
  8861. o15.BrickColor = BrickColor.new("Really black")
  8862. o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
  8863. o15.Rotation = Vector3.new(-90, 0, 90)
  8864. o15.CanCollide = false
  8865. o15.Shape = Enum.PartType.Cylinder
  8866. o15.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  8867. 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)
  8868. o15.BottomSurface = Enum.SurfaceType.Smooth
  8869. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8870. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8871. o15.TopSurface = Enum.SurfaceType.Smooth
  8872. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8873. o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
  8874. o16.Parent = o15
  8875. o16.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  8876. o16.MeshType = Enum.MeshType.Cylinder
  8877. o17.Name = "Joint"
  8878. o17.Parent = o15
  8879. 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)
  8880. o17.Part0 = o15
  8881. o17.Part1 = o2
  8882. o18.Parent = o1
  8883. o18.Material = Enum.Material.SmoothPlastic
  8884. o18.BrickColor = BrickColor.new("Really black")
  8885. o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
  8886. o18.Size = Vector3.new(0.200000003, 0.529999971, 1.16000009)
  8887. 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)
  8888. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8889. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8890. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8891. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8892. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8893. o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
  8894. o19.Name = "Joint"
  8895. o19.Parent = o18
  8896. 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)
  8897. o19.Part0 = o18
  8898. o19.Part1 = o2
  8899. o20.Parent = o1
  8900. o20.Material = Enum.Material.SmoothPlastic
  8901. o20.BrickColor = BrickColor.new("Really black")
  8902. o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
  8903. o20.Rotation = Vector3.new(-90, 0, 90)
  8904. o20.CanCollide = false
  8905. o20.Shape = Enum.PartType.Cylinder
  8906. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  8907. 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)
  8908. o20.BottomSurface = Enum.SurfaceType.Smooth
  8909. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8910. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8911. o20.TopSurface = Enum.SurfaceType.Smooth
  8912. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8913. o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
  8914. o21.Parent = o20
  8915. o21.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  8916. o21.MeshType = Enum.MeshType.Cylinder
  8917. o22.Name = "Joint"
  8918. o22.Parent = o20
  8919. 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)
  8920. o22.Part0 = o20
  8921. o22.Part1 = o2
  8922. o23.Parent = o1
  8923. o23.Material = Enum.Material.SmoothPlastic
  8924. o23.BrickColor = BrickColor.new("Really black")
  8925. o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
  8926. o23.CanCollide = false
  8927. o23.Size = Vector3.new(0.212500021, 0.493000001, 1.07901895)
  8928. 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)
  8929. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8930. o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8931. o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8932. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8933. o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8934. o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
  8935. o24.Parent = o23
  8936. o24.Scale = Vector3.new(0.875471771, 1, 1)
  8937. o25.Name = "Joint"
  8938. o25.Parent = o23
  8939. 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)
  8940. o25.Part0 = o23
  8941. o25.Part1 = o2
  8942. o26.Parent = o1
  8943. o26.Material = Enum.Material.SmoothPlastic
  8944. o26.BrickColor = BrickColor.new("Really black")
  8945. o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
  8946. o26.Rotation = Vector3.new(-90, 0, 90)
  8947. o26.CanCollide = false
  8948. o26.Shape = Enum.PartType.Cylinder
  8949. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  8950. 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)
  8951. o26.BottomSurface = Enum.SurfaceType.Smooth
  8952. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8953. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8954. o26.TopSurface = Enum.SurfaceType.Smooth
  8955. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8956. o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
  8957. o27.Parent = o26
  8958. o27.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  8959. o27.MeshType = Enum.MeshType.Cylinder
  8960. o28.Name = "Joint"
  8961. o28.Parent = o26
  8962. 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)
  8963. o28.Part0 = o26
  8964. o28.Part1 = o2
  8965. o29.Parent = o1
  8966. o29.Material = Enum.Material.SmoothPlastic
  8967. o29.BrickColor = BrickColor.new("Really black")
  8968. o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
  8969. o29.Rotation = Vector3.new(0, 90, 0)
  8970. o29.FormFactor = Enum.FormFactor.Custom
  8971. o29.Size = Vector3.new(1.03999996, 1.88999999, 1.04999995)
  8972. 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)
  8973. o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8974. o29.BottomSurface = Enum.SurfaceType.Smooth
  8975. o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8976. o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8977. o29.TopSurface = Enum.SurfaceType.Smooth
  8978. o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8979. o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
  8980. o30.Name = "Joint"
  8981. o30.Parent = o29
  8982. 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)
  8983. o30.Part0 = o29
  8984. o30.Part1 = o2
  8985. o31.Parent = o1
  8986. o31.Material = Enum.Material.Neon
  8987. o31.BrickColor = BrickColor.new("Bright blue")
  8988. o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
  8989. o31.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
  8990. 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)
  8991. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8992. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8993. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8994. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8995. o31.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  8996. o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
  8997. o32.Name = "Joint"
  8998. o32.Parent = o31
  8999. 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)
  9000. o32.Part0 = o31
  9001. o32.Part1 = o2
  9002. o33.Parent = o1
  9003. o33.Material = Enum.Material.SmoothPlastic
  9004. o33.BrickColor = BrickColor.new("Really black")
  9005. o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
  9006. o33.CanCollide = false
  9007. o33.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
  9008. 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)
  9009. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9010. o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9011. o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9012. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9013. o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9014. o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
  9015. o34.Parent = o33
  9016. o34.Scale = Vector3.new(0.875471771, 1, 1)
  9017. o35.Name = "Joint"
  9018. o35.Parent = o33
  9019. 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)
  9020. o35.Part0 = o33
  9021. o35.Part1 = o2
  9022. o36.Parent = o1
  9023. o36.Material = Enum.Material.SmoothPlastic
  9024. o36.BrickColor = BrickColor.new("Really black")
  9025. o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
  9026. o36.Size = Vector3.new(0.771358609, 0.200000003, 1.07901871)
  9027. 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)
  9028. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9029. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9030. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9031. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9032. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9033. o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
  9034. o37.Name = "Joint"
  9035. o37.Parent = o36
  9036. 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)
  9037. o37.Part0 = o36
  9038. o37.Part1 = o2
  9039. o38.Parent = o1
  9040. o38.Material = Enum.Material.SmoothPlastic
  9041. o38.BrickColor = BrickColor.new("Really black")
  9042. o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
  9043. o38.Size = Vector3.new(0.839999974, 0.529999971, 1.15999997)
  9044. 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)
  9045. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9046. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9047. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9048. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9049. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9050. o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
  9051. o39.Name = "Joint"
  9052. o39.Parent = o38
  9053. 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)
  9054. o39.Part0 = o38
  9055. o39.Part1 = o2
  9056. o40.Parent = o1
  9057. o40.Material = Enum.Material.SmoothPlastic
  9058. o40.BrickColor = BrickColor.new("Really black")
  9059. o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
  9060. o40.Rotation = Vector3.new(-90, 0, 90)
  9061. o40.CanCollide = false
  9062. o40.Shape = Enum.PartType.Cylinder
  9063. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  9064. 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)
  9065. o40.BottomSurface = Enum.SurfaceType.Smooth
  9066. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9067. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9068. o40.TopSurface = Enum.SurfaceType.Smooth
  9069. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9070. o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
  9071. o41.Parent = o40
  9072. o41.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  9073. o41.MeshType = Enum.MeshType.Cylinder
  9074. o42.Name = "Joint"
  9075. o42.Parent = o40
  9076. 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)
  9077. o42.Part0 = o40
  9078. o42.Part1 = o2
  9079. o43.Parent = o1
  9080. o43.Material = Enum.Material.SmoothPlastic
  9081. o43.BrickColor = BrickColor.new("Really black")
  9082. o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
  9083. o43.CanCollide = false
  9084. o43.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
  9085. 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)
  9086. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9087. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9088. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9089. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9090. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9091. o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
  9092. o44.Parent = o43
  9093. o44.Scale = Vector3.new(0.875471771, 1, 1)
  9094. o45.Name = "Joint"
  9095. o45.Parent = o43
  9096. 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)
  9097. o45.Part0 = o43
  9098. o45.Part1 = o2
  9099. o46.Parent = o1
  9100. o46.Material = Enum.Material.SmoothPlastic
  9101. o46.BrickColor = BrickColor.new("Really black")
  9102. o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
  9103. o46.CanCollide = false
  9104. o46.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
  9105. 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)
  9106. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9107. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9108. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9109. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9110. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9111. o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
  9112. o47.Parent = o46
  9113. o47.Scale = Vector3.new(0.875471771, 1, 1)
  9114. o48.Name = "Joint"
  9115. o48.Parent = o46
  9116. 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)
  9117. o48.Part0 = o46
  9118. o48.Part1 = o2
  9119. o49.Parent = o1
  9120. o49.Material = Enum.Material.SmoothPlastic
  9121. o49.BrickColor = BrickColor.new("Really black")
  9122. o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
  9123. o49.CanCollide = false
  9124. o49.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
  9125. 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)
  9126. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9127. o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9128. o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9129. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9130. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9131. o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
  9132. o50.Parent = o49
  9133. o50.Scale = Vector3.new(0.875471771, 1, 1)
  9134. o51.Name = "Joint"
  9135. o51.Parent = o49
  9136. 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)
  9137. o51.Part0 = o49
  9138. o51.Part1 = o2
  9139. o52.Parent = o1
  9140. o52.Material = Enum.Material.SmoothPlastic
  9141. o52.BrickColor = BrickColor.new("Dark stone grey")
  9142. o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
  9143. o52.Rotation = Vector3.new(-90, 0, 0)
  9144. o52.Size = Vector3.new(0.200000003, 0.46807757, 0.42348215)
  9145. 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)
  9146. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9147. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9148. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9149. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9150. o52.Color = Color3.new(0.388235, 0.372549, 0.384314)
  9151. o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
  9152. o53.Name = "Joint"
  9153. o53.Parent = o52
  9154. 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)
  9155. o53.Part0 = o52
  9156. o53.Part1 = o2
  9157. o54.Parent = o1
  9158. o54.Material = Enum.Material.SmoothPlastic
  9159. o54.BrickColor = BrickColor.new("Dark stone grey")
  9160. o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
  9161. o54.Rotation = Vector3.new(90, -90, 0)
  9162. o54.Size = Vector3.new(0.200000003, 0.578077555, 0.200000003)
  9163. 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)
  9164. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9165. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9166. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9167. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9168. o54.Color = Color3.new(0.388235, 0.372549, 0.384314)
  9169. o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
  9170. o55.Name = "Joint"
  9171. o55.Parent = o54
  9172. 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)
  9173. o55.Part0 = o54
  9174. o55.Part1 = o2
  9175. mas.Parent = workspace
  9176. mas:MakeJoints()
  9177. local mas1 = mas:GetChildren()
  9178. for i=1,#mas1 do
  9179. mas1[i].Parent = workspace
  9180. ypcall(function() mas1[i]:MakeJoints() end)
  9181. end
  9182. mas:Destroy()
  9183. for i=1,#cors do
  9184. coroutine.resume(cors[i])
  9185. end
  9186.  
  9187. wait()
  9188.  
  9189. Workspace["RightArm"].Parent = game.Players.LocalPlayer.Character
  9190.  
  9191. game.Players.LocalPlayer.Character["RightArm"].Name = "Familiar Right Arm"
  9192.  
  9193. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
  9194. w.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  9195. w.Part1 = o2
  9196. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  9197. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0
  9198.  
  9199. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Arm"]:GetChildren()) do
  9200. if v.ClassName == "Part" then
  9201. v.CanCollide = false
  9202. v.Anchored = false
  9203. end
  9204. end
  9205.  
  9206.  
  9207. local runDummyScript = function(f,scri)
  9208. local oldenv = getfenv(f)
  9209. local newenv = setmetatable({}, {
  9210. __index = function(_, k)
  9211. if k:lower() == 'script' then
  9212. return scri
  9213. else
  9214. return oldenv[k]
  9215. end
  9216. end
  9217. })
  9218. setfenv(f, newenv)
  9219. ypcall(function() f() end)
  9220. end
  9221. cors = {}
  9222. mas = Instance.new("Model",game:GetService("Lighting"))
  9223. mas.Name = "CompiledModel"
  9224. o1 = Instance.new("Part")
  9225. o2 = Instance.new("Weld")
  9226. o3 = Instance.new("Part")
  9227. o4 = Instance.new("Weld")
  9228. o5 = Instance.new("Part")
  9229. o6 = Instance.new("Weld")
  9230. o7 = Instance.new("Part")
  9231. o8 = Instance.new("Weld")
  9232. o9 = Instance.new("Part")
  9233. o10 = Instance.new("Weld")
  9234. o11 = Instance.new("Part")
  9235. o12 = Instance.new("Weld")
  9236. o13 = Instance.new("Part")
  9237. o14 = Instance.new("Weld")
  9238. o15 = Instance.new("Part")
  9239. o16 = Instance.new("Weld")
  9240. o17 = Instance.new("Part")
  9241. o18 = Instance.new("SpecialMesh")
  9242. o19 = Instance.new("Weld")
  9243. o20 = Instance.new("WedgePart")
  9244. o21 = Instance.new("Weld")
  9245. o22 = Instance.new("WedgePart")
  9246. o23 = Instance.new("Weld")
  9247. o24 = Instance.new("WedgePart")
  9248. o25 = Instance.new("Weld")
  9249. o26 = Instance.new("WedgePart")
  9250. o27 = Instance.new("Weld")
  9251. o28 = Instance.new("WedgePart")
  9252. o29 = Instance.new("Weld")
  9253. o30 = Instance.new("WedgePart")
  9254. o31 = Instance.new("Weld")
  9255. o32 = Instance.new("Part")
  9256. o33 = Instance.new("SpecialMesh")
  9257. o1.Name = "Blade"
  9258. o1.Parent = mas
  9259. o1.Material = Enum.Material.Metal
  9260. o1.BrickColor = BrickColor.new("Fossil")
  9261. o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
  9262. o1.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9263. o1.CanCollide = false
  9264. o1.FormFactor = Enum.FormFactor.Custom
  9265. o1.Size = Vector3.new(0.199999988, 6.44999933, 0.449999988)
  9266. 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)
  9267. o1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9268. o1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9269. o1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9270. o1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9271. o1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9272. o1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9273. o1.Color = Color3.new(0.623529, 0.631373, 0.67451)
  9274. o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
  9275. o2.Name = "Joint"
  9276. o2.Parent = o1
  9277. 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)
  9278. o2.Part0 = o1
  9279. o2.Part1 = o32
  9280. o3.Name = "Handle"
  9281. o3.Parent = mas
  9282. o3.Material = Enum.Material.Metal
  9283. o3.BrickColor = BrickColor.new("Really black")
  9284. o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
  9285. o3.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9286. o3. Anchored = false
  9287. o3.FormFactor = Enum.FormFactor.Custom
  9288. o3.Size = Vector3.new(0.25999999, 0.630000114, 0.310000002)
  9289. 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)
  9290. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9291. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9292. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9293. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9294. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9295. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9296. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9297. o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
  9298. o4.Name = "Joint"
  9299. o4.Parent = o3
  9300. 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)
  9301. o4.Part0 = o3
  9302. o4.Part1 = o32
  9303. o5.Name = "Handle"
  9304. o5.Parent = mas
  9305. o5.Material = Enum.Material.Metal
  9306. o5.BrickColor = BrickColor.new("Really black")
  9307. o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
  9308. o5.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
  9309. o5. Anchored = false
  9310. o5.FormFactor = Enum.FormFactor.Custom
  9311. o5.Shape = Enum.PartType.Cylinder
  9312. o5.Size = Vector3.new(2.13999987, 0.230000168, 0.310000002)
  9313. 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)
  9314. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9315. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9316. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9317. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9318. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9319. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9320. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9321. o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
  9322. o6.Name = "Joint"
  9323. o6.Parent = o5
  9324. 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)
  9325. o6.Part0 = o5
  9326. o6.Part1 = o32
  9327. o7.Name = "Handle"
  9328. o7.Parent = mas
  9329. o7.Material = Enum.Material.Metal
  9330. o7.BrickColor = BrickColor.new("Really black")
  9331. o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
  9332. o7.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
  9333. o7. Anchored = false
  9334. o7.FormFactor = Enum.FormFactor.Custom
  9335. o7.Shape = Enum.PartType.Cylinder
  9336. o7.Size = Vector3.new(0.25, 0.239999995, 0.319999993)
  9337. 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)
  9338. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9339. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9340. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9341. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9342. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9343. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9344. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9345. o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
  9346. o8.Name = "Joint"
  9347. o8.Parent = o7
  9348. 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)
  9349. o8.Part0 = o7
  9350. o8.Part1 = o32
  9351. o9.Name = "Handle10"
  9352. o9.Parent = mas
  9353. o9.Material = Enum.Material.Metal
  9354. o9.BrickColor = BrickColor.new("Really black")
  9355. o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
  9356. o9.Rotation = Vector3.new(-83.4899979, -59.1199989, 94.1800003)
  9357. o9. Anchored = false
  9358. o9.FormFactor = Enum.FormFactor.Custom
  9359. o9.Size = Vector3.new(0.200000003, 0.5, 0.200000003)
  9360. 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)
  9361. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9362. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9363. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9364. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9365. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9366. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9367. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9368. o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
  9369. o10.Name = "Joint"
  9370. o10.Parent = o9
  9371. 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)
  9372. o10.Part0 = o9
  9373. o10.Part1 = o32
  9374. o11.Name = "Handle2"
  9375. o11.Parent = mas
  9376. o11.Material = Enum.Material.Metal
  9377. o11.BrickColor = BrickColor.new("Really black")
  9378. o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
  9379. o11.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9380. o11. Anchored = false
  9381. o11.FormFactor = Enum.FormFactor.Custom
  9382. o11.Size = Vector3.new(0.25999999, 0.899999976, 0.200000018)
  9383. 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)
  9384. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9385. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9386. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9387. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9388. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9389. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9390. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9391. o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
  9392. o12.Name = "Joint"
  9393. o12.Parent = o11
  9394. 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)
  9395. o12.Part0 = o11
  9396. o12.Part1 = o32
  9397. o13.Name = "Handle3"
  9398. o13.Parent = mas
  9399. o13.Material = Enum.Material.Metal
  9400. o13.BrickColor = BrickColor.new("Really black")
  9401. o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
  9402. o13.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9403. o13. Anchored = false
  9404. o13.CanCollide = false
  9405. o13.FormFactor = Enum.FormFactor.Custom
  9406. o13.Size = Vector3.new(0.25, 1.10000002, 0.300000012)
  9407. 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)
  9408. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9409. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9410. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9411. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9412. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9413. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9414. o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9415. o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
  9416. o14.Name = "Joint"
  9417. o14.Parent = o13
  9418. 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)
  9419. o14.Part0 = o13
  9420. o14.Part1 = o32
  9421. o15.Name = "Handle4"
  9422. o15.Parent = mas
  9423. o15.Material = Enum.Material.Metal
  9424. o15.BrickColor = BrickColor.new("Really black")
  9425. o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
  9426. o15.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9427. o15. Anchored = false
  9428. o15.CanCollide = false
  9429. o15.FormFactor = Enum.FormFactor.Custom
  9430. o15.Size = Vector3.new(0.25, 1.10000002, 0.200000003)
  9431. 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)
  9432. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9433. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9434. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9435. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9436. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9437. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9438. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9439. o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
  9440. o16.Name = "Joint"
  9441. o16.Parent = o15
  9442. 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)
  9443. o16.Part0 = o15
  9444. o16.Part1 = o32
  9445. o17.Parent = mas
  9446. o17.BrickColor = BrickColor.new("Really black")
  9447. o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
  9448. o17.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
  9449. o17. Anchored = false
  9450. o17.FormFactor = Enum.FormFactor.Symmetric
  9451. o17.Size = Vector3.new(0.600000024, 0.389999986, 0.310000002)
  9452. 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)
  9453. o17.BottomSurface = Enum.SurfaceType.Smooth
  9454. o17.TopSurface = Enum.SurfaceType.Smooth
  9455. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9456. o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
  9457. o18.Parent = o17
  9458. o18.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  9459. o18.Scale = Vector3.new(0.300000012, 0.5, 0.300000012)
  9460. o18.MeshType = Enum.MeshType.FileMesh
  9461. o19.Name = "Joint"
  9462. o19.Parent = o17
  9463. 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)
  9464. o19.Part0 = o17
  9465. o19.Part1 = o32
  9466. o20.Name = "Handle5"
  9467. o20.Parent = mas
  9468. o20.Material = Enum.Material.Metal
  9469. o20.BrickColor = BrickColor.new("Really black")
  9470. o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
  9471. o20.Rotation = Vector3.new(93.4599991, 14.1700001, -92.2099991)
  9472. o20. Anchored = false
  9473. o20.FormFactor = Enum.FormFactor.Custom
  9474. o20.Size = Vector3.new(0.25, 0.350000024, 0.25)
  9475. 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)
  9476. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9477. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9478. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9479. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9480. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9481. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9482. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9483. o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
  9484. o21.Name = "Joint"
  9485. o21.Parent = o20
  9486. 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)
  9487. o21.Part0 = o20
  9488. o21.Part1 = o32
  9489. o22.Name = "Handle6"
  9490. o22.Parent = mas
  9491. o22.Material = Enum.Material.Metal
  9492. o22.BrickColor = BrickColor.new("Really black")
  9493. o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
  9494. o22.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
  9495. o22. Anchored = false
  9496. o22.FormFactor = Enum.FormFactor.Custom
  9497. o22.Size = Vector3.new(0.25, 0.25, 0.25)
  9498. 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)
  9499. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9500. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9501. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9502. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9503. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9504. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9505. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9506. o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
  9507. o23.Name = "Joint"
  9508. o23.Parent = o22
  9509. 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)
  9510. o23.Part0 = o22
  9511. o23.Part1 = o32
  9512. o24.Name = "Handle7"
  9513. o24.Parent = mas
  9514. o24.Material = Enum.Material.Metal
  9515. o24.BrickColor = BrickColor.new("Really black")
  9516. o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
  9517. o24.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9518. o24. Anchored = false
  9519. o24.CanCollide = false
  9520. o24.FormFactor = Enum.FormFactor.Custom
  9521. o24.Size = Vector3.new(0.25, 0.300000072, 0.200000003)
  9522. 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)
  9523. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9524. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9525. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9526. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9527. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9528. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9529. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9530. o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
  9531. o25.Name = "Joint"
  9532. o25.Parent = o24
  9533. 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)
  9534. o25.Part0 = o24
  9535. o25.Part1 = o32
  9536. o26.Name = "Handle8"
  9537. o26.Parent = mas
  9538. o26.Material = Enum.Material.Metal
  9539. o26.BrickColor = BrickColor.new("Really black")
  9540. o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
  9541. o26.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9542. o26. Anchored = false
  9543. o26.CanCollide = false
  9544. o26.FormFactor = Enum.FormFactor.Custom
  9545. o26.Size = Vector3.new(0.25, 0.800000072, 0.200000003)
  9546. 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)
  9547. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9548. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9549. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9550. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9551. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9552. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9553. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9554. o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
  9555. o27.Name = "Joint"
  9556. o27.Parent = o26
  9557. 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)
  9558. o27.Part0 = o26
  9559. o27.Part1 = o32
  9560. o28.Name = "BladeEnd"
  9561. o28.Parent = mas
  9562. o28.Material = Enum.Material.Metal
  9563. o28.BrickColor = BrickColor.new("Fossil")
  9564. o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
  9565. o28.Rotation = Vector3.new(-86.5400009, -13.5500002, 92.1699982)
  9566. o28. Anchored = false
  9567. o28.CanCollide = false
  9568. o28.FormFactor = Enum.FormFactor.Custom
  9569. o28.Size = Vector3.new(0.25, 1.09000015, 0.450000018)
  9570. 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)
  9571. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9572. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9573. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9574. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9575. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9576. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9577. o28.Color = Color3.new(0.623529, 0.631373, 0.67451)
  9578. o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
  9579. o29.Name = "Joint"
  9580. o29.Parent = o28
  9581. 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)
  9582. o29.Part0 = o28
  9583. o29.Part1 = o32
  9584. o30.Name = "Handle9"
  9585. o30.Parent = mas
  9586. o30.Material = Enum.Material.Metal
  9587. o30.BrickColor = BrickColor.new("Really black")
  9588. o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
  9589. o30.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9590. o30. Anchored = false
  9591. o30.CanCollide = false
  9592. o30.FormFactor = Enum.FormFactor.Custom
  9593. o30.Size = Vector3.new(0.25, 0.5200001, 0.200000003)
  9594. 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)
  9595. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9596. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9597. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9598. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9599. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9600. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9601. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9602. o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
  9603. o31.Name = "Joint"
  9604. o31.Parent = o30
  9605. 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)
  9606. o31.Part0 = o30
  9607. o31.Part1 = o32
  9608. o32.Name = "REF"
  9609. o32.Parent = mas
  9610. o32.Transparency = 1
  9611. o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
  9612. o32.Rotation = Vector3.new(0, -90, 0)
  9613. o32. Anchored = false
  9614. o32.CanCollide = false
  9615. o32.FormFactor = Enum.FormFactor.Symmetric
  9616. o32.Size = Vector3.new(2, 2, 1)
  9617. 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)
  9618. o32.BottomSurface = Enum.SurfaceType.Smooth
  9619. o32.TopSurface = Enum.SurfaceType.Smooth
  9620. o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
  9621. o33.Parent = o32
  9622. o33.MeshId = "rbxasset://fonts/torso.mesh"
  9623. o33.MeshType = Enum.MeshType.FileMesh
  9624. mas.Parent = workspace
  9625. mas:MakeJoints()
  9626. local mas1 = mas:GetChildren()
  9627. for i=1,#mas1 do
  9628. mas1[i].Parent = workspace
  9629. ypcall(function() mas1[i]:MakeJoints() end)
  9630. end
  9631. mas:Destroy()
  9632. for i=1,#cors do
  9633. coroutine.resume(cors[i])
  9634. end
  9635.  
  9636. wait()
  9637.  
  9638. Workspace["Blade"].Parent = game.Players.LocalPlayer.Character
  9639.  
  9640. game.Players.LocalPlayer.Character["Blade"].Name = "Blade"
  9641.  
  9642. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
  9643. w.Part0 = game.Players.LocalPlayer.Character["Torso"]
  9644. w.Part1 = o32
  9645. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  9646. game.Players.LocalPlayer.Character["Torso"].Transparency = 0
  9647.  
  9648. for i,v in pairs (game.Players.LocalPlayer.Character["Blade"]:GetChildren()) do
  9649. if v.ClassName == "Part" then
  9650. v.CanCollide = false
  9651. v.Anchored = false
  9652. end
  9653. end
  9654. --
  9655. wait(1 / 60)
  9656. Ilaoi = { }
  9657. local Mouse = Player:GetMouse()
  9658. local RootPart = Character.HumanoidRootPart
  9659. local RootJoint = RootPart.RootJoint
  9660. local attack = false
  9661. local delays = false
  9662. local play = true
  9663. local targetted = nil
  9664. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  9665. local velocity = RootPart.Velocity.y
  9666. local sine = 0
  9667. local Create = LoadLibrary("RbxUtility").Create
  9668.  
  9669. CFuncs = {
  9670.  
  9671. ["Sound"] = {
  9672. Create = function(id, par, vol, pit)
  9673. coroutine.resume(coroutine.create(function()
  9674. local S = Create("Sound"){
  9675. Volume = vol,
  9676. Pitch = pit or 1,
  9677. SoundId = id,
  9678. Parent = par or workspace,
  9679. }
  9680. wait()
  9681. S:play()
  9682. game:GetService("Debris"):AddItem(S, 6)
  9683. end))
  9684. end;
  9685. };
  9686.  
  9687.  
  9688. CreateTemplate = {
  9689.  
  9690. };
  9691. }
  9692.  
  9693.  
  9694. abss = Instance.new("BillboardGui",Character)
  9695. abss.Size = UDim2.new(50,0,50,0)
  9696. abss.Enabled = false
  9697. imgl = Instance.new("ImageLabel",abss)
  9698. imgl.Position = UDim2.new(0,0,0,0)
  9699. imgl.Size = UDim2.new(1,0,1,0)
  9700. imgl.Image = "rbxassetid://103028201"
  9701. imgl.BackgroundTransparency = 1
  9702. imgl.ImageColor3 = Color3.new(0,0,255)
  9703. img2 = Instance.new("ImageLabel",abss)
  9704. img2.Position = UDim2.new(0,0,0,0)
  9705. img2.Size = UDim2.new(1,0,1,0)
  9706. img2.Image = "rbxassetid://103028201"
  9707. img2.BackgroundTransparency = 1
  9708. img2.ImageColor3 = Color3.new(0,0,255)
  9709.  
  9710. function TargetSelect(person)
  9711. local dd=coroutine.wrap(function()
  9712. if targetted ~= person then
  9713. targetted = person
  9714. img2.Size = UDim2.new(1,0,1,0)
  9715. img2.ImageTransparency = 0
  9716. img2.Position = UDim2.new(0,0,0,0)
  9717. for i = 0, 2, 0.1 do
  9718. swait()
  9719. img2.Size = img2.Size + UDim2.new(5,0,5,0)
  9720. img2.Position = img2.Position + UDim2.new(-.025,0,-.025,0)
  9721. img2.ImageTransparency = img2.ImageTransparency + 0.05
  9722. end
  9723. end
  9724. end)
  9725. dd()
  9726. end
  9727.  
  9728. function LockOn()
  9729. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
  9730. TargetSelect(Mouse.Target.Parent)
  9731. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=147722098", Character, 1, .8)
  9732. end
  9733. end
  9734.  
  9735.  
  9736. function ofmoosic() -- 2 lazi hoh
  9737. delays = true
  9738. while wait() and kkk and kkk.Volume >= 0.02 do
  9739. kkk.Volume = kkk.Volume - 0.05
  9740. end
  9741. wait(0.1)
  9742. kkk.Pitch = 0
  9743. kkk.PlaybackSpeed = 0
  9744. play = false
  9745. delays = false
  9746. end
  9747. function onmoosic()
  9748. delays = true
  9749. kkk.Pitch = .6
  9750. kkk.PlaybackSpeed = .6
  9751. while wait() and kkk and kkk.Volume <= 1.5 do
  9752. kkk.Volume = kkk.Volume + 0.05
  9753. end
  9754. wait(0.1)
  9755. play = true
  9756. delays = false
  9757. end
  9758.  
  9759.  
  9760. Mouse.KeyDown:connect(function(k)
  9761. k = k:lower()
  9762. if attack == false and k == 'q' then
  9763. LockOn()
  9764. end
  9765. end)
  9766.  
  9767. kkk = Instance.new("Sound",Character)
  9768. kkk.Volume = 1.5
  9769. kkk.PlaybackSpeed = 1
  9770. kkk.Pitch = .6
  9771. kkk.SoundId = "rbxassetid://"
  9772. kkk:Play()
  9773. kkk.Name = "a"
  9774. kkk.Looped = true
  9775.  
  9776.  
  9777.  
  9778. while true do
  9779. swait()
  9780. for i, v in pairs(Character:GetChildren()) do
  9781. if v:IsA("Part") then
  9782. v.Material = "SmoothPlastic"
  9783. elseif v:IsA("Accessory") then
  9784. v:WaitForChild("Handle").Material = "SmoothPlastic"
  9785. end
  9786. end
  9787. while true do
  9788. swait()
  9789. imgl.Rotation = imgl.Rotation + 3
  9790. img2.Rotation = img2.Rotation + 3
  9791. if targetted ~= nil then
  9792. abss.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
  9793. abss.Enabled = true
  9794. elseif targetted == nil then
  9795. abss.Adornee = nil
  9796. abss.Enabled = false
  9797. end
  9798. while true and imgl.Rotation >= 360 do
  9799. imgl.Rotation = 0
  9800. img2.Rotation = 0
  9801. end
  9802.  
  9803. if 0 < #Ilaoi then
  9804. for e = 1, #Ilaoi do
  9805. if Ilaoi[e] ~= nil then
  9806. local Thing = Ilaoi[e]
  9807. if Thing ~= nil then
  9808. local Part = Thing[1]
  9809. local Mode = Thing[2]
  9810. local Delay = Thing[3]
  9811. local IncX = Thing[4]
  9812. local IncY = Thing[5]
  9813. local IncZ = Thing[6]
  9814. if Thing[2] == "Shoot" then
  9815. local Look = Thing[1]
  9816. local move = 30
  9817. if Thing[8] == 3 then
  9818. move = 10
  9819. end
  9820. local hit, pos = rayCast(Thing[4], Thing[1], move, m)
  9821. if Thing[10] ~= nil then
  9822. da = pos
  9823. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  9824. cfa = CFrame.new(Thing[4], pos)
  9825. tehCF = cfa:lerp(cf2, 0.2)
  9826. Thing[1] = tehCF.lookVector
  9827. end
  9828. local mag = (Thing[4] - pos).magnitude
  9829. 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)
  9830. if Thing[8] == 2 then
  9831. 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)
  9832. end
  9833. Thing[4] = Thing[4] + Look * move
  9834. Thing[3] = Thing[3] - 1
  9835. if 2 < Thing[5] then
  9836. Thing[5] = Thing[5] - 0.3
  9837. Thing[6] = Thing[6] - 0.3
  9838. end
  9839. if hit ~= nil then
  9840. Thing[3] = 0
  9841. if Thing[8] == 1 or Thing[8] == 3 then
  9842. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  9843. else
  9844. if Thing[8] == 2 then
  9845. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  9846. if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
  9847. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  9848. ref.Anchored = true
  9849. ref.CFrame = CFrame.new(pos)
  9850. CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
  9851. game:GetService("Debris"):AddItem(ref, 0.2)
  9852. 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)
  9853. 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)
  9854. MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
  9855. end
  9856. end
  9857. end
  9858. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  9859. ref.Anchored = true
  9860. ref.CFrame = CFrame.new(pos)
  9861. Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
  9862. game:GetService("Debris"):AddItem(ref, 1)
  9863. end
  9864. if Thing[3] <= 0 then
  9865. table.remove(Effects, e)
  9866. end
  9867. end
  9868. do
  9869. do
  9870. if Thing[2] == "FireWave" then
  9871. if Thing[3] <= Thing[4] then
  9872. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  9873. Thing[3] = Thing[3] + 1
  9874. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  9875. else
  9876. Part.Parent = nil
  9877. table.remove(Effects, e)
  9878. end
  9879. end
  9880. if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  9881. if Thing[1].Transparency <= 1 then
  9882. if Thing[2] == "Block1" then
  9883. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  9884. Mesh = Thing[7]
  9885. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9886. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9887. else
  9888. if Thing[2] == "Block2" then
  9889. Thing[1].CFrame = Thing[1].CFrame
  9890. Mesh = Thing[7]
  9891. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9892. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9893. else
  9894. if Thing[2] == "Fire" then
  9895. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  9896. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  9897. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9898. else
  9899. if Thing[2] == "Cylinder" then
  9900. Mesh = Thing[7]
  9901. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9902. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9903. else
  9904. if Thing[2] == "Blood" then
  9905. Mesh = Thing[7]
  9906. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  9907. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9908. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9909. else
  9910. if Thing[2] == "Elec" then
  9911. Mesh = Thing[10]
  9912. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  9913. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9914. else
  9915. if Thing[2] == "Disappear" then
  9916. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9917. else
  9918. if Thing[2] == "Shatter" then
  9919. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9920. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  9921. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  9922. Thing[6] = Thing[6] + Thing[5]
  9923. end
  9924. end
  9925. end
  9926. end
  9927. end
  9928. end
  9929. end
  9930. end
  9931. else
  9932.  
  9933. table.remove(Ilaoi, e)
  9934. end
  9935. end
  9936. end
  9937. end
  9938. end
  9939. end
  9940. end
  9941. end
  9942. end
  9943. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement