Vechol

Untitled

Sep 30th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 423.73 KB | None | 0 0
  1. -- This script has been converted to FE by iPxter
  2.  
  3.  
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  6. do
  7. print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
  8. script.Parent = Player.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent and t.Function then
  34. t.Function(...)
  35. end
  36. end
  37. m.TrigEvent = te
  38. UIS.TrigEvent = te
  39.  
  40. Event.OnServerEvent:Connect(function(plr,io)
  41. if plr~=Player then return end
  42. if io.isMouse then
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. else
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local UIS = game:GetService("UserInputService")
  66. local input = function(io,a)
  67. if a then return end
  68. --Since InputObject is a client-side instance, we create and pass table instead
  69. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  70. end
  71. UIS.InputBegan:Connect(input)
  72. UIS.InputEnded:Connect(input)
  73.  
  74. local Mouse = Player:GetMouse()
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  85. end
  86.  
  87. --Ishida Sword And Armor--
  88. p = owner
  89. char = p.Character
  90. torso = char.Torso
  91. neck = char.Torso.Neck
  92. hum = char.Humanoid
  93.  
  94. dot = false
  95. des = false
  96. local ChatService = game:GetService("Chat")
  97. local player = owner
  98. char = player.Character
  99. hum = char.Humanoid
  100. torso = hum.Torso
  101. lig = Instance.new("PointLight",player.Character.Torso)
  102. lig.Color=Color3.new(0,0,255)
  103. bb = Instance.new("BillboardGui",player.Character.Head)
  104. bb.Enabled = true
  105. bb.AlwaysOnTop = true
  106. bb.Size = UDim2.new(0,200,0,50)
  107. bb.StudsOffset = Vector3.new(0,1,0)
  108. gui=Instance.new("TextBox",bb)
  109. gui.Text = "Wanderer"
  110. gui.Size = UDim2.new(0,133,0,45)
  111. gui.Position=UDim2.new(0,57,0,-40)
  112. gui.TextColor3 = Color3.new(0/255,0/255,255/255)
  113. gui.BackgroundColor3=Color3.new(0/255,0/255,255/255)
  114. gui.TextWrapped = true
  115. gui.TextScaled = true
  116. gui.TextXAlignment = "Left"
  117. gui.TextYAlignment = "Top"
  118. gui.Visible = false
  119. gui.BorderColor3 = Color3.new(0,0,255)
  120.  
  121. gui1=Instance.new("TextButton",bb)
  122. gui1.Position=UDim2.new(0,5,0,-43)
  123. gui1.Size = UDim2.new(0,190,0,51)
  124.  
  125. gui1.TextColor3 = Color3.new(0/255,0/255,255/255)
  126. gui1.BackgroundColor3=Color3.new(0/255,0/255,255/255)
  127.  
  128. Debounces = {
  129. ["IsSpeech"]=false;
  130. }
  131.  
  132.  
  133. Speeches = {
  134. "rbxassetid://316403916",
  135. "rbxassetid://316403844",
  136. "rbxassetid://316403787",
  137. "rbxassetid://316403490"
  138. };
  139.  
  140.  
  141.  
  142.  
  143. function swait(num)
  144. if num==0 or num==nil then
  145. game:service'RunService'.Stepped:wait(0)
  146. else
  147. for i=0,num do
  148. game:service'RunService'.Stepped:wait(0)
  149. end
  150. end
  151. end
  152.  
  153.  
  154. for _,v in pairs(Speeches) do
  155.  
  156. game:GetService("ContentProvider"):Preload(v)
  157.  
  158. end
  159.  
  160. so = function(id,par,vol,pit)
  161. coroutine.resume(coroutine.create(function()
  162. local sou = Instance.new("Sound",par or workspace)
  163. sou.Volume=vol
  164. sou.Pitch=pit or 1
  165. sou.SoundId=id
  166. swait()
  167. sou:play()
  168. game:GetService("Debris"):AddItem(sou,sou.TimeLength)
  169. end))
  170. end
  171.  
  172.  
  173.  
  174. function speech()
  175. if Debounces.IsSpeech then return end
  176. Debounces.IsSpeech = true
  177.  
  178. so(""..Speeches[math.random(1,#Speeches)].."",torso,1,1)
  179.  
  180. swait()
  181.  
  182. Debounces.IsSpeech = false
  183. end
  184.  
  185.  
  186. gui1.Visible = false
  187. img = Instance.new("ImageLabel",bb)
  188. img.Size = UDim2.new(0,46,0,47)
  189. img.Position = UDim2.new(0,10,0,-41)
  190. img.Image = "rbxassetid://698463405"
  191. img.BorderColor3 = Color3.new(0,0,0)
  192. img.Visible = false
  193. asd = Instance.new("Sound",player.Character.Torso)
  194. asd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  195.  
  196. asd1 = Instance.new("Sound",player.Character.Torso)
  197. asd1.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  198.  
  199. asd2 = Instance.new("Sound",player.Character.Torso)
  200. asd2.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  201. asd2.Looped = true
  202. asd3 = Instance.new("Sound",player.Character.Torso)
  203. asd3.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  204. asd3.Looped = true
  205. asd4 = Instance.new("Sound",player.Character.Torso)
  206. asd4.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  207. asd4.Looped = false
  208. asd5 = Instance.new("Sound",player.Character.Torso)
  209. asd5.SoundId = "http://www.roblox.com/asset/?id = 0"
  210. asd5.Looped = true
  211. dunkd = Instance.new("Sound",player.Character.Torso)
  212. dunkd.SoundId = "http://www.roblox.com/asset/?id = 565939471"
  213. dunkd.Looped = false
  214. function play(play)
  215. asd:Play()
  216. asd1:Play()
  217. end
  218. eye = Instance.new("Part",player.Character)
  219. eye.BrickColor = BrickColor.new("Toothpaste")
  220. eye.Material = "Neon"
  221. eye.FormFactor = 3
  222. eye.Shape = "Ball"
  223. eye.Size = Vector3.new(0.37,0.37,0.1)
  224. weld = Instance.new("Weld",eye)
  225. weld.Part0 = eye
  226. weld.Part1 = player.Character.Head
  227. weld.C0 = CFrame.new(0.1,-0.2,0.45)
  228. eye.Transparency = 1
  229. -- listen for their chatting
  230. player.Chatted:connect(function(message)
  231. a = string.len(message)
  232. gui.Text = "* "
  233. gui.Visible = true
  234. gui1.Visible = true
  235. des = false
  236. img.Visible = true
  237. print(a)
  238. if dot == false then
  239. for i = 1,string.len(message) do wait(0.07)
  240. gui.Text =gui.Text..message:sub(i,i)
  241.  
  242. play()
  243. end
  244. end
  245.  
  246. des = true
  247. end)
  248. m.KeyDown:connect(function(k)
  249. if k == "" then
  250. asd2:Play()
  251. eye.Transparency = 0
  252.  
  253. elseif k == "" then
  254. speech()
  255. end
  256. end)
  257. m.KeyDown:connect(function(k)
  258. if k == "" then
  259. eye.Transparency = 1
  260. asd3:Play()
  261. end
  262. end)
  263. m.KeyDown:connect(function(k)
  264. if k == "" then
  265. eye.Transparency = 0
  266. asd4:Play()
  267. end
  268. end)
  269. m.KeyDown:connect(function(k)
  270. if k == "" then
  271. eye.Transparency = 1
  272. asd5:Play()
  273. end
  274. end)
  275. m.KeyDown:connect(function(k)
  276. if k == "l" then
  277.  
  278. img.Image = "rbxassetid://46829824"
  279. end
  280. end)
  281. m.KeyDown:connect(function(k)
  282. if k == "k" then
  283. img.Image = "rbxassetid://296125372"
  284. end
  285. end)
  286. m.KeyDown:connect(function(k)
  287. if k == "j" then
  288. img.Image = "rbxassetid://383104729"
  289. end
  290. end)
  291. m.KeyDown:connect(function(k)
  292. if k == "" then
  293. img.Image = "rbxassetid://388167154"
  294. print("You take your very last breath...")
  295. asdd = Instance.new("Sound",player.Character.Torso)
  296. asdd.SoundId = "http://www.roblox.com/asset/?id = 357417055"
  297. asdd.Looped = false
  298. spawn(function()
  299. wait()
  300. asdd:Play()
  301. end)
  302. wait(2)
  303. asddd = Instance.new("Sound",player.Character.Torso)
  304. asddd.SoundId = "http://www.roblox.com/asset/?id = 387183672"
  305. asddd.Looped = false
  306. spawn(function()
  307. wait()
  308. asddd:Play()
  309. end)
  310. wait(2)
  311. asdded = Instance.new("Sound",player.Character.Torso)
  312. asdded.SoundId = "http://www.roblox.com/asset/?id = 387187707"
  313. asdded.Looped = false
  314. spawn(function()
  315. wait()
  316. asdded:Play()
  317. end)
  318. char:BreakJoints()
  319. end
  320. end)
  321. m.KeyDown:connect(function(k)
  322. if k == "x" then
  323. if des == true then
  324. gui.Visible = false
  325. gui.Text = "* "
  326. gui1.Visible = false
  327. img.Visible = false
  328. end
  329. end
  330. end)
  331. m.KeyDown:connect(function(k)
  332. if k == "f" then
  333. asd3:Stop()
  334. asd2:Stop()
  335. asd4:Stop()
  336. dunkd:Stop()
  337. eye.Transparency = 1
  338. asd5:Stop()
  339. end
  340. end)
  341. m.KeyDown:connect(function(k)
  342. if k == "" then
  343. dunkd = Instance.new("Sound",player.Character.Torso)
  344. dunkd.SoundId = "http://www.roblox.com/asset/?id = 333078694"
  345. dunkd.Looped = false
  346. dunkd:Play()
  347. end
  348. end)
  349. m.KeyDown:connect(function(k)
  350. if k == "" then
  351. img.Image = "rbxassetid://378198656"
  352. end
  353. end)
  354. --
  355. --
  356. plr = game.Players.LocalPlayer
  357. char = plr.Character
  358. hum = game.Players.LocalPlayer.Character.Humanoid
  359. to = game.Players.LocalPlayer.Character.Torso
  360. he = game.Players.LocalPlayer.Character.Head
  361. neck = char.Torso.Neck
  362. rar = game.Players.LocalPlayer.Character["Right Arm"]
  363. lar = game.Players.LocalPlayer.Character["Left Arm"]
  364. rla = game.Players.LocalPlayer.Character["Right Leg"]
  365. lla = game.Players.LocalPlayer.Character["Left Leg"]
  366. local maincolor = Color3.new(255/255,85/255,0/255)
  367. local blu = Color3.new(0/255,0/255,255/255)
  368. local gree = Color3.new(0/255,255/255,0/255)
  369. local red = Color3.new(255/255,0/255,0/255)
  370. local dred = Color3.new(0/255,0/255,255/255)
  371. local purp = Color3.new(100/255,0/255,255/255)
  372. local pt1 = NumberSequenceKeypoint.new(0,50,0)
  373. local pt2 = NumberSequenceKeypoint.new(1,0,0)
  374. local pt1a = NumberSequenceKeypoint.new(0,7,0)
  375. local pt2a = NumberSequenceKeypoint.new(1,0,0)
  376. local bigg1 = NumberSequenceKeypoint.new(0,10,0)
  377. local bigg2 = NumberSequenceKeypoint.new(1,0,0)
  378. vt = Vector3.new
  379. bc = BrickColor.new
  380. hum.WalkSpeed = 0
  381. hum.JumpPower = 100
  382. aura = Instance.new("Sound",to)
  383. aura.SoundId = "rbxassetid://260567626"
  384. aura.Looped = false
  385. aura.Volume = 10
  386. lol = Instance.new("Sound",to)
  387. lol.SoundId = "rbxassetid://137473066"
  388. lol.Looped = false
  389. lol.Volume = 10
  390. beyond = Instance.new("Sound",to)
  391. beyond.SoundId = "rbxassetid://256643436"
  392. beyond.Looped = false
  393. beyond.Volume = 10
  394. hum.WalkSpeed = 50
  395. t = Instance.new("ParticleEmitter",to)
  396. t.Rate = 0
  397. t.Size = NumberSequence.new({pt1a,pt2a})
  398. t.Lifetime = NumberRange.new(1)
  399. t.RotSpeed = NumberRange.new(1000000)
  400. t.Texture = "rbxassetid://666724084"
  401. t.VelocitySpread= 50
  402. t.LightEmission = 1
  403. h = Instance.new("ParticleEmitter",he)
  404. h.Rate = 0
  405. h.Size = NumberSequence.new({pt1a,pt2a})
  406. h.Lifetime = NumberRange.new(1)
  407. h.RotSpeed = NumberRange.new(1000000)
  408. h.Texture = "rbxassetid://666724084"
  409. h.VelocitySpread = 90
  410. h.LightEmission = 1
  411. rl = Instance.new("ParticleEmitter",rla)
  412. rl.Rate = 0
  413. rl.Size = NumberSequence.new({pt1a,pt2a})
  414. rl.Lifetime = NumberRange.new(1)
  415. rl.RotSpeed = NumberRange.new(1000000)
  416. rl.Texture = "rbxassetid://666724084"
  417. rl.VelocitySpread = 50
  418. rl.LightEmission = 1
  419. ll = Instance.new("ParticleEmitter",lla)
  420. ll.Rate = 0
  421. ll.Size = NumberSequence.new({pt1a,pt2a})
  422. ll.Lifetime = NumberRange.new(1)
  423. ll.RotSpeed = NumberRange.new(1000000)
  424. ll.Texture = "rbxassetid://666724084"
  425. ll.VelocitySpread = 50
  426. ll.LightEmission = 1
  427. ra = Instance.new("ParticleEmitter",rar)
  428. ra.Rate = 0
  429. ra.Size = NumberSequence.new({pt1a,pt2a})
  430. ra.Lifetime = NumberRange.new(1)
  431. ra.RotSpeed = NumberRange.new(1000000)
  432. ra.Texture = "rbxassetid://666724084"
  433. ra.VelocitySpread = 50
  434. ra.LightEmission = 1
  435.  
  436. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  437. if msg == "boost" then
  438. aura:Play()
  439. h.Rate = 100
  440. t.Rate = 100
  441. rl.Rate = 100
  442. ll.Rate = 100
  443. h.Color = ColorSequence.new(blu)
  444. h.Transparency = NumberSequence.new(0.4)
  445. t.Color = ColorSequence.new(blu)
  446. t.Transparency = NumberSequence.new(0.4)
  447. rl.Color = ColorSequence.new(blu)
  448. rl.Transparency = NumberSequence.new(0.4)
  449. ll.Color = ColorSequence.new(blu)
  450. ll.Transparency = NumberSequence.new(0.4)
  451. ra.Color = ColorSequence.new(blu)
  452. ra.Transparency = NumberSequence.new(0.4)
  453. la.Color = ColorSequence.new(blu)
  454. la.Transparency = NumberSequence.new(0.4)
  455. h.Texture = "rbxassetid://666724084"
  456. t.Texture = "rbxassetid://666724084"
  457. rl.Texture = "rbxassetid://666724084"
  458. ll.Texture = "rbxassetid://666724084"
  459. ra.Texture = "rbxassetid://666724084"
  460. la.Texture = "rbxassetid://666724084"
  461. hum.WalkSpeed = 100
  462. end
  463. end)
  464.  
  465. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  466. if msg == "calm" then
  467. lol:Play()
  468. h.Rate = 0
  469. t.Rate = 0
  470. rl.Rate = 0
  471. ll.Rate = 0
  472. ra.Rate = 0
  473. la.Rate = 0
  474. hum.WalkSpeed = 100
  475. end
  476. end)
  477.  
  478. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  479. if msg == "ultimate" then
  480. beyond:Play()
  481. t.Size = NumberSequence.new(10)
  482. t.Lifetime = NumberRange.new(5)
  483. t.Texture = "rbxassetid://243098098"
  484. t.Color = ColorSequence.new(dred)
  485. t.VelocitySpread = 360
  486. t.ZOffset = 10
  487. t.Rate = 30
  488. bonus1 = Instance.new("ParticleEmitter",rar)
  489. bonus1.Texture = "rbxassetid://257173628"
  490. bonus1.VelocitySpread = 360
  491. bonus1.Rate = 20
  492. bonus1.Lifetime = NumberRange.new(5)
  493. bonus1.Size = NumberSequence.new(10)
  494. bonus1.Color = ColorSequence.new(dred)
  495. bonus1.LightEmission = 1
  496. bonus1.RotSpeed = NumberRange.new(1000000)
  497. bonus1.LockedToPart = true
  498. bonus2 = Instance.new("ParticleEmitter",lar)
  499. bonus2.Texture = "rbxassetid://257173628"
  500. bonus2.VelocitySpread = 360
  501. bonus2.Rate = 10
  502. bonus2.Lifetime = NumberRange.new(5)
  503. bonus2.Size = NumberSequence.new(10)
  504. bonus2.Color = ColorSequence.new(dred)
  505. bonus2.LightEmission = 1
  506. bonus2.RotSpeed = NumberRange.new(1000000)
  507. bonus2.LockedToPart = true
  508. wait(1)
  509. hum.WalkSpeed = 200
  510. hum.JumpPower = 150
  511. end
  512. end)
  513.  
  514. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  515. if msg == "summon" then
  516. p1 = Instance.new("Part",workspace)
  517. p1.Size = Vector3.new(0,0,0)
  518. p1.TopSurface = "Smooth"
  519. p1.BottomSurface = "Smooth"
  520. p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
  521. p1.Parent = game.Players.LocalPlayer.Character.Humanoid
  522. p1.Anchored = true
  523. p1.BrickColor = BrickColor.new("Cyan")
  524. p1.Transparency = 0.6
  525. p1.Material = "Neon"
  526. p1.CanCollide = false
  527. p1.Touched:connect(function(h) if
  528. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  529. p2 = Instance.new("Part",workspace)
  530. p2.Size = Vector3.new(1,25,30)
  531. p2.TopSurface = "Smooth"
  532. p2.BottomSurface = "Smooth"
  533. p2.CFrame = CFrame.new(p1.Position + Vector3.new(15,p2.Size.Y/2,0))
  534. p2.Parent = game.Players.LocalPlayer.Character.Humanoid
  535. p2.Anchored = true
  536. p2.BrickColor = BrickColor.new("Cyan")
  537. p2.Transparency = 0.6
  538. p2.Material = "Neon"
  539. p2.Touched:connect(function(h) if
  540. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  541. p3 = Instance.new("Part",workspace)
  542. p3.Size = Vector3.new(1,25,30)
  543. p3.TopSurface = "Smooth"
  544. p3.BottomSurface = "Smooth"
  545. p3.CFrame = CFrame.new(p1.Position + Vector3.new(-15,p2.Size.Y/2,0))
  546. p3.Parent = game.Players.LocalPlayer.Character.Humanoid
  547. p3.Anchored = true
  548. p3.BrickColor = BrickColor.new("Cyan")
  549. p3.Transparency = 0.6
  550. p3.Material = "Neon"
  551. p3.Touched:connect(function(h) if
  552. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  553. p4 = Instance.new("Part",workspace)
  554. p4.Size = Vector3.new(30,25,1)
  555. p4.TopSurface = "Smooth"
  556. p4.BottomSurface = "Smooth"
  557. p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,15))
  558. p4.Parent = game.Players.LocalPlayer.Character.Humanoid
  559. p4.Anchored = true
  560. p4.BrickColor = BrickColor.new("Cyan")
  561. p4.Transparency = 0.6
  562. p4.Material = "Neon"
  563. p4.Touched:connect(function(h) if
  564. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  565. p5 = Instance.new("Part",workspace)
  566. p5.Size = Vector3.new(30,25,1)
  567. p5.TopSurface = "Smooth"
  568. p5.BottomSurface = "Smooth"
  569. p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-15))
  570. p5.Parent = game.Players.LocalPlayer.Character.Humanoid
  571. p5.Anchored = true
  572. p5.BrickColor = BrickColor.new("Cyan")
  573. p5.Transparency = 0.6
  574. p5.Material = "Neon"
  575. p5.Touched:connect(function(h) if
  576. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  577. p6 = Instance.new("Part",workspace)
  578. p6.Size = Vector3.new(30,1,30)
  579. p6.TopSurface = "Smooth"
  580. p6.BottomSurface = "Smooth"
  581. p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
  582. p6.Parent = game.Players.LocalPlayer.Character.Humanoid
  583. p6.Anchored = true
  584. p6.BrickColor = BrickColor.new("Cyan")
  585. p6.Transparency = 0.6
  586. p6.Material = "Neon"
  587. p6.Touched:connect(function(h) if
  588. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  589. for i=1,4 do
  590. wait(.05)
  591. p1.Transparency = 1-(i/10)
  592. p2.Transparency = 1-(i/10)
  593. p3.Transparency = 1-(i/10)
  594. p4.Transparency = 1-(i/10)
  595. p5.Transparency = 1-(i/10)
  596. p6.Transparency = 1-(i/10)
  597. end
  598. p1p = Instance.new("ParticleEmitter",p1)
  599. p1p.Rate = 200
  600. p1p.VelocitySpread = 360
  601. p1p.Texture = "rbxassetid://199910011"
  602. p1p.Color = ColorSequence.new(blu)
  603. p1p.Size = NumberSequence.new({pt1a,pt2a})
  604. p1p.LightEmission = 1
  605. p1p.ZOffset = 10
  606. p1p.RotSpeed = NumberRange.new(10)
  607. p2p = Instance.new("ParticleEmitter",p2)
  608. p2p.Rate = 200
  609. p2p.VelocitySpread = 360
  610. p2p.Texture = "rbxassetid://199910011"
  611. p2p.Color = ColorSequence.new(blu)
  612. p2p.Size = NumberSequence.new({pt1a,pt2a})
  613. p2p.LightEmission = 1
  614. p2p.ZOffset = 10
  615. p2p.RotSpeed = NumberRange.new(10)
  616. p3p = Instance.new("ParticleEmitter",p3)
  617. p3p.Rate = 200
  618. p3p.VelocitySpread = 360
  619. p3p.Texture = "rbxassetid://199910011"
  620. p3p.Color = ColorSequence.new(blu)
  621. p3p.Size = NumberSequence.new({pt1a,pt2a})
  622. p3p.LightEmission = 1
  623. p3p.ZOffset = 10
  624. p3p.RotSpeed = NumberRange.new(10)
  625. p4p = Instance.new("ParticleEmitter",p4)
  626. p4p.Rate = 200
  627. p4p.VelocitySpread = 360
  628. p4p.Texture = "rbxassetid://199910011"
  629. p4p.Color = ColorSequence.new(blu)
  630. p4p.Size = NumberSequence.new({pt1a,pt2a})
  631. p4p.LightEmission = 1
  632. p4p.ZOffset = 10
  633. p4p.RotSpeed = NumberRange.new(10)
  634. p5p = Instance.new("ParticleEmitter",p5)
  635. p5p.Rate = 200
  636. p5p.VelocitySpread = 360
  637. p5p.Texture = "rbxassetid://199910011"
  638. p5p.Color = ColorSequence.new(blu)
  639. p5p.Size = NumberSequence.new({pt1a,pt2a})
  640. p5p.LightEmission = 1
  641. p5p.ZOffset = 10
  642. p5p.RotSpeed = NumberRange.new(10)
  643. p6p = Instance.new("ParticleEmitter",p6)
  644. p6p.Rate = 200
  645. p6p.VelocitySpread = 360
  646. p6p.Texture = "rbxassetid://199910011"
  647. p6p.Color = ColorSequence.new(blu)
  648. p6p.Size = NumberSequence.new({pt1a,pt2a})
  649. p6p.LightEmission = 10
  650. p6p.ZOffset = 1
  651. p6p.RotSpeed = NumberRange.new(10)
  652. end
  653. end)
  654.  
  655. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  656. if msg == "destroy" then
  657. p1p.Enabled = false
  658. p2p.Enabled = false
  659. p3p.Enabled = false
  660. p4p.Enabled = false
  661. p5p.Enabled = false
  662. p6p.Enabled = false
  663. for i=1,10 do
  664. wait(.05)
  665. p1.Transparency = i/10
  666. p2.Transparency = i/10
  667. p3.Transparency = i/10
  668. p4.Transparency = i/10
  669. p5.Transparency = i/10
  670. p6.Transparency = i/10
  671. end
  672. wait(10)
  673. p1:Destroy()
  674. p2:Destroy()
  675. p3:Destroy()
  676. p4:Destroy()
  677. p5:Destroy()
  678. p6:Destroy()
  679. end
  680. end)
  681. --------
  682. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  683. if msg == "shelter" then
  684. p1 = Instance.new("Part",workspace)
  685. p1.Size = Vector3.new(0,0,0)
  686. p1.TopSurface = "Smooth"
  687. p1.BottomSurface = "Smooth"
  688. p1.CFrame = CFrame.new(to.Position + Vector3.new(0,-3,0))
  689. p1.Parent = game.Players.LocalPlayer.Character.Humanoid
  690. p1.Anchored = true
  691. p1.BrickColor = BrickColor.new("Dark blue")
  692. p1.Transparency = 0.6
  693. p1.Material = "Neon"
  694. p1.CanCollide = false
  695. p1.Touched:connect(function(h) if
  696. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  697. p2 = Instance.new("Part",workspace)
  698. p2.Size = Vector3.new(1,100,100)
  699. p2.TopSurface = "Smooth"
  700. p2.BottomSurface = "Smooth"
  701. p2.CFrame = CFrame.new(p1.Position + Vector3.new(50,p2.Size.Y/2,0))
  702. p2.Parent = game.Players.LocalPlayer.Character.Humanoid
  703. p2.Anchored = true
  704. p2.BrickColor = BrickColor.new("Dark blue")
  705. p2.Transparency = 0.6
  706. p2.Material = "Neon"
  707. p2.Touched:connect(function(h) if
  708. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  709. p3 = Instance.new("Part",workspace)
  710. p3.Size = Vector3.new(1,100,100)
  711. p3.TopSurface = "Smooth"
  712. p3.BottomSurface = "Smooth"
  713. p3.CFrame = CFrame.new(p1.Position + Vector3.new(-50,p2.Size.Y/2,0))
  714. p3.Parent = game.Players.LocalPlayer.Character.Humanoid
  715. p3.Anchored = true
  716. p3.BrickColor = BrickColor.new("Dark blue")
  717. p3.Transparency = 0.6
  718. p3.Material = "Neon"
  719. p3.Touched:connect(function(h) if
  720. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  721. p4 = Instance.new("Part",workspace)
  722. p4.Size = Vector3.new(100,100,1)
  723. p4.TopSurface = "Smooth"
  724. p4.BottomSurface = "Smooth"
  725. p4.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,50))
  726. p4.Parent = game.Players.LocalPlayer.Character.Humanoid
  727. p4.Anchored = true
  728. p4.BrickColor = BrickColor.new("Dark blue")
  729. p4.Transparency = 0.6
  730. p4.Material = "Neon"
  731. p4.Touched:connect(function(h) if
  732. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  733. p5 = Instance.new("Part",workspace)
  734. p5.Size = Vector3.new(100,100,1)
  735. p5.TopSurface = "Smooth"
  736. p5.BottomSurface = "Smooth"
  737. p5.CFrame = CFrame.new(p1.Position + Vector3.new(0,p2.Size.Y/2,-50))
  738. p5.Parent = game.Players.LocalPlayer.Character.Humanoid
  739. p5.Anchored = true
  740. p5.BrickColor = BrickColor.new("Dark blue")
  741. p5.Transparency = 0.6
  742. p5.Material = "Neon"
  743. p5.Touched:connect(function(h) if
  744. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  745. p6 = Instance.new("Part",workspace)
  746. p6.Size = Vector3.new(100,1,100)
  747. p6.TopSurface = "Smooth"
  748. p6.BottomSurface = "Smooth"
  749. p6.Position = workspace.LocalPlayer.Torso.Position + Vector3.new(0,23,0)
  750. p6.Parent = game.Players.LocalPlayer.Character.Humanoid
  751. p6.Anchored = true
  752. p6.BrickColor = BrickColor.new("Dark blue")
  753. p6.Transparency = 0.6
  754. p6.Material = "Neon"
  755. p6.Touched:connect(function(h) if
  756. h.Parent ~= game.Players.LocalPlayer.Character and h.Name ~= "Base" then h:Destroy() end end)
  757. for i=1,4 do
  758. wait(.05)
  759. p1.Transparency = 1-(i/10)
  760. p2.Transparency = 1-(i/10)
  761. p3.Transparency = 1-(i/10)
  762. p4.Transparency = 1-(i/10)
  763. p5.Transparency = 1-(i/10)
  764. p6.Transparency = 1-(i/10)
  765. end
  766. p1p = Instance.new("ParticleEmitter",p1)
  767. p1p.Rate = 200
  768. p1p.VelocitySpread = 360
  769. p1p.Texture = "rbxassetid://199910011"
  770. p1p.Color = ColorSequence.new(blu)
  771. p1p.Size = NumberSequence.new({pt1a,pt2a})
  772. p1p.LightEmission = 1
  773. p1p.ZOffset = 10
  774. p1p.RotSpeed = NumberRange.new(10)
  775. p2p = Instance.new("ParticleEmitter",p2)
  776. p2p.Rate = 200
  777. p2p.VelocitySpread = 360
  778. p2p.Texture = "rbxassetid://199910011"
  779. p2p.Color = ColorSequence.new(blu)
  780. p2p.Size = NumberSequence.new({pt1a,pt2a})
  781. p2p.LightEmission = 1
  782. p2p.ZOffset = 10
  783. p2p.RotSpeed = NumberRange.new(10)
  784. p3p = Instance.new("ParticleEmitter",p3)
  785. p3p.Rate = 200
  786. p3p.VelocitySpread = 360
  787. p3p.Texture = "rbxassetid://199910011"
  788. p3p.Color = ColorSequence.new(blu)
  789. p3p.Size = NumberSequence.new({pt1a,pt2a})
  790. p3p.LightEmission = 1
  791. p3p.ZOffset = 10
  792. p3p.RotSpeed = NumberRange.new(10)
  793. p4p = Instance.new("ParticleEmitter",p4)
  794. p4p.Rate = 200
  795. p4p.VelocitySpread = 360
  796. p4p.Texture = "rbxassetid://199910011"
  797. p4p.Color = ColorSequence.new(blu)
  798. p4p.Size = NumberSequence.new({pt1a,pt2a})
  799. p4p.LightEmission = 1
  800. p4p.ZOffset = 10
  801. p4p.RotSpeed = NumberRange.new(10)
  802. p5p = Instance.new("ParticleEmitter",p5)
  803. p5p.Rate = 200
  804. p5p.VelocitySpread = 360
  805. p5p.Texture = "rbxassetid://199910011"
  806. p5p.Color = ColorSequence.new(blu)
  807. p5p.Size = NumberSequence.new({pt1a,pt2a})
  808. p5p.LightEmission = 1
  809. p5p.ZOffset = 10
  810. p5p.RotSpeed = NumberRange.new(10)
  811. p6p = Instance.new("ParticleEmitter",p6)
  812. p6p.Rate = 200
  813. p6p.VelocitySpread = 360
  814. p6p.Texture = "rbxassetid://199910011"
  815. p6p.Color = ColorSequence.new(blu)
  816. p6p.Size = NumberSequence.new({pt1a,pt2a})
  817. p6p.LightEmission = 10
  818. p6p.ZOffset = 1
  819. p6p.RotSpeed = NumberRange.new(10)
  820. end
  821. end)
  822.  
  823. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  824. if msg == "off" then
  825. p1p.Enabled = false
  826. p2p.Enabled = false
  827. p3p.Enabled = false
  828. p4p.Enabled = false
  829. p5p.Enabled = false
  830. p6p.Enabled = false
  831. for i=1,10 do
  832. wait(.05)
  833. p1.Transparency = i/10
  834. p2.Transparency = i/10
  835. p3.Transparency = i/10
  836. p4.Transparency = i/10
  837. p5.Transparency = i/10
  838. p6.Transparency = i/10
  839. end
  840. wait(10)
  841. p1:Destroy()
  842. p2:Destroy()
  843. p3:Destroy()
  844. p4:Destroy()
  845. p5:Destroy()
  846. p6:Destroy()
  847. end
  848. end)
  849. --------
  850. wait(1/60)
  851. Player=game:GetService("Players").LocalPlayer
  852. Character=Player.Character
  853. PlayerGui=Player.PlayerGui
  854. Backpack=Player.Backpack
  855. Torso=Character.Torso
  856. Head=Character.Head
  857. Humanoid=Character.Humanoid
  858. LeftArm=Character["Left Arm"]
  859. LeftLeg=Character["Left Leg"]
  860. RightArm=Character["Right Arm"]
  861. RightLeg=Character["Right Leg"]
  862. LS=Torso["Left Shoulder"]
  863. LH=Torso["Left Hip"]
  864. RS=Torso["Right Shoulder"]
  865. RH=Torso["Right Hip"]
  866. Face=Head.face
  867. Neck=Torso.Neck
  868. it=Instance.new
  869. attacktype=1
  870. vt=Vector3.new
  871. cf=CFrame.new
  872. euler=CFrame.fromEulerAnglesXYZ
  873. angles=CFrame.Angles
  874. necko=cf(0,1,0,-1,-0,-0,0,0,1,0,1,0)
  875. RootCF=angles(math.rad(-90),0,math.rad(180))
  876. --necko2=cf(0,-0.5,0,-1,-0,-0,0,0,1,0,1,0)
  877. --LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  878. --RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  879. RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
  880. LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
  881. RootPart=Character.HumanoidRootPart
  882. RootJoint=RootPart.RootJoint
  883. attack=false
  884. equipped=false
  885. local idle=0
  886. local Anim="Idle"
  887. local ShotTarget=RootPart
  888. player=nil
  889.  
  890. --[[Saz's Artificial Heartbeat]]--
  891.  
  892. ArtificialHB=Instance.new("BindableEvent",script)
  893. ArtificialHB.Name="ArtificialHB"
  894.  
  895. script:WaitForChild("ArtificialHB")
  896.  
  897. frame=1/60 --1/30 is old Heartbeat and 1/60 is like Renderstepped speed
  898. tf=0
  899. allowframeloss=false
  900. tossremainder=false
  901. lastframe=tick()
  902. script.ArtificialHB:Fire()
  903.  
  904. game:GetService("RunService").Heartbeat:connect(function(s,p)
  905. tf=tf+s
  906. if tf>=frame then
  907. if allowframeloss then
  908. script.ArtificialHB:Fire()
  909. lastframe=tick()
  910. else
  911. for i=1,math.floor(tf/frame) do
  912. script.ArtificialHB:Fire()
  913. end
  914. lastframe=tick()
  915. end
  916. if tossremainder then
  917. tf=0
  918. else
  919. tf=tf-frame*math.floor(tf/frame)
  920. end
  921. end
  922. end)
  923. ----------------------------------------
  924.  
  925. --[[HB wait]]--
  926. local animationspeed=2 --The speed the script goes and stuff.
  927.  
  928. function hbwait(number)
  929. if number==0 or number==nil then
  930. game:GetService("RunService").Stepped:wait()
  931. --ArtificialHB.Event:wait()
  932. else
  933. for i=0,number do
  934. game:GetService("RunService").Stepped:wait()
  935. --ArtificialHB.Event:wait()
  936. end
  937. end
  938. end
  939. ----------------------------------------
  940.  
  941. --[[Stats and Other Values]]--
  942. local Stats=Instance.new("Folder",Character)
  943. Stats.Name="Stats"
  944. local Defense=Instance.new("NumberValue",Stats)
  945. Defense.Name="Defense"
  946. Defense.Value=1
  947. local Movement=Instance.new("NumberValue",Stats)
  948. Movement.Name="Movement"
  949. Movement.Value=1
  950. local Damage=Instance.new("NumberValue",Stats)
  951. Damage.Name="Damage"
  952. Damage.Value=1
  953. local Mana=Instance.new("NumberValue",Stats)
  954. Mana.Name="Mana"
  955. Mana.Value=0
  956. local Rooted=Instance.new("BoolValue",Stats)
  957. Rooted.Name="Rooted"
  958. Rooted.Value=false
  959. local BlockValue=Instance.new("BoolValue",Stats)
  960. BlockValue.Name="BlockValue"
  961. BlockValue.Value=false
  962. local StaggerHitAnim=Instance.new("BoolValue",Stats)
  963. StaggerHitAnim.Name="StaggerHitAnim"
  964. StaggerHitAnim.Value=false
  965. local StaggerAnim=Instance.new("BoolValue",Stats)
  966. StaggerAnim.Name="StaggerAnim"
  967. StaggerAnim.Value=false
  968. local StunAnim=Instance.new("BoolValue",Stats)
  969. StunAnim.Name="StunAnim"
  970. StunAnim.Value=false
  971. local StunValue=Instance.new("NumberValue",Stats)
  972. StunValue.Name="StunValue"
  973. StunValue.Value=0
  974. local CanCrit=Instance.new("BoolValue",Stats)
  975. CanCrit.Name="CanCrit"
  976. CanCrit.Value=true
  977. local CritChance=Instance.new("NumberValue",Stats)
  978. CritChance.Name="CritChance"
  979. CritChance.Value=75
  980. local CanPenetrateArmor=Instance.new("BoolValue",Stats)
  981. CanPenetrateArmor.Name="CanPenetrateArmor"
  982. CanPenetrateArmor.Value=false
  983. local AntiTeamKill=Instance.new("BoolValue",Stats)
  984. AntiTeamKill.Name="AntiTeamKill"
  985. AntiTeamKill.Value=false
  986. ----------------------------------------
  987.  
  988. --[[Ignore these values.]]--
  989. local LastPoint=nil
  990. local staggerhitanim=false
  991. local staggeranim=false
  992. local stunanim=false
  993. local CritChanceNumber=0
  994. local CustomColor=Torso.BrickColor
  995. local Colorpart1=CustomColor.r
  996. local Colorpart2=CustomColor.g
  997. local Colorpart3=CustomColor.b
  998. local InverseColor=BrickColor.new(Color3.new(1-Colorpart1,1-Colorpart2,1-Colorpart3))
  999. local idleangle=0
  1000. local idlen=0
  1001. local donum=0
  1002. local sine=0
  1003. local change=2/animationspeed
  1004. local walkinganim=false
  1005. local handidle=false
  1006. local walk=0
  1007. local someangle=0
  1008. local change2=1
  1009. local stundelay=0
  1010. local manadelay=0
  1011. local robloxidleanimation=Instance.new("Animation",Torso)
  1012. robloxidleanimation.Name="robloxidleanimation"
  1013. robloxidleanimation.AnimationId="http://www.roblox.com/asset/?id="
  1014. local Animator=Humanoid:FindFirstChild("Animator")
  1015. local Animate=Character:FindFirstChild("Animate")
  1016. ----------------------------------------
  1017.  
  1018. --[[Damage Function Sounds]]--
  1019. local HitPlayerSounds={199149137,199149186,199149221,199149235,199149269,199149297}
  1020. local HitArmorSounds={199149321,199149338,199149367,199149409,199149452}
  1021. local HitWeaponSounds={199148971,199149025,199149072,199149109,199149119}
  1022. local HitBlockSounds={199148933,199148947}
  1023. ----------------------------------------
  1024.  
  1025. --[[Gui Stuff]]--
  1026. local cooldown1=0
  1027. local cooldown2=0
  1028. local cooldown3=0
  1029. local cooldown4=0
  1030. local scrn=Instance.new('ScreenGui',PlayerGui)
  1031. local ud=UDim2.new
  1032. local c3=Color3.new
  1033. local skillcolorscheme=c3(1,1,1)
  1034. function subtractmana(k)
  1035. if Mana.Value>=k then
  1036. Mana.Value=Mana.Value-k
  1037. end
  1038. end
  1039. ----------------------------------------
  1040.  
  1041. --[[Gui Settings]]--
  1042. local co1=0 --How long it takes for the skill to cool down.
  1043. local co2=0
  1044. local co3=0
  1045. local co4=0
  1046. local maxmana=0 --Maximum amount of mana you can have.
  1047. local maxstun=1 --Maximum amount of stun you can have.
  1048. local recovermana=0 --Amount of mana you gain.
  1049. local losestun=0 --Amount of stun you lose.
  1050. local stunwait=0 --Delay between losing stun.
  1051. local manawait=0 --Delay between gaining mana.
  1052. local skill1mana=0 --How much mana is required to use the skill.
  1053. local skill2mana=0
  1054. local skill3mana=0
  1055. local skill4mana=0
  1056. local menuupdatespeed=0 --The speed the guis go to update to their size and position.
  1057. local constantupdate=false --If true, then the bars will constantly update.
  1058. local showstats=false --If true, then the menu will show your movement, defense, damage, and stun.
  1059. local allowstunbar=false --If true, then shows the stun bar.
  1060. ----------------------------------------
  1061.  
  1062. --[[Gui Functions]]--
  1063. function makeframe(par,trans,pos,size,color,name)
  1064. local frame=Instance.new('Frame')
  1065. frame.Parent=par
  1066. frame.BackgroundTransparency=trans
  1067. frame.BorderSizePixel=0
  1068. frame.Position=pos
  1069. frame.Size=size
  1070. frame.BackgroundColor3=color
  1071. frame.Name=name
  1072. return frame
  1073. end
  1074.  
  1075. function makelabel(par,text,trans,stroketrans,name)
  1076. local label=Instance.new('TextLabel')
  1077. label.Parent=par
  1078. label.BackgroundTransparency=1
  1079. label.Size=ud(1,0,1,0)
  1080. label.Position=ud(0,0,0,0)
  1081. label.TextColor3=c3(255,255,255)
  1082. label.TextStrokeTransparency=stroketrans
  1083. label.TextTransparency=trans
  1084. label.FontSize=Enum.FontSize.Size32
  1085. label.Font=Enum.Font.Legacy
  1086. label.BorderSizePixel=0
  1087. label.TextScaled=true
  1088. label.Text=text
  1089. label.Name=name
  1090. return label
  1091. end
  1092. ----------------------------------------
  1093.  
  1094. --[[The Gui]]--
  1095. framesk1=makeframe(scrn,0.5,ud(0.23,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 1")
  1096. framesk2=makeframe(scrn,0.5,ud(0.5,0,0.93,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 2")
  1097. framesk3=makeframe(scrn,0.5,ud(0.5,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 3")
  1098. framesk4=makeframe(scrn,0.5,ud(0.23,0,0.86,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Frame 4")
  1099. bar1=makeframe(framesk1,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 1")
  1100. bar2=makeframe(framesk2,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 2")
  1101. bar3=makeframe(framesk3,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 3")
  1102. bar4=makeframe(framesk4,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Bar 4")
  1103. text1=makelabel(framesk1,"[C] Ability 3",1,1,"Text 1")
  1104. text2=makelabel(framesk2,"[V] Ability 4",1,1,"Text 2")
  1105. text3=makelabel(framesk3,"[X] Ability 2",1,1,"Text 3")
  1106. text4=makelabel(framesk4,"[Z] Ability 1",1,1,"Text 4")
  1107. manabar=makeframe(scrn,0.5,ud(0.23,0,0.82,0),ud(0.26,0,0,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Bar")
  1108. manacover=makeframe(manabar,0,ud(0,0,0,0),ud(0,0,1,0),c3(Colorpart1,Colorpart2,Colorpart3),"Mana Cover")
  1109. manatext=makelabel(manabar,"Mana",1,1,"Mana Text")
  1110. 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")
  1111. healthcover=makeframe(healthbar,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,50/255,50/255),"Health Cover")
  1112. healthtext=makelabel(healthbar,"Health",1,1,"Health Text")
  1113. if allowstunbar==true then
  1114. 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")
  1115. stunbar=makeframe(stunframe,0,ud(0,0,0,0),ud(0,0,1,0),c3(255/255,255/255,50/255),"Stun Bar")
  1116. stuntext=makelabel(stunframe,"Stun",1,1,"Stun Text")
  1117. end
  1118. if showstats==true then
  1119. 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")
  1120. 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")
  1121. 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")
  1122. --[[
  1123. defensecover=makeframe(defenseframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,100/255,255/255),"Defense Cover")
  1124. damagecover=makeframe(damageframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(255/255,100/255,100/255),"Damage Cover")
  1125. movementcover=makeframe(movementframe,0,ud(0,0,0,0),ud(1,0,1,0),c3(100/255,255/255,100/255),"Movement Cover")
  1126. --]]
  1127. defensetext=makelabel(defenseframe,"Defense: "..Defense.Value,1,1,"Defense Text")
  1128. damagetext=makelabel(damageframe,"Damage: "..Damage.Value,1,1,"Damage Text")
  1129. movementtext=makelabel(movementframe,"Movement: "..Movement.Value,1,1,"Movement Text")
  1130. end
  1131. ----------------------------------------
  1132.  
  1133. function NoOutline(Part)
  1134. Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
  1135. end
  1136.  
  1137. local function weldBetween(a, b)
  1138. local weldd = Instance.new("ManualWeld")
  1139. weldd.Part0 = a
  1140. weldd.Part1 = b
  1141. weldd.C0 = CFrame.new()
  1142. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1143. weldd.Parent = a
  1144. return weldd
  1145. end
  1146.  
  1147. function nooutline(part)
  1148. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1149. end
  1150.  
  1151. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1152. local fp=it("Part")
  1153. fp.formFactor=formfactor
  1154. fp.Parent=parent
  1155. fp.Reflectance=reflectance
  1156. fp.Transparency=transparency
  1157. fp.CanCollide=false
  1158. fp.Locked=true
  1159. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1160. fp.Name=name
  1161. fp.Size=size
  1162. fp.Position=Character.Torso.Position
  1163. nooutline(fp)
  1164. fp.Material=material
  1165. fp:BreakJoints()
  1166. return fp
  1167. end
  1168.  
  1169. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1170. local mesh=it(Mesh)
  1171. mesh.Parent=part
  1172. if Mesh=="SpecialMesh" then
  1173. mesh.MeshType=meshtype
  1174. mesh.MeshId=meshid
  1175. end
  1176. mesh.Offset=offset
  1177. mesh.Scale=scale
  1178. return mesh
  1179. end
  1180.  
  1181. function weld(parent,part0,part1,c0,c1)
  1182. local weld=it("Motor")
  1183. weld.Parent=parent
  1184. weld.Part0=part0
  1185. weld.Part1=part1
  1186. weld.C0=c0
  1187. weld.C1=c1
  1188. return weld
  1189. end
  1190.  
  1191. m=Instance.new("Model",Character)
  1192. m.Name="Orinthion Sword and Shield"
  1193.  
  1194. --workspace.CurrentCamera.CameraSubject=Head
  1195.  
  1196. local swordhandle=part(3,m,"SmoothPlastic",0,0,"Really black","Sword Handle",vt())
  1197. 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))
  1198. swordhandlemesh.TextureId="http://www.roblox.com/asset/?id=174896768"
  1199. local swordhandleweld=weld(RightArm,RightArm,swordhandle,cf(0,-1,0)*angles(math.rad(-90),0,0),cf(0,0,0))
  1200. local Hitbox=part(3,m,"SmoothPlastic",0,1,"Really black","Hitbox",vt())
  1201. local Hitboxweld=weld(swordhandle,swordhandle,Hitbox,cf(0,3.4,0),cf(0,0,0))
  1202.  
  1203. Effects=Instance.new("Folder",m)
  1204. Effects.Name="Effects"
  1205.  
  1206. Humanoid.Died:connect(function()
  1207. attack=true
  1208. for _,v in pairs (Character:GetChildren()) do
  1209. if v:IsA"Model" then
  1210. m:Destroy()
  1211. end
  1212. end
  1213. end)
  1214.  
  1215. for i,v in pairs(Character:GetChildren()) do
  1216. if v.ClassName=="Model" then
  1217. for _,c in pairs(v:GetChildren()) do
  1218. if c.ClassName=="Part" then
  1219. c.CustomPhysicalProperties=PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
  1220. end
  1221. end
  1222. end
  1223. end
  1224.  
  1225. --print("Orinthion Sword and Shield loaded.")
  1226.  
  1227. function so(id,par,vol,pit)
  1228. coroutine.resume(coroutine.create(function()
  1229. local sou=Instance.new("Sound",par or workspace)
  1230. sou.Volume=vol
  1231. sou.Pitch=pit or 1
  1232. sou.SoundId="http://roblox.com/asset/?id="..id
  1233. hbwait()
  1234. sou:play()
  1235. game:GetService("Debris"):AddItem(sou,10)
  1236. end))
  1237. end
  1238.  
  1239. function clerp(a,b,t)
  1240. local qa = {QuaternionFromCFrame(a)}
  1241. local qb = {QuaternionFromCFrame(b)}
  1242. local ax, ay, az = a.x, a.y, a.z
  1243. local bx, by, bz = b.x, b.y, b.z
  1244. local _t = 1-t
  1245. return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t))
  1246. end
  1247.  
  1248. function QuaternionFromCFrame(cf)
  1249. local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
  1250. local trace = m00 + m11 + m22
  1251. if trace > 0 then
  1252. local s = math.sqrt(1 + trace)
  1253. local recip = 0.5/s
  1254. return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5
  1255. else
  1256. local i = 0
  1257. if m11 > m00 then
  1258. i = 1
  1259. end
  1260. if m22 > (i == 0 and m00 or m11) then
  1261. i = 2
  1262. end
  1263. if i == 0 then
  1264. local s = math.sqrt(m00-m11-m22+1)
  1265. local recip = 0.5/s
  1266. return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip
  1267. elseif i == 1 then
  1268. local s = math.sqrt(m11-m22-m00+1)
  1269. local recip = 0.5/s
  1270. return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip
  1271. elseif i == 2 then
  1272. local s = math.sqrt(m22-m00-m11+1)
  1273. local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip
  1274. end
  1275. end
  1276. end
  1277.  
  1278. function QuaternionToCFrame(px, py, pz, x, y, z, w)
  1279. local xs, ys, zs = x + x, y + y, z + z
  1280. local wx, wy, wz = w*xs, w*ys, w*zs
  1281. local xx = x*xs
  1282. local xy = x*ys
  1283. local xz = x*zs
  1284. local yy = y*ys
  1285. local yz = y*zs
  1286. local zz = z*zs
  1287. 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))
  1288. end
  1289.  
  1290. function QuaternionSlerp(a, b, t)
  1291. local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4]
  1292. local startInterp, finishInterp;
  1293. if cosTheta >= 0.0001 then
  1294. if (1 - cosTheta) > 0.0001 then
  1295. local theta = math.acos(cosTheta)
  1296. local invSinTheta = 1/math.sin(theta)
  1297. startInterp = math.sin((1-t)*theta)*invSinTheta
  1298. finishInterp = math.sin(t*theta)*invSinTheta
  1299. else
  1300. startInterp = 1-t
  1301. finishInterp = t
  1302. end
  1303. else
  1304. if (1+cosTheta) > 0.0001 then
  1305. local theta = math.acos(-cosTheta)
  1306. local invSinTheta = 1/math.sin(theta)
  1307. startInterp = math.sin((t-1)*theta)*invSinTheta
  1308. finishInterp = math.sin(t*theta)*invSinTheta
  1309. else
  1310. startInterp = t-1
  1311. finishInterp = t
  1312. end
  1313. end
  1314. 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
  1315. end
  1316.  
  1317. function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants
  1318. return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore)
  1319. end
  1320.  
  1321. function DamageStatLabel(labeltype,cframe,text,color)
  1322. local c=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt(0,0,0))
  1323. c.CFrame=cf(cframe.p+vt(0,1.5,0))
  1324. game:GetService("Debris"):AddItem(c,5)
  1325. Instance.new("BodyGyro",c)
  1326. local f=Instance.new("BodyPosition",c)
  1327. f.P=2000
  1328. f.D=100
  1329. f.maxForce=vt(math.huge,math.huge,math.huge)
  1330. if labeltype=="Normal" then
  1331. f.position=c.Position+vt(math.random(-2,2),6,math.random(-2,2))
  1332. elseif labeltype=="Debuff" then
  1333. f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
  1334. elseif labeltype=="Interruption" then
  1335. f.position=c.Position+vt(math.random(-2,2),8,math.random(-2,2))
  1336. end
  1337. game:GetService("Debris"):AddItem(c,5)
  1338. local bg=Instance.new('BillboardGui',c)
  1339. bg.Adornee=c
  1340. bg.Size=UDim2.new(2.5,0,2.5,0)
  1341. bg.StudsOffset=vt(-2,2,0)
  1342. bg.AlwaysOnTop=false
  1343. local tl=Instance.new('TextLabel',bg)
  1344. tl.BackgroundTransparency=1
  1345. tl.Size=UDim2.new(2.5,0,2.5,0)
  1346. tl.Text=text
  1347. tl.Font=Enum.Font.SourceSans
  1348. tl.FontSize=Enum.FontSize.Size42
  1349. tl.TextColor3=color
  1350. tl.TextScaled=false
  1351. tl.TextStrokeTransparency=0
  1352. tl.TextScaled=true
  1353. tl.TextWrapped=true
  1354. f.Parent=c
  1355. coroutine.resume(coroutine.create(function(Part,BodyPosition,TextLabel)
  1356. wait(0.25)
  1357. for i=1,5 do
  1358. wait()
  1359. BodyPosition.position=Part.Position-vt(0,0.5,0)
  1360. end
  1361. wait(1.25)
  1362. for i=1,5 do
  1363. wait()
  1364. TextLabel.TextTransparency=TextLabel.TextTransparency+0.2
  1365. TextLabel.TextStrokeTransparency=TextLabel.TextStrokeTransparency+0.2
  1366. BodyPosition.position=Part.Position+vt(0,0.5,0)
  1367. end
  1368. Part.Parent=nil
  1369. end),c,f,tl)
  1370. end
  1371.  
  1372. function IncreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
  1373. if Location:FindFirstChild("Stats")~=nil then
  1374. if Location.Stats:FindFirstChild("BlockValue")~=nil then
  1375. if Location.Stats:FindFirstChild("BlockValue").Value~=true then
  1376. if Location.Stats[Stat]~=nil then
  1377. Location.Stats[Stat].Value=Location.Stats[Stat].Value+Amount
  1378. if ShowTheStat==true then
  1379. if Stat=="Defense" then
  1380. DamageStatLabel("Debuff",Location.Head.CFrame,"+Defense",c3(0,0,255))
  1381. elseif Stat=="Damage" then
  1382. DamageStatLabel("Debuff",Location.Head.CFrame,"+Damage",c3(0,0,255))
  1383. elseif Stat=="Movement" then
  1384. DamageStatLabel("Debuff",Location.Head.CFrame,"+Movement",c3(0,0,255))
  1385. end
  1386. end
  1387. coroutine.resume(coroutine.create(function(CurrentDecrease)
  1388. wait(Duration)
  1389. CurrentDecrease.Value=CurrentDecrease.Value-Amount
  1390. end),Location.Stats[Stat])
  1391. end
  1392. else
  1393. DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
  1394. end
  1395. end
  1396. end
  1397. end
  1398.  
  1399. function DecreaseStat(Location,Stat,Amount,Duration,ShowTheStat)
  1400. if Location:FindFirstChild("Stats")~=nil then
  1401. if Location.Stats:FindFirstChild("BlockValue")~=nil then
  1402. if Location.Stats:FindFirstChild("BlockValue").Value~=true then
  1403. if Location.Stats[Stat]~=nil then
  1404. Location.Stats[Stat].Value=Location.Stats[Stat].Value-Amount
  1405. if ShowTheStat==true then
  1406. if Stat=="Defense" then
  1407. DamageStatLabel("Debuff",Location.Head.CFrame,"-Defense",c3(0,0,255))
  1408. elseif Stat=="Damage" then
  1409. DamageStatLabel("Debuff",Location.Head.CFrame,"-Damage",c3(0,0,255))
  1410. elseif Stat=="Movement" then
  1411. DamageStatLabel("Debuff",Location.Head.CFrame,"-Movement",c3(0,0,255))
  1412. end
  1413. end
  1414. coroutine.resume(coroutine.create(function(CurrentDecrease)
  1415. wait(Duration)
  1416. CurrentDecrease.Value=CurrentDecrease.Value+Amount
  1417. end),Location.Stats[Stat])
  1418. end
  1419. else
  1420. DamageStatLabel("Interruption",Location.Head.CFrame,"Blocked!",Color3.new(0,0,255))
  1421. end
  1422. end
  1423. end
  1424. end
  1425.  
  1426. function GetDistance(Part1,Part2,magnitude)
  1427. local target=Part1.Position-Part2.Position
  1428. local mag=target.magnitude
  1429. if mag<=magnitude then
  1430. return true
  1431. else
  1432. return false
  1433. end
  1434. end
  1435.  
  1436. --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)
  1437.  
  1438. Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,DecreaseTheStat,DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1439. if hit.Parent==nil then
  1440. return
  1441. end
  1442. h=hit.Parent:FindFirstChild("Humanoid")
  1443. for _,v in pairs(hit.Parent:GetChildren()) do
  1444. if v:IsA("Humanoid") then
  1445. h=v
  1446. end
  1447. end
  1448. if hit.Name=="Hitbox" and ranged~=true and hit.Parent~=m then
  1449. StaggerHitAnim.Value=true
  1450. so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hit,1,1)
  1451. return
  1452. end
  1453. if AntiTeamKill.Value==true then
  1454. if game.Players:FindFirstChild(hit.Parent.Name)~=nil then
  1455. opponent=game.Players:FindFirstChild(hit.Parent.Name)
  1456. end
  1457. if opponent~=nil then
  1458. if opponent.TeamColor==Player.TeamColor then
  1459. return
  1460. end
  1461. end
  1462. end
  1463. if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
  1464. h=hit.Parent.Parent:FindFirstChild("Humanoid")
  1465. end
  1466. if hit.Parent.className=="Hat" then
  1467. hit=hit.Parent.Parent:FindFirstChild("Head")
  1468. end
  1469. if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
  1470. if hit.Parent:FindFirstChild("DebounceHit")~=nil then
  1471. if hit.Parent.DebounceHit.Value==true then
  1472. return
  1473. end
  1474. end
  1475. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  1476. if hit.Parent:FindFirstChild("Humanoid").Health<=0 then
  1477. return
  1478. end
  1479. end
  1480. if hit.Parent:FindFirstChild("Stats")~=nil then
  1481. if hit.Parent.Stats:FindFirstChild("StunValue")~=nil then
  1482. hit.Parent.Stats:FindFirstChild("StunValue").Value=hit.Parent.Stats:FindFirstChild("StunValue").Value+incstun
  1483. end
  1484. end
  1485. if hit.Parent:FindFirstChild("Stats")~=nil then
  1486. if hit.Parent.Stats:FindFirstChild("StaggerAnim")~=nil then
  1487. if stagger==true then
  1488. hit.Parent.Stats:FindFirstChild("StaggerAnim").Value=true
  1489. end
  1490. end
  1491. end
  1492. if hit.Parent:FindFirstChild("Stats")~=nil then
  1493. if hit.Parent.Stats:FindFirstChild("BlockValue")~=nil then
  1494. if hit.Parent.Stats:FindFirstChild("BlockValue").Value==true then
  1495. if hit.Parent.Stats:FindFirstChild("BlockDebounce")==nil then
  1496. DamageStatLabel("Interruption",hit.Parent.Head.CFrame,"Blocked!",Color3.new(0,0,255))
  1497. local BlockDebounce=Instance.new("BoolValue",hit.Parent.Stats)
  1498. BlockDebounce.Name="BlockDebounce"
  1499. BlockDebounce.Value=true
  1500. game:GetService("Debris"):AddItem(BlockDebounce,0.1)
  1501. end
  1502. if ranged~=true then
  1503. if hit.Parent.Stats:FindFirstChild("BlockDebounce2")==nil then
  1504. local BlockDebounce2=Instance.new("BoolValue",hit.Parent.Stats)
  1505. BlockDebounce2.Name="BlockDebounce2"
  1506. BlockDebounce2.Value=true
  1507. game:GetService("Debris"):AddItem(BlockDebounce2,0.1)
  1508. so(HitBlockSounds[math.random(1,#HitBlockSounds)],hit,1,1)
  1509. end
  1510. hit.Parent.Stats:FindFirstChild("BlockValue").Value=false
  1511. StaggerAnim.Value=true
  1512. end
  1513. return
  1514. end
  1515. end
  1516. end
  1517. if DecreaseTheStat~=nil then
  1518. if hit.Parent:FindFirstChild("Stats")~=nil then
  1519. if DecreaseTheStat=="Defense" then
  1520. DecreaseStat(hit.Parent,"Defense",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1521. elseif DecreaseTheStat=="Damage" then
  1522. DecreaseStat(hit.Parent,"Damage",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1523. elseif DecreaseTheStat=="Movement" then
  1524. DecreaseStat(hit.Parent,"Movement",DecreaseAmount,DecreaseDuration,ShowDecreasedStat)
  1525. end
  1526. end
  1527. end
  1528. local D=math.random(minim,maxim)*Damage.Value
  1529. if hit.Parent:FindFirstChild("Stats")~=nil then
  1530. if hit.Parent.Stats:FindFirstChild("Defense") then
  1531. if CanPenetrateArmor.Value==true then
  1532. D=D
  1533. else
  1534. D=D/hit.Parent.Stats:FindFirstChild("Defense").Value
  1535. end
  1536. elseif hit.Parent.Stats:FindFirstChild("Defense")==nil then
  1537. D=D
  1538. end
  1539. end
  1540. if CanCrit.Value==true then
  1541. CritChanceNumber=math.random(70,CritChance.Value)
  1542. if CritChanceNumber==CritChance.Value then
  1543. D=D*2
  1544. end
  1545. end
  1546. D=math.floor(D)
  1547. h.Health=h.Health-D
  1548. if D<=3 and staggerhit==true then
  1549. if ranged~=true then
  1550. StaggerHitAnim.Value=true
  1551. end
  1552. if ranged~=true then
  1553. so(HitArmorSounds[math.random(1,#HitArmorSounds)],hit,1,1)
  1554. end
  1555. elseif D>3 and ranged~=true then
  1556. so(HitPlayerSounds[math.random(1,#HitPlayerSounds)],hit,1,1)
  1557. end
  1558. if D>3 and D<20 then
  1559. if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
  1560. DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(0,0,255))
  1561. so("296102734",hit,1,1)
  1562. else
  1563. DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
  1564. end
  1565. elseif D>=20 then
  1566. if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
  1567. DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
  1568. so("296102734",hit,1,1)
  1569. else
  1570. DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
  1571. end
  1572. elseif D<=3 then
  1573. if CanCrit.Value==true and CritChanceNumber==CritChance.Value then
  1574. DamageStatLabel("Normal",hit.Parent.Head.CFrame,"Crit! "..D,Color3.new(200/255,0,0))
  1575. so("296102734",hit,1,1)
  1576. else
  1577. DamageStatLabel("Normal",hit.Parent.Head.CFrame,D,Color3.new(0,0,255))
  1578. end
  1579. else
  1580. end
  1581. if Type=="Normal" then
  1582. local vp=Instance.new("BodyVelocity")
  1583. vp.P=500
  1584. vp.maxForce=vt(math.huge,0,math.huge)
  1585. if KnockbackType==1 then
  1586. vp.Velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
  1587. elseif KnockbackType==2 then
  1588. vp.Velocity=Property.CFrame.lookVector*knockback
  1589. end
  1590. if knockback>0 then
  1591. vp.Parent=hit.Parent.Torso
  1592. end
  1593. game:GetService("Debris"):AddItem(vp,0.5)
  1594. elseif Type=="ShieldBlast" then
  1595. local vp=Instance.new("BodyVelocity")
  1596. vp.P=500
  1597. vp.maxForce=vt(10000,10000,10000)
  1598. vp.Velocity=((hit.Position-Property.Position).unit+vt(0,1,0))*knockback
  1599. if knockback>0 then
  1600. vp.Parent=hit.Parent.Torso
  1601. end
  1602. game:GetService("Debris"):AddItem(vp,0.5)
  1603. elseif Type=="ElectricGroundSmash" then
  1604. local vp=Instance.new("BodyVelocity")
  1605. vp.P=500
  1606. vp.maxForce=vt(0,math.huge,0)
  1607. vp.Velocity=vt(0,1,0)*knockback
  1608. if knockback>0 then
  1609. vp.Parent=hit.Parent.Torso
  1610. end
  1611. game:GetService("Debris"):AddItem(vp,0.5)
  1612. elseif Type=="ElectricBlast" then
  1613. local vp=Instance.new("BodyVelocity")
  1614. vp.P=500
  1615. vp.maxForce=vt(10000,0,10000)
  1616. vp.Velocity=(hit.Position-Property.Position).unit*knockback
  1617. if knockback>0 then
  1618. vp.Parent=hit.Parent.Torso
  1619. end
  1620. game:GetService("Debris"):AddItem(vp,0.5)
  1621. end
  1622. local DebounceHit=Instance.new("BoolValue",hit.Parent)
  1623. DebounceHit.Name="DebounceHit"
  1624. DebounceHit.Value=true
  1625. game:GetService("Debris"):AddItem(DebounceHit,Delay)
  1626. end
  1627. end
  1628.  
  1629. --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)
  1630. function MagniDamage(Part,magni,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
  1631. for _,c in pairs(workspace:GetChildren()) do
  1632. local hum=c:FindFirstChild("Humanoid")
  1633. local head=nil
  1634. if hum~=nil then
  1635. head=c:FindFirstChild("Torso")
  1636. if head~=nil then
  1637. local targ=head.Position-Part.Position
  1638. local mag=targ.magnitude
  1639. if mag<=magni and c.Name~=Player.Name then
  1640. Damagefunc(head,mindam,maxdam,knock,Type,Property,Delay,KnockbackType,incstun,stagger,staggerhit,ranged,MagicDecreaseTheStat,MagicDecreaseAmount,MagicDecreaseDuration,MagicShowDecreasedStat)
  1641. end
  1642. end
  1643. for _,d in pairs(c:GetChildren()) do
  1644. if d.ClassName=="Model" and ranged~=true then
  1645. head=d:FindFirstChild("Hitbox")
  1646. if head~=nil then
  1647. local targ=head.Position-Part.Position
  1648. local mag=targ.magnitude
  1649. if mag<=magni and c.Name~=Player.Name then
  1650. local hitrefpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  1651. hitrefpart.Anchored=true
  1652. hitrefpart.CFrame=cf(head.Position)
  1653. so(HitWeaponSounds[math.random(1,#HitWeaponSounds)],hitrefpart,1,1)
  1654. StaggerHitAnim.Value=true
  1655. end
  1656. end
  1657. end
  1658. end
  1659. end
  1660. end
  1661. end
  1662.  
  1663. --[[Effects]]--
  1664. function Lightning(p0,p1,tym,ofs,brickcolor,material,th,tra,last)
  1665. --[[p0=pos1
  1666. p1=pos2
  1667. tym=times
  1668. ofs=offset
  1669. col=color
  1670. th=size
  1671. tra=transparency
  1672. last=lastingtime]]
  1673. local magz=(p0-p1).magnitude
  1674. local curpos=p0
  1675. local trz={-ofs,ofs}
  1676. for i=1,tym do
  1677. local li=part(3,Effects,material,0,0,brickcolor,"Effect",vt(th,th,magz/tym))
  1678. li.Anchored=true
  1679. local ofz=vt(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  1680. local trolpos=cf(curpos,p1)*cf(0,0,magz/tym).p+ofz
  1681. if tym==i then
  1682. local magz2=(curpos-p1).magnitude
  1683. li.Size=vt(th,th,magz2)
  1684. li.CFrame=cf(curpos,p1)*cf(0,0,-magz2/2)
  1685. else
  1686. li.CFrame=cf(curpos,trolpos)*cf(0,0,magz/tym/2)
  1687. end
  1688. curpos=li.CFrame*cf(0,0,magz/tym/2).p
  1689. game.Debris:AddItem(li,last)
  1690. coroutine.resume(coroutine.create(function()
  1691. while li.Transparency~=1 do
  1692. --local StartTransparency=tra
  1693. for i=0,1,last do
  1694. hbwait()
  1695. li.Transparency=li.Transparency+(0.1/last)
  1696. end
  1697. end
  1698. end))
  1699. end
  1700. end
  1701.  
  1702. function MagicRing(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1703. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1704. prt.Anchored=true
  1705. prt.CFrame=cframe
  1706. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1))
  1707. game:GetService("Debris"):AddItem(prt,10)
  1708. coroutine.resume(coroutine.create(function(Part,Mesh)
  1709. for i=0,1,delay do
  1710. hbwait()
  1711. Part.CFrame=Part.CFrame
  1712. Part.Transparency=i
  1713. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1714. end
  1715. Part.Parent=nil
  1716. end),prt,msh)
  1717. end
  1718.  
  1719. function MagicWave(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1720. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1721. prt.Anchored=true
  1722. prt.CFrame=cframe
  1723. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,(-0.1*z1)),vt(x1,y1,z1))
  1724. game:GetService("Debris"):AddItem(prt,10)
  1725. coroutine.resume(coroutine.create(function(Part,Mesh)
  1726. for i=0,1,delay do
  1727. hbwait()
  1728. Part.CFrame=Part.CFrame
  1729. Part.Transparency=i
  1730. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1731. end
  1732. Part.Parent=nil
  1733. end),prt,msh)
  1734. end
  1735.  
  1736. function MagicBlock(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
  1737. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1738. prt.Anchored=true
  1739. prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1740. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1741. game:GetService("Debris"):AddItem(prt,10)
  1742. coroutine.resume(coroutine.create(function(Part,Mesh)
  1743. for i=0,1,delay do
  1744. hbwait()
  1745. if rotate==true then
  1746. Part.CFrame=Part.CFrame*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1747. else
  1748. end
  1749. Part.Transparency=i
  1750. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1751. end
  1752. Part.Parent = nil
  1753. end),prt,msh)
  1754. end
  1755.  
  1756. function MagicBlock2(brickcolor,material,rotate,cframe,x1,y1,z1,x3,y3,z3,delay)
  1757. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1758. prt.Anchored=true
  1759. prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1760. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1761. game:GetService("Debris"):AddItem(prt,10)
  1762. CF=prt.CFrame
  1763. num=math.random(5,20)
  1764. coroutine.resume(coroutine.create(function(Part,Mesh,CF2,Num)
  1765. for i=0,1,delay do
  1766. hbwait()
  1767. if rotate==true then
  1768. Part.CFrame=CF2*cf(0,i*Num,0)*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1769. else
  1770. Part.CFrame=CF2*cf(0,i*Num,0)
  1771. end
  1772. Part.Transparency=i
  1773. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1774. end
  1775. Part.Parent=nil
  1776. end),prt,msh,CF,num)
  1777. end
  1778.  
  1779. function MagicCylinder(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1780. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1781. prt.Anchored=true
  1782. prt.CFrame=cframe
  1783. local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1))
  1784. game:GetService("Debris"):AddItem(prt,10)
  1785. coroutine.resume(coroutine.create(function(Part,Mesh)
  1786. for i=0,1,delay do
  1787. hbwait()
  1788. Part.Transparency=i
  1789. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1790. end
  1791. Part.Parent=nil
  1792. end),prt,msh)
  1793. end
  1794.  
  1795. function MagicCircle(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1796. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1797. prt.Anchored=true
  1798. prt.CFrame=cframe
  1799. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1800. game:GetService("Debris"):AddItem(prt,10)
  1801. coroutine.resume(coroutine.create(function(Part,Mesh)
  1802. for i=0,1,delay do
  1803. hbwait()
  1804. Part.Transparency=i
  1805. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1806. end
  1807. Part.Parent=nil
  1808. end),prt,msh)
  1809. end
  1810.  
  1811. function MagicHead(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1812. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1813. prt.Anchored=true
  1814. prt.CFrame=cframe
  1815. local msh=mesh("SpecialMesh",prt,"Head","",vt(0,0,0),vt(x1,y1,z1))
  1816. game:GetService("Debris"):AddItem(prt,10)
  1817. coroutine.resume(coroutine.create(function(Part,Mesh)
  1818. for i=0,1,delay do
  1819. hbwait()
  1820. Part.Transparency=i
  1821. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1822. end
  1823. Part.Parent=nil
  1824. end),prt,msh)
  1825. end
  1826.  
  1827. function BreakEffect(brickcolor,material,rotate,cframe,x1,y1,z1,delay)
  1828. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1829. prt.Anchored=true
  1830. prt.CFrame=cframe*angles(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  1831. local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1))
  1832. game:GetService("Debris"):AddItem(prt,10)
  1833. coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb)
  1834. CF=Part.CFrame
  1835. Numbb=0
  1836. randnumb=math.random()-math.random()
  1837. for i=0,1,delay do
  1838. hbwait()
  1839. CF=CF*cf(0,1,0)
  1840. if rotate==true then
  1841. Part.CFrame=CF*angles(Numbb,0,0)
  1842. elseif rotate==false then
  1843. Part.CFrame=CF
  1844. end
  1845. Part.Transparency=i
  1846. Numbb=Numbb+randnumb
  1847. end
  1848. Part.Parent=nil
  1849. end),prt,CF,Numbb,randnumb)
  1850. end
  1851.  
  1852. function ElecEffect(brickcolor,material,cf,x,y,z,delay)
  1853. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1854. prt.Anchored=true
  1855. prt.CFrame=cf
  1856. xval=math.random()
  1857. yval=math.random()
  1858. zval=math.random()
  1859. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x,y,z))
  1860. game:GetService("Debris"):AddItem(prt,10)
  1861. coroutine.resume(coroutine.create(function(Part,Mesh,xvaal,yvaal,zvaal)
  1862. for i=0,1,delay do
  1863. hbwait()
  1864. Part.CFrame=Part.CFrame
  1865. xvaal=xvaal-0.1*(delay*10)
  1866. yvaal=yvaal-0.1*(delay*10)
  1867. zvaal=zvaal-0.1*(delay*10)
  1868. Mesh.Scale=Mesh.Scale+vt(xvaal,yvaal,zvaal)
  1869. Part.Transparency=i
  1870. end
  1871. Part.Parent=nil
  1872. end),prt,msh,xval,yval,zval)
  1873. end
  1874.  
  1875. function TrailEffect(brickcolor,material,currentcf,oldcf,meshtype,reflectance,size,x,y,z,delay)
  1876. local magnitudecframe=(currentcf.p-oldcf.p).magnitude
  1877. local prt=part(3,Effects,material,reflectance,0,brickcolor,"Effect",vt(1,magnitudecframe,1))
  1878. prt.Anchored=true
  1879. prt.CFrame=cf((currentcf.p+oldcf.p)/2,oldcf.p)*angles(math.rad(90),0,0)
  1880. local TheMeshType="BlockMesh"
  1881. if meshtype=="Cylinder" then
  1882. TheMeshType="CylinderMesh"
  1883. end
  1884. local msh=mesh(TheMeshType,prt,"","",vt(0,0,0),vt(0+size,1,0+size))
  1885. game:GetService("Debris"):AddItem(prt,10)
  1886. coroutine.resume(coroutine.create(function(Part,Mesh,TheCurrentCFrame,TheLastCFrame)
  1887. for i=0,1,delay do
  1888. hbwait()
  1889. Part.Transparency=i
  1890. Mesh.Scale=Mesh.Scale+vt(x,y,z)
  1891. end
  1892. Part.Parent=nil
  1893. end),prt,msh,currentcf,oldcf)
  1894. end
  1895.  
  1896. function ClangEffect(brickcolor,material,cframe,angle,duration,size,power,reflectance,x,y,z,delay)
  1897. local prt=part(3,Effects,material,0,1,brickcolor,"Effect",vt())
  1898. prt.Anchored=true
  1899. prt.CFrame=cframe
  1900. local msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(0,0,0))
  1901. game:GetService("Debris"):AddItem(prt,10)
  1902. local TheLastPoint=cframe
  1903. coroutine.resume(coroutine.create(function(Part)
  1904. for i=1,duration do
  1905. hbwait()
  1906. Part.CFrame=Part.CFrame*angles(math.rad(angle),0,0)*cf(0,power,0)
  1907. TrailEffect(brickcolor,material,Part.CFrame,TheLastPoint,"Cylinder",reflectance,size,x,y,z,delay)
  1908. TheLastPoint=Part.CFrame
  1909. end
  1910. Part.Parent=nil
  1911. end),prt)
  1912. end
  1913.  
  1914. function MagicCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1915. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1916. prt.Anchored=true
  1917. prt.CFrame=cframe
  1918. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1778999",vt(0,0,0),vt(x1,y1,z1))
  1919. game:GetService("Debris"):AddItem(prt,10)
  1920. coroutine.resume(coroutine.create(function(Part,Mesh)
  1921. for i=0,1,delay do
  1922. hbwait()
  1923. Part.Transparency=i
  1924. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1925. end
  1926. Part.Parent=nil
  1927. end),prt,msh)
  1928. end
  1929.  
  1930. function MagicFlatCone(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1931. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1932. prt.Anchored=true
  1933. prt.CFrame=cframe
  1934. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1033714",vt(0,0,0),vt(x1,y1,z1))
  1935. game:GetService("Debris"):AddItem(prt,10)
  1936. coroutine.resume(coroutine.create(function(Part,Mesh)
  1937. for i=0,1,delay do
  1938. hbwait()
  1939. Part.Transparency=i
  1940. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1941. end
  1942. Part.Parent=nil
  1943. end),prt,msh)
  1944. end
  1945.  
  1946. function MagicSpikedCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1947. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1948. prt.Anchored=true
  1949. prt.CFrame=cframe
  1950. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1323306",vt(0,0,0),vt(x1,y1,z1))
  1951. game:GetService("Debris"):AddItem(prt,10)
  1952. coroutine.resume(coroutine.create(function(Part,Mesh)
  1953. for i=0,1,delay do
  1954. hbwait()
  1955. Part.Transparency=i
  1956. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1957. end
  1958. Part.Parent=nil
  1959. end),prt,msh)
  1960. end
  1961.  
  1962. function MagicCrown(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1963. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1964. prt.Anchored=true
  1965. prt.CFrame=cframe
  1966. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1078075",vt(0,0,0),vt(x1,y1,z1))
  1967. game:GetService("Debris"):AddItem(prt,10)
  1968. coroutine.resume(coroutine.create(function(Part,Mesh)
  1969. for i=0,1,delay do
  1970. hbwait()
  1971. Part.Transparency=i
  1972. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1973. end
  1974. Part.Parent=nil
  1975. end),prt,msh)
  1976. end
  1977.  
  1978. function MagicSkull(brickcolor,material,cframe,x1,y1,z1,x3,y3,z3,delay)
  1979. local prt=part(3,Effects,material,0,0,brickcolor,"Effect",vt())
  1980. prt.Anchored=true
  1981. prt.CFrame=cframe
  1982. local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1))
  1983. game:GetService("Debris"):AddItem(prt,10)
  1984. coroutine.resume(coroutine.create(function(Part,Mesh)
  1985. for i=0,1,delay do
  1986. hbwait()
  1987. Part.Transparency=i
  1988. Mesh.Scale=Mesh.Scale+vt(x3,y3,z3)
  1989. end
  1990. Part.Parent=nil
  1991. end),prt,msh)
  1992. end
  1993. ----------------------------------------
  1994.  
  1995. --[[Projectile or something similar]]--
  1996. --[[
  1997. local spread=vt(0,0,0)
  1998. local MainPos=Part.Position
  1999. local MainPos2=Mouse.Hit.p+spread
  2000. local MouseLook=cf((MainPos+MainPos2)/2,MainPos2)
  2001. local speed=2
  2002. local num=30
  2003. coroutine.resume(coroutine.create(function()
  2004. repeat
  2005. hbwait()
  2006. local hit,pos=rayCast(MainPos,MouseLook.lookVector,speed,ShotTarget.Parent)
  2007. local mag=(MainPos-pos).magnitude
  2008. MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*(speed/(speed/2)),1,0,0,0,0.1)
  2009. MainPos=MainPos+(MouseLook.lookVector*speed)
  2010. MouseLook=MouseLook*angles(math.rad(-1),0,0)
  2011. num=num-1
  2012. if hit~=nil then
  2013. num=0
  2014. local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
  2015. refpart.Anchored=true
  2016. refpart.CFrame=cf(pos)
  2017. game:GetService("Debris"):AddItem(refpart,0.1)
  2018. elseif num<=0 then
  2019. local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
  2020. refpart.Anchored=true
  2021. refpart.CFrame=cf(pos)
  2022. game:GetService("Debris"):AddItem(refpart,0.1)
  2023. end
  2024. until num<=0
  2025. end))
  2026. ]]--
  2027. --------------------------------
  2028.  
  2029. --[[Laser]]--
  2030. --[[
  2031. local spread=vt(0,0,0) --How much spread the laser has. Set all to 0 for no spread.
  2032. local range=999
  2033. local MainPos=Part.Position --The Part the laser starts at.
  2034. local MainPos2=Mouse.Hit.p+spread --Where the laser will go to.
  2035. local MouseLook=cf((MainPos+MainPos2)/2,MainPos2) --Ignore this.
  2036. local hit,pos=rayCast(MainPos,MouseLook.lookVector,range,ShotTarget.Parent) --Also ignore this.
  2037. local mag=(MainPos-pos).magnitude
  2038. MagicCylinder(CustomColor,cf((MainPos+pos)/2,pos)*angles(math.rad(90),0,0),1,mag*5,1,0,0,0,0.1)
  2039. if hit~=nil then
  2040. local refpart=part(3,workspace,"SmoothPlastic",0,1,BrickColor.new("Really black"),"Effect",vt())
  2041. refpart.Anchored=true
  2042. refpart.CFrame=cf(pos)
  2043. game:GetService("Debris"):AddItem(refpart,0.1)
  2044. end
  2045. ]]--
  2046. --------------------------------
  2047.  
  2048. --[[Customization]]--
  2049. --[[Only choose one of these options or conflict will occur.]]--
  2050. local startequipped=true --Makes the Player start with their weapon equipped.
  2051. local startequippedwithequipanimation=false --Makes the Player start with their weapon equipped and plays the equip animation.
  2052. ----------------------------------------
  2053. --[[Only choose one of these options or conflict will occur.]]--
  2054. local disableanimator=true --Disables the animator script and the Player will NOT have their idle animation playing.
  2055. local disableanimate=false --Disables the animate script, but the Player will still have their idle animation playing.
  2056. ----------------------------------------
  2057. --[[Set this to true if you want an alternate walk.]]--
  2058. local alternatewalk=false --If true, then the walking function uses a different walking animation. If false, then it will use the default walking animation.
  2059. ----------------------------------------
  2060. --[[Gui stuff]]--
  2061. local hidemenu=false --Hides the menus on your screen, but does NOT disable it (Unless if it's already disabled).
  2062. local allowmenutofunction=false --Allows the menu to run, but only shows the mana and health bars.
  2063. local allowabilitiestofunction=false --Allows abilities with cooldowns. Doesn't work if "allowmenutofunction" is set to false.
  2064. ----------------------------------------
  2065. --[[Other Customization]]--
  2066. local canunequiporequip=true --Allows or restricts the Player to equip or unequip their weapon.
  2067. local allowidle=false --Allows the idle animation to run while the Player has their weapon equipped. Most noticable with the animator disabled.
  2068. local allowwalking=false --Allows the walking animation to run while the Player walks. Noticable with either the animate or animator disabled.
  2069. local disablemovingarms=false --Allows or restricts the arms from moving. Most noticable when both the animate and animator are not disabled.
  2070. local usemotorsinsteadofwelds=false --If true, then uses motors instead of welds. Pretty self-explanatory.
  2071. local leftarm=false --Allows the left arm to move around while you walk.
  2072. local rightarm=false --Allows the right arm to move around while you walk.
  2073. local allowhopperbin=true --If true, then creates a tool in the Player's inventory, which they must select to use the weapon.
  2074. local showstunbar=false --If true, then a stun mechanic will be put in place. Requires "allowstunbar" to be set to true.
  2075. local walkspeeddependsonmovementvalue=false --If true, then walkspeed will depend on the movement's value.
  2076. local alternatemanaregensystem=false --If true, then uses an alternate mana regen that adds the desired mana after a desired delay.
  2077. local showhealthmanaandstunnumbers=true --If true, then shows how much mana and health you have in a number box.
  2078. local changebarcolorsifnotenoughmana=false --If true, then if you do not have enough mana for an ability the bar will turn grey.
  2079. local disablejump=false --If true, then disables jumping.
  2080. ----------------------------------------
  2081. --[[End of Customization]]--
  2082.  
  2083. if hidemenu==true then
  2084. for _,v in pairs (scrn:GetChildren()) do
  2085. if v.ClassName=="Frame" or v.ClassName=="TextLabel" then
  2086. v.Visible=false
  2087. end
  2088. end
  2089. end
  2090.  
  2091. Humanoid.Changed:connect(function(Jump)
  2092. if Jump=="Jump" and disablejump==true then
  2093. Humanoid.Jump=false
  2094. end
  2095. end)
  2096.  
  2097. if allowmenutofunction==true then
  2098. for _,v in pairs (scrn:GetChildren()) do
  2099. if v.ClassName=="Frame" then
  2100. for _,b in pairs (v:GetChildren()) do
  2101. if b.ClassName=="TextLabel" then
  2102. coroutine.resume(coroutine.create(function(TheTextLabel)
  2103. wait(menuupdatespeed)
  2104. for i=1,0,-0.1 do
  2105. hbwait()
  2106. TheTextLabel.TextTransparency=i
  2107. TheTextLabel.TextStrokeTransparency=i
  2108. end
  2109. TheTextLabel.TextTransparency=0
  2110. TheTextLabel.TextStrokeTransparency=0
  2111. end),b)
  2112. if showstats==true then
  2113. coroutine.resume(coroutine.create(function(TheTextLabel)
  2114. wait(menuupdatespeed)
  2115. for i=1,0,-0.1 do
  2116. hbwait()
  2117. TheTextLabel.TextTransparency=i
  2118. TheTextLabel.TextStrokeTransparency=i
  2119. end
  2120. TheTextLabel.TextTransparency=0
  2121. TheTextLabel.TextStrokeTransparency=0
  2122. end),b)
  2123. end
  2124. if showstunbar==true then
  2125. coroutine.resume(coroutine.create(function(TheTextLabel)
  2126. wait(menuupdatespeed)
  2127. for i=1,0,-0.1 do
  2128. hbwait()
  2129. TheTextLabel.TextTransparency=i
  2130. TheTextLabel.TextStrokeTransparency=i
  2131. end
  2132. TheTextLabel.TextTransparency=0
  2133. TheTextLabel.TextStrokeTransparency=0
  2134. end),b)
  2135. end
  2136. if allowabilitiestofunction==true then
  2137. coroutine.resume(coroutine.create(function(TheTextLabel)
  2138. wait(menuupdatespeed)
  2139. for i=1,0,-0.1 do
  2140. hbwait()
  2141. TheTextLabel.TextTransparency=i
  2142. TheTextLabel.TextStrokeTransparency=i
  2143. end
  2144. TheTextLabel.TextTransparency=0
  2145. TheTextLabel.TextStrokeTransparency=0
  2146. end),b)
  2147. end
  2148. end
  2149. end
  2150. end
  2151. end
  2152. end
  2153.  
  2154. if allowhopperbin==true then
  2155. if (script.Parent.className~="HopperBin") then
  2156. Tool=Instance.new("HopperBin")
  2157. Tool.Parent=Backpack
  2158. Tool.Name="Wanderer"
  2159. script.Parent=Tool
  2160. end
  2161. Bin=script.Parent
  2162. end
  2163.  
  2164. if disablemovingarms==true then
  2165. RWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
  2166. LWC0=cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))
  2167. RSH, LSH=nil, nil
  2168. if usemotorsinsteadofwelds==true then
  2169. RW=Instance.new("Motor")
  2170. LW=Instance.new("Motor")
  2171. else
  2172. RW=Instance.new("Weld")
  2173. LW=Instance.new("Weld")
  2174. end
  2175. RW.Name="Right Shoulder"
  2176. LW.Name="Left Shoulder"
  2177. RSH=Torso["Right Shoulder"]
  2178. LSH=Torso["Left Shoulder"]
  2179. --
  2180. RSH.Parent=Torso
  2181. LSH.Parent=Torso
  2182. --
  2183. RW.Name="Right Shoulder"
  2184. RW.Part0=Torso
  2185. RW.C0=cf(1.5,0.5,0)
  2186. RW.C1=cf(0,0.5,0)
  2187. RW.Part1=Character["Right Arm"]
  2188. RW.Parent=nil
  2189. --
  2190. LW.Name="Left Shoulder"
  2191. LW.Part0=Torso
  2192. LW.C0=cf(-1.5, 0.5, 0)
  2193. LW.C1=cf(0, 0.5, 0)
  2194. LW.Part1=Character["Left Arm"]
  2195. LW.Parent=nil
  2196. --
  2197. else
  2198. RW=Torso["Right Shoulder"]
  2199. LW=Torso["Left Shoulder"]
  2200. RWC0=cf(-0.5,0,0)*angles(math.rad(0),math.rad(90),math.rad(0))
  2201. LWC0=cf(0.5,0,0)*angles(math.rad(0),math.rad(-90),math.rad(0))
  2202. end
  2203.  
  2204. if allowidle==true then
  2205. coroutine.resume(coroutine.create(function()
  2206. while true do
  2207. for i=0,1,0.08 do
  2208. wait()
  2209. idleangle=idleangle+0.005*idlen
  2210. idlen=idlen-1/10
  2211. end
  2212. idlen=0
  2213. for i=0,1,0.08 do
  2214. wait()
  2215. idleangle=idleangle-0.005*idlen
  2216. idlen=idlen-1/10
  2217. end
  2218. idlen=0
  2219. idleangle=0
  2220. end
  2221. end))
  2222. end
  2223.  
  2224. if startequipped==true then
  2225. for _,v in pairs (m:GetChildren()) do
  2226. if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
  2227. v.Transparency=0
  2228. end
  2229. end
  2230. elseif startequippedwithequipanimation==true then
  2231. for _,v in pairs (m:GetChildren()) do
  2232. if v.ClassName=="Part" and v.Name~="Hitbox" and v.Name~="Handle" then
  2233. coroutine.resume(coroutine.create(function(Part)
  2234. for i=1,0,-0.1 do
  2235. hbwait()
  2236. Part.Transparency=i
  2237. end
  2238. Part.Transparency=0
  2239. end),v)
  2240. end
  2241. end
  2242. end
  2243.  
  2244. function equipanim()
  2245. attack=true
  2246. Movement.Value=Movement.Value-0.1
  2247. Defense.Value=Defense.Value+0.4
  2248. for i=0,1,0.08/animationspeed do
  2249. hbwait()
  2250. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2251. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2252. 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)
  2253. 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)
  2254. 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)
  2255. 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)
  2256. end
  2257. attack=false
  2258. end
  2259.  
  2260. function unequipanim()
  2261. attack=true
  2262. for i=0,1,0.08/animationspeed do
  2263. hbwait()
  2264. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2265. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),0.3/animationspeed)
  2266. 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)
  2267. 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)
  2268. RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,0.3/animationspeed)
  2269. LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,0.3/animationspeed)
  2270. 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)
  2271. 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)
  2272. end
  2273. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
  2274. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),1)
  2275. RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
  2276. LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
  2277. RW.C1=clerp(RW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*RWC0,1)
  2278. LW.C1=clerp(LW.C1,cf(0,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(0))*LWC0,1)
  2279. 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)
  2280. 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)
  2281. 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)
  2282. 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)
  2283. Movement.Value=Movement.Value+0.1
  2284. Defense.Value=Defense.Value-0.4
  2285. attack=false
  2286. end
  2287.  
  2288. if startequipped==true then
  2289. equipped=true
  2290. if disableanimate==true then
  2291. Animate.Disabled=true
  2292. local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
  2293. idleanimation:Play()
  2294. end
  2295. if disableanimator==true then
  2296. Animator.Parent=nil
  2297. end
  2298. if disablemovingarms==true then
  2299. RW.Parent=Torso
  2300. LW.Parent=Torso
  2301. RSH.Parent=nil
  2302. LSH.Parent=nil
  2303. end
  2304. Movement.Value=Movement.Value-0.1
  2305. Defense.Value=Defense.Value+0.4
  2306. elseif startequippedwithequipanimation==true then
  2307. equipped=true
  2308. if disableanimate==true then
  2309. Animate.Disabled=true
  2310. local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
  2311. idleanimation:Play()
  2312. end
  2313. if disableanimator==true then
  2314. Animator.Parent=nil
  2315. end
  2316. if disablemovingarms==true then
  2317. RW.Parent=Torso
  2318. LW.Parent=Torso
  2319. RSH.Parent=nil
  2320. LSH.Parent=nil
  2321. end
  2322. coroutine.resume(coroutine.create(function()
  2323. hbwait()
  2324. equipanim()
  2325. end))
  2326. end
  2327.  
  2328. function StaggerHit()
  2329. attack=true
  2330. if Hitbox~=nil then
  2331. for i=1,math.random(2,4) do
  2332. 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)
  2333. end
  2334. end
  2335. for i=0,1,0.1/animationspeed do
  2336. hbwait()
  2337. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(-30)),0.3/animationspeed)
  2338. 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)
  2339. 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)
  2340. 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)
  2341. 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)
  2342. 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)
  2343. if StaggerAnim.Value==true or StunAnim.Value==true then
  2344. break
  2345. end
  2346. end
  2347. attack=false
  2348. end
  2349.  
  2350. function Stagger()
  2351. attack=true
  2352. disablejump=true
  2353. if Hitbox~=nil then
  2354. for i=1,math.random(2,4) do
  2355. 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)
  2356. end
  2357. end
  2358. attacktype=1
  2359. local staggervelocity=Instance.new("BodyVelocity",Torso)
  2360. staggervelocity.P=500
  2361. staggervelocity.maxForce=vt(math.huge,0,math.huge)
  2362. if Rooted.Value==false then
  2363. staggervelocity.Velocity=RootPart.CFrame.lookVector*-25
  2364. end
  2365. for i=0,1,0.35/animationspeed do
  2366. hbwait()
  2367. 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)
  2368. 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)
  2369. 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)
  2370. 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)
  2371. 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)
  2372. 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)
  2373. end
  2374. for i=0,1,0.2/animationspeed do
  2375. hbwait()
  2376. 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)
  2377. 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)
  2378. 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)
  2379. 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)
  2380. 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)
  2381. 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)
  2382. end
  2383. staggervelocity:Destroy()
  2384. for i=0,1,0.015/animationspeed do
  2385. hbwait()
  2386. 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)
  2387. 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)
  2388. 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)
  2389. 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)
  2390. 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)
  2391. 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)
  2392. if StunAnim.Value==true then
  2393. break
  2394. end
  2395. end
  2396. attacktype=1
  2397. disablejump=false
  2398. attack=false
  2399. end
  2400.  
  2401. function Stun()
  2402. attack=true
  2403. disablejump=true
  2404. attacktype=1
  2405. DamageStatLabel("Interruption",Head.CFrame,"Stunned!",Color3.new(0,0,255))
  2406. for i=0,1,0.4/animationspeed do
  2407. hbwait()
  2408. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(15),math.rad(0),math.rad(-160)),0.3/animationspeed)
  2409. 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)
  2410. 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)
  2411. 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)
  2412. 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)
  2413. 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)
  2414. end
  2415. for i=0,1,0.4/animationspeed do
  2416. hbwait()
  2417. 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)
  2418. 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)
  2419. 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)
  2420. 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)
  2421. 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)
  2422. 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)
  2423. end
  2424. for i=0,1,0.4/animationspeed do
  2425. hbwait()
  2426. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(75),math.rad(0),math.rad(-180)),0.3/animationspeed)
  2427. 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)
  2428. 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)
  2429. 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)
  2430. 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)
  2431. 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)
  2432. end
  2433. gyro=Instance.new("BodyGyro")
  2434. gyro.Parent=nil
  2435. gyro.P=1e7
  2436. gyro.D=1e3
  2437. gyro.MaxTorque=vt(1e7,1e7,1e7)
  2438. gyro.cframe=RootPart.CFrame
  2439. for i=1,70*animationspeed do
  2440. hbwait()
  2441. 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)
  2442. 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)
  2443. 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)
  2444. 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)
  2445. 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)
  2446. 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)
  2447. end
  2448. for i=0,1,0.5/animationspeed do
  2449. hbwait()
  2450. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(90),math.rad(0),math.rad(-180)),0.3/animationspeed)
  2451. 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)
  2452. 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)
  2453. 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)
  2454. 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)
  2455. 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)
  2456. end
  2457. for i=0,1,0.15/animationspeed do
  2458. hbwait()
  2459. 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)
  2460. 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)
  2461. 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)
  2462. 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)
  2463. 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)
  2464. 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)
  2465. end
  2466. gyro.Parent=nil
  2467. attacktype=1
  2468. disablejump=false
  2469. attack=false
  2470. end
  2471.  
  2472. function EAbility()
  2473. attack=true
  2474. attack=false
  2475. end
  2476.  
  2477. function Attack1()
  2478. attack=true
  2479. --so("341336274",Hitbox,0.5,1)
  2480. for i=0,1,0.12/2 do
  2481. hbwait()
  2482. 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)
  2483. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(7.5),math.rad(0),math.rad(50)),0.45/animationspeed)
  2484. 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)
  2485. 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)
  2486. 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)
  2487. 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)
  2488. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2489. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2490. break
  2491. end
  2492. end
  2493. --so("200633029",Hitbox,0.5,1)
  2494. so("200633077",Hitbox,0.5,2)
  2495. --so("341336307",Hitbox,0.5,1)
  2496. so("341336485",Hitbox,0.5,1)
  2497. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2498. for i=0,1,0.12/2 do
  2499. hbwait()
  2500. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2501. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2502. 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)
  2503. 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)
  2504. 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)
  2505. 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)
  2506. 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)
  2507. 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)
  2508. 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)
  2509. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2510. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2511. break
  2512. end
  2513. end
  2514. LastPoint=nil
  2515. attack=false
  2516. end
  2517.  
  2518. function Attack2()
  2519. attack=true
  2520. --so("341336274",Hitbox,0.5,1)
  2521. for i=0,1,0.12/2 do
  2522. hbwait()
  2523. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2524. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(15),math.rad(0),math.rad(0)),0.45/animationspeed)
  2525. 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)
  2526. 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)
  2527. 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)
  2528. 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)
  2529. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2530. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2531. break
  2532. end
  2533. end
  2534. --so("200633029",Hitbox,0.5,1)
  2535. so("200633077",Hitbox,0.5,3)
  2536. --so("341336307",Hitbox,0.5,1)
  2537. so("341336485",Hitbox,0.5,1)
  2538. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2539. for i=0,1,0.12/2 do
  2540. hbwait()
  2541. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2542. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2543. 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)
  2544. 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)
  2545. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(0)),0.6/animationspeed)
  2546. 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)
  2547. 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)
  2548. 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)
  2549. 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)
  2550. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
  2551. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2552. break
  2553. end
  2554. end
  2555. LastPoint=nil
  2556. attack=false
  2557. end
  2558.  
  2559. function Attack3()
  2560. attack=true
  2561. --so("341336274",Hitbox,0.5,1)
  2562. for i=0,1,0.12/2 do
  2563. hbwait()
  2564. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
  2565. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(-20)),0.45/animationspeed)
  2566. 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)
  2567. 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)
  2568. 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)
  2569. 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)
  2570. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2571. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2572. break
  2573. end
  2574. end
  2575. --so("200633029",Hitbox,0.5,1)
  2576. so("200633077",Hitbox,0.5,1.5)
  2577. --so("341336307",Hitbox,0.5,1)
  2578. so("341336485",Hitbox,0.5,1)
  2579. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2580. for i=0,1,0.12/2 do
  2581. hbwait()
  2582. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2583. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2584. 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)
  2585. 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)
  2586. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(20)),0.45/animationspeed)
  2587. 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)
  2588. 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)
  2589. 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)
  2590. 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)
  2591. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2592. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2593. break
  2594. end
  2595. end
  2596. LastPoint=nil
  2597. attack=false
  2598. end
  2599.  
  2600. function Attack4()
  2601. attack=true
  2602. local shieldangle=math.random(-2,2)
  2603. for i=0,1,0.12/2 do
  2604. hbwait()
  2605. MagicBlock("Cyan","Neon",true,swordhandle.CFrame,1,1,1,1,1,1,0.1)
  2606. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(-40)),0.45/animationspeed)
  2607. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(40)),0.45/animationspeed)
  2608. 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)
  2609. 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)
  2610. 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)
  2611. 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)
  2612. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2613. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2614. break
  2615. end
  2616. end
  2617. so("341336274",swordhandle,0.5,2)
  2618. so("341336307",swordhandle,0.5,2)
  2619. local Pos1=swordhandle.Position
  2620. local MousePos=Mouse.hit.p
  2621. local MouseLook=cf((Pos1+MousePos)/2,MousePos)
  2622. local blasthit,blastpos=rayCast(Pos1,MouseLook.lookVector,999,Character)
  2623. local Mag=(Pos1-blastpos).magnitude
  2624. 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)
  2625. if blasthit~=nil and blasthit.Name~="Effect" then
  2626. local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2627. refpart.Anchored=true
  2628. refpart.CFrame=cf(blastpos)
  2629. game:GetService("Debris"):AddItem(refpart,5)
  2630. so("341336499",refpart,0.5,3)
  2631. MagicCircle("Cyan","Neon",refpart.CFrame,10,10,10,1,1,1,0.05)
  2632. MagicBlock("Cyan","Neon",true,refpart.CFrame,5,5,5,0.5,0.5,0.5,0.05)
  2633. MagniDamage(refpart,5,50,70,0,"Normal",RootPart,0.5,1,math.random(5,10),nil,true,true,nil,0,0,false)
  2634. end
  2635. for i=0,1,0.12/2 do
  2636. hbwait()
  2637. 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)
  2638. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(40)),0.45/animationspeed)
  2639. 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)
  2640. 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)
  2641. 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)
  2642. 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)
  2643. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2644. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2645. break
  2646. end
  2647. end
  2648. attack=false
  2649. end
  2650.  
  2651. function Move1()
  2652. attack=true
  2653. --so("341336274",Hitbox,0.5,1)
  2654. for i=0,1,0.12/2 do
  2655. hbwait()
  2656. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-1,1+idleangle)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2657. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2658. 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)
  2659. 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)
  2660. 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)
  2661. 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)
  2662. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2663. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2664. break
  2665. end
  2666. end
  2667. --so("200633029",Hitbox,0.5,1)
  2668. so("200633077",Hitbox,0.5,1.7)
  2669. --so("341336307",Hitbox,0.5,1)
  2670. so("341336485",Hitbox,0.5,1)
  2671. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2672. for i=0,1,0.24/2 do
  2673. hbwait()
  2674. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2675. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2676. 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)
  2677. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2678. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2679. 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)
  2680. 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)
  2681. 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)
  2682. 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)
  2683. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
  2684. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2685. break
  2686. end
  2687. end
  2688. if StaggerHitAnim.Value~=true and StaggerAnim.Value~=true and StunAnim.Value~=true then
  2689. local swordhit,swordpos=rayCast(RootPart.Position,cf(RootPart.Position,RootPart.Position+vt(0,-1,0)).lookVector,4,Character)
  2690. if swordhit~=nil and swordhit.Name~="Effect" then
  2691. local refpart=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2692. refpart.Anchored=true
  2693. refpart.CFrame=RootPart.CFrame*cf(1.1,0,0)
  2694. game:GetService("Debris"):AddItem(refpart,5)
  2695. coroutine.resume(coroutine.create(function(Origin)
  2696. local increment=-10.1
  2697. for i=1,4 do
  2698. local refpart2=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2699. refpart2.Anchored=true
  2700. refpart2.CFrame=refpart.CFrame*cf(0,0,increment)
  2701. game:GetService("Debris"):AddItem(refpart,5)
  2702. local refpart2hit,refpart2pos=rayCast(refpart2.Position,cf(refpart2.Position,refpart2.Position+vt(0,-1,0)).lookVector,999,Character)
  2703. if refpart2hit~=nil then
  2704. local refpart3=part(3,Effects,"SmoothPlastic",0,1,"Really black","Effect",vt())
  2705. refpart3.Anchored=true
  2706. refpart3.CFrame=cf(refpart2pos)
  2707. game:GetService("Debris"):AddItem(refpart3,5)
  2708. so("341336499",refpart3,0.5,2)
  2709. MagicWave("Cyan","Neon",refpart3.CFrame,20,0.1,20,0.5,0.01,0.5,0.05)
  2710. MagicSpikedCrown("Cyan","Neon",refpart3.CFrame,20,20,20,0.5,0.5,0.5,0.05)
  2711. 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)
  2712. end
  2713. increment=increment-10
  2714. wait(0.25)
  2715. end
  2716. end),refpart)
  2717. end
  2718. end
  2719. for i=0,1,0.24/2 do
  2720. hbwait()
  2721. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2722. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.6/animationspeed)
  2723. 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)
  2724. 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)
  2725. 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)
  2726. 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)
  2727. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.6/animationspeed)
  2728. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2729. break
  2730. end
  2731. end
  2732. LastPoint=nil
  2733. attack=false
  2734. end
  2735.  
  2736. --[[
  2737. local testpart=Instance.new("Part",workspace.CurrentCamera)
  2738. testpart.Anchored=true
  2739. testpart.CFrame=cf(0,0,-50)
  2740. testpart.Size=Vector3.new(50,50,50)
  2741. --]]
  2742.  
  2743. function Move3()
  2744. attack=true
  2745. for i=0,1,0.12/2 do
  2746. hbwait()
  2747. 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)
  2748. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(5)),0.45/animationspeed)
  2749. 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)
  2750. 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)
  2751. 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)
  2752. 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)
  2753. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-55),0,0),0.45/animationspeed)
  2754. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2755. break
  2756. end
  2757. end
  2758. for i=0,1,0.12/2 do
  2759. hbwait()
  2760. 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)
  2761. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
  2762. 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)
  2763. 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)
  2764. 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)
  2765. 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)
  2766. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
  2767. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2768. break
  2769. end
  2770. end
  2771. so("306247678",Hitbox,0.5,0.75)
  2772. --so("341336159",Hitbox,0.5,0.75)
  2773. --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)
  2774. for i=0,1,0.04/2 do
  2775. hbwait()
  2776. --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)
  2777. --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)
  2778. --MagicBlock("Cyan","Neon",true,Hitbox.CFrame--[[*cf(0,2.1,0)--]],1,1,1,1,1,1,0.05)
  2779. 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)
  2780. 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)
  2781. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(-15)),0.45/animationspeed)
  2782. 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)
  2783. 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)
  2784. 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)
  2785. 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)
  2786. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-140),0,0),0.45/animationspeed)
  2787. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2788. break
  2789. end
  2790. end
  2791. for i=0,1,0.12/2 do
  2792. hbwait()
  2793. 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)
  2794. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(0),math.rad(0),math.rad(50)),0.45/animationspeed)
  2795. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(-50)),0.45/animationspeed)
  2796. 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)
  2797. 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)
  2798. 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)
  2799. 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)
  2800. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2801. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2802. break
  2803. end
  2804. end
  2805. --so("200633029",Hitbox,0.5,1)
  2806. so("200633077",Hitbox,0.5,2.9)
  2807. --so("341336307",Hitbox,0.5,1)
  2808. so("341336485",Hitbox,0.5,1)
  2809. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2810. local energywavepart=part(3,Effects,"Neon",0,1,"Cyan","Effect",vt())
  2811. energywavepart.Anchored=true
  2812. energywavepart.CFrame=RootPart.CFrame*cf(0,0,-6.5)--*angles(math.rad(90),math.rad(80),0)
  2813. --local energywavemesh=mesh("SpecialMesh",energywavepart,"FileMesh","http://www.roblox.com/asset/?id=448386996",vt(0,0,0),vt(1/1000,1/20,1/15))
  2814. game:GetService("Debris"):AddItem(energywavepart,1)
  2815. coroutine.resume(coroutine.create(function(Wave)
  2816. local number=500
  2817. so("341336274",Wave,0.75,0.75)
  2818. repeat
  2819. hbwait()
  2820. wavecframe=Wave.CFrame
  2821. --Wave.CFrame=wavecframe*cf(0,-1,0)
  2822. Wave.CFrame=wavecframe*cf(0,0,-1)
  2823. MagicBlock("Cyan","Neon",true,Wave.CFrame,100,100,100,-1,-1,-1,0.05)
  2824. 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)
  2825. number=number-1
  2826. until number<=0
  2827. end),energywavepart)
  2828. for i=0,1,0.12/2 do
  2829. hbwait()
  2830. TrailEffect("Cyan","Neon",Hitbox.CFrame*cf(0,2.1,0),LastPoint,"Block",0,0.1,-0.01,0,-0.01,0.1)
  2831. LastPoint=Hitbox.CFrame*cf(0,2.1,0)
  2832. 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)
  2833. --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)
  2834. 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)
  2835. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(5),math.rad(0),math.rad(40)),0.45/animationspeed)
  2836. 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)
  2837. 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)
  2838. 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)
  2839. 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)
  2840. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-150),0,0),0.45/animationspeed)
  2841. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2842. break
  2843. end
  2844. end
  2845. LastPoint=nil
  2846. attack=false
  2847. end
  2848.  
  2849. function Move4()
  2850. attack=true
  2851. --[[
  2852. for i=0,1,0.12/2 do
  2853. hbwait()
  2854. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2855. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2856. 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)
  2857. 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)
  2858. 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)
  2859. 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)
  2860. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2861. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2862. break
  2863. end
  2864. end
  2865. MagicWave("Institutional white","SmoothPlastic",RootPart.CFrame*cf(0,-3,0),5,1,5,0.2,-0.01,0.2,0.025)
  2866. Humanoid.Jump=true
  2867. Torso.Velocity=Vector3.new(0,50,0)+RootPart.CFrame.lookVector*50
  2868. for i=0,1,0.12/2 do
  2869. hbwait()
  2870. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0+idleangle)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
  2871. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),0.45/animationspeed)
  2872. 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)
  2873. 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)
  2874. 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)
  2875. 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)
  2876. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0),0.45/animationspeed)
  2877. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2878. break
  2879. end
  2880. end
  2881. ]]--
  2882. for i=0,1,0.12/2 do
  2883. hbwait()
  2884. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2885. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2886. 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)
  2887. 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)
  2888. 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)
  2889. 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)
  2890. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
  2891. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2892. break
  2893. end
  2894. end
  2895. local move4num=0
  2896. for i=0,1,0.04/2 do
  2897. hbwait()
  2898. if move4num>=5 then
  2899. move4num=0
  2900. MagicWave("Cyan","Neon",RootPart.CFrame*cf(0,-3,0),1,1,1,1,0.1,1,0.05)
  2901. else
  2902. move4num=move4num+1
  2903. end
  2904. RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-1+idleangle)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2905. Neck.C0=clerp(Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(0)),0.45/animationspeed)
  2906. 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)
  2907. 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)
  2908. 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)
  2909. 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)
  2910. swordhandleweld.C0=clerp(swordhandleweld.C0,cf(0,-1,0)*angles(math.rad(-90),0,0)*angles(0,math.rad(-45),0),0.45/animationspeed)
  2911. if StaggerHitAnim.Value==true or StaggerAnim.Value==true or StunAnim.Value==true then
  2912. break
  2913. end
  2914. end
  2915. attack=false
  2916. end
  2917.  
  2918. hold=false
  2919.  
  2920. Mouse.Button1Down:connect(function()
  2921. --function ob1d(Mouse)
  2922. if attack==true or equipped==false then return end
  2923. hold=true
  2924. if attacktype==1 then
  2925. attacktype=2
  2926. Attack1()
  2927. elseif attacktype==2 then
  2928. attacktype=3
  2929. Attack2()
  2930. elseif attacktype==3 then
  2931. attacktype=4
  2932. Attack3()
  2933. elseif attacktype==4 then
  2934. attacktype=1
  2935. Attack4()
  2936. end
  2937. coroutine.resume(coroutine.create(function()
  2938. for i=1,50 do
  2939. if attack==false then
  2940. hbwait()
  2941. end
  2942. end
  2943. if attack==false then
  2944. attacktype=1
  2945. end
  2946. end))
  2947. --end
  2948. end)
  2949.  
  2950. if allowhopperbin==true then
  2951. function ob1u(Mouse)
  2952. hold=false
  2953. end
  2954. end
  2955.  
  2956. Mouse.KeyDown:connect(function(key)
  2957. --function key(key)
  2958. if key=="f" and canunequiporequip==true and attack==false then
  2959. if equipped==false then
  2960. equipped=true
  2961. if disableanimate==true then
  2962. Animate.Disabled=true
  2963. local idleanimation=Humanoid:LoadAnimation(Torso.robloxidleanimation)
  2964. idleanimation:Play()
  2965. end
  2966. if disableanimator==true then
  2967. Animator.Parent=nil
  2968. end
  2969. if disablemovingarms==true then
  2970. RW.Parent=Torso
  2971. LW.Parent=Torso
  2972. RSH.Parent=nil
  2973. LSH.Parent=nil
  2974. end
  2975. equipanim()
  2976. elseif equipped==true then
  2977. equipped=false
  2978. unequipanim()
  2979. hbwait()
  2980. if disablemovingarms==true then
  2981. RW.Parent=nil
  2982. LW.Parent=nil
  2983. RSH.Parent=Torso
  2984. LSH.Parent=Torso
  2985. end
  2986. if disableanimator==true then
  2987. Animator.Parent=Humanoid
  2988. end
  2989. if disableanimate==true then
  2990. Animate.Disabled=false
  2991. end
  2992. end
  2993. end
  2994. if key=="e" and attack==false and equipped==true then
  2995. EAbility()
  2996. end
  2997. if key=="z" and attack==false and equipped==true and cooldown1>=co1 and Mana.Value>=skill1mana then
  2998. subtractmana(skill1mana)
  2999. cooldown1=0
  3000. Move1()
  3001. end
  3002. if key=="x" and attack==false and equipped==true and cooldown2>=co2 and Mana.Value>=skill2mana then
  3003. subtractmana(skill2mana)
  3004. cooldown2=0
  3005. Move2()
  3006. end
  3007. if key=="c" and attack==false and equipped==true and cooldown3>=co3 and Mana.Value>=skill3mana then
  3008. subtractmana(skill3mana)
  3009. cooldown3=0
  3010. Move3()
  3011. end
  3012. if key=="v" and attack==false and equipped==true and cooldown4>=co4 and Mana.Value>=skill4mana then
  3013. subtractmana(skill4mana)
  3014. cooldown4=0
  3015. Move4()
  3016. end
  3017. if key=="q" then
  3018. Mana.Value=100
  3019. cooldown1=co1
  3020. cooldown2=co2
  3021. cooldown3=co3
  3022. cooldown4=co4
  3023. end
  3024. if key=="p" then
  3025. StaggerHitAnim.Value=true
  3026. end
  3027. if key=="[" then
  3028. StaggerAnim.Value=true
  3029. end
  3030. if key=="]" then
  3031. StunAnim.Value=true
  3032. end
  3033. --end
  3034. end)
  3035.  
  3036. Mouse.KeyUp:connect(function(key2)
  3037. --function key2(key)
  3038. --end
  3039. end)
  3040. ----
  3041. Me = game.Players.LocalPlayer
  3042. player = Me
  3043. char = Me.Character
  3044. chara = char
  3045.  
  3046. New = function(Object, Parent, Name, Data)
  3047. local Object = Instance.new(Object)
  3048. for Index, Value in pairs(Data or {}) do
  3049. Object[Index] = Value
  3050. end
  3051. Object.Parent = Parent
  3052. Object.Name = Name
  3053. return Object
  3054. end
  3055.  
  3056. Mouse = player:GetMouse()
  3057.  
  3058. for i,v in pairs(chara:children()) do
  3059. if v:IsA("Accessory") or v:IsA("") or v:IsA("") then
  3060. v:Destroy()
  3061. end
  3062. end
  3063.  
  3064. s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
  3065. s.SoundId = "rbxassetid://144260525"
  3066. s.Volume = 1
  3067. s.Pitch = 1
  3068. s.Looped = true
  3069. wait()
  3070. s:Play()
  3071.  
  3072. s = Instance.new("Sound",game.Players.LocalPlayer.Character.Torso)
  3073. s.SoundId = "rbxassetid://530138502"
  3074. s.Volume = 3
  3075. s.Pitch = 0.83
  3076. s.Looped = false
  3077. wait()
  3078. s:Play()
  3079.  
  3080. wait(15)
  3081.  
  3082. local Player = game.Players.LocalPlayer
  3083.  
  3084. local Character = Player.Character
  3085.  
  3086. local Humanoid = Character.Humanoid
  3087.  
  3088. Character:WaitForChild("Animate"):Remove()
  3089.  
  3090. Humanoid.MaxHealth = 2000
  3091.  
  3092. Humanoid.Health = 1980
  3093.  
  3094. wait()
  3095.  
  3096. function SmoothAllSides(Part)
  3097.  
  3098. local Sides = {
  3099.  
  3100. "TopSurface",
  3101.  
  3102. "BottomSurface",
  3103.  
  3104. "LeftSurface",
  3105.  
  3106. "RightSurface",
  3107.  
  3108. "FrontSurface",
  3109.  
  3110. "BackSurface"
  3111.  
  3112. }
  3113.  
  3114. for i, v in pairs(Sides) do
  3115.  
  3116. Part[v] = "SmoothNoOutlines"
  3117.  
  3118. end
  3119.  
  3120. end
  3121.  
  3122. local StaffM = Instance.new("Model")
  3123.  
  3124. StaffM.Parent = Character
  3125.  
  3126. local Staff = Instance.new("Part")
  3127.  
  3128. Staff.Parent = StaffM
  3129.  
  3130. Staff.Shape = Enum.PartType.Cylinder
  3131.  
  3132. Staff.Size = Vector3.new(0, 0, 0)
  3133.  
  3134. Staff.BrickColor = BrickColor.new("Really black")
  3135.  
  3136. Staff.CanCollide = false
  3137.  
  3138. local Ring0 = Instance.new("Part")
  3139.  
  3140. Ring0.Parent = StaffM
  3141.  
  3142. Ring0.CanCollide = false
  3143.  
  3144. Ring0.BrickColor = BrickColor.new("Really black")
  3145.  
  3146. Ring0.Material = Enum.Material.SmoothPlastic
  3147.  
  3148. local Ring = Instance.new("SpecialMesh")
  3149.  
  3150. Ring.Parent = Ring0
  3151.  
  3152. Ring.MeshType = Enum.MeshType.FileMesh
  3153.  
  3154. Ring.Scale = Vector3.new(0, 0, 0)
  3155.  
  3156. Ring.MeshId = "rbxassetid://"
  3157.  
  3158. local Ring1 = Ring0:Clone()
  3159.  
  3160. Ring1.Parent = StaffM
  3161.  
  3162. local Weld1, Weld2, Weld3 = Instance.new("Weld"), Instance.new("Weld"), Instance.new("Weld")
  3163.  
  3164. Weld1.Parent = StaffM
  3165.  
  3166. Weld1.Part0 = Staff
  3167.  
  3168. Weld1.Part1 = Ring0
  3169.  
  3170. Weld1.C1 = CFrame.new(0, 0, 0)
  3171.  
  3172. Weld2.Parent = StaffM
  3173.  
  3174. Weld2.Part0 = Staff
  3175.  
  3176. Weld2.Part1 = Ring1
  3177.  
  3178. Weld2.C1 = CFrame.new(0, 0, 0)
  3179.  
  3180. Weld3.Parent = StaffM
  3181.  
  3182. Weld3.Part0 = Character["Left Arm"]
  3183.  
  3184. Weld3.Part1 = Staff
  3185.  
  3186. Weld3.C0 = CFrame.new(0, Character["Left Arm"].Size.Y / -2, 0) * CFrame.Angles(0, math.pi / 2, 0)
  3187.  
  3188. SmoothAllSides(Staff)
  3189.  
  3190. local bools = {
  3191.  
  3192. Idle = true,
  3193.  
  3194. Moving = false,
  3195.  
  3196. OffenseDefense = false,
  3197.  
  3198. MovingUp = false,
  3199.  
  3200. MovingDown = false,
  3201.  
  3202. Blocking = false
  3203.  
  3204. }
  3205.  
  3206. local joints = {
  3207.  
  3208. ["Head"] = Character.Torso.Neck,
  3209.  
  3210. ["Torso"] = Character.HumanoidRootPart.RootJoint,
  3211.  
  3212. ["Left Arm"] = Character.Torso["Left Shoulder"],
  3213.  
  3214. ["Right Arm"] = Character.Torso["Right Shoulder"],
  3215.  
  3216. ["Left Leg"] = Character.Torso["Left Hip"],
  3217.  
  3218. ["Right Leg"] = Character.Torso["Right Hip"]
  3219.  
  3220. }
  3221.  
  3222. local HeadC0 = joints.Head.C0
  3223.  
  3224. local TorsoC0 = joints.Torso.C0
  3225.  
  3226. local RightAC0 = joints["Left Arm"].C0
  3227.  
  3228. local LeftAC0 = joints["Right Arm"].C0
  3229.  
  3230. local RightLC0 = joints["Left Leg"].C0
  3231.  
  3232. local LeftLC0 = joints["Right Leg"].C0
  3233.  
  3234. local Animations = {
  3235.  
  3236. idle = {
  3237.  
  3238. HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(80), math.rad(180), math.rad(-12)),
  3239.  
  3240. TorsoC0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(90), math.rad(180), math.rad(18)),
  3241.  
  3242. LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.rad(90), math.rad(120)) * CFrame.Angles(math.rad(45), 0, 0),
  3243.  
  3244. RightLC0 = CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(-90), math.rad(80), math.rad(90)) * CFrame.Angles(0, 0, math.rad(5)),
  3245.  
  3246. 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))
  3247.  
  3248. },
  3249.  
  3250. running = {
  3251.  
  3252. HeadC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(115), math.rad(180), 0),
  3253.  
  3254. TorsoC0 = CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(60), math.rad(180), 0),
  3255.  
  3256. RightAC0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(math.rad(50), math.rad(-120), 0) * CFrame.Angles(math.rad(33), 0, 0),
  3257.  
  3258. LeftAC0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(math.rad(-40), math.rad(90), 0) * CFrame.Angles(math.rad(23), 0, 0),
  3259.  
  3260. RightLC0 = CFrame.new(1, -1, -0.2) * CFrame.Angles(math.rad(-10), math.rad(90), 0),
  3261.  
  3262. LeftLC0 = CFrame.new(-1, -1, -0.65) * CFrame.Angles(math.rad(-30), math.rad(-90), 0)
  3263.  
  3264. }
  3265.  
  3266. }
  3267.  
  3268. local Input = game:GetService("UserInputService")
  3269.  
  3270. local RunService = game:GetService("RunService")
  3271.  
  3272. Humanoid:ClearAllChildren()
  3273.  
  3274.  
  3275.  
  3276. local TruthBall = Instance.new("Part")
  3277.  
  3278. TruthBall.Name = "Truth Seeking Ball"
  3279.  
  3280. TruthBall.Material = Enum.Material.Neon
  3281.  
  3282. TruthBall.Shape = Enum.PartType.Ball
  3283.  
  3284. TruthBall.Size = Vector3.new(0, 0, 0)
  3285.  
  3286. TruthBall.Anchored = true
  3287.  
  3288. TruthBall.Locked = true
  3289.  
  3290. TruthBall.CanCollide = false
  3291.  
  3292. TruthBall.BrickColor = BrickColor.new("Cyan")
  3293.  
  3294. SmoothAllSides(TruthBall)
  3295.  
  3296. for i = 1, 6 do
  3297.  
  3298. local TruthSeekBalls = TruthBall:Clone()
  3299.  
  3300. TruthSeekBalls.Parent = Character
  3301.  
  3302. end
  3303.  
  3304. TruthTable = {}
  3305.  
  3306. for ind, var in ipairs(Character:GetChildren()) do
  3307.  
  3308. if var.Name == "Truth Seeking Ball" then
  3309.  
  3310. table.insert(TruthTable, var)
  3311.  
  3312. end
  3313.  
  3314. end
  3315.  
  3316. RunService.RenderStepped:connect(function()
  3317.  
  3318. for i, v in ipairs(TruthTable) do
  3319.  
  3320. 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)
  3321.  
  3322. end
  3323.  
  3324. end)
  3325.  
  3326. local BodyParts = {
  3327.  
  3328. Character.Head,
  3329.  
  3330. Character.Torso,
  3331.  
  3332. Character["Left Arm"],
  3333.  
  3334. Character["Right Arm"],
  3335.  
  3336. Character["Left Leg"],
  3337.  
  3338. Character["Right Leg"]
  3339.  
  3340. }
  3341.  
  3342.  
  3343. local Block = TruthTable[math.random(1, #TruthTable)]
  3344.  
  3345. local BlockCF = Block.CFrame
  3346.  
  3347. local Defense = Block:Clone()
  3348.  
  3349. Input.InputBegan:connect(function(Key, GPE)
  3350.  
  3351. if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == false then
  3352.  
  3353. Humanoid.WalkSpeed = 0
  3354.  
  3355. Humanoid.JumpPower = 0
  3356.  
  3357. bools.Blocking = true
  3358.  
  3359. while bools.Blocking == true do
  3360.  
  3361. Block.Transparency = 1
  3362.  
  3363. Defense.Parent = Character
  3364.  
  3365. Defense.Shape = Enum.PartType.Block
  3366.  
  3367. Defense.Size = Vector3.new(10, 9, 0.2)
  3368.  
  3369. RunService.RenderStepped:connect(function()
  3370.  
  3371. Defense.CFrame = Block.CFrame:lerp(Character.Torso.CFrame * CFrame.new(0, 0, -10), 0.6)
  3372.  
  3373. end)
  3374.  
  3375. Defense.CanCollide = true
  3376.  
  3377. if bools.Blocking == false then
  3378.  
  3379. elseif Key.KeyCode == Enum.KeyCode.Z and not GPE and Mouse.Target then
  3380.  
  3381. local Copy = Block:Clone()
  3382.  
  3383. Block.Transparency = 1
  3384.  
  3385. Copy.Parent = Character
  3386.  
  3387. Copy.Anchored = false
  3388.  
  3389. Copy.CFrame = Block.CFrame
  3390.  
  3391. local CopyV = Instance.new("BodyVelocity")
  3392.  
  3393. CopyV.Parent = Copy
  3394.  
  3395. CopyV.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  3396.  
  3397. CopyV.Velocity = Mouse.UnitRay:ClosestPoint() * 100
  3398.  
  3399. else
  3400.  
  3401. wait()
  3402.  
  3403. end
  3404.  
  3405. end
  3406.  
  3407. end
  3408.  
  3409. end)
  3410.  
  3411. Input.InputEnded:connect(function(Key, GPE)
  3412.  
  3413. if Key.KeyCode == Enum.KeyCode.X and not GPE and bools.Blocking == true then
  3414.  
  3415. Humanoid.WalkSpeed = 60
  3416.  
  3417. Humanoid.JumpPower = 200
  3418.  
  3419. bools.Blocking = false
  3420.  
  3421. Defense.CanCollide = false
  3422.  
  3423. Defense.Shape = Enum.PartType.Ball
  3424.  
  3425. Defense.Size = Vector3.new(0, 0, 0)
  3426.  
  3427. RunService.RenderStepped:connect(function()
  3428.  
  3429. Defense.CFrame = Defense.CFrame:lerp(BlockCF, 0.15)
  3430.  
  3431. end)
  3432.  
  3433. Defense:Remove()
  3434.  
  3435. Block.Transparency = 0
  3436.  
  3437. Block = TruthTable[math.random(1, #TruthTable)]
  3438.  
  3439. BlockCF = Block.CFrame
  3440.  
  3441. end
  3442.  
  3443. end)
  3444.  
  3445. RunService.RenderStepped:connect(function()
  3446.  
  3447. local CurrentAnimation = "Idle"
  3448.  
  3449. if (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude > 2 then
  3450.  
  3451. CurrentAnimation = "Walking"
  3452.  
  3453. elseif (Character.Torso.Velocity - Vector3.new(1, 0, 1)).magnitude < 2 then
  3454.  
  3455. CurrentAnimation = "Idle"
  3456.  
  3457. end
  3458.  
  3459. if CurrentAnimation == "Idle" and not bools.OffenseDefense then
  3460.  
  3461. joints.Head.C0 = joints.Head.C0:lerp(Animations.idle.HeadC0 * CFrame.Angles(math.rad(2 * math.sin(-tick() * 2)), 0, 0), 0.35)
  3462.  
  3463. joints.Torso.C0 = joints.Torso.C0:lerp(Animations.idle.TorsoC0 * CFrame.new(0, 0, 0.1 * math.sin(tick() * 2) / 2), 0.35)
  3464.  
  3465. 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)
  3466.  
  3467. 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)
  3468.  
  3469. elseif CurrentAnimation == "Walking" and not bools.OffenseDefense then
  3470.  
  3471. joints.Head.C0 = joints.Head.C0:lerp(Animations.running.HeadC0, 0.15)
  3472.  
  3473. joints.Torso.C0 = joints.Torso.C0:lerp(Animations.running.TorsoC0, 0.15)
  3474.  
  3475. joints["Right Leg"].C0 = joints["Left Leg"].C0:lerp(Animations.running.RightLC0, 0.15)
  3476.  
  3477. joints["Left Leg"].C0 = joints["Right Leg"].C0:lerp(Animations.running.LeftLC0, 0.15)
  3478.  
  3479. end
  3480.  
  3481. end)
  3482.  
  3483.  
  3484. name = game.Players.LocalPlayer.Name
  3485. player = game.Players:WaitForChild(name)
  3486. chara = player.Character
  3487. debby = game:GetService("Debris")
  3488. chara.Humanoid.MaxHealth = 2000
  3489. chara.Humanoid.Health = 2000
  3490. chara.Humanoid.WalkSpeed = 50
  3491. chara.Humanoid.JumpPower = 200
  3492.  
  3493. local p = Instance.new("Part", chara)
  3494. p.Name = "Ears"
  3495. p.BrickColor = BrickColor.new("Cyan")
  3496. p.Size = Vector3.new(0, 0, 0)
  3497. p.BottomSurface = 0
  3498. p.TopSurface = 0
  3499. p.Position = chara.Head.Position
  3500. local pweld = Instance.new("Weld", p)
  3501. pweld.Part0 = chara.Head
  3502. pweld.Part1 = p
  3503. pweld.C0 = CFrame.new(0, 0.7, 0)
  3504. pweld.C0 = pweld.C0 * CFrame.fromEulerAnglesXYZ(math.rad(180), 0, math.rad(180))
  3505. local earmesh = Instance.new("SpecialMesh", p)
  3506. earmesh.MeshType = "FileMesh"
  3507. earmesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
  3508. earmesh.Scale = Vector3.new(1.1, 1.5, 3)
  3509.  
  3510. local fakehead = chara.Head:clone()
  3511. fakehead.Name = "FakeHead"
  3512. fakehead.Parent = chara
  3513. fakehead.Position = chara.Head.Position
  3514. fakehead.Transparency = 2
  3515. fakehead.face.Texture = "http://www.roblox.com/asset/?id=105092745"
  3516.  
  3517. local hand1 = Instance.new("Part", chara)
  3518. hand1.Name = "Hand1"
  3519. hand1.Size = Vector3.new(0.8, 0.8, 0.8)
  3520. hand1.Transparency = 1
  3521. hand1.Position = chara["Left Arm"].Position
  3522. local hand1weld = Instance.new("Weld", hand1)
  3523. hand1weld.Part0 = chara["Left Arm"]
  3524. hand1weld.Part1 = hand1
  3525. hand1weld.C0 = CFrame.new(0, -1, 0)
  3526. local hand2 = hand1:Clone()
  3527. hand2.Name = "Hand2"
  3528. hand2.Parent = chara
  3529. hand2.Position = chara["Right Arm"].Position
  3530. local hand2weld = Instance.new("Weld", hand2)
  3531. hand2weld.Part0 = chara["Right Arm"]
  3532. hand2weld.Part1 = hand2
  3533. hand2weld.C0 = CFrame.new(0, -1, 0)
  3534.  
  3535. color3colour = {
  3536. BrickColor.new("Cyan").Color,
  3537. BrickColor.new("Cyan").Color,
  3538. BrickColor.new("Cyan").Color,
  3539. BrickColor.new("Cyan").Color,
  3540. BrickColor.new("Cyan").Color,
  3541. BrickColor.new("Cyan").Color
  3542. }
  3543. breekcolour = {
  3544. BrickColor.new("Cyan"),
  3545. BrickColor.new("Cyan"),
  3546. BrickColor.new("Cyan"),
  3547. BrickColor.new("Cyan"),
  3548. BrickColor.new("Cyan"),
  3549. BrickColor.new("Cyan")
  3550. }
  3551. firecolour = {
  3552. ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
  3553. ColorSequenceKeypoint.new(0.05, BrickColor.new("Cyan").Color),
  3554. ColorSequenceKeypoint.new(0.1, BrickColor.new("Cyan").Color),
  3555. ColorSequenceKeypoint.new(0.15, BrickColor.new("Cyan").Color),
  3556. ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
  3557. ColorSequenceKeypoint.new(0.25, BrickColor.new("Cyan").Color),
  3558. ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
  3559. }
  3560. barcolour = {
  3561. ColorSequenceKeypoint.new(0, BrickColor.new("Cyan").Color),
  3562. ColorSequenceKeypoint.new(0.2, BrickColor.new("Cyan").Color),
  3563. ColorSequenceKeypoint.new(0.4, BrickColor.new("Cyan").Color),
  3564. ColorSequenceKeypoint.new(0.6, BrickColor.new("Cyan").Color),
  3565. ColorSequenceKeypoint.new(0.8, BrickColor.new("Cyan").Color),
  3566. ColorSequenceKeypoint.new(1, BrickColor.new("Cyan").Color)
  3567. }
  3568. normallife = {
  3569. NumberSequenceKeypoint.new(0, 0),
  3570. NumberSequenceKeypoint.new(1, 1)
  3571. }
  3572. extendlife = {
  3573. NumberSequenceKeypoint.new(0, 0),
  3574. NumberSequenceKeypoint.new(0.8, 0),
  3575. NumberSequenceKeypoint.new(1, 1)
  3576. }
  3577. function createrainbow(color, part, texture, size, trans, life, face, speed, accel, velsp, lock, name)
  3578. local fira = Instance.new("ParticleEmitter", part)
  3579. fira.Name = name
  3580. fira.Color = ColorSequence.new(color)
  3581. fira.Size = size
  3582. fira.Texture = texture
  3583. fira.Transparency = trans
  3584. fira.Lifetime = life
  3585. fira.EmissionDirection = face
  3586. fira.Rate = 100000000
  3587. fira.RotSpeed = NumberRange.new(10000)
  3588. fira.Speed = speed
  3589. fira.VelocitySpread = velsp
  3590. fira.Acceleration = accel
  3591. fira.LightEmission = 1
  3592. fira.LockedToPart = lock
  3593. end
  3594. handfire1 = createrainbow(firecolour, hand1, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3595. NumberSequenceKeypoint.new(0, 0.4),
  3596. NumberSequenceKeypoint.new(1, 0)
  3597. }), NumberSequence.new(extendlife), NumberRange.new(1), "Left", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
  3598. handfire2 = createrainbow(firecolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3599. NumberSequenceKeypoint.new(0, 0.4),
  3600. NumberSequenceKeypoint.new(1, 0)
  3601. }), NumberSequence.new(extendlife), NumberRange.new(1), "Right", NumberRange.new(1), Vector3.new(0, 2, 0), 0, false, "FireEffect")
  3602. createrainbow(barcolour, orbuur, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3603. NumberSequenceKeypoint.new(0, 1),
  3604. NumberSequenceKeypoint.new(0.8, 1),
  3605. NumberSequenceKeypoint.new(1, 0)
  3606. }), NumberSequence.new(extendlife), NumberRange.new(1), "Front", NumberRange.new(0), Vector3.new(0, 0, 0), 0, false, "OrbEffect")
  3607. local spelleffect = Instance.new("ParticleEmitter", chara.Torso)
  3608. spelleffect.Texture = "http://www.roblox.com/asset/?id=679657454"
  3609. spelleffect.Speed = NumberRange.new(0)
  3610. spelleffect.LightEmission = 1
  3611. spelleffect.Transparency = NumberSequence.new(normallife)
  3612. spelleffect.Size = NumberSequence.new({
  3613. NumberSequenceKeypoint.new(0, 0),
  3614. NumberSequenceKeypoint.new(1, 10)
  3615. })
  3616. spelleffect.Rate = 0.001
  3617. spelleffect.Rotation = NumberRange.new(0, 359)
  3618. spelleffect.RotSpeed = NumberRange.new(1000)
  3619. spelleffect.Lifetime = NumberRange.new(1)
  3620. createrainbow(barcolour, hand2, "rbxasset://textures/particles/smoke_main.dds", NumberSequence.new({
  3621. NumberSequenceKeypoint.new(0, 1),
  3622. NumberSequenceKeypoint.new(1, 0)
  3623. }), NumberSequence.new(normallife), NumberRange.new(1), "Front", NumberRange.new(10), Vector3.new(0, 0, 0), 1000, true, "PowerEffect")
  3624. powereffect = hand2.PowerEffect
  3625. powereffect.Enabled = false
  3626. local naeeym = Instance.new("BillboardGui", chara)
  3627. naeeym.Size = UDim2.new(0, 100, 0, 40)
  3628. naeeym.StudsOffset = Vector3.new(0, 2, 0)
  3629. naeeym.Adornee = chara.Head
  3630. local tecks = Instance.new("TextLabel", naeeym)
  3631. tecks.BackgroundTransparency = 1
  3632. tecks.BorderSizePixel = 0
  3633. tecks.Text = ""
  3634. tecks.Font = "Fantasy"
  3635. tecks.FontSize = "Size24"
  3636. tecks.TextStrokeTransparency = 0
  3637. tecks.TextColor3 = Color3.new(1, 1, 1)
  3638. tecks.TextStrokeColor3 = BrickColor.new("Really red").Color
  3639. tecks.Size = UDim2.new(1, 0, 0.5, 0)
  3640. Void = nil
  3641. VoidParts = {}
  3642. Equipped = false
  3643. Counter = 1
  3644. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  3645. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  3646. end
  3647. Player = player
  3648. Character = chara
  3649. Humanoid = Character:FindFirstChild("Humanoid")
  3650. Torso = Character:FindFirstChild("Torso")
  3651. if not Player or not Humanoid or Humanoid.Health == 0 or not chara.Torso then
  3652. return
  3653. end
  3654. Equipped = true
  3655. Void = Instance.new("Model")
  3656. Void.Name = "Void"
  3657. Angle = 0
  3658. for i = 1, 1 do
  3659. local VoidPart = Instance.new("Part")
  3660. VoidPart.Name = "VoidPart"
  3661. VoidPart.Transparency = 1
  3662. VoidPart.BrickColor = BrickColor.new("Cyan")
  3663. VoidPart.Material = Enum.Material.Plastic
  3664. VoidPart.Shape = Enum.PartType.Block
  3665. VoidPart.FormFactor = Enum.FormFactor.Custom
  3666. VoidPart.TopSurface = Enum.SurfaceType.Smooth
  3667. VoidPart.BottomSurface = Enum.SurfaceType.Smooth
  3668. VoidPart.Anchored = true
  3669. VoidPart.CanCollide = false
  3670. VoidPart.Locked = true
  3671. VoidPart.Size = Vector3.new(1, 0.2, 1)
  3672. fiyer = createrainbow(firecolour, VoidPart, "http://www.roblox.com/asset/?id=224413104", NumberSequence.new({
  3673. NumberSequenceKeypoint.new(0, 0.4),
  3674. NumberSequenceKeypoint.new(1, 0)
  3675. }), NumberSequence.new({
  3676. NumberSequenceKeypoint.new(0, 0),
  3677. NumberSequenceKeypoint.new(0.99, 0),
  3678. NumberSequenceKeypoint.new(1, 1)
  3679. }), NumberRange.new(3), "Top", NumberRange.new(2), Vector3.new(0, 2, 0), 0, false, "FireEffect")
  3680. VoidPart.FireEffect.Rate = 10
  3681. local BlockMesh = Instance.new("BlockMesh")
  3682. BlockMesh.Scale = Vector3.new(10, 2, 10)
  3683. BlockMesh.Parent = VoidPart
  3684. VoidPart.Parent = Void
  3685. local Star = Instance.new("Decal", VoidPart)
  3686. Star.Texture = "http://www.roblox.com/asset/?id=199910011"
  3687. Star.Face = "Top"
  3688. local Light = Instance.new("PointLight", VoidPart)
  3689. Light.Color = Color3.new(0, 0, 0)
  3690. Light.Brightness = 10
  3691. Light.Range = 10
  3692. table.insert(VoidParts, VoidPart)
  3693. end
  3694. Spawn(function()
  3695. while Equipped and Humanoid.Parent and Humanoid.Health > 0 and chara do
  3696. if Angle == 360 then
  3697. Angle = 0
  3698. end
  3699. Angle = Angle + 0.05
  3700. chara.Humanoid.MaxHealth = 2000
  3701. chara.Humanoid.Health = 1700
  3702. Counter = Counter + 1
  3703. if Counter == 7 then
  3704. Counter = 1
  3705. end
  3706. tecks.TextStrokeColor3 = color3colour[Counter]
  3707. fakehead.face.Color3 = color3colour[Counter]
  3708. Void.VoidPart.Decal.Color3 = color3colour[Counter]
  3709. Void.VoidPart.PointLight.Color = color3colour[Counter]
  3710. local parentPos = chara.Torso.CFrame
  3711.  
  3712. local Hit, EndPosition = RayCast(chara.Torso.Position, Vector3.new(0, -1, 0), chara.Torso.Size.Y * 6.5, {Character})
  3713. if Hit then
  3714. if not Void.Parent then
  3715. Void.Parent = Character
  3716. end
  3717. for i, v in pairs(VoidParts) do
  3718. v.CFrame = CFrame.new(chara.Torso.Position.X, EndPosition.Y, chara.Torso.Position.Z) * CFrame.Angles(0, Angle + i, 0)
  3719. end
  3720. else
  3721. Void.Parent = nil
  3722. end
  3723. wait()
  3724. end
  3725. end)
  3726.  
  3727. p = game.Players.LocalPlayer
  3728. char = p.Character
  3729. torso = char.Torso
  3730. neck = char.Torso.Neck
  3731. hum = char.Humanoid
  3732.  
  3733. CV="Maroon"
  3734.  
  3735. local txt = Instance.new("BillboardGui", char)
  3736. txt.Adornee = char .Head
  3737. txt.Name = "_status"
  3738. txt.Size = UDim2.new(2, 0, 1.2, 0)
  3739. txt.StudsOffset = Vector3.new(-9, 8, 0)
  3740. local text = Instance.new("TextLabel", txt)
  3741. text.Size = UDim2.new(10, 0, 7, 0)
  3742. text.FontSize = "Size48"
  3743. text.TextScaled = true
  3744. text.TextTransparency = 0
  3745. text.BackgroundTransparency = 1
  3746. text.TextTransparency = 0
  3747. text.TextStrokeTransparency = 0
  3748. text.Font = "Fantasy"
  3749. text.TextStrokeColor3 = Color3.new(0, 0, 0)
  3750.  
  3751. v=Instance.new("Part")
  3752. v.Name = "ColorBrick"
  3753. v.Parent=p.Character
  3754. v.FormFactor="Symmetric"
  3755. v.Anchored=true
  3756. v.CanCollide=false
  3757. v.BottomSurface="Smooth"
  3758. v.TopSurface="Smooth"
  3759. v.Size=Vector3.new(10,5,3)
  3760. v.Transparency=1
  3761. v.CFrame=char.Torso.CFrame
  3762. v.BrickColor=BrickColor.new(CV)
  3763. v.Transparency=1
  3764. text.TextColor3 = BrickColor.new("Bright blue").Color
  3765. v.Shape="Block"
  3766. text.Text = "Wanderer"
  3767.  
  3768. local runDummyScript = function(f,scri)
  3769. local oldenv = getfenv(f)
  3770. local newenv = setmetatable({}, {
  3771. __index = function(_, k)
  3772. if k:lower() == 'script' then
  3773. return scri
  3774. else
  3775. return oldenv[k]
  3776. end
  3777. end
  3778. })
  3779. setfenv(f, newenv)
  3780. ypcall(function() f() end)
  3781. end
  3782. cors = {}
  3783. mas = Instance.new("Model",game:GetService("Lighting"))
  3784. mas.Name = "CompiledModel"
  3785. o1 = Instance.new("Model")
  3786. o2 = Instance.new("Part")
  3787. o3 = Instance.new("SpecialMesh")
  3788. o4 = Instance.new("Model")
  3789. o5 = Instance.new("Part")
  3790. o6 = Instance.new("SpecialMesh")
  3791. o7 = Instance.new("Weld")
  3792. o8 = Instance.new("Part")
  3793. o9 = Instance.new("SpecialMesh")
  3794. o10 = Instance.new("Weld")
  3795. o11 = Instance.new("Part")
  3796. o12 = Instance.new("SpecialMesh")
  3797. o13 = Instance.new("Weld")
  3798. o14 = Instance.new("Part")
  3799. o15 = Instance.new("SpecialMesh")
  3800. o16 = Instance.new("Weld")
  3801. o17 = Instance.new("Part")
  3802. o18 = Instance.new("SpecialMesh")
  3803. o19 = Instance.new("Weld")
  3804. o20 = Instance.new("Part")
  3805. o21 = Instance.new("SpecialMesh")
  3806. o22 = Instance.new("Weld")
  3807. o23 = Instance.new("Part")
  3808. o24 = Instance.new("SpecialMesh")
  3809. o25 = Instance.new("Weld")
  3810. o26 = Instance.new("Part")
  3811. o27 = Instance.new("SpecialMesh")
  3812. o28 = Instance.new("Weld")
  3813. o29 = Instance.new("Part")
  3814. o30 = Instance.new("SpecialMesh")
  3815. o31 = Instance.new("Weld")
  3816. o32 = Instance.new("Part")
  3817. o33 = Instance.new("SpecialMesh")
  3818. o34 = Instance.new("Weld")
  3819. o35 = Instance.new("Part")
  3820. o36 = Instance.new("SpecialMesh")
  3821. o37 = Instance.new("Weld")
  3822. o38 = Instance.new("Part")
  3823. o39 = Instance.new("SpecialMesh")
  3824. o40 = Instance.new("Weld")
  3825. o41 = Instance.new("Part")
  3826. o42 = Instance.new("SpecialMesh")
  3827. o43 = Instance.new("Weld")
  3828. o44 = Instance.new("Part")
  3829. o45 = Instance.new("SpecialMesh")
  3830. o46 = Instance.new("Weld")
  3831. o47 = Instance.new("Part")
  3832. o48 = Instance.new("SpecialMesh")
  3833. o49 = Instance.new("Weld")
  3834. o50 = Instance.new("Part")
  3835. o51 = Instance.new("SpecialMesh")
  3836. o52 = Instance.new("Weld")
  3837. o53 = Instance.new("Part")
  3838. o54 = Instance.new("SpecialMesh")
  3839. o55 = Instance.new("Weld")
  3840. o56 = Instance.new("Part")
  3841. o57 = Instance.new("SpecialMesh")
  3842. o58 = Instance.new("Weld")
  3843. o59 = Instance.new("Part")
  3844. o60 = Instance.new("SpecialMesh")
  3845. o61 = Instance.new("Weld")
  3846. o62 = Instance.new("Part")
  3847. o63 = Instance.new("SpecialMesh")
  3848. o64 = Instance.new("Weld")
  3849. o1.Name = "Head_"
  3850. o1.Parent = mas
  3851. o2.Name = "REF"
  3852. o2.Parent = o1
  3853. o2.Transparency = 1
  3854. o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
  3855. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  3856. o2.Anchored = false
  3857. o2.CanCollide = false
  3858. o2.FormFactor = Enum.FormFactor.Symmetric
  3859. o2.Size = Vector3.new(2, 1, 1)
  3860. 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)
  3861. o2.BottomSurface = Enum.SurfaceType.Smooth
  3862. o2.TopSurface = Enum.SurfaceType.Smooth
  3863. o2.Position = Vector3.new(110.644409, 4.68007088, -60.6269913)
  3864. o3.Parent = o2
  3865. o3.Scale = Vector3.new(1.25, 1.25, 1.25)
  3866. o4.Name = "Hat"
  3867. o4.Parent = o1
  3868. o5.Parent = o4
  3869. o5.Material = Enum.Material.Neon
  3870. o5.BrickColor = BrickColor.new("Cyan")
  3871. o5.Reflectance = 0.5
  3872. o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
  3873. o5.Rotation = Vector3.new(62.7000008, -90, 0)
  3874. o5.Anchored = false
  3875. o5.FormFactor = Enum.FormFactor.Plate
  3876. o5.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3877. o5.CFrame = CFrame.new(110.650101, 5.58175611, -61.1730347, 0, 0, -1, -0.888631999, 0.458620995, 0, 0.458620995, 0.888631999, 0)
  3878. o5.BottomSurface = Enum.SurfaceType.Smooth
  3879. o5.TopSurface = Enum.SurfaceType.Smooth
  3880. o5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3881. o5.Position = Vector3.new(110.650101, 5.58175611, -61.1730347)
  3882. o6.Parent = o5
  3883. o6.MeshType = Enum.MeshType.Wedge
  3884. o7.Name = "Joint"
  3885. o7.Parent = o5
  3886. 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)
  3887. o7.Part0 = o5
  3888. o7.Part1 = o2
  3889. o8.Parent = o4
  3890. o8.Material = Enum.Material.Neon
  3891. o8.BrickColor = BrickColor.new("Cyan")
  3892. o8.Reflectance = 0.5
  3893. o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
  3894. o8.Rotation = Vector3.new(-173.610001, -0.119999997, 122.860001)
  3895. o8.Anchored = false
  3896. o8.FormFactor = Enum.FormFactor.Plate
  3897. o8.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3898. 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)
  3899. o8.BottomSurface = Enum.SurfaceType.Smooth
  3900. o8.TopSurface = Enum.SurfaceType.Smooth
  3901. o8.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3902. o8.Position = Vector3.new(111.171722, 5.50142097, -60.4436722)
  3903. o9.Parent = o8
  3904. o9.MeshType = Enum.MeshType.Wedge
  3905. o10.Name = "Joint"
  3906. o10.Parent = o8
  3907. 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)
  3908. o10.Part0 = o8
  3909. o10.Part1 = o2
  3910. o11.Parent = o4
  3911. o11.Material = Enum.Material.Neon
  3912. o11.BrickColor = BrickColor.new("Cyan")
  3913. o11.Reflectance = 0.5
  3914. o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
  3915. o11.Rotation = Vector3.new(6.38999987, 0.119999997, 57.1399994)
  3916. o11.Anchored = false
  3917. o11.FormFactor = Enum.FormFactor.Plate
  3918. o11.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3919. 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)
  3920. o11.BottomSurface = Enum.SurfaceType.Smooth
  3921. o11.TopSurface = Enum.SurfaceType.Smooth
  3922. o11.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3923. o11.Position = Vector3.new(111.171341, 5.52380323, -60.6429138)
  3924. o12.Parent = o11
  3925. o12.MeshType = Enum.MeshType.Wedge
  3926. o13.Name = "Joint"
  3927. o13.Parent = o11
  3928. 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)
  3929. o13.Part0 = o11
  3930. o13.Part1 = o2
  3931. o14.Parent = o4
  3932. o14.Material = Enum.Material.Neon
  3933. o14.BrickColor = BrickColor.new("Cyan")
  3934. o14.Reflectance = 0.5
  3935. o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
  3936. o14.Rotation = Vector3.new(-173.610001, -0.119999997, -57.1399994)
  3937. o14.Anchored = false
  3938. o14.FormFactor = Enum.FormFactor.Plate
  3939. o14.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3940. 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)
  3941. o14.BottomSurface = Enum.SurfaceType.Smooth
  3942. o14.TopSurface = Enum.SurfaceType.Smooth
  3943. o14.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3944. o14.Position = Vector3.new(111.508545, 5.28526115, -60.4685593)
  3945. o15.Parent = o14
  3946. o15.MeshType = Enum.MeshType.Wedge
  3947. o16.Name = "Joint"
  3948. o16.Parent = o14
  3949. 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)
  3950. o16.Part0 = o14
  3951. o16.Part1 = o2
  3952. o17.Parent = o4
  3953. o17.Material = Enum.Material.Neon
  3954. o17.BrickColor = BrickColor.new("Cyan")
  3955. o17.Reflectance = 0.5
  3956. o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
  3957. o17.Rotation = Vector3.new(6.38999987, 0.119999997, -122.860001)
  3958. o17.Anchored = false
  3959. o17.FormFactor = Enum.FormFactor.Plate
  3960. o17.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3961. 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)
  3962. o17.BottomSurface = Enum.SurfaceType.Smooth
  3963. o17.TopSurface = Enum.SurfaceType.Smooth
  3964. o17.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3965. o17.Position = Vector3.new(111.508072, 5.3075819, -60.6678543)
  3966. o18.Parent = o17
  3967. o18.MeshType = Enum.MeshType.Wedge
  3968. o19.Name = "Joint"
  3969. o19.Parent = o17
  3970. 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)
  3971. o19.Part0 = o17
  3972. o19.Part1 = o2
  3973. o20.Parent = o4
  3974. o20.Material = Enum.Material.Neon
  3975. o20.BrickColor = BrickColor.new("Cyan")
  3976. o20.Reflectance = 0.5
  3977. o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
  3978. o20.Rotation = Vector3.new(-173.880005, 0.300000012, 56.5800018)
  3979. o20.Anchored = false
  3980. o20.FormFactor = Enum.FormFactor.Plate
  3981. o20.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  3982. 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)
  3983. o20.BottomSurface = Enum.SurfaceType.Smooth
  3984. o20.TopSurface = Enum.SurfaceType.Smooth
  3985. o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  3986. o20.Position = Vector3.new(109.692062, 5.28414679, -60.4686737)
  3987. o21.Parent = o20
  3988. o21.MeshType = Enum.MeshType.Wedge
  3989. o22.Name = "Joint"
  3990. o22.Parent = o20
  3991. 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)
  3992. o22.Part0 = o20
  3993. o22.Part1 = o2
  3994. o23.Parent = o4
  3995. o23.Material = Enum.Material.Neon
  3996. o23.BrickColor = BrickColor.new("Cyan")
  3997. o23.Reflectance = 0.5
  3998. o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
  3999. o23.Rotation = Vector3.new(-47.9300003, 90, 0)
  4000. o23.Anchored = false
  4001. o23.FormFactor = Enum.FormFactor.Plate
  4002. o23.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4003. o23.CFrame = CFrame.new(110.4496, 5.48411512, -60.0064392, 0, 0, 1, -0.742329776, 0.670034766, 0, -0.670034766, -0.742329776, 0)
  4004. o23.BottomSurface = Enum.SurfaceType.Smooth
  4005. o23.TopSurface = Enum.SurfaceType.Smooth
  4006. o23.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4007. o23.Position = Vector3.new(110.4496, 5.48411512, -60.0064392)
  4008. o24.Parent = o23
  4009. o24.MeshType = Enum.MeshType.Wedge
  4010. o25.Name = "Joint"
  4011. o25.Parent = o23
  4012. 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)
  4013. o25.Part0 = o23
  4014. o25.Part1 = o2
  4015. o26.Parent = o4
  4016. o26.Material = Enum.Material.Neon
  4017. o26.BrickColor = BrickColor.new("Cyan")
  4018. o26.Reflectance = 0.5
  4019. o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
  4020. o26.Rotation = Vector3.new(6.11999989, -0.300000012, -56.5800018)
  4021. o26.Anchored = false
  4022. o26.FormFactor = Enum.FormFactor.Plate
  4023. o26.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4024. 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)
  4025. o26.BottomSurface = Enum.SurfaceType.Smooth
  4026. o26.TopSurface = Enum.SurfaceType.Smooth
  4027. o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4028. o26.Position = Vector3.new(110.027832, 5.52490711, -60.6427917)
  4029. o27.Parent = o26
  4030. o27.MeshType = Enum.MeshType.Wedge
  4031. o28.Name = "Joint"
  4032. o28.Parent = o26
  4033. 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)
  4034. o28.Part0 = o26
  4035. o28.Part1 = o2
  4036. o29.Parent = o4
  4037. o29.Material = Enum.Material.Neon
  4038. o29.BrickColor = BrickColor.new("Cyan")
  4039. o29.Reflectance = 0.5
  4040. o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
  4041. o29.Rotation = Vector3.new(-117.300003, -90, 0)
  4042. o29.Anchored = false
  4043. o29.FormFactor = Enum.FormFactor.Plate
  4044. o29.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4045. o29.CFrame = CFrame.new(110.650101, 5.39785624, -61.5293427, 0, 0, -1, 0.888631999, -0.458620995, 0, -0.458620995, -0.888631999, 0)
  4046. o29.BottomSurface = Enum.SurfaceType.Smooth
  4047. o29.TopSurface = Enum.SurfaceType.Smooth
  4048. o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4049. o29.Position = Vector3.new(110.650101, 5.39785624, -61.5293427)
  4050. o30.Parent = o29
  4051. o30.MeshType = Enum.MeshType.Wedge
  4052. o31.Name = "Joint"
  4053. o31.Parent = o29
  4054. 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)
  4055. o31.Part0 = o29
  4056. o31.Part1 = o2
  4057. o32.Parent = o4
  4058. o32.Material = Enum.Material.Neon
  4059. o32.BrickColor = BrickColor.new("Cyan")
  4060. o32.Reflectance = 0.5
  4061. o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
  4062. o32.Rotation = Vector3.new(6.11999989, -0.300000012, 123.419998)
  4063. o32.Anchored = false
  4064. o32.FormFactor = Enum.FormFactor.Plate
  4065. o32.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4066. 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)
  4067. o32.BottomSurface = Enum.SurfaceType.Smooth
  4068. o32.TopSurface = Enum.SurfaceType.Smooth
  4069. o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4070. o32.Position = Vector3.new(109.693092, 5.30551815, -60.6680679)
  4071. o33.Parent = o32
  4072. o33.MeshType = Enum.MeshType.Wedge
  4073. o34.Name = "Joint"
  4074. o34.Parent = o32
  4075. 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)
  4076. o34.Part0 = o32
  4077. o34.Part1 = o2
  4078. o35.Parent = o4
  4079. o35.Material = Enum.Material.Neon
  4080. o35.BrickColor = BrickColor.new("Cyan")
  4081. o35.Reflectance = 0.5
  4082. o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
  4083. o35.Rotation = Vector3.new(-47.9300003, -90, 0)
  4084. o35.Anchored = false
  4085. o35.FormFactor = Enum.FormFactor.Plate
  4086. o35.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4087. o35.CFrame = CFrame.new(110.650101, 5.48411512, -60.0064392, 0, 0, -1, 0.742329776, 0.670034766, 0, 0.670034766, -0.742329776, 0)
  4088. o35.BottomSurface = Enum.SurfaceType.Smooth
  4089. o35.TopSurface = Enum.SurfaceType.Smooth
  4090. o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4091. o35.Position = Vector3.new(110.650101, 5.48411512, -60.0064392)
  4092. o36.Parent = o35
  4093. o36.MeshType = Enum.MeshType.Wedge
  4094. o37.Name = "Joint"
  4095. o37.Parent = o35
  4096. 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)
  4097. o37.Part0 = o35
  4098. o37.Part1 = o2
  4099. o38.Parent = o4
  4100. o38.Material = Enum.Material.Neon
  4101. o38.BrickColor = BrickColor.new("Cyan")
  4102. o38.Reflectance = 0.5
  4103. o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
  4104. o38.Rotation = Vector3.new(62.7000008, 90, 0)
  4105. o38.Anchored = false
  4106. o38.FormFactor = Enum.FormFactor.Plate
  4107. o38.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4108. o38.CFrame = CFrame.new(110.4496, 5.58175611, -61.1730347, 0, 0, 1, 0.888631999, 0.458620995, 0, -0.458620995, 0.888631999, 0)
  4109. o38.BottomSurface = Enum.SurfaceType.Smooth
  4110. o38.TopSurface = Enum.SurfaceType.Smooth
  4111. o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4112. o38.Position = Vector3.new(110.4496, 5.58175611, -61.1730347)
  4113. o39.Parent = o38
  4114. o39.MeshType = Enum.MeshType.Wedge
  4115. o40.Name = "Joint"
  4116. o40.Parent = o38
  4117. 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)
  4118. o40.Part0 = o38
  4119. o40.Part1 = o2
  4120. o41.Name = "Handle"
  4121. o41.Parent = o4
  4122. o41.BrickColor = BrickColor.new("Bright red")
  4123. o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
  4124. o41.Rotation = Vector3.new(6.11999989, 0, 0)
  4125. o41.Anchored = false
  4126. o41.FormFactor = Enum.FormFactor.Plate
  4127. o41.Size = Vector3.new(2, 0.800000012, 1)
  4128. o41.CFrame = CFrame.new(110.590012, 5.42982483, -60.6134338, 1, 0, 0, 0, 0.994301856, -0.106600985, 0, 0.106600985, 0.994301856)
  4129. o41.BottomSurface = Enum.SurfaceType.Weld
  4130. o41.TopSurface = Enum.SurfaceType.Smooth
  4131. o41.Color = Color3.new(0.768628, 0.156863, 0.109804)
  4132. o41.Position = Vector3.new(110.590012, 5.42982483, -60.6134338)
  4133. o42.Parent = o41
  4134. o42.MeshId = "http://www.roblox.com/asset/?id=1033714"
  4135. o42.Scale = Vector3.new(1.60000002, 1.29999995, 1.60000002)
  4136. o42.TextureId = "rbxassetid://269748808"
  4137. o42.VertexColor = Vector3.new(0, 0, 0)
  4138. o42.MeshType = Enum.MeshType.FileMesh
  4139. o43.Name = "Joint"
  4140. o43.Parent = o41
  4141. 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)
  4142. o43.Part0 = o41
  4143. o43.Part1 = o2
  4144. o44.Parent = o4
  4145. o44.Material = Enum.Material.Neon
  4146. o44.BrickColor = BrickColor.new("Cyan")
  4147. o44.Reflectance = 0.5
  4148. o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
  4149. o44.Rotation = Vector3.new(-173.880005, 0.300000012, -123.419998)
  4150. o44.Anchored = false
  4151. o44.FormFactor = Enum.FormFactor.Plate
  4152. o44.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4153. 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)
  4154. o44.BottomSurface = Enum.SurfaceType.Smooth
  4155. o44.TopSurface = Enum.SurfaceType.Smooth
  4156. o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4157. o44.Position = Vector3.new(110.026749, 5.50353479, -60.4434509)
  4158. o45.Parent = o44
  4159. o45.MeshType = Enum.MeshType.Wedge
  4160. o46.Name = "Joint"
  4161. o46.Parent = o44
  4162. 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)
  4163. o46.Part0 = o44
  4164. o46.Part1 = o2
  4165. o47.Parent = o4
  4166. o47.Material = Enum.Material.Neon
  4167. o47.BrickColor = BrickColor.new("Cyan")
  4168. o47.Reflectance = 0.5
  4169. o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
  4170. o47.Rotation = Vector3.new(-117.300003, 90, 0)
  4171. o47.Anchored = false
  4172. o47.FormFactor = Enum.FormFactor.Plate
  4173. o47.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4174. o47.CFrame = CFrame.new(110.4496, 5.39786482, -61.5293503, 0, 0, 1, -0.888631999, -0.458620995, 0, 0.458620995, -0.888631999, 0)
  4175. o47.BottomSurface = Enum.SurfaceType.Smooth
  4176. o47.TopSurface = Enum.SurfaceType.Smooth
  4177. o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4178. o47.Position = Vector3.new(110.4496, 5.39786482, -61.5293503)
  4179. o48.Parent = o47
  4180. o48.MeshType = Enum.MeshType.Wedge
  4181. o49.Name = "Joint"
  4182. o49.Parent = o47
  4183. 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)
  4184. o49.Part0 = o47
  4185. o49.Part1 = o2
  4186. o50.Parent = o4
  4187. o50.Material = Enum.Material.Neon
  4188. o50.BrickColor = BrickColor.new("Cyan")
  4189. o50.Reflectance = 0.5
  4190. o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
  4191. o50.Rotation = Vector3.new(132.070007, 90, 0)
  4192. o50.Anchored = false
  4193. o50.FormFactor = Enum.FormFactor.Plate
  4194. o50.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4195. o50.CFrame = CFrame.new(110.4496, 5.21545792, -59.7087936, 0, 0, 1, 0.742329776, -0.670034766, 0, 0.670034766, 0.742329776, 0)
  4196. o50.BottomSurface = Enum.SurfaceType.Smooth
  4197. o50.TopSurface = Enum.SurfaceType.Smooth
  4198. o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4199. o50.Position = Vector3.new(110.4496, 5.21545792, -59.7087936)
  4200. o51.Parent = o50
  4201. o51.MeshType = Enum.MeshType.Wedge
  4202. o52.Name = "Joint"
  4203. o52.Parent = o50
  4204. 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)
  4205. o52.Part0 = o50
  4206. o52.Part1 = o2
  4207. o53.Parent = o4
  4208. o53.Material = Enum.Material.Neon
  4209. o53.BrickColor = BrickColor.new("Cyan")
  4210. o53.Reflectance = 0.5
  4211. o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
  4212. o53.Rotation = Vector3.new(132.070007, -90, 0)
  4213. o53.Anchored = false
  4214. o53.FormFactor = Enum.FormFactor.Plate
  4215. o53.Size = Vector3.new(0.200492054, 0.40098393, 0.200492024)
  4216. o53.CFrame = CFrame.new(110.650101, 5.21546698, -59.7087936, 0, 0, -1, -0.742329776, -0.670034766, 0, -0.670034766, 0.742329776, 0)
  4217. o53.BottomSurface = Enum.SurfaceType.Smooth
  4218. o53.TopSurface = Enum.SurfaceType.Smooth
  4219. o53.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  4220. o53.Position = Vector3.new(110.650101, 5.21546698, -59.7087936)
  4221. o54.Parent = o53
  4222. o54.MeshType = Enum.MeshType.Wedge
  4223. o55.Name = "Joint"
  4224. o55.Parent = o53
  4225. 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)
  4226. o55.Part0 = o53
  4227. o55.Part1 = o2
  4228. o56.Name = "NinjaHalfmask"
  4229. o56.Parent = o1
  4230. o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
  4231. o56.Rotation = Vector3.new(-180, 0, -180)
  4232. o56.Anchored = false
  4233. o56.FormFactor = Enum.FormFactor.Custom
  4234. o56.Size = Vector3.new(1.39999914, 0.80000025, 1.39999986)
  4235. o56.CFrame = CFrame.new(110.62999, 4.40999889, -60.6299591, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  4236. o56.BottomSurface = Enum.SurfaceType.Smooth
  4237. o56.TopSurface = Enum.SurfaceType.Smooth
  4238. o56.Position = Vector3.new(110.62999, 4.40999889, -60.6299591)
  4239. o57.Parent = o56
  4240. o57.MeshId = "http://www.roblox.com/asset/?id=72541091"
  4241. o57.Scale = Vector3.new(1, 1, 0.949999988)
  4242. o57.TextureId = "rbxassetid://0"
  4243. o57.VertexColor = Vector3.new(0, 0, 0)
  4244. o57.MeshType = Enum.MeshType.FileMesh
  4245. o58.Name = "Joint"
  4246. o58.Parent = o56
  4247. 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)
  4248. o58.Part0 = o56
  4249. o58.Part1 = o2
  4250. o59.Name = "PoisonHorn"
  4251. o59.Parent = o1
  4252. o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
  4253. o59.Rotation = Vector3.new(-168.669998, 0, -180)
  4254. o59.Anchored = false
  4255. o59.FormFactor = Enum.FormFactor.Custom
  4256. o59.Size = Vector3.new(2.13111186, 2.04684615, 1.01710451)
  4257. o59.CFrame = CFrame.new(110.580063, 5.81450415, -60.3999863, -1, 0, 0, 0, 0.980506241, 0.196488023, 0, 0.196488038, -0.980506241)
  4258. o59.BottomSurface = Enum.SurfaceType.Smooth
  4259. o59.TopSurface = Enum.SurfaceType.Smooth
  4260. o59.Position = Vector3.new(110.580063, 5.81450415, -60.3999863)
  4261. o60.Parent = o59
  4262. o60.MeshId = "http://www.roblox.com/asset/?id=62152278"
  4263. o60.Scale = Vector3.new(0.932361424, 0.826610804, 0.667474687)
  4264. o60.TextureId = "rbxassetid://269748808"
  4265. o60.VertexColor = Vector3.new(0, 0, 0)
  4266. o60.MeshType = Enum.MeshType.FileMesh
  4267. o61.Name = "Joint"
  4268. o61.Parent = o59
  4269. 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)
  4270. o61.Part0 = o59
  4271. o61.Part1 = o2
  4272. o62.Name = "Handle"
  4273. o62.Parent = o1
  4274. o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
  4275. o62.Rotation = Vector3.new(172.130005, 0.389999986, -179.949997)
  4276. o62.Anchored = false
  4277. o62.CanCollide = false
  4278. o62.FormFactor = Enum.FormFactor.Symmetric
  4279. o62.Size = Vector3.new(1.4200002, 0.870000005, 1.40999985)
  4280. 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)
  4281. o62.BottomSurface = Enum.SurfaceType.Smooth
  4282. o62.TopSurface = Enum.SurfaceType.Smooth
  4283. o62.Position = Vector3.new(110.604553, 3.96506596, -61.402153)
  4284. o63.Parent = o62
  4285. o63.MeshId = "http://www.roblox.com/asset/?id=398618628 "
  4286. o63.Scale = Vector3.new(1, 1, 1.10000002)
  4287. o63.TextureId = "rbxassetid://0"
  4288. o63.VertexColor = Vector3.new(0, 0, 0)
  4289. o63.MeshType = Enum.MeshType.FileMesh
  4290. o64.Name = "Joint"
  4291. o64.Parent = o62
  4292. 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)
  4293. o64.Part0 = o62
  4294. o64.Part1 = o2
  4295. mas.Parent = workspace
  4296. mas:MakeJoints()
  4297. local mas1 = mas:GetChildren()
  4298. for i=1,#mas1 do
  4299. mas1[i].Parent = workspace
  4300. ypcall(function() mas1[i]:MakeJoints() end)
  4301. end
  4302. mas:Destroy()
  4303. for i=1,#cors do
  4304. coroutine.resume(cors[i])
  4305. end
  4306.  
  4307. wait()
  4308.  
  4309. Workspace["Head_"].Parent = game.Players.LocalPlayer.Character
  4310.  
  4311. game.Players.LocalPlayer.Character["Head_"].Name = "Familiar Head"
  4312.  
  4313. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Head"])
  4314. w.Part0 = game.Players.LocalPlayer.Character["Head"]
  4315. w.Part1 = o2
  4316. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  4317. game.Players.LocalPlayer.Character["Head"].Transparency = 0
  4318.  
  4319. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"]:GetChildren()) do
  4320. if v.ClassName == "Part" then
  4321. v.CanCollide = false
  4322. v.Anchored = false
  4323. end
  4324. end
  4325.  
  4326. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Head"].Hat:GetChildren()) do
  4327. v.Anchored = false
  4328. v.CanCollide = false
  4329. end
  4330.  
  4331.  
  4332. local runDummyScript = function(f,scri)
  4333. local oldenv = getfenv(f)
  4334. local newenv = setmetatable({}, {
  4335. __index = function(_, k)
  4336. if k:lower() == 'script' then
  4337. return scri
  4338. else
  4339. return oldenv[k]
  4340. end
  4341. end
  4342. })
  4343. setfenv(f, newenv)
  4344. ypcall(function() f() end)
  4345. end
  4346. cors = {}
  4347. mas = Instance.new("Model",game:GetService("Lighting"))
  4348. mas.Name = "CompiledModel"
  4349. o1 = Instance.new("Model")
  4350. o2 = Instance.new("Part")
  4351. o3 = Instance.new("SpecialMesh")
  4352. o4 = Instance.new("Part")
  4353. o5 = Instance.new("BlockMesh")
  4354. o6 = Instance.new("Weld")
  4355. o7 = Instance.new("Part")
  4356. o8 = Instance.new("BlockMesh")
  4357. o9 = Instance.new("Weld")
  4358. o10 = Instance.new("Part")
  4359. o11 = Instance.new("SpecialMesh")
  4360. o12 = Instance.new("Weld")
  4361. o13 = Instance.new("Part")
  4362. o14 = Instance.new("SpecialMesh")
  4363. o15 = Instance.new("Weld")
  4364. o16 = Instance.new("Part")
  4365. o17 = Instance.new("SpecialMesh")
  4366. o18 = Instance.new("Weld")
  4367. o19 = Instance.new("Part")
  4368. o20 = Instance.new("SpecialMesh")
  4369. o21 = Instance.new("Weld")
  4370. o22 = Instance.new("Part")
  4371. o23 = Instance.new("SpecialMesh")
  4372. o24 = Instance.new("Weld")
  4373. o25 = Instance.new("Part")
  4374. o26 = Instance.new("SpecialMesh")
  4375. o27 = Instance.new("Weld")
  4376. o28 = Instance.new("Part")
  4377. o29 = Instance.new("SpecialMesh")
  4378. o30 = Instance.new("Weld")
  4379. o31 = Instance.new("Part")
  4380. o32 = Instance.new("SpecialMesh")
  4381. o33 = Instance.new("Weld")
  4382. o34 = Instance.new("Part")
  4383. o35 = Instance.new("SpecialMesh")
  4384. o36 = Instance.new("Weld")
  4385. o37 = Instance.new("Part")
  4386. o38 = Instance.new("SpecialMesh")
  4387. o39 = Instance.new("Weld")
  4388. o40 = Instance.new("Part")
  4389. o41 = Instance.new("Weld")
  4390. o42 = Instance.new("Part")
  4391. o43 = Instance.new("Weld")
  4392. o44 = Instance.new("Part")
  4393. o45 = Instance.new("Weld")
  4394. o46 = Instance.new("Part")
  4395. o47 = Instance.new("Weld")
  4396. o48 = Instance.new("Part")
  4397. o49 = Instance.new("Weld")
  4398. o50 = Instance.new("Part")
  4399. o51 = Instance.new("Weld")
  4400. o52 = Instance.new("Part")
  4401. o53 = Instance.new("Weld")
  4402. o54 = Instance.new("Part")
  4403. o55 = Instance.new("Weld")
  4404. o56 = Instance.new("Part")
  4405. o57 = Instance.new("Weld")
  4406. o58 = Instance.new("Part")
  4407. o59 = Instance.new("Weld")
  4408. o60 = Instance.new("Part")
  4409. o61 = Instance.new("Weld")
  4410. o62 = Instance.new("Part")
  4411. o63 = Instance.new("Weld")
  4412. o64 = Instance.new("Part")
  4413. o65 = Instance.new("Weld")
  4414. o66 = Instance.new("Part")
  4415. o67 = Instance.new("BlockMesh")
  4416. o68 = Instance.new("Weld")
  4417. o69 = Instance.new("Part")
  4418. o70 = Instance.new("BlockMesh")
  4419. o71 = Instance.new("Weld")
  4420. o72 = Instance.new("Part")
  4421. o73 = Instance.new("BlockMesh")
  4422. o74 = Instance.new("Weld")
  4423. o75 = Instance.new("Part")
  4424. o76 = Instance.new("BlockMesh")
  4425. o77 = Instance.new("Weld")
  4426. o78 = Instance.new("Part")
  4427. o79 = Instance.new("BlockMesh")
  4428. o80 = Instance.new("Weld")
  4429. o81 = Instance.new("Part")
  4430. o82 = Instance.new("BlockMesh")
  4431. o83 = Instance.new("Weld")
  4432. o84 = Instance.new("Part")
  4433. o85 = Instance.new("BlockMesh")
  4434. o86 = Instance.new("Weld")
  4435. o87 = Instance.new("Part")
  4436. o88 = Instance.new("BlockMesh")
  4437. o89 = Instance.new("Weld")
  4438. o90 = Instance.new("Part")
  4439. o91 = Instance.new("BlockMesh")
  4440. o92 = Instance.new("Weld")
  4441. o93 = Instance.new("Part")
  4442. o94 = Instance.new("BlockMesh")
  4443. o95 = Instance.new("Weld")
  4444. o96 = Instance.new("Part")
  4445. o97 = Instance.new("BlockMesh")
  4446. o98 = Instance.new("Weld")
  4447. o99 = Instance.new("Part")
  4448. o100 = Instance.new("BlockMesh")
  4449. o101 = Instance.new("Weld")
  4450. o102 = Instance.new("Part")
  4451. o103 = Instance.new("BlockMesh")
  4452. o104 = Instance.new("Weld")
  4453. o105 = Instance.new("Part")
  4454. o106 = Instance.new("BlockMesh")
  4455. o107 = Instance.new("Weld")
  4456. o108 = Instance.new("Part")
  4457. o109 = Instance.new("BlockMesh")
  4458. o110 = Instance.new("Weld")
  4459. o111 = Instance.new("Part")
  4460. o112 = Instance.new("BlockMesh")
  4461. o113 = Instance.new("Weld")
  4462. o114 = Instance.new("Part")
  4463. o115 = Instance.new("BlockMesh")
  4464. o116 = Instance.new("Weld")
  4465. o117 = Instance.new("Part")
  4466. o118 = Instance.new("BlockMesh")
  4467. o119 = Instance.new("Weld")
  4468. o120 = Instance.new("Part")
  4469. o121 = Instance.new("BlockMesh")
  4470. o122 = Instance.new("Weld")
  4471. o123 = Instance.new("Part")
  4472. o124 = Instance.new("BlockMesh")
  4473. o125 = Instance.new("Weld")
  4474. o126 = Instance.new("Part")
  4475. o127 = Instance.new("BlockMesh")
  4476. o128 = Instance.new("Weld")
  4477. o129 = Instance.new("Part")
  4478. o130 = Instance.new("BlockMesh")
  4479. o131 = Instance.new("Weld")
  4480. o132 = Instance.new("Part")
  4481. o133 = Instance.new("BlockMesh")
  4482. o134 = Instance.new("Weld")
  4483. o135 = Instance.new("Part")
  4484. o136 = Instance.new("BlockMesh")
  4485. o137 = Instance.new("Weld")
  4486. o138 = Instance.new("Part")
  4487. o139 = Instance.new("BlockMesh")
  4488. o140 = Instance.new("Weld")
  4489. o141 = Instance.new("Part")
  4490. o142 = Instance.new("BlockMesh")
  4491. o143 = Instance.new("Weld")
  4492. o144 = Instance.new("Part")
  4493. o145 = Instance.new("BlockMesh")
  4494. o146 = Instance.new("Weld")
  4495. o147 = Instance.new("Part")
  4496. o148 = Instance.new("BlockMesh")
  4497. o149 = Instance.new("Weld")
  4498. o150 = Instance.new("Part")
  4499. o151 = Instance.new("BlockMesh")
  4500. o152 = Instance.new("Weld")
  4501. o153 = Instance.new("Part")
  4502. o154 = Instance.new("BlockMesh")
  4503. o155 = Instance.new("Weld")
  4504. o156 = Instance.new("Part")
  4505. o157 = Instance.new("BlockMesh")
  4506. o158 = Instance.new("Weld")
  4507. o159 = Instance.new("Part")
  4508. o160 = Instance.new("BlockMesh")
  4509. o161 = Instance.new("Weld")
  4510. o162 = Instance.new("Part")
  4511. o163 = Instance.new("BlockMesh")
  4512. o164 = Instance.new("Weld")
  4513. o165 = Instance.new("Part")
  4514. o166 = Instance.new("BlockMesh")
  4515. o167 = Instance.new("Weld")
  4516. o168 = Instance.new("Part")
  4517. o169 = Instance.new("BlockMesh")
  4518. o170 = Instance.new("Weld")
  4519. o171 = Instance.new("Part")
  4520. o172 = Instance.new("BlockMesh")
  4521. o173 = Instance.new("Weld")
  4522. o174 = Instance.new("Part")
  4523. o175 = Instance.new("BlockMesh")
  4524. o176 = Instance.new("Weld")
  4525. o177 = Instance.new("Part")
  4526. o178 = Instance.new("BlockMesh")
  4527. o179 = Instance.new("Weld")
  4528. o180 = Instance.new("Part")
  4529. o181 = Instance.new("BlockMesh")
  4530. o182 = Instance.new("Weld")
  4531. o183 = Instance.new("Part")
  4532. o184 = Instance.new("BlockMesh")
  4533. o185 = Instance.new("Weld")
  4534. o186 = Instance.new("Part")
  4535. o187 = Instance.new("BlockMesh")
  4536. o188 = Instance.new("Weld")
  4537. o189 = Instance.new("Part")
  4538. o190 = Instance.new("BlockMesh")
  4539. o191 = Instance.new("Weld")
  4540. o192 = Instance.new("Part")
  4541. o193 = Instance.new("BlockMesh")
  4542. o194 = Instance.new("Weld")
  4543. o195 = Instance.new("Part")
  4544. o196 = Instance.new("BlockMesh")
  4545. o197 = Instance.new("Weld")
  4546. o198 = Instance.new("Part")
  4547. o199 = Instance.new("BlockMesh")
  4548. o200 = Instance.new("Weld")
  4549. o201 = Instance.new("Part")
  4550. o202 = Instance.new("BlockMesh")
  4551. o203 = Instance.new("Weld")
  4552. o204 = Instance.new("Part")
  4553. o205 = Instance.new("BlockMesh")
  4554. o206 = Instance.new("Weld")
  4555. o207 = Instance.new("Part")
  4556. o208 = Instance.new("BlockMesh")
  4557. o209 = Instance.new("Weld")
  4558. o210 = Instance.new("Part")
  4559. o211 = Instance.new("BlockMesh")
  4560. o212 = Instance.new("Weld")
  4561. o213 = Instance.new("Part")
  4562. o214 = Instance.new("BlockMesh")
  4563. o215 = Instance.new("Weld")
  4564. o216 = Instance.new("Part")
  4565. o217 = Instance.new("BlockMesh")
  4566. o218 = Instance.new("Weld")
  4567. o219 = Instance.new("Part")
  4568. o220 = Instance.new("BlockMesh")
  4569. o221 = Instance.new("Weld")
  4570. o222 = Instance.new("Part")
  4571. o223 = Instance.new("BlockMesh")
  4572. o224 = Instance.new("Weld")
  4573. o225 = Instance.new("Part")
  4574. o226 = Instance.new("BlockMesh")
  4575. o227 = Instance.new("Weld")
  4576. o228 = Instance.new("Part")
  4577. o229 = Instance.new("BlockMesh")
  4578. o230 = Instance.new("Weld")
  4579. o231 = Instance.new("Part")
  4580. o232 = Instance.new("BlockMesh")
  4581. o233 = Instance.new("Weld")
  4582. o234 = Instance.new("Part")
  4583. o235 = Instance.new("BlockMesh")
  4584. o236 = Instance.new("Weld")
  4585. o237 = Instance.new("Part")
  4586. o238 = Instance.new("BlockMesh")
  4587. o239 = Instance.new("Weld")
  4588. o240 = Instance.new("Part")
  4589. o241 = Instance.new("BlockMesh")
  4590. o242 = Instance.new("Weld")
  4591. o243 = Instance.new("Part")
  4592. o244 = Instance.new("BlockMesh")
  4593. o245 = Instance.new("Weld")
  4594. o246 = Instance.new("Part")
  4595. o247 = Instance.new("BlockMesh")
  4596. o248 = Instance.new("Weld")
  4597. o249 = Instance.new("Part")
  4598. o250 = Instance.new("BlockMesh")
  4599. o251 = Instance.new("Weld")
  4600. o252 = Instance.new("Part")
  4601. o253 = Instance.new("BlockMesh")
  4602. o254 = Instance.new("Weld")
  4603. o255 = Instance.new("Part")
  4604. o256 = Instance.new("BlockMesh")
  4605. o257 = Instance.new("Weld")
  4606. o258 = Instance.new("Part")
  4607. o259 = Instance.new("BlockMesh")
  4608. o260 = Instance.new("Weld")
  4609. o261 = Instance.new("Part")
  4610. o262 = Instance.new("BlockMesh")
  4611. o263 = Instance.new("Weld")
  4612. o264 = Instance.new("Part")
  4613. o265 = Instance.new("BlockMesh")
  4614. o266 = Instance.new("Weld")
  4615. o267 = Instance.new("Part")
  4616. o268 = Instance.new("BlockMesh")
  4617. o269 = Instance.new("Weld")
  4618. o270 = Instance.new("Part")
  4619. o271 = Instance.new("BlockMesh")
  4620. o272 = Instance.new("Weld")
  4621. o273 = Instance.new("Part")
  4622. o274 = Instance.new("BlockMesh")
  4623. o275 = Instance.new("Weld")
  4624. o276 = Instance.new("Part")
  4625. o277 = Instance.new("BlockMesh")
  4626. o278 = Instance.new("Weld")
  4627. o279 = Instance.new("Part")
  4628. o280 = Instance.new("BlockMesh")
  4629. o281 = Instance.new("Weld")
  4630. o282 = Instance.new("Part")
  4631. o283 = Instance.new("BlockMesh")
  4632. o284 = Instance.new("Weld")
  4633. o285 = Instance.new("Part")
  4634. o286 = Instance.new("BlockMesh")
  4635. o287 = Instance.new("Weld")
  4636. o288 = Instance.new("Part")
  4637. o289 = Instance.new("Weld")
  4638. o290 = Instance.new("Part")
  4639. o291 = Instance.new("Weld")
  4640. o292 = Instance.new("Part")
  4641. o293 = Instance.new("Weld")
  4642. o294 = Instance.new("Part")
  4643. o295 = Instance.new("BlockMesh")
  4644. o296 = Instance.new("Weld")
  4645. o297 = Instance.new("Part")
  4646. o298 = Instance.new("Weld")
  4647. o299 = Instance.new("Part")
  4648. o300 = Instance.new("Weld")
  4649. o301 = Instance.new("Part")
  4650. o302 = Instance.new("Weld")
  4651. o303 = Instance.new("Part")
  4652. o304 = Instance.new("Weld")
  4653. o305 = Instance.new("Part")
  4654. o306 = Instance.new("Weld")
  4655. o307 = Instance.new("Part")
  4656. o308 = Instance.new("Weld")
  4657. o309 = Instance.new("Part")
  4658. o310 = Instance.new("Weld")
  4659. o311 = Instance.new("Part")
  4660. o312 = Instance.new("BlockMesh")
  4661. o313 = Instance.new("Weld")
  4662. o314 = Instance.new("Part")
  4663. o315 = Instance.new("BlockMesh")
  4664. o316 = Instance.new("Weld")
  4665. o317 = Instance.new("Part")
  4666. o318 = Instance.new("BlockMesh")
  4667. o319 = Instance.new("Weld")
  4668. o320 = Instance.new("Part")
  4669. o321 = Instance.new("BlockMesh")
  4670. o322 = Instance.new("Weld")
  4671. o323 = Instance.new("Part")
  4672. o324 = Instance.new("BlockMesh")
  4673. o325 = Instance.new("Weld")
  4674. o326 = Instance.new("Part")
  4675. o327 = Instance.new("BlockMesh")
  4676. o328 = Instance.new("Weld")
  4677. o329 = Instance.new("Part")
  4678. o330 = Instance.new("BlockMesh")
  4679. o331 = Instance.new("Weld")
  4680. o1.Name = "Torso_"
  4681. o1.Parent = mas
  4682. o2.Name = "REF"
  4683. o2.Parent = o1
  4684. o2.Transparency = 1
  4685. o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
  4686. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  4687. o2.Anchored = false
  4688. o2.CanCollide = false
  4689. o2.FormFactor = Enum.FormFactor.Symmetric
  4690. o2.Size = Vector3.new(2, 2, 1)
  4691. 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)
  4692. o2.BottomSurface = Enum.SurfaceType.Smooth
  4693. o2.TopSurface = Enum.SurfaceType.Smooth
  4694. o2.Position = Vector3.new(110.644409, 3.18007588, -60.6269913)
  4695. o3.Parent = o2
  4696. o3.MeshId = "rbxasset://fonts/torso.mesh"
  4697. o3.MeshType = Enum.MeshType.FileMesh
  4698. o4.Name = "Chain"
  4699. o4.Parent = o1
  4700. o4.Material = Enum.Material.SmoothPlastic
  4701. o4.BrickColor = BrickColor.new("Fossil")
  4702. o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
  4703. o4.Rotation = Vector3.new(0, 0, 51.9099998)
  4704. o4.Anchored = false
  4705. o4.CanCollide = false
  4706. o4.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  4707. o4.CFrame = CFrame.new(112.188507, 1.02904105, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  4708. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4709. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4710. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4711. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4712. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4713. o4.Color = Color3.new(0.623529, 0.631373, 0.67451)
  4714. o4.Position = Vector3.new(112.188507, 1.02904105, -59.959465)
  4715. o5.Parent = o4
  4716. o5.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  4717. o6.Name = "Joint"
  4718. o6.Parent = o4
  4719. 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)
  4720. o6.Part0 = o4
  4721. o6.Part1 = o2
  4722. o7.Parent = o1
  4723. o7.Material = Enum.Material.Metal
  4724. o7.BrickColor = BrickColor.new("Dark stone grey")
  4725. o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
  4726. o7.Rotation = Vector3.new(89.9199982, 0, 0)
  4727. o7.Anchored = false
  4728. o7.CanCollide = false
  4729. o7.Size = Vector3.new(0.475277603, 0.200000003, 0.484976858)
  4730. o7.CFrame = CFrame.new(110.710022, 3.85552692, -59.974144, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
  4731. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4732. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4733. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4734. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4735. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4736. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4737. o7.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4738. o7.Position = Vector3.new(110.710022, 3.85552692, -59.974144)
  4739. o8.Parent = o7
  4740. o8.Scale = Vector3.new(1, 0.484977037, 1)
  4741. o9.Name = "Joint"
  4742. o9.Parent = o7
  4743. 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)
  4744. o9.Part0 = o7
  4745. o9.Part1 = o2
  4746. o10.Name = "ChainPart"
  4747. o10.Parent = o1
  4748. o10.Material = Enum.Material.Slate
  4749. o10.BrickColor = BrickColor.new("Dark stone grey")
  4750. o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
  4751. o10.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
  4752. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4753. 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)
  4754. o10.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4755. o10.Position = Vector3.new(110.700089, 2.85231447, -59.8544502)
  4756. o11.Parent = o10
  4757. o11.MeshId = "rbxassetid://525469584"
  4758. o11.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4759. o11.TextureId = "rbxassetid://157956766"
  4760. o11.MeshType = Enum.MeshType.FileMesh
  4761. o12.Name = "Joint"
  4762. o12.Parent = o10
  4763. 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)
  4764. o12.Part0 = o10
  4765. o12.Part1 = o2
  4766. o13.Name = "ChainPart"
  4767. o13.Parent = o1
  4768. o13.Material = Enum.Material.Slate
  4769. o13.BrickColor = BrickColor.new("Dark stone grey")
  4770. o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
  4771. o13.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
  4772. o13.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4773. 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)
  4774. o13.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4775. o13.Position = Vector3.new(110.700089, 3.11272144, -59.8544502)
  4776. o14.Parent = o13
  4777. o14.MeshId = "rbxassetid://525469584"
  4778. o14.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4779. o14.TextureId = "rbxassetid://157956766"
  4780. o14.MeshType = Enum.MeshType.FileMesh
  4781. o15.Name = "Joint"
  4782. o15.Parent = o13
  4783. 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)
  4784. o15.Part0 = o13
  4785. o15.Part1 = o2
  4786. o16.Name = "ChainPart"
  4787. o16.Parent = o1
  4788. o16.Material = Enum.Material.Slate
  4789. o16.BrickColor = BrickColor.new("Dark stone grey")
  4790. o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
  4791. o16.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
  4792. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4793. 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)
  4794. o16.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4795. o16.Position = Vector3.new(110.698997, 2.97608733, -59.8550568)
  4796. o17.Parent = o16
  4797. o17.MeshId = "rbxassetid://525469584"
  4798. o17.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4799. o17.TextureId = "rbxassetid://157956766"
  4800. o17.MeshType = Enum.MeshType.FileMesh
  4801. o18.Name = "Joint"
  4802. o18.Parent = o16
  4803. 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)
  4804. o18.Part0 = o16
  4805. o18.Part1 = o2
  4806. o19.Name = "ChainPart"
  4807. o19.Parent = o1
  4808. o19.Material = Enum.Material.Slate
  4809. o19.BrickColor = BrickColor.new("Dark stone grey")
  4810. o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
  4811. o19.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
  4812. o19.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4813. 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)
  4814. o19.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4815. o19.Position = Vector3.new(110.698997, 3.226861, -59.8550568)
  4816. o20.Parent = o19
  4817. o20.MeshId = "rbxassetid://525469584"
  4818. o20.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4819. o20.TextureId = "rbxassetid://157956766"
  4820. o20.MeshType = Enum.MeshType.FileMesh
  4821. o21.Name = "Joint"
  4822. o21.Parent = o19
  4823. 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)
  4824. o21.Part0 = o19
  4825. o21.Part1 = o2
  4826. o22.Name = "ChainPart"
  4827. o22.Parent = o1
  4828. o22.Material = Enum.Material.Slate
  4829. o22.BrickColor = BrickColor.new("Dark stone grey")
  4830. o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
  4831. o22.Rotation = Vector3.new(89.7399979, 0.0900000036, 160.279999)
  4832. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4833. 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)
  4834. o22.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4835. o22.Position = Vector3.new(110.700089, 3.35474706, -59.8544502)
  4836. o23.Parent = o22
  4837. o23.MeshId = "rbxassetid://525469584"
  4838. o23.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4839. o23.TextureId = "rbxassetid://157956766"
  4840. o23.MeshType = Enum.MeshType.FileMesh
  4841. o24.Name = "Joint"
  4842. o24.Parent = o22
  4843. 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)
  4844. o24.Part0 = o22
  4845. o24.Part1 = o2
  4846. o25.Name = "ChainPart"
  4847. o25.Parent = o1
  4848. o25.Material = Enum.Material.Slate
  4849. o25.BrickColor = BrickColor.new("Dark stone grey")
  4850. o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
  4851. o25.Rotation = Vector3.new(90.0199966, -0.270000011, -85.9599991)
  4852. o25.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4853. 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)
  4854. o25.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4855. o25.Position = Vector3.new(110.698997, 3.47851992, -59.8550568)
  4856. o26.Parent = o25
  4857. o26.MeshId = "rbxassetid://525469584"
  4858. o26.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4859. o26.TextureId = "rbxassetid://157956766"
  4860. o26.MeshType = Enum.MeshType.FileMesh
  4861. o27.Name = "Joint"
  4862. o27.Parent = o25
  4863. 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)
  4864. o27.Part0 = o25
  4865. o27.Part1 = o2
  4866. o28.Name = "ChainPart"
  4867. o28.Parent = o1
  4868. o28.Material = Enum.Material.Slate
  4869. o28.BrickColor = BrickColor.new("Dark stone grey")
  4870. o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
  4871. o28.Rotation = Vector3.new(89.7300034, 0.0199999996, 175)
  4872. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4873. 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)
  4874. o28.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4875. o28.Position = Vector3.new(110.700089, 3.61515403, -59.8544502)
  4876. o29.Parent = o28
  4877. o29.MeshId = "rbxassetid://525469584"
  4878. o29.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4879. o29.TextureId = "rbxassetid://157956766"
  4880. o29.MeshType = Enum.MeshType.FileMesh
  4881. o30.Name = "Joint"
  4882. o30.Parent = o28
  4883. 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)
  4884. o30.Part0 = o28
  4885. o30.Part1 = o2
  4886. o31.Name = "ChainPart"
  4887. o31.Parent = o1
  4888. o31.Material = Enum.Material.Slate
  4889. o31.BrickColor = BrickColor.new("Dark stone grey")
  4890. o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
  4891. o31.Rotation = Vector3.new(90, -0.270000011, -90.5100021)
  4892. o31.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4893. 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)
  4894. o31.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4895. o31.Position = Vector3.new(110.700317, 3.76630592, -59.8551254)
  4896. o32.Parent = o31
  4897. o32.MeshId = "rbxassetid://525469584"
  4898. o32.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4899. o32.TextureId = "rbxassetid://157956766"
  4900. o32.MeshType = Enum.MeshType.FileMesh
  4901. o33.Name = "Joint"
  4902. o33.Parent = o31
  4903. 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)
  4904. o33.Part0 = o31
  4905. o33.Part1 = o2
  4906. o34.Name = "ChainPart"
  4907. o34.Parent = o1
  4908. o34.Material = Enum.Material.Slate
  4909. o34.BrickColor = BrickColor.new("Dark stone grey")
  4910. o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
  4911. o34.Rotation = Vector3.new(89.8499985, -0.230000004, -123.540001)
  4912. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.286000013)
  4913. 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)
  4914. o34.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4915. o34.Position = Vector3.new(110.698997, 2.72442842, -59.8550568)
  4916. o35.Parent = o34
  4917. o35.MeshId = "rbxassetid://525469584"
  4918. o35.Scale = Vector3.new(0.00100000005, 0.00200000009, 0.00100000005)
  4919. o35.TextureId = "rbxassetid://157956766"
  4920. o35.MeshType = Enum.MeshType.FileMesh
  4921. o36.Name = "Joint"
  4922. o36.Parent = o34
  4923. 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)
  4924. o36.Part0 = o34
  4925. o36.Part1 = o2
  4926. o37.Parent = o1
  4927. o37.Material = Enum.Material.SmoothPlastic
  4928. o37.BrickColor = BrickColor.new("Really black")
  4929. o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
  4930. o37.Rotation = Vector3.new(-90, 0, 90)
  4931. o37.Anchored = false
  4932. o37.CanCollide = false
  4933. o37.Shape = Enum.PartType.Cylinder
  4934. o37.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  4935. o37.CFrame = CFrame.new(108.697571, 2.32146406, -60.0999985, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4936. o37.BottomSurface = Enum.SurfaceType.Smooth
  4937. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4938. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. o37.TopSurface = Enum.SurfaceType.Smooth
  4940. o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4941. o37.Position = Vector3.new(108.697571, 2.32146406, -60.0999985)
  4942. o38.Parent = o37
  4943. o38.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  4944. o38.MeshType = Enum.MeshType.Cylinder
  4945. o39.Name = "Joint"
  4946. o39.Parent = o37
  4947. 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)
  4948. o39.Part0 = o37
  4949. o39.Part1 = o2
  4950. o40.Parent = o1
  4951. o40.Material = Enum.Material.SmoothPlastic
  4952. o40.BrickColor = BrickColor.new("Really black")
  4953. o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
  4954. o40.Rotation = Vector3.new(180, 90, 0)
  4955. o40.Anchored = false
  4956. o40.FormFactor = Enum.FormFactor.Custom
  4957. o40.Size = Vector3.new(0.200000003, 1.99000001, 1.66999996)
  4958. o40.CFrame = CFrame.new(110.445099, 3.25596094, -60.0699387, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  4959. o40.BottomSurface = Enum.SurfaceType.Smooth
  4960. o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4961. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4962. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4963. o40.TopSurface = Enum.SurfaceType.Smooth
  4964. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4965. o40.Position = Vector3.new(110.445099, 3.25596094, -60.0699387)
  4966. o41.Name = "Joint"
  4967. o41.Parent = o40
  4968. 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)
  4969. o41.Part0 = o40
  4970. o41.Part1 = o2
  4971. o42.Parent = o1
  4972. o42.Material = Enum.Material.Neon
  4973. o42.BrickColor = BrickColor.new("Bright blue")
  4974. o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
  4975. o42.Rotation = Vector3.new(-90, 67.0100021, 90)
  4976. o42.Anchored = false
  4977. o42.FormFactor = Enum.FormFactor.Custom
  4978. o42.Size = Vector3.new(0.210000008, 2.18000031, 0.200000003)
  4979. o42.CFrame = CFrame.new(111.957489, 1.39043605, -60.0449448, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  4980. o42.BottomSurface = Enum.SurfaceType.Smooth
  4981. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4982. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4983. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4984. o42.TopSurface = Enum.SurfaceType.Smooth
  4985. o42.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4986. o42.Position = Vector3.new(111.957489, 1.39043605, -60.0449448)
  4987. o43.Name = "Joint"
  4988. o43.Parent = o42
  4989. 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)
  4990. o43.Part0 = o42
  4991. o43.Part1 = o2
  4992. o44.Parent = o1
  4993. o44.Material = Enum.Material.SmoothPlastic
  4994. o44.BrickColor = BrickColor.new("Really black")
  4995. o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
  4996. o44.Rotation = Vector3.new(0, -90, 0)
  4997. o44.Anchored = false
  4998. o44.FormFactor = Enum.FormFactor.Custom
  4999. o44.Size = Vector3.new(0.200000003, 1.99000001, 0.669999957)
  5000. o44.CFrame = CFrame.new(111.315094, 3.25596094, -60.0699387, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  5001. o44.BottomSurface = Enum.SurfaceType.Smooth
  5002. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5003. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5004. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5005. o44.TopSurface = Enum.SurfaceType.Smooth
  5006. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5007. o44.Position = Vector3.new(111.315094, 3.25596094, -60.0699387)
  5008. o45.Name = "Joint"
  5009. o45.Parent = o44
  5010. 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)
  5011. o45.Part0 = o44
  5012. o45.Part1 = o2
  5013. o46.Parent = o1
  5014. o46.Material = Enum.Material.SmoothPlastic
  5015. o46.BrickColor = BrickColor.new("Really black")
  5016. o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
  5017. o46.Rotation = Vector3.new(180, 90, 0)
  5018. o46.Anchored = false
  5019. o46.FormFactor = Enum.FormFactor.Custom
  5020. o46.Size = Vector3.new(0.200000003, 1.99000001, 2.05999994)
  5021. o46.CFrame = CFrame.new(110.640091, 3.25596094, -61.2099419, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  5022. o46.BottomSurface = Enum.SurfaceType.Smooth
  5023. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5024. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5025. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5026. o46.TopSurface = Enum.SurfaceType.Smooth
  5027. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5028. o46.Position = Vector3.new(110.640091, 3.25596094, -61.2099419)
  5029. o47.Name = "Joint"
  5030. o47.Parent = o46
  5031. 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)
  5032. o47.Part0 = o46
  5033. o47.Part1 = o2
  5034. o48.Parent = o1
  5035. o48.Material = Enum.Material.SmoothPlastic
  5036. o48.BrickColor = BrickColor.new("Really black")
  5037. o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
  5038. o48.Rotation = Vector3.new(-90, -67.0100021, -90)
  5039. o48.Anchored = false
  5040. o48.FormFactor = Enum.FormFactor.Custom
  5041. o48.Size = Vector3.new(1.24000001, 2.30000019, 0.50999999)
  5042. o48.CFrame = CFrame.new(109.589294, 1.338287, -60.5699387, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  5043. o48.BottomSurface = Enum.SurfaceType.Smooth
  5044. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5045. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5046. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5047. o48.TopSurface = Enum.SurfaceType.Smooth
  5048. o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5049. o48.Position = Vector3.new(109.589294, 1.338287, -60.5699387)
  5050. o49.Name = "Joint"
  5051. o49.Parent = o48
  5052. 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)
  5053. o49.Part0 = o48
  5054. o49.Part1 = o2
  5055. o50.Parent = o1
  5056. o50.Material = Enum.Material.Neon
  5057. o50.BrickColor = BrickColor.new("Bright blue")
  5058. o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
  5059. o50.Rotation = Vector3.new(-90, -67.0100021, -90)
  5060. o50.Anchored = false
  5061. o50.FormFactor = Enum.FormFactor.Custom
  5062. o50.Size = Vector3.new(0.200000003, 2.05000019, 0.200000003)
  5063. o50.CFrame = CFrame.new(109.30571, 1.32278597, -61.1999435, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  5064. o50.BottomSurface = Enum.SurfaceType.Smooth
  5065. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5066. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5067. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5068. o50.TopSurface = Enum.SurfaceType.Smooth
  5069. o50.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  5070. o50.Position = Vector3.new(109.30571, 1.32278597, -61.1999435)
  5071. o51.Name = "Joint"
  5072. o51.Parent = o50
  5073. 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)
  5074. o51.Part0 = o50
  5075. o51.Part1 = o2
  5076. o52.Parent = o1
  5077. o52.Material = Enum.Material.Neon
  5078. o52.BrickColor = BrickColor.new("Bright blue")
  5079. o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
  5080. o52.Rotation = Vector3.new(-90, 67.0100021, 90)
  5081. o52.Anchored = false
  5082. o52.FormFactor = Enum.FormFactor.Custom
  5083. o52.Size = Vector3.new(0.219999999, 2.05000019, 0.200000003)
  5084. o52.CFrame = CFrame.new(111.964462, 1.32278597, -61.2099457, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  5085. o52.BottomSurface = Enum.SurfaceType.Smooth
  5086. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5087. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5088. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5089. o52.TopSurface = Enum.SurfaceType.Smooth
  5090. o52.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  5091. o52.Position = Vector3.new(111.964462, 1.32278597, -61.2099457)
  5092. o53.Name = "Joint"
  5093. o53.Parent = o52
  5094. 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)
  5095. o53.Part0 = o52
  5096. o53.Part1 = o2
  5097. o54.Parent = o1
  5098. o54.Material = Enum.Material.Neon
  5099. o54.BrickColor = BrickColor.new("Bright blue")
  5100. o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
  5101. o54.Rotation = Vector3.new(-90, -67.0100021, -90)
  5102. o54.Anchored = false
  5103. o54.FormFactor = Enum.FormFactor.Custom
  5104. o54.Size = Vector3.new(0.210000008, 2.1400001, 0.200000003)
  5105. o54.CFrame = CFrame.new(109.304871, 1.37202406, -60.0449448, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  5106. o54.BottomSurface = Enum.SurfaceType.Smooth
  5107. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5108. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5109. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5110. o54.TopSurface = Enum.SurfaceType.Smooth
  5111. o54.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  5112. o54.Position = Vector3.new(109.304871, 1.37202406, -60.0449448)
  5113. o55.Name = "Joint"
  5114. o55.Parent = o54
  5115. 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)
  5116. o55.Part0 = o54
  5117. o55.Part1 = o2
  5118. o56.Parent = o1
  5119. o56.Material = Enum.Material.SmoothPlastic
  5120. o56.BrickColor = BrickColor.new("Really black")
  5121. o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
  5122. o56.Rotation = Vector3.new(-90, 67.0100021, 90)
  5123. o56.Anchored = false
  5124. o56.FormFactor = Enum.FormFactor.Custom
  5125. o56.Size = Vector3.new(1.33000004, 2.30000019, 0.529999971)
  5126. o56.CFrame = CFrame.new(111.690109, 1.34219098, -60.6149445, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  5127. o56.BottomSurface = Enum.SurfaceType.Smooth
  5128. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5129. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5130. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5131. o56.TopSurface = Enum.SurfaceType.Smooth
  5132. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5133. o56.Position = Vector3.new(111.690109, 1.34219098, -60.6149445)
  5134. o57.Name = "Joint"
  5135. o57.Parent = o56
  5136. 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)
  5137. o57.Part0 = o56
  5138. o57.Part1 = o2
  5139. o58.Parent = o1
  5140. o58.Material = Enum.Material.SmoothPlastic
  5141. o58.BrickColor = BrickColor.new("Really black")
  5142. o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
  5143. o58.Rotation = Vector3.new(180, 90, 0)
  5144. o58.Anchored = false
  5145. o58.FormFactor = Enum.FormFactor.Custom
  5146. o58.Size = Vector3.new(1.21000004, 1.99000001, 0.200000003)
  5147. o58.CFrame = CFrame.new(111.570099, 3.25596094, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  5148. o58.BottomSurface = Enum.SurfaceType.Smooth
  5149. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5150. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5151. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5152. o58.TopSurface = Enum.SurfaceType.Smooth
  5153. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5154. o58.Position = Vector3.new(111.570099, 3.25596094, -60.7049484)
  5155. o59.Name = "Joint"
  5156. o59.Parent = o58
  5157. 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)
  5158. o59.Part0 = o58
  5159. o59.Part1 = o2
  5160. o60.Parent = o1
  5161. o60.Material = Enum.Material.SmoothPlastic
  5162. o60.BrickColor = BrickColor.new("Really black")
  5163. o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
  5164. o60.Rotation = Vector3.new(180, 90, 0)
  5165. o60.Anchored = false
  5166. o60.FormFactor = Enum.FormFactor.Custom
  5167. o60.Size = Vector3.new(1.22000003, 1.99000001, 0.200000003)
  5168. o60.CFrame = CFrame.new(109.710098, 3.25596094, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  5169. o60.BottomSurface = Enum.SurfaceType.Smooth
  5170. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5171. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5172. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5173. o60.TopSurface = Enum.SurfaceType.Smooth
  5174. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5175. o60.Position = Vector3.new(109.710098, 3.25596094, -60.6999435)
  5176. o61.Name = "Joint"
  5177. o61.Parent = o60
  5178. 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)
  5179. o61.Part0 = o60
  5180. o61.Part1 = o2
  5181. o62.Parent = o1
  5182. o62.Material = Enum.Material.SmoothPlastic
  5183. o62.BrickColor = BrickColor.new("Really black")
  5184. o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
  5185. o62.Rotation = Vector3.new(-90, 67.0100021, 90)
  5186. o62.Anchored = false
  5187. o62.FormFactor = Enum.FormFactor.Custom
  5188. o62.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
  5189. o62.CFrame = CFrame.new(111.943008, 1.37342, -60.6299515, 0, -0.39049381, 0.9206056, 0, 0.9206056, 0.39049381, -1, 0, 0)
  5190. o62.BottomSurface = Enum.SurfaceType.Smooth
  5191. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5192. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5193. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5194. o62.TopSurface = Enum.SurfaceType.Smooth
  5195. o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5196. o62.Position = Vector3.new(111.943008, 1.37342, -60.6299515)
  5197. o63.Name = "Joint"
  5198. o63.Parent = o62
  5199. 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)
  5200. o63.Part0 = o62
  5201. o63.Part1 = o2
  5202. o64.Parent = o1
  5203. o64.Material = Enum.Material.SmoothPlastic
  5204. o64.BrickColor = BrickColor.new("Really black")
  5205. o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
  5206. o64.Rotation = Vector3.new(-90, -67.0100021, -90)
  5207. o64.Anchored = false
  5208. o64.FormFactor = Enum.FormFactor.Custom
  5209. o64.Size = Vector3.new(1.01999998, 2.16000009, 0.200000003)
  5210. o64.CFrame = CFrame.new(109.327194, 1.37342, -60.6299515, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  5211. o64.BottomSurface = Enum.SurfaceType.Smooth
  5212. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5213. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5214. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5215. o64.TopSurface = Enum.SurfaceType.Smooth
  5216. o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5217. o64.Position = Vector3.new(109.327194, 1.37342, -60.6299515)
  5218. o65.Name = "Joint"
  5219. o65.Parent = o64
  5220. 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)
  5221. o65.Part0 = o64
  5222. o65.Part1 = o2
  5223. o66.Parent = o1
  5224. o66.Material = Enum.Material.SmoothPlastic
  5225. o66.BrickColor = BrickColor.new("Fossil")
  5226. o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
  5227. o66.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  5228. o66.Anchored = false
  5229. o66.CanCollide = false
  5230. o66.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5231. 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)
  5232. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5233. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5234. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5235. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5236. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5237. o66.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5238. o66.Position = Vector3.new(112.370712, 0.82624799, -60.7414627)
  5239. o67.Parent = o66
  5240. o67.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5241. o68.Name = "Joint"
  5242. o68.Parent = o66
  5243. 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)
  5244. o68.Part0 = o66
  5245. o68.Part1 = o2
  5246. o69.Parent = o1
  5247. o69.Material = Enum.Material.SmoothPlastic
  5248. o69.BrickColor = BrickColor.new("Fossil")
  5249. o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
  5250. o69.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  5251. o69.Anchored = false
  5252. o69.CanCollide = false
  5253. o69.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5254. 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)
  5255. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5256. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5257. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5258. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5259. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5260. o69.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5261. o69.Position = Vector3.new(112.317879, 0.86769098, -60.7595291)
  5262. o70.Parent = o69
  5263. o70.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5264. o71.Name = "Joint"
  5265. o71.Parent = o69
  5266. 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)
  5267. o71.Part0 = o69
  5268. o71.Part1 = o2
  5269. o72.Parent = o1
  5270. o72.Material = Enum.Material.SmoothPlastic
  5271. o72.BrickColor = BrickColor.new("Fossil")
  5272. o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
  5273. o72.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5274. o72.Anchored = false
  5275. o72.CanCollide = false
  5276. o72.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5277. 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)
  5278. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5279. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5280. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5281. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5282. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5283. o72.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5284. o72.Position = Vector3.new(112.404327, 0.859848976, -60.6439018)
  5285. o73.Parent = o72
  5286. o73.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5287. o74.Name = "Joint"
  5288. o74.Parent = o72
  5289. 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)
  5290. o74.Part0 = o72
  5291. o74.Part1 = o2
  5292. o75.Parent = o1
  5293. o75.Material = Enum.Material.SmoothPlastic
  5294. o75.BrickColor = BrickColor.new("Fossil")
  5295. o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
  5296. o75.Rotation = Vector3.new(-180, 0, 128.089996)
  5297. o75.Anchored = false
  5298. o75.CanCollide = false
  5299. o75.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5300. o75.CFrame = CFrame.new(111.981911, 1.13104796, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  5301. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5302. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5303. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5304. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5305. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5306. o75.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5307. o75.Position = Vector3.new(111.981911, 1.13104796, -60.8204117)
  5308. o76.Parent = o75
  5309. o76.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5310. o77.Name = "Joint"
  5311. o77.Parent = o75
  5312. 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)
  5313. o77.Part0 = o75
  5314. o77.Part1 = o2
  5315. o78.Name = "Chain"
  5316. o78.Parent = o1
  5317. o78.Material = Enum.Material.SmoothPlastic
  5318. o78.BrickColor = BrickColor.new("Fossil")
  5319. o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
  5320. o78.Rotation = Vector3.new(90, -38.0900002, 90)
  5321. o78.Anchored = false
  5322. o78.CanCollide = false
  5323. o78.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5324. o78.CFrame = CFrame.new(112.001556, 1.11563599, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5325. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5326. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5327. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5328. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5329. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5330. o78.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5331. o78.Position = Vector3.new(112.001556, 1.11563599, -60.8204117)
  5332. o79.Parent = o78
  5333. o79.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5334. o80.Name = "Joint"
  5335. o80.Parent = o78
  5336. 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)
  5337. o80.Part0 = o78
  5338. o80.Part1 = o2
  5339. o81.Name = "Chain"
  5340. o81.Parent = o1
  5341. o81.Material = Enum.Material.SmoothPlastic
  5342. o81.BrickColor = BrickColor.new("Fossil")
  5343. o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
  5344. o81.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5345. o81.Anchored = false
  5346. o81.CanCollide = false
  5347. o81.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5348. 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)
  5349. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5350. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5351. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5352. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5353. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5354. o81.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5355. o81.Position = Vector3.new(112.317879, 0.86769098, -60.0203476)
  5356. o82.Parent = o81
  5357. o82.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5358. o83.Name = "Joint"
  5359. o83.Parent = o81
  5360. 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)
  5361. o83.Part0 = o81
  5362. o83.Part1 = o2
  5363. o84.Name = "Chain"
  5364. o84.Parent = o1
  5365. o84.Material = Enum.Material.SmoothPlastic
  5366. o84.BrickColor = BrickColor.new("Fossil")
  5367. o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
  5368. o84.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5369. o84.Anchored = false
  5370. o84.CanCollide = false
  5371. o84.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5372. 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)
  5373. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5374. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5375. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5376. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5377. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5378. o84.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5379. o84.Position = Vector3.new(112.370712, 0.82624799, -60.0384293)
  5380. o85.Parent = o84
  5381. o85.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5382. o86.Name = "Joint"
  5383. o86.Parent = o84
  5384. 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)
  5385. o86.Part0 = o84
  5386. o86.Part1 = o2
  5387. o87.Name = "Chain"
  5388. o87.Parent = o1
  5389. o87.Material = Enum.Material.SmoothPlastic
  5390. o87.BrickColor = BrickColor.new("Fossil")
  5391. o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
  5392. o87.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
  5393. o87.Anchored = false
  5394. o87.CanCollide = false
  5395. o87.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5396. 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)
  5397. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5398. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5399. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5400. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5401. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5402. o87.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5403. o87.Position = Vector3.new(112.314896, 0.92997098, -60.7635117)
  5404. o88.Parent = o87
  5405. o88.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5406. o89.Name = "Joint"
  5407. o89.Parent = o87
  5408. 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)
  5409. o89.Part0 = o87
  5410. o89.Part1 = o2
  5411. o90.Name = "Chain"
  5412. o90.Parent = o1
  5413. o90.Material = Enum.Material.SmoothPlastic
  5414. o90.BrickColor = BrickColor.new("Fossil")
  5415. o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
  5416. o90.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
  5417. o90.Anchored = false
  5418. o90.CanCollide = false
  5419. o90.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5420. 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)
  5421. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5422. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5423. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5424. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5425. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5426. o90.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5427. o90.Position = Vector3.new(112.257187, 0.854418993, -60.7628021)
  5428. o91.Parent = o90
  5429. o91.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5430. o92.Name = "Joint"
  5431. o92.Parent = o90
  5432. 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)
  5433. o92.Part0 = o90
  5434. o92.Part1 = o2
  5435. o93.Name = "Chain"
  5436. o93.Parent = o1
  5437. o93.Material = Enum.Material.SmoothPlastic
  5438. o93.BrickColor = BrickColor.new("Fossil")
  5439. o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
  5440. o93.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5441. o93.Anchored = false
  5442. o93.CanCollide = false
  5443. o93.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5444. 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)
  5445. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5446. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5447. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5448. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5449. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5450. o93.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5451. o93.Position = Vector3.new(112.35376, 0.839529991, -60.0927505)
  5452. o94.Parent = o93
  5453. o94.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5454. o95.Name = "Joint"
  5455. o95.Parent = o93
  5456. 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)
  5457. o95.Part0 = o93
  5458. o95.Part1 = o2
  5459. o96.Name = "Chain"
  5460. o96.Parent = o1
  5461. o96.Material = Enum.Material.SmoothPlastic
  5462. o96.BrickColor = BrickColor.new("Fossil")
  5463. o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
  5464. o96.Rotation = Vector3.new(90, -38.0900002, 171.5)
  5465. o96.Anchored = false
  5466. o96.CanCollide = false
  5467. o96.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5468. 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)
  5469. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5470. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5471. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5472. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5473. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5474. o96.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5475. o96.Position = Vector3.new(112.435074, 0.77579999, -60.5723343)
  5476. o97.Parent = o96
  5477. o97.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5478. o98.Name = "Joint"
  5479. o98.Parent = o96
  5480. 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)
  5481. o98.Part0 = o96
  5482. o98.Part1 = o2
  5483. o99.Name = "Chain"
  5484. o99.Parent = o1
  5485. o99.Material = Enum.Material.SmoothPlastic
  5486. o99.BrickColor = BrickColor.new("Fossil")
  5487. o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
  5488. o99.Rotation = Vector3.new(90, -38.0900002, 171.5)
  5489. o99.Anchored = false
  5490. o99.CanCollide = false
  5491. o99.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5492. 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)
  5493. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5494. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5495. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5496. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5497. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5498. o99.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5499. o99.Position = Vector3.new(112.405258, 0.799176991, -60.5065689)
  5500. o100.Parent = o99
  5501. o100.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5502. o101.Name = "Joint"
  5503. o101.Parent = o99
  5504. 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)
  5505. o101.Part0 = o99
  5506. o101.Part1 = o2
  5507. o102.Name = "Chain"
  5508. o102.Parent = o1
  5509. o102.Material = Enum.Material.SmoothPlastic
  5510. o102.BrickColor = BrickColor.new("Fossil")
  5511. o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
  5512. o102.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5513. o102.Anchored = false
  5514. o102.CanCollide = false
  5515. o102.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5516. 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)
  5517. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5518. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5519. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5520. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5521. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5522. o102.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5523. o102.Position = Vector3.new(112.268173, 0.906641006, -60.7770309)
  5524. o103.Parent = o102
  5525. o103.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5526. o104.Name = "Joint"
  5527. o104.Parent = o102
  5528. 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)
  5529. o104.Part0 = o102
  5530. o104.Part1 = o2
  5531. o105.Name = "Chain"
  5532. o105.Parent = o1
  5533. o105.Material = Enum.Material.SmoothPlastic
  5534. o105.BrickColor = BrickColor.new("Fossil")
  5535. o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
  5536. o105.Rotation = Vector3.new(159.570007, 24.0100002, 132.479996)
  5537. o105.Anchored = false
  5538. o105.CanCollide = false
  5539. o105.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5540. 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)
  5541. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5542. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5543. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5544. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5545. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5546. o105.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5547. o105.Position = Vector3.new(112.251343, 0.919830024, -60.7899399)
  5548. o106.Parent = o105
  5549. o106.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5550. o107.Name = "Joint"
  5551. o107.Parent = o105
  5552. 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)
  5553. o107.Part0 = o105
  5554. o107.Part1 = o2
  5555. o108.Name = "Chain"
  5556. o108.Parent = o1
  5557. o108.Material = Enum.Material.SmoothPlastic
  5558. o108.BrickColor = BrickColor.new("Fossil")
  5559. o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
  5560. o108.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5561. o108.Anchored = false
  5562. o108.CanCollide = false
  5563. o108.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5564. 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)
  5565. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5566. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5567. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5568. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5569. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5570. o108.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5571. o108.Position = Vector3.new(112.24733, 0.922985017, -60.8481522)
  5572. o109.Parent = o108
  5573. o109.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5574. o110.Name = "Joint"
  5575. o110.Parent = o108
  5576. 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)
  5577. o110.Part0 = o108
  5578. o110.Part1 = o2
  5579. o111.Name = "Chain"
  5580. o111.Parent = o1
  5581. o111.Material = Enum.Material.SmoothPlastic
  5582. o111.BrickColor = BrickColor.new("Fossil")
  5583. o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
  5584. o111.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5585. o111.Anchored = false
  5586. o111.CanCollide = false
  5587. o111.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5588. 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)
  5589. o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5590. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5591. o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5592. o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5593. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5594. o111.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5595. o111.Position = Vector3.new(112.35376, 0.839529991, -60.6871262)
  5596. o112.Parent = o111
  5597. o112.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5598. o113.Name = "Joint"
  5599. o113.Parent = o111
  5600. 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)
  5601. o113.Part0 = o111
  5602. o113.Part1 = o2
  5603. o114.Name = "Chain"
  5604. o114.Parent = o1
  5605. o114.Material = Enum.Material.SmoothPlastic
  5606. o114.BrickColor = BrickColor.new("Fossil")
  5607. o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
  5608. o114.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5609. o114.Anchored = false
  5610. o114.CanCollide = false
  5611. o114.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5612. 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)
  5613. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5614. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5615. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5616. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5617. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5618. o114.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5619. o114.Position = Vector3.new(112.346268, 0.784572005, -60.6427231)
  5620. o115.Parent = o114
  5621. o115.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5622. o116.Name = "Joint"
  5623. o116.Parent = o114
  5624. 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)
  5625. o116.Part0 = o114
  5626. o116.Part1 = o2
  5627. o117.Name = "Chain"
  5628. o117.Parent = o1
  5629. o117.Material = Enum.Material.SmoothPlastic
  5630. o117.BrickColor = BrickColor.new("Fossil")
  5631. o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
  5632. o117.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5633. o117.Anchored = false
  5634. o117.CanCollide = false
  5635. o117.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5636. 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)
  5637. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5638. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5639. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5640. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5641. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5642. o117.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5643. o117.Position = Vector3.new(112.346268, 0.784572005, -60.1371689)
  5644. o118.Parent = o117
  5645. o118.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5646. o119.Name = "Joint"
  5647. o119.Parent = o117
  5648. 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)
  5649. o119.Part0 = o117
  5650. o119.Part1 = o2
  5651. o120.Name = "Chain"
  5652. o120.Parent = o1
  5653. o120.Material = Enum.Material.SmoothPlastic
  5654. o120.BrickColor = BrickColor.new("Fossil")
  5655. o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
  5656. o120.Rotation = Vector3.new(135.619995, 41.7400017, 145.770004)
  5657. o120.Anchored = false
  5658. o120.CanCollide = false
  5659. o120.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5660. 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)
  5661. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5662. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5663. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5664. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5665. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5666. o120.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5667. o120.Position = Vector3.new(112.400162, 0.803156972, -60.593605)
  5668. o121.Parent = o120
  5669. o121.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5670. o122.Name = "Joint"
  5671. o122.Parent = o120
  5672. 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)
  5673. o122.Part0 = o120
  5674. o122.Part1 = o2
  5675. o123.Name = "Chain"
  5676. o123.Parent = o1
  5677. o123.Material = Enum.Material.SmoothPlastic
  5678. o123.BrickColor = BrickColor.new("Fossil")
  5679. o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
  5680. o123.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  5681. o123.Anchored = false
  5682. o123.CanCollide = false
  5683. o123.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5684. 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)
  5685. o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5686. o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5687. o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5688. o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5689. o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5690. o123.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5691. o123.Position = Vector3.new(112.308029, 0.875400007, -60.6895828)
  5692. o124.Parent = o123
  5693. o124.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5694. o125.Name = "Joint"
  5695. o125.Parent = o123
  5696. 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)
  5697. o125.Part0 = o123
  5698. o125.Part1 = o2
  5699. o126.Name = "Chain"
  5700. o126.Parent = o1
  5701. o126.Material = Enum.Material.SmoothPlastic
  5702. o126.BrickColor = BrickColor.new("Fossil")
  5703. o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
  5704. o126.Rotation = Vector3.new(90, -38.0900002, 90)
  5705. o126.Anchored = false
  5706. o126.CanCollide = false
  5707. o126.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5708. o126.CFrame = CFrame.new(111.914551, 1.18384898, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5709. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5710. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5711. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5712. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5713. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5714. o126.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5715. o126.Position = Vector3.new(111.914551, 1.18384898, -60.8204117)
  5716. o127.Parent = o126
  5717. o127.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5718. o128.Name = "Joint"
  5719. o128.Parent = o126
  5720. 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)
  5721. o128.Part0 = o126
  5722. o128.Part1 = o2
  5723. o129.Name = "Chain"
  5724. o129.Parent = o1
  5725. o129.Material = Enum.Material.SmoothPlastic
  5726. o129.BrickColor = BrickColor.new("Fossil")
  5727. o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
  5728. o129.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5729. o129.Anchored = false
  5730. o129.CanCollide = false
  5731. o129.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5732. 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)
  5733. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5734. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5735. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5736. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5737. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5738. o129.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5739. o129.Position = Vector3.new(112.404327, 0.859848976, -60.1359901)
  5740. o130.Parent = o129
  5741. o130.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5742. o131.Name = "Joint"
  5743. o131.Parent = o129
  5744. 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)
  5745. o131.Part0 = o129
  5746. o131.Part1 = o2
  5747. o132.Name = "Chain"
  5748. o132.Parent = o1
  5749. o132.Material = Enum.Material.SmoothPlastic
  5750. o132.BrickColor = BrickColor.new("Fossil")
  5751. o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
  5752. o132.Rotation = Vector3.new(90, -38.0900002, 90)
  5753. o132.Anchored = false
  5754. o132.CanCollide = false
  5755. o132.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5756. o132.CFrame = CFrame.new(111.954773, 1.15231502, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5757. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5758. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5759. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5760. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5761. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5762. o132.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5763. o132.Position = Vector3.new(111.954773, 1.15231502, -60.8676071)
  5764. o133.Parent = o132
  5765. o133.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5766. o134.Name = "Joint"
  5767. o134.Parent = o132
  5768. 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)
  5769. o134.Part0 = o132
  5770. o134.Part1 = o2
  5771. o135.Name = "Chain"
  5772. o135.Parent = o1
  5773. o135.Material = Enum.Material.SmoothPlastic
  5774. o135.BrickColor = BrickColor.new("Fossil")
  5775. o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
  5776. o135.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5777. o135.Anchored = false
  5778. o135.CanCollide = false
  5779. o135.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5780. 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)
  5781. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5782. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5783. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5784. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5785. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5786. o135.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5787. o135.Position = Vector3.new(112.308029, 0.875400007, -60.0902939)
  5788. o136.Parent = o135
  5789. o136.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5790. o137.Name = "Joint"
  5791. o137.Parent = o135
  5792. 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)
  5793. o137.Part0 = o135
  5794. o137.Part1 = o2
  5795. o138.Name = "Chain"
  5796. o138.Parent = o1
  5797. o138.Material = Enum.Material.SmoothPlastic
  5798. o138.BrickColor = BrickColor.new("Fossil")
  5799. o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
  5800. o138.Rotation = Vector3.new(90, -38.0900002, 171.5)
  5801. o138.Anchored = false
  5802. o138.CanCollide = false
  5803. o138.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5804. 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)
  5805. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5806. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5807. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5808. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5809. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5810. o138.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5811. o138.Position = Vector3.new(112.361237, 0.833685994, -60.5569229)
  5812. o139.Parent = o138
  5813. o139.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5814. o140.Name = "Joint"
  5815. o140.Parent = o138
  5816. 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)
  5817. o140.Part0 = o138
  5818. o140.Part1 = o2
  5819. o141.Name = "Chain"
  5820. o141.Parent = o1
  5821. o141.Material = Enum.Material.SmoothPlastic
  5822. o141.BrickColor = BrickColor.new("Fossil")
  5823. o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
  5824. o141.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5825. o141.Anchored = false
  5826. o141.CanCollide = false
  5827. o141.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5828. 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)
  5829. o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5830. o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5831. o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5832. o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5833. o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5834. o141.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5835. o141.Position = Vector3.new(112.193703, 0.965031981, -60.8341904)
  5836. o142.Parent = o141
  5837. o142.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5838. o143.Name = "Joint"
  5839. o143.Parent = o141
  5840. 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)
  5841. o143.Part0 = o141
  5842. o143.Part1 = o2
  5843. o144.Name = "Chain"
  5844. o144.Parent = o1
  5845. o144.Material = Enum.Material.SmoothPlastic
  5846. o144.BrickColor = BrickColor.new("Fossil")
  5847. o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
  5848. o144.Rotation = Vector3.new(44.3800011, 41.7400017, 34.2299995)
  5849. o144.Anchored = false
  5850. o144.CanCollide = false
  5851. o144.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5852. 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)
  5853. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5854. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5855. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5856. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5857. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5858. o144.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5859. o144.Position = Vector3.new(112.400162, 0.803156972, -60.1862717)
  5860. o145.Parent = o144
  5861. o145.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5862. o146.Name = "Joint"
  5863. o146.Parent = o144
  5864. 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)
  5865. o146.Part0 = o144
  5866. o146.Part1 = o2
  5867. o147.Name = "Chain"
  5868. o147.Parent = o1
  5869. o147.Material = Enum.Material.SmoothPlastic
  5870. o147.BrickColor = BrickColor.new("Fossil")
  5871. o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
  5872. o147.Rotation = Vector3.new(90, -38.0900002, 121.129997)
  5873. o147.Anchored = false
  5874. o147.CanCollide = false
  5875. o147.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5876. 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)
  5877. o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5878. o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5879. o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5880. o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5881. o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5882. o147.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5883. o147.Position = Vector3.new(112.209579, 0.952573001, -60.7660599)
  5884. o148.Parent = o147
  5885. o148.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5886. o149.Name = "Joint"
  5887. o149.Parent = o147
  5888. 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)
  5889. o149.Part0 = o147
  5890. o149.Part1 = o2
  5891. o150.Name = "Chain"
  5892. o150.Parent = o1
  5893. o150.Material = Enum.Material.SmoothPlastic
  5894. o150.BrickColor = BrickColor.new("Fossil")
  5895. o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
  5896. o150.Rotation = Vector3.new(0, 0, 51.9099998)
  5897. o150.Anchored = false
  5898. o150.CanCollide = false
  5899. o150.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5900. o150.CFrame = CFrame.new(111.993683, 1.060974, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  5901. o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5902. o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5903. o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5904. o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5905. o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5906. o150.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5907. o150.Position = Vector3.new(111.993683, 1.060974, -59.959465)
  5908. o151.Parent = o150
  5909. o151.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5910. o152.Name = "Joint"
  5911. o152.Parent = o150
  5912. 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)
  5913. o152.Part0 = o150
  5914. o152.Part1 = o2
  5915. o153.Name = "Chain"
  5916. o153.Parent = o1
  5917. o153.Material = Enum.Material.SmoothPlastic
  5918. o153.BrickColor = BrickColor.new("Fossil")
  5919. o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
  5920. o153.Rotation = Vector3.new(90, -38.0900002, 32.2299995)
  5921. o153.Anchored = false
  5922. o153.CanCollide = false
  5923. o153.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5924. 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)
  5925. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5926. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5927. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5928. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5929. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5930. o153.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5931. o153.Position = Vector3.new(112.364258, 0.831314027, -60.113884)
  5932. o154.Parent = o153
  5933. o154.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  5934. o155.Name = "Joint"
  5935. o155.Parent = o153
  5936. 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)
  5937. o155.Part0 = o153
  5938. o155.Part1 = o2
  5939. o156.Name = "Chain"
  5940. o156.Parent = o1
  5941. o156.Material = Enum.Material.SmoothPlastic
  5942. o156.BrickColor = BrickColor.new("Fossil")
  5943. o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
  5944. o156.Rotation = Vector3.new(0, 0, 51.9099998)
  5945. o156.Anchored = false
  5946. o156.CanCollide = false
  5947. o156.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5948. o156.CFrame = CFrame.new(112.051231, 1.13664401, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  5949. o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5950. o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5951. o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5952. o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5953. o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5954. o156.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5955. o156.Position = Vector3.new(112.051231, 1.13664401, -59.959465)
  5956. o157.Parent = o156
  5957. o157.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  5958. o158.Name = "Joint"
  5959. o158.Parent = o156
  5960. 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)
  5961. o158.Part0 = o156
  5962. o158.Part1 = o2
  5963. o159.Name = "Chain"
  5964. o159.Parent = o1
  5965. o159.Material = Enum.Material.SmoothPlastic
  5966. o159.BrickColor = BrickColor.new("Fossil")
  5967. o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
  5968. o159.Rotation = Vector3.new(90, -38.0900002, 90)
  5969. o159.Anchored = false
  5970. o159.CanCollide = false
  5971. o159.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5972. o159.CFrame = CFrame.new(111.955872, 1.15145397, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  5973. o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5974. o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5975. o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5976. o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5977. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5978. o159.Color = Color3.new(0.623529, 0.631373, 0.67451)
  5979. o159.Position = Vector3.new(111.955872, 1.15145397, -60.0073471)
  5980. o160.Parent = o159
  5981. o160.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  5982. o161.Name = "Joint"
  5983. o161.Parent = o159
  5984. 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)
  5985. o161.Part0 = o159
  5986. o161.Part1 = o2
  5987. o162.Name = "Chain"
  5988. o162.Parent = o1
  5989. o162.Material = Enum.Material.SmoothPlastic
  5990. o162.BrickColor = BrickColor.new("Fossil")
  5991. o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
  5992. o162.Rotation = Vector3.new(0, 0, 51.9099998)
  5993. o162.Anchored = false
  5994. o162.CanCollide = false
  5995. o162.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  5996. o162.CFrame = CFrame.new(111.981911, 1.13104796, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  5997. o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5998. o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5999. o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6000. o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6001. o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6002. o162.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6003. o162.Position = Vector3.new(111.981911, 1.13104796, -59.959465)
  6004. o163.Parent = o162
  6005. o163.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6006. o164.Name = "Joint"
  6007. o164.Parent = o162
  6008. 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)
  6009. o164.Part0 = o162
  6010. o164.Part1 = o2
  6011. o165.Name = "Chain"
  6012. o165.Parent = o1
  6013. o165.Material = Enum.Material.SmoothPlastic
  6014. o165.BrickColor = BrickColor.new("Fossil")
  6015. o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
  6016. o165.Rotation = Vector3.new(0, 0, 51.9099998)
  6017. o165.Anchored = false
  6018. o165.CanCollide = false
  6019. o165.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6020. o165.CFrame = CFrame.new(112.068916, 1.06284106, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  6021. o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6022. o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6023. o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6024. o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6025. o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6026. o165.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6027. o165.Position = Vector3.new(112.068916, 1.06284106, -59.959465)
  6028. o166.Parent = o165
  6029. o166.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6030. o167.Name = "Joint"
  6031. o167.Parent = o165
  6032. 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)
  6033. o167.Part0 = o165
  6034. o167.Part1 = o2
  6035. o168.Name = "Chain"
  6036. o168.Parent = o1
  6037. o168.Material = Enum.Material.SmoothPlastic
  6038. o168.BrickColor = BrickColor.new("Fossil")
  6039. o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
  6040. o168.Rotation = Vector3.new(-180, 0, 128.089996)
  6041. o168.Anchored = false
  6042. o168.CanCollide = false
  6043. o168.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6044. o168.CFrame = CFrame.new(112.188507, 1.02904105, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6045. o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6046. o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6047. o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6048. o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6049. o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6050. o168.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6051. o168.Position = Vector3.new(112.188507, 1.02904105, -60.8204117)
  6052. o169.Parent = o168
  6053. o169.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6054. o170.Name = "Joint"
  6055. o170.Parent = o168
  6056. 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)
  6057. o170.Part0 = o168
  6058. o170.Part1 = o2
  6059. o171.Name = "Chain"
  6060. o171.Parent = o1
  6061. o171.Material = Enum.Material.SmoothPlastic
  6062. o171.BrickColor = BrickColor.new("Fossil")
  6063. o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
  6064. o171.Rotation = Vector3.new(90, -38.0900002, 90)
  6065. o171.Anchored = false
  6066. o171.CanCollide = false
  6067. o171.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6068. o171.CFrame = CFrame.new(111.955872, 1.15145397, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6069. o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6070. o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6071. o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6072. o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6073. o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6074. o171.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6075. o171.Position = Vector3.new(111.955872, 1.15145397, -60.7725449)
  6076. o172.Parent = o171
  6077. o172.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6078. o173.Name = "Joint"
  6079. o173.Parent = o171
  6080. 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)
  6081. o173.Part0 = o171
  6082. o173.Part1 = o2
  6083. o174.Name = "Chain"
  6084. o174.Parent = o1
  6085. o174.Material = Enum.Material.SmoothPlastic
  6086. o174.BrickColor = BrickColor.new("Fossil")
  6087. o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
  6088. o174.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6089. o174.Anchored = false
  6090. o174.CanCollide = false
  6091. o174.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6092. 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)
  6093. o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6094. o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6095. o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6096. o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6097. o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6098. o174.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6099. o174.Position = Vector3.new(112.414261, 0.792107999, -60.426033)
  6100. o175.Parent = o174
  6101. o175.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6102. o176.Name = "Joint"
  6103. o176.Parent = o174
  6104. 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)
  6105. o176.Part0 = o174
  6106. o176.Part1 = o2
  6107. o177.Name = "Chain"
  6108. o177.Parent = o1
  6109. o177.Material = Enum.Material.SmoothPlastic
  6110. o177.BrickColor = BrickColor.new("Fossil")
  6111. o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
  6112. o177.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6113. o177.Anchored = false
  6114. o177.CanCollide = false
  6115. o177.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6116. 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)
  6117. o177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6118. o177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6119. o177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6120. o177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6121. o177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6122. o177.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6123. o177.Position = Vector3.new(112.412636, 0.793392003, -60.5365677)
  6124. o178.Parent = o177
  6125. o178.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6126. o179.Name = "Joint"
  6127. o179.Parent = o177
  6128. 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)
  6129. o179.Part0 = o177
  6130. o179.Part1 = o2
  6131. o180.Name = "Chain"
  6132. o180.Parent = o1
  6133. o180.Material = Enum.Material.SmoothPlastic
  6134. o180.BrickColor = BrickColor.new("Fossil")
  6135. o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
  6136. o180.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6137. o180.Anchored = false
  6138. o180.CanCollide = false
  6139. o180.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6140. 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)
  6141. o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6142. o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6143. o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6144. o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6145. o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6146. o180.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6147. o180.Position = Vector3.new(112.383942, 0.75503099, -60.4785461)
  6148. o181.Parent = o180
  6149. o181.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6150. o182.Name = "Joint"
  6151. o182.Parent = o180
  6152. 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)
  6153. o182.Part0 = o180
  6154. o182.Part1 = o2
  6155. o183.Name = "Chain"
  6156. o183.Parent = o1
  6157. o183.Material = Enum.Material.SmoothPlastic
  6158. o183.BrickColor = BrickColor.new("Fossil")
  6159. o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
  6160. o183.Rotation = Vector3.new(90, -38.0900002, 90)
  6161. o183.Anchored = false
  6162. o183.CanCollide = false
  6163. o183.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6164. o183.CFrame = CFrame.new(111.914551, 1.18384898, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6165. o183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6166. o183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6167. o183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6168. o183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6169. o183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6170. o183.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6171. o183.Position = Vector3.new(111.914551, 1.18384898, -59.959465)
  6172. o184.Parent = o183
  6173. o184.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6174. o185.Name = "Joint"
  6175. o185.Parent = o183
  6176. 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)
  6177. o185.Part0 = o183
  6178. o185.Part1 = o2
  6179. o186.Name = "Chain"
  6180. o186.Parent = o1
  6181. o186.Material = Enum.Material.SmoothPlastic
  6182. o186.BrickColor = BrickColor.new("Fossil")
  6183. o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
  6184. o186.Rotation = Vector3.new(90, -38.0900002, 90)
  6185. o186.Anchored = false
  6186. o186.CanCollide = false
  6187. o186.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6188. o186.CFrame = CFrame.new(111.954773, 1.15231502, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6189. o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6190. o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6191. o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6192. o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6193. o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6194. o186.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6195. o186.Position = Vector3.new(111.954773, 1.15231502, -59.9122849)
  6196. o187.Parent = o186
  6197. o187.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6198. o188.Name = "Joint"
  6199. o188.Parent = o186
  6200. 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)
  6201. o188.Part0 = o186
  6202. o188.Part1 = o2
  6203. o189.Name = "Chain"
  6204. o189.Parent = o1
  6205. o189.Material = Enum.Material.SmoothPlastic
  6206. o189.BrickColor = BrickColor.new("Fossil")
  6207. o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
  6208. o189.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6209. o189.Anchored = false
  6210. o189.CanCollide = false
  6211. o189.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6212. 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)
  6213. o189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6214. o189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6215. o189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6216. o189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6217. o189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6218. o189.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6219. o189.Position = Vector3.new(112.451904, 0.762605011, -60.3924637)
  6220. o190.Parent = o189
  6221. o190.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6222. o191.Name = "Joint"
  6223. o191.Parent = o189
  6224. 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)
  6225. o191.Part0 = o189
  6226. o191.Part1 = o2
  6227. o192.Name = "Chain"
  6228. o192.Parent = o1
  6229. o192.Material = Enum.Material.SmoothPlastic
  6230. o192.BrickColor = BrickColor.new("Fossil")
  6231. o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
  6232. o192.Rotation = Vector3.new(91.75, 51.8899994, -1.37)
  6233. o192.Anchored = false
  6234. o192.CanCollide = false
  6235. o192.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6236. 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)
  6237. o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6238. o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6239. o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6240. o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6241. o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6242. o192.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6243. o192.Position = Vector3.new(112.442612, 0.829834998, -60.4771347)
  6244. o193.Parent = o192
  6245. o193.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6246. o194.Name = "Joint"
  6247. o194.Parent = o192
  6248. 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)
  6249. o194.Part0 = o192
  6250. o194.Part1 = o2
  6251. o195.Name = "Chain"
  6252. o195.Parent = o1
  6253. o195.Material = Enum.Material.SmoothPlastic
  6254. o195.BrickColor = BrickColor.new("Fossil")
  6255. o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
  6256. o195.Rotation = Vector3.new(90, -38.0900002, 8.5)
  6257. o195.Anchored = false
  6258. o195.CanCollide = false
  6259. o195.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6260. 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)
  6261. o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6262. o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6263. o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6264. o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6265. o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6266. o195.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6267. o195.Position = Vector3.new(112.361237, 0.833685994, -60.2229691)
  6268. o196.Parent = o195
  6269. o196.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6270. o197.Name = "Joint"
  6271. o197.Parent = o195
  6272. 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)
  6273. o197.Part0 = o195
  6274. o197.Part1 = o2
  6275. o198.Name = "Chain"
  6276. o198.Parent = o1
  6277. o198.Material = Enum.Material.SmoothPlastic
  6278. o198.BrickColor = BrickColor.new("Fossil")
  6279. o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
  6280. o198.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6281. o198.Anchored = false
  6282. o198.CanCollide = false
  6283. o198.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6284. 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)
  6285. o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6286. o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6287. o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6288. o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6289. o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6290. o198.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6291. o198.Position = Vector3.new(112.413895, 0.792400002, -60.4509964)
  6292. o199.Parent = o198
  6293. o199.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6294. o200.Name = "Joint"
  6295. o200.Parent = o198
  6296. 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)
  6297. o200.Part0 = o198
  6298. o200.Part1 = o2
  6299. o201.Name = "Chain"
  6300. o201.Parent = o1
  6301. o201.Material = Enum.Material.SmoothPlastic
  6302. o201.BrickColor = BrickColor.new("Fossil")
  6303. o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
  6304. o201.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  6305. o201.Anchored = false
  6306. o201.CanCollide = false
  6307. o201.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6308. 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)
  6309. o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6310. o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6311. o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6312. o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6313. o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6314. o201.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6315. o201.Position = Vector3.new(112.437393, 0.833926976, -60.2991714)
  6316. o202.Parent = o201
  6317. o202.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6318. o203.Name = "Joint"
  6319. o203.Parent = o201
  6320. 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)
  6321. o203.Part0 = o201
  6322. o203.Part1 = o2
  6323. o204.Name = "Chain"
  6324. o204.Parent = o1
  6325. o204.Material = Enum.Material.SmoothPlastic
  6326. o204.BrickColor = BrickColor.new("Fossil")
  6327. o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
  6328. o204.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6329. o204.Anchored = false
  6330. o204.CanCollide = false
  6331. o204.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6332. 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)
  6333. o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6334. o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6335. o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6336. o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6337. o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6338. o204.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6339. o204.Position = Vector3.new(112.377075, 0.821255982, -60.3920517)
  6340. o205.Parent = o204
  6341. o205.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6342. o206.Name = "Joint"
  6343. o206.Parent = o204
  6344. 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)
  6345. o206.Part0 = o204
  6346. o206.Part1 = o2
  6347. o207.Name = "Chain"
  6348. o207.Parent = o1
  6349. o207.Material = Enum.Material.SmoothPlastic
  6350. o207.BrickColor = BrickColor.new("Fossil")
  6351. o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
  6352. o207.Rotation = Vector3.new(90, -38.0900002, 90)
  6353. o207.Anchored = false
  6354. o207.CanCollide = false
  6355. o207.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6356. o207.CFrame = CFrame.new(112.001556, 1.11563599, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6357. o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6358. o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6359. o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6360. o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6361. o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6362. o207.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6363. o207.Position = Vector3.new(112.001556, 1.11563599, -59.959465)
  6364. o208.Parent = o207
  6365. o208.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6366. o209.Name = "Joint"
  6367. o209.Parent = o207
  6368. 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)
  6369. o209.Part0 = o207
  6370. o209.Part1 = o2
  6371. o210.Name = "Chain"
  6372. o210.Parent = o1
  6373. o210.Material = Enum.Material.SmoothPlastic
  6374. o210.BrickColor = BrickColor.new("Fossil")
  6375. o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
  6376. o210.Rotation = Vector3.new(90, -38.0900002, -1.08000004)
  6377. o210.Anchored = false
  6378. o210.CanCollide = false
  6379. o210.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6380. 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)
  6381. o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6382. o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6383. o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6384. o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6385. o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6386. o210.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6387. o210.Position = Vector3.new(112.415527, 0.791115999, -60.3404465)
  6388. o211.Parent = o210
  6389. o211.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6390. o212.Name = "Joint"
  6391. o212.Parent = o210
  6392. 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)
  6393. o212.Part0 = o210
  6394. o212.Part1 = o2
  6395. o213.Name = "Chain"
  6396. o213.Parent = o1
  6397. o213.Material = Enum.Material.SmoothPlastic
  6398. o213.BrickColor = BrickColor.new("Fossil")
  6399. o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
  6400. o213.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  6401. o213.Anchored = false
  6402. o213.CanCollide = false
  6403. o213.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6404. 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)
  6405. o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6406. o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6407. o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6408. o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6409. o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6410. o213.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6411. o213.Position = Vector3.new(112.415199, 0.791372001, -60.3579636)
  6412. o214.Parent = o213
  6413. o214.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6414. o215.Name = "Joint"
  6415. o215.Parent = o213
  6416. 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)
  6417. o215.Part0 = o213
  6418. o215.Part1 = o2
  6419. o216.Name = "Chain"
  6420. o216.Parent = o1
  6421. o216.Material = Enum.Material.SmoothPlastic
  6422. o216.BrickColor = BrickColor.new("Fossil")
  6423. o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
  6424. o216.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  6425. o216.Anchored = false
  6426. o216.CanCollide = false
  6427. o216.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6428. 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)
  6429. o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6430. o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6431. o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6432. o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6433. o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6434. o216.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6435. o216.Position = Vector3.new(112.378922, 0.758983016, -60.3005447)
  6436. o217.Parent = o216
  6437. o217.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6438. o218.Name = "Joint"
  6439. o218.Parent = o216
  6440. 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)
  6441. o218.Part0 = o216
  6442. o218.Part1 = o2
  6443. o219.Name = "Chain"
  6444. o219.Parent = o1
  6445. o219.Material = Enum.Material.SmoothPlastic
  6446. o219.BrickColor = BrickColor.new("Fossil")
  6447. o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
  6448. o219.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6449. o219.Anchored = false
  6450. o219.CanCollide = false
  6451. o219.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6452. 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)
  6453. o219.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6454. o219.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6455. o219.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6456. o219.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6457. o219.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6458. o219.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6459. o219.Position = Vector3.new(112.193703, 0.965031981, -59.9456863)
  6460. o220.Parent = o219
  6461. o220.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6462. o221.Name = "Joint"
  6463. o221.Parent = o219
  6464. 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)
  6465. o221.Part0 = o219
  6466. o221.Part1 = o2
  6467. o222.Name = "Chain"
  6468. o222.Parent = o1
  6469. o222.Material = Enum.Material.SmoothPlastic
  6470. o222.BrickColor = BrickColor.new("Fossil")
  6471. o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
  6472. o222.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6473. o222.Anchored = false
  6474. o222.CanCollide = false
  6475. o222.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6476. 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)
  6477. o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6478. o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6479. o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6480. o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6481. o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6482. o222.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6483. o222.Position = Vector3.new(112.268173, 0.906641006, -60.002861)
  6484. o223.Parent = o222
  6485. o223.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6486. o224.Name = "Joint"
  6487. o224.Parent = o222
  6488. 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)
  6489. o224.Part0 = o222
  6490. o224.Part1 = o2
  6491. o225.Name = "Chain"
  6492. o225.Parent = o1
  6493. o225.Material = Enum.Material.SmoothPlastic
  6494. o225.BrickColor = BrickColor.new("Fossil")
  6495. o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
  6496. o225.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6497. o225.Anchored = false
  6498. o225.CanCollide = false
  6499. o225.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6500. 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)
  6501. o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6502. o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6503. o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6504. o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6505. o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6506. o225.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6507. o225.Position = Vector3.new(112.209579, 0.952573001, -60.0138321)
  6508. o226.Parent = o225
  6509. o226.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6510. o227.Name = "Joint"
  6511. o227.Parent = o225
  6512. 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)
  6513. o227.Part0 = o225
  6514. o227.Part1 = o2
  6515. o228.Name = "Chain"
  6516. o228.Parent = o1
  6517. o228.Material = Enum.Material.SmoothPlastic
  6518. o228.BrickColor = BrickColor.new("Fossil")
  6519. o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
  6520. o228.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6521. o228.Anchored = false
  6522. o228.CanCollide = false
  6523. o228.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6524. 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)
  6525. o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6526. o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6527. o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6528. o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6529. o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6530. o228.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6531. o228.Position = Vector3.new(112.251343, 0.919830024, -59.9899368)
  6532. o229.Parent = o228
  6533. o229.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6534. o230.Name = "Joint"
  6535. o230.Parent = o228
  6536. 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)
  6537. o230.Part0 = o228
  6538. o230.Part1 = o2
  6539. o231.Name = "Chain"
  6540. o231.Parent = o1
  6541. o231.Material = Enum.Material.SmoothPlastic
  6542. o231.BrickColor = BrickColor.new("Fossil")
  6543. o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
  6544. o231.Rotation = Vector3.new(90, -38.0900002, 58.8699989)
  6545. o231.Anchored = false
  6546. o231.CanCollide = false
  6547. o231.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6548. 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)
  6549. o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6550. o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6551. o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6552. o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6553. o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6554. o231.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6555. o231.Position = Vector3.new(112.24733, 0.922985017, -59.9317245)
  6556. o232.Parent = o231
  6557. o232.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6558. o233.Name = "Joint"
  6559. o233.Parent = o231
  6560. 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)
  6561. o233.Part0 = o231
  6562. o233.Part1 = o2
  6563. o234.Name = "Chain"
  6564. o234.Parent = o1
  6565. o234.Material = Enum.Material.SmoothPlastic
  6566. o234.BrickColor = BrickColor.new("Fossil")
  6567. o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
  6568. o234.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6569. o234.Anchored = false
  6570. o234.CanCollide = false
  6571. o234.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6572. 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)
  6573. o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6574. o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6575. o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6576. o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6577. o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6578. o234.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6579. o234.Position = Vector3.new(112.325844, 0.861442029, -60.0471115)
  6580. o235.Parent = o234
  6581. o235.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6582. o236.Name = "Joint"
  6583. o236.Parent = o234
  6584. 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)
  6585. o236.Part0 = o234
  6586. o236.Part1 = o2
  6587. o237.Name = "Chain"
  6588. o237.Parent = o1
  6589. o237.Material = Enum.Material.SmoothPlastic
  6590. o237.BrickColor = BrickColor.new("Fossil")
  6591. o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
  6592. o237.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6593. o237.Anchored = false
  6594. o237.CanCollide = false
  6595. o237.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6596. 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)
  6597. o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6598. o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6599. o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6600. o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6601. o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6602. o237.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6603. o237.Position = Vector3.new(112.314896, 0.92997098, -60.0163651)
  6604. o238.Parent = o237
  6605. o238.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6606. o239.Name = "Joint"
  6607. o239.Parent = o237
  6608. 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)
  6609. o239.Part0 = o237
  6610. o239.Part1 = o2
  6611. o240.Name = "Chain"
  6612. o240.Parent = o1
  6613. o240.Material = Enum.Material.SmoothPlastic
  6614. o240.BrickColor = BrickColor.new("Fossil")
  6615. o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
  6616. o240.Rotation = Vector3.new(20.4300003, 24.0100002, 47.5200005)
  6617. o240.Anchored = false
  6618. o240.CanCollide = false
  6619. o240.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6620. 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)
  6621. o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6622. o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6623. o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6624. o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6625. o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6626. o240.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6627. o240.Position = Vector3.new(112.257187, 0.854418993, -60.0170822)
  6628. o241.Parent = o240
  6629. o241.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6630. o242.Name = "Joint"
  6631. o242.Parent = o240
  6632. 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)
  6633. o242.Part0 = o240
  6634. o242.Part1 = o2
  6635. o243.Name = "Chain"
  6636. o243.Parent = o1
  6637. o243.Material = Enum.Material.SmoothPlastic
  6638. o243.BrickColor = BrickColor.new("Fossil")
  6639. o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
  6640. o243.Rotation = Vector3.new(-180, 0, 128.089996)
  6641. o243.Anchored = false
  6642. o243.CanCollide = false
  6643. o243.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6644. o243.CFrame = CFrame.new(112.051231, 1.13664401, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6645. o243.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6646. o243.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6647. o243.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6648. o243.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6649. o243.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6650. o243.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6651. o243.Position = Vector3.new(112.051231, 1.13664401, -60.8204117)
  6652. o244.Parent = o243
  6653. o244.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6654. o245.Name = "Joint"
  6655. o245.Parent = o243
  6656. 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)
  6657. o245.Part0 = o243
  6658. o245.Part1 = o2
  6659. o246.Name = "Chain"
  6660. o246.Parent = o1
  6661. o246.Material = Enum.Material.SmoothPlastic
  6662. o246.BrickColor = BrickColor.new("Fossil")
  6663. o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
  6664. o246.Rotation = Vector3.new(-180, 0, 128.089996)
  6665. o246.Anchored = false
  6666. o246.CanCollide = false
  6667. o246.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6668. o246.CFrame = CFrame.new(112.206192, 0.955232024, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6669. o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6670. o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6671. o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6672. o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6673. o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6674. o246.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6675. o246.Position = Vector3.new(112.206192, 0.955232024, -60.8204117)
  6676. o247.Parent = o246
  6677. o247.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6678. o248.Name = "Joint"
  6679. o248.Parent = o246
  6680. 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)
  6681. o248.Part0 = o246
  6682. o248.Part1 = o2
  6683. o249.Name = "Chain"
  6684. o249.Parent = o1
  6685. o249.Material = Enum.Material.SmoothPlastic
  6686. o249.BrickColor = BrickColor.new("Fossil")
  6687. o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
  6688. o249.Rotation = Vector3.new(90, -38.0900002, 90)
  6689. o249.Anchored = false
  6690. o249.CanCollide = false
  6691. o249.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6692. o249.CFrame = CFrame.new(112.13884, 1.00803494, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6693. o249.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6694. o249.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6695. o249.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6696. o249.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6697. o249.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6698. o249.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6699. o249.Position = Vector3.new(112.13884, 1.00803494, -60.8204117)
  6700. o250.Parent = o249
  6701. o250.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6702. o251.Name = "Joint"
  6703. o251.Parent = o249
  6704. 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)
  6705. o251.Part0 = o249
  6706. o251.Part1 = o2
  6707. o252.Name = "Chain"
  6708. o252.Parent = o1
  6709. o252.Material = Enum.Material.SmoothPlastic
  6710. o252.BrickColor = BrickColor.new("Fossil")
  6711. o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
  6712. o252.Rotation = Vector3.new(90, -38.0900002, 171.5)
  6713. o252.Anchored = false
  6714. o252.CanCollide = false
  6715. o252.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6716. 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)
  6717. o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6718. o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6719. o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6720. o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6721. o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6722. o252.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6723. o252.Position = Vector3.new(112.392395, 0.80925101, -60.6159286)
  6724. o253.Parent = o252
  6725. o253.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6726. o254.Name = "Joint"
  6727. o254.Parent = o252
  6728. 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)
  6729. o254.Part0 = o252
  6730. o254.Part1 = o2
  6731. o255.Name = "Chain"
  6732. o255.Parent = o1
  6733. o255.Material = Enum.Material.SmoothPlastic
  6734. o255.BrickColor = BrickColor.new("Fossil")
  6735. o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
  6736. o255.Rotation = Vector3.new(-180, 0, 128.089996)
  6737. o255.Anchored = false
  6738. o255.CanCollide = false
  6739. o255.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6740. o255.CFrame = CFrame.new(111.993683, 1.060974, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6741. o255.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6742. o255.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6743. o255.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6744. o255.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6745. o255.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6746. o255.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6747. o255.Position = Vector3.new(111.993683, 1.060974, -60.8204117)
  6748. o256.Parent = o255
  6749. o256.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6750. o257.Name = "Joint"
  6751. o257.Parent = o255
  6752. 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)
  6753. o257.Part0 = o255
  6754. o257.Part1 = o2
  6755. o258.Name = "Chain"
  6756. o258.Parent = o1
  6757. o258.Material = Enum.Material.SmoothPlastic
  6758. o258.BrickColor = BrickColor.new("Fossil")
  6759. o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
  6760. o258.Rotation = Vector3.new(90, -38.0900002, 90)
  6761. o258.Anchored = false
  6762. o258.CanCollide = false
  6763. o258.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6764. o258.CFrame = CFrame.new(112.09314, 1.04384899, -60.7725449, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6765. o258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6766. o258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6767. o258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6768. o258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6769. o258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6770. o258.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6771. o258.Position = Vector3.new(112.09314, 1.04384899, -60.7725449)
  6772. o259.Parent = o258
  6773. o259.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6774. o260.Name = "Joint"
  6775. o260.Parent = o258
  6776. 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)
  6777. o260.Part0 = o258
  6778. o260.Part1 = o2
  6779. o261.Name = "Chain"
  6780. o261.Parent = o1
  6781. o261.Material = Enum.Material.SmoothPlastic
  6782. o261.BrickColor = BrickColor.new("Fossil")
  6783. o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
  6784. o261.Rotation = Vector3.new(-180, 0, 128.089996)
  6785. o261.Anchored = false
  6786. o261.CanCollide = false
  6787. o261.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6788. o261.CFrame = CFrame.new(112.068916, 1.06284106, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6789. o261.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6790. o261.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6791. o261.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6792. o261.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6793. o261.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6794. o261.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6795. o261.Position = Vector3.new(112.068916, 1.06284106, -60.8204117)
  6796. o262.Parent = o261
  6797. o262.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6798. o263.Name = "Joint"
  6799. o263.Parent = o261
  6800. 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)
  6801. o263.Part0 = o261
  6802. o263.Part1 = o2
  6803. o264.Name = "Chain"
  6804. o264.Parent = o1
  6805. o264.Material = Enum.Material.SmoothPlastic
  6806. o264.BrickColor = BrickColor.new("Fossil")
  6807. o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
  6808. o264.Rotation = Vector3.new(90, -38.0900002, 90)
  6809. o264.Anchored = false
  6810. o264.CanCollide = false
  6811. o264.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6812. o264.CFrame = CFrame.new(112.051819, 1.07623994, -60.8204117, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6813. o264.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6814. o264.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6815. o264.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6816. o264.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6817. o264.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6818. o264.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6819. o264.Position = Vector3.new(112.051819, 1.07623994, -60.8204117)
  6820. o265.Parent = o264
  6821. o265.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6822. o266.Name = "Joint"
  6823. o266.Parent = o264
  6824. 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)
  6825. o266.Part0 = o264
  6826. o266.Part1 = o2
  6827. o267.Name = "Chain"
  6828. o267.Parent = o1
  6829. o267.Material = Enum.Material.SmoothPlastic
  6830. o267.BrickColor = BrickColor.new("Fossil")
  6831. o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
  6832. o267.Rotation = Vector3.new(-180, 0, 128.089996)
  6833. o267.Anchored = false
  6834. o267.CanCollide = false
  6835. o267.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6836. o267.CFrame = CFrame.new(112.130943, 0.953365028, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6837. o267.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6838. o267.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6839. o267.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6840. o267.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6841. o267.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6842. o267.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6843. o267.Position = Vector3.new(112.130943, 0.953365028, -60.8204117)
  6844. o268.Parent = o267
  6845. o268.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  6846. o269.Name = "Joint"
  6847. o269.Parent = o267
  6848. 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)
  6849. o269.Part0 = o267
  6850. o269.Part1 = o2
  6851. o270.Name = "Chain"
  6852. o270.Parent = o1
  6853. o270.Material = Enum.Material.SmoothPlastic
  6854. o270.BrickColor = BrickColor.new("Fossil")
  6855. o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
  6856. o270.Rotation = Vector3.new(-180, 0, 128.089996)
  6857. o270.Anchored = false
  6858. o270.CanCollide = false
  6859. o270.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6860. o270.CFrame = CFrame.new(112.119171, 1.02344501, -60.8204117, -0.61693728, -0.787012339, 0, -0.787012339, 0.61693728, 0, 0, 0, -1)
  6861. o270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6862. o270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6863. o270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6864. o270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6865. o270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6866. o270.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6867. o270.Position = Vector3.new(112.119171, 1.02344501, -60.8204117)
  6868. o271.Parent = o270
  6869. o271.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6870. o272.Name = "Joint"
  6871. o272.Parent = o270
  6872. 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)
  6873. o272.Part0 = o270
  6874. o272.Part1 = o2
  6875. o273.Name = "Chain"
  6876. o273.Parent = o1
  6877. o273.Material = Enum.Material.SmoothPlastic
  6878. o273.BrickColor = BrickColor.new("Fossil")
  6879. o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
  6880. o273.Rotation = Vector3.new(90, -38.0900002, 90)
  6881. o273.Anchored = false
  6882. o273.CanCollide = false
  6883. o273.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6884. o273.CFrame = CFrame.new(112.092041, 1.04470801, -60.8676071, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6885. o273.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6886. o273.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6887. o273.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6888. o273.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6889. o273.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6890. o273.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6891. o273.Position = Vector3.new(112.092041, 1.04470801, -60.8676071)
  6892. o274.Parent = o273
  6893. o274.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6894. o275.Name = "Joint"
  6895. o275.Parent = o273
  6896. 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)
  6897. o275.Part0 = o273
  6898. o275.Part1 = o2
  6899. o276.Name = "Chain"
  6900. o276.Parent = o1
  6901. o276.Material = Enum.Material.SmoothPlastic
  6902. o276.BrickColor = BrickColor.new("Fossil")
  6903. o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
  6904. o276.Rotation = Vector3.new(90, -38.0900002, 90)
  6905. o276.Anchored = false
  6906. o276.CanCollide = false
  6907. o276.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6908. o276.CFrame = CFrame.new(112.092041, 1.04470801, -59.9122849, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6909. o276.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6910. o276.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6911. o276.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6912. o276.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6913. o276.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6914. o276.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6915. o276.Position = Vector3.new(112.092041, 1.04470801, -59.9122849)
  6916. o277.Parent = o276
  6917. o277.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  6918. o278.Name = "Joint"
  6919. o278.Parent = o276
  6920. 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)
  6921. o278.Part0 = o276
  6922. o278.Part1 = o2
  6923. o279.Name = "Chain"
  6924. o279.Parent = o1
  6925. o279.Material = Enum.Material.SmoothPlastic
  6926. o279.BrickColor = BrickColor.new("Fossil")
  6927. o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
  6928. o279.Rotation = Vector3.new(90, -38.0900002, 90)
  6929. o279.Anchored = false
  6930. o279.CanCollide = false
  6931. o279.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6932. o279.CFrame = CFrame.new(112.13884, 1.00803494, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6933. o279.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6934. o279.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6935. o279.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6936. o279.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6937. o279.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6938. o279.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6939. o279.Position = Vector3.new(112.13884, 1.00803494, -59.959465)
  6940. o280.Parent = o279
  6941. o280.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6942. o281.Name = "Joint"
  6943. o281.Parent = o279
  6944. 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)
  6945. o281.Part0 = o279
  6946. o281.Part1 = o2
  6947. o282.Name = "Chain"
  6948. o282.Parent = o1
  6949. o282.Material = Enum.Material.SmoothPlastic
  6950. o282.BrickColor = BrickColor.new("Fossil")
  6951. o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
  6952. o282.Rotation = Vector3.new(0, 0, 51.9099998)
  6953. o282.Anchored = false
  6954. o282.CanCollide = false
  6955. o282.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6956. o282.CFrame = CFrame.new(112.206192, 0.955232024, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  6957. o282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6958. o282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6959. o282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6960. o282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6961. o282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6962. o282.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6963. o282.Position = Vector3.new(112.206192, 0.955232024, -59.959465)
  6964. o283.Parent = o282
  6965. o283.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6966. o284.Name = "Joint"
  6967. o284.Parent = o282
  6968. 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)
  6969. o284.Part0 = o282
  6970. o284.Part1 = o2
  6971. o285.Name = "Chain"
  6972. o285.Parent = o1
  6973. o285.Material = Enum.Material.SmoothPlastic
  6974. o285.BrickColor = BrickColor.new("Fossil")
  6975. o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
  6976. o285.Rotation = Vector3.new(90, -38.0900002, 90)
  6977. o285.Anchored = false
  6978. o285.CanCollide = false
  6979. o285.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  6980. o285.CFrame = CFrame.new(112.051819, 1.07623994, -59.959465, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  6981. o285.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6982. o285.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6983. o285.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6984. o285.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6985. o285.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6986. o285.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6987. o285.Position = Vector3.new(112.051819, 1.07623994, -59.959465)
  6988. o286.Parent = o285
  6989. o286.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  6990. o287.Name = "Joint"
  6991. o287.Parent = o285
  6992. 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)
  6993. o287.Part0 = o285
  6994. o287.Part1 = o2
  6995. o288.Parent = o1
  6996. o288.Material = Enum.Material.SmoothPlastic
  6997. o288.BrickColor = BrickColor.new("Really black")
  6998. o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
  6999. o288.Rotation = Vector3.new(-6.51999998, 67.3399963, 27.2399998)
  7000. o288.Anchored = false
  7001. o288.FormFactor = Enum.FormFactor.Custom
  7002. o288.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7003. 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)
  7004. o288.BottomSurface = Enum.SurfaceType.Smooth
  7005. o288.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7006. o288.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7007. o288.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7008. o288.TopSurface = Enum.SurfaceType.Smooth
  7009. o288.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7010. o288.Position = Vector3.new(110.767624, 1.33557701, -61.5026474)
  7011. o289.Name = "Joint"
  7012. o289.Parent = o288
  7013. 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)
  7014. o289.Part0 = o288
  7015. o289.Part1 = o2
  7016. o290.Parent = o1
  7017. o290.Material = Enum.Material.SmoothPlastic
  7018. o290.BrickColor = BrickColor.new("Really black")
  7019. o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
  7020. o290.Rotation = Vector3.new(-25.4300003, 60.0800018, 49.1500015)
  7021. o290.Anchored = false
  7022. o290.FormFactor = Enum.FormFactor.Custom
  7023. o290.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7024. 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)
  7025. o290.BottomSurface = Enum.SurfaceType.Smooth
  7026. o290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7027. o290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7028. o290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7029. o290.TopSurface = Enum.SurfaceType.Smooth
  7030. o290.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7031. o290.Position = Vector3.new(111.109833, 1.33193398, -61.3866272)
  7032. o291.Name = "Joint"
  7033. o291.Parent = o290
  7034. 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)
  7035. o291.Part0 = o290
  7036. o291.Part1 = o2
  7037. o292.Parent = o1
  7038. o292.Material = Enum.Material.SmoothPlastic
  7039. o292.BrickColor = BrickColor.new("Really black")
  7040. o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
  7041. o292.Rotation = Vector3.new(-33.0400009, 53.5200005, 60.7000008)
  7042. o292.Anchored = false
  7043. o292.FormFactor = Enum.FormFactor.Custom
  7044. o292.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7045. 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)
  7046. o292.BottomSurface = Enum.SurfaceType.Smooth
  7047. o292.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7048. o292.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7049. o292.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7050. o292.TopSurface = Enum.SurfaceType.Smooth
  7051. o292.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7052. o292.Position = Vector3.new(111.424225, 1.30797601, -61.2596359)
  7053. o293.Name = "Joint"
  7054. o293.Parent = o292
  7055. 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)
  7056. o293.Part0 = o292
  7057. o293.Part1 = o2
  7058. o294.Parent = o1
  7059. o294.Material = Enum.Material.Metal
  7060. o294.BrickColor = BrickColor.new("Dark stone grey")
  7061. o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
  7062. o294.Rotation = Vector3.new(89.9199982, 0, 0)
  7063. o294.Anchored = false
  7064. o294.CanCollide = false
  7065. o294.Size = Vector3.new(0.358883083, 0.200000003, 0.324934512)
  7066. o294.CFrame = CFrame.new(110.700317, 3.83861208, -59.9401741, 1, 0, 0, 0, 0.00141300017, -0.999999106, 0, 0.999999106, 0.00141300017)
  7067. o294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7068. o294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7069. o294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7070. o294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7071. o294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7072. o294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7073. o294.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7074. o294.Position = Vector3.new(110.700317, 3.83861208, -59.9401741)
  7075. o295.Parent = o294
  7076. o295.Scale = Vector3.new(1, 0.484977037, 1)
  7077. o296.Name = "Joint"
  7078. o296.Parent = o294
  7079. 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)
  7080. o296.Part0 = o294
  7081. o296.Part1 = o2
  7082. o297.Parent = o1
  7083. o297.Material = Enum.Material.SmoothPlastic
  7084. o297.BrickColor = BrickColor.new("Really black")
  7085. o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
  7086. o297.Rotation = Vector3.new(-48.2099991, -83.4400024, -73.3799973)
  7087. o297.Anchored = false
  7088. o297.FormFactor = Enum.FormFactor.Custom
  7089. o297.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7090. 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)
  7091. o297.BottomSurface = Enum.SurfaceType.Smooth
  7092. o297.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7093. o297.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7094. o297.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7095. o297.TopSurface = Enum.SurfaceType.Smooth
  7096. o297.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7097. o297.Position = Vector3.new(110.359283, 1.338287, -61.4699478)
  7098. o298.Name = "Joint"
  7099. o298.Parent = o297
  7100. 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)
  7101. o298.Part0 = o297
  7102. o298.Part1 = o2
  7103. o299.Parent = o1
  7104. o299.Material = Enum.Material.SmoothPlastic
  7105. o299.BrickColor = BrickColor.new("Really black")
  7106. o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
  7107. o299.Rotation = Vector3.new(-90, -67.0100021, -90)
  7108. o299.Anchored = false
  7109. o299.FormFactor = Enum.FormFactor.Custom
  7110. o299.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7111. o299.CFrame = CFrame.new(109.589294, 1.338287, -61.2099457, 0, 0.39049381, -0.9206056, 0, 0.9206056, 0.39049381, 1, 0, 0)
  7112. o299.BottomSurface = Enum.SurfaceType.Smooth
  7113. o299.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7114. o299.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7115. o299.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7116. o299.TopSurface = Enum.SurfaceType.Smooth
  7117. o299.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7118. o299.Position = Vector3.new(109.589294, 1.338287, -61.2099457)
  7119. o300.Name = "Joint"
  7120. o300.Parent = o299
  7121. 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)
  7122. o300.Part0 = o299
  7123. o300.Part1 = o2
  7124. o301.Parent = o1
  7125. o301.Material = Enum.Material.SmoothPlastic
  7126. o301.BrickColor = BrickColor.new("Really black")
  7127. o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
  7128. o301.Rotation = Vector3.new(-61.8400002, -72.7200012, -81.8799973)
  7129. o301.Anchored = false
  7130. o301.FormFactor = Enum.FormFactor.Custom
  7131. o301.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7132. 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)
  7133. o301.BottomSurface = Enum.SurfaceType.Smooth
  7134. o301.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7135. o301.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7136. o301.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7137. o301.TopSurface = Enum.SurfaceType.Smooth
  7138. o301.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7139. o301.Position = Vector3.new(109.999298, 1.338287, -61.4399414)
  7140. o302.Name = "Joint"
  7141. o302.Parent = o301
  7142. 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)
  7143. o302.Part0 = o301
  7144. o302.Part1 = o2
  7145. o303.Parent = o1
  7146. o303.Material = Enum.Material.SmoothPlastic
  7147. o303.BrickColor = BrickColor.new("Really black")
  7148. o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
  7149. o303.Rotation = Vector3.new(180, 90, 0)
  7150. o303.Anchored = false
  7151. o303.FormFactor = Enum.FormFactor.Custom
  7152. o303.Size = Vector3.new(1.21000004, 0.200000003, 0.689999998)
  7153. o303.CFrame = CFrame.new(111.325104, 4.15095997, -60.7049484, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  7154. o303.BottomSurface = Enum.SurfaceType.Smooth
  7155. o303.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7156. o303.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7157. o303.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7158. o303.TopSurface = Enum.SurfaceType.Smooth
  7159. o303.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7160. o303.Position = Vector3.new(111.325104, 4.15095997, -60.7049484)
  7161. o304.Name = "Joint"
  7162. o304.Parent = o303
  7163. 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)
  7164. o304.Part0 = o303
  7165. o304.Part1 = o2
  7166. o305.Parent = o1
  7167. o305.Material = Enum.Material.SmoothPlastic
  7168. o305.BrickColor = BrickColor.new("Really black")
  7169. o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
  7170. o305.Rotation = Vector3.new(-66.0599976, -65.1100006, -80.6699982)
  7171. o305.Anchored = false
  7172. o305.FormFactor = Enum.FormFactor.Custom
  7173. o305.Size = Vector3.new(0.439999998, 2.30000019, 0.50999999)
  7174. 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)
  7175. o305.BottomSurface = Enum.SurfaceType.Smooth
  7176. o305.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7177. o305.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7178. o305.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7179. o305.TopSurface = Enum.SurfaceType.Smooth
  7180. o305.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7181. o305.Position = Vector3.new(109.659302, 1.338287, -61.4399414)
  7182. o306.Name = "Joint"
  7183. o306.Parent = o305
  7184. 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)
  7185. o306.Part0 = o305
  7186. o306.Part1 = o2
  7187. o307.Parent = o1
  7188. o307.Material = Enum.Material.SmoothPlastic
  7189. o307.BrickColor = BrickColor.new("Really black")
  7190. o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
  7191. o307.Rotation = Vector3.new(180, 90, 0)
  7192. o307.Anchored = false
  7193. o307.FormFactor = Enum.FormFactor.Custom
  7194. o307.Size = Vector3.new(0.560000062, 0.200000003, 2)
  7195. o307.CFrame = CFrame.new(110.610107, 4.15095997, -61.0299454, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  7196. o307.BottomSurface = Enum.SurfaceType.Smooth
  7197. o307.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7198. o307.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7199. o307.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7200. o307.TopSurface = Enum.SurfaceType.Smooth
  7201. o307.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7202. o307.Position = Vector3.new(110.610107, 4.15095997, -61.0299454)
  7203. o308.Name = "Joint"
  7204. o308.Parent = o307
  7205. 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)
  7206. o308.Part0 = o307
  7207. o308.Part1 = o2
  7208. o309.Parent = o1
  7209. o309.Material = Enum.Material.SmoothPlastic
  7210. o309.BrickColor = BrickColor.new("Really black")
  7211. o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
  7212. o309.Rotation = Vector3.new(180, 90, 0)
  7213. o309.Anchored = false
  7214. o309.FormFactor = Enum.FormFactor.Custom
  7215. o309.Size = Vector3.new(1.22000003, 0.200000003, 0.639999986)
  7216. o309.CFrame = CFrame.new(109.930099, 4.15095997, -60.6999435, 0, 0, 1, 0, -1, 0, 1, 0, -0)
  7217. o309.BottomSurface = Enum.SurfaceType.Smooth
  7218. o309.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7219. o309.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7220. o309.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7221. o309.TopSurface = Enum.SurfaceType.Smooth
  7222. o309.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7223. o309.Position = Vector3.new(109.930099, 4.15095997, -60.6999435)
  7224. o310.Name = "Joint"
  7225. o310.Parent = o309
  7226. 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)
  7227. o310.Part0 = o309
  7228. o310.Part1 = o2
  7229. o311.Name = "Chain"
  7230. o311.Parent = o1
  7231. o311.Material = Enum.Material.SmoothPlastic
  7232. o311.BrickColor = BrickColor.new("Fossil")
  7233. o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
  7234. o311.Rotation = Vector3.new(0, 0, 51.9099998)
  7235. o311.Anchored = false
  7236. o311.CanCollide = false
  7237. o311.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7238. o311.CFrame = CFrame.new(112.130943, 0.953365028, -59.959465, 0.61693728, -0.787012339, 0, 0.787012339, 0.61693728, 0, 0, 0, 1)
  7239. o311.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7240. o311.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7241. o311.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7242. o311.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7243. o311.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7244. o311.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7245. o311.Position = Vector3.new(112.130943, 0.953365028, -59.959465)
  7246. o312.Parent = o311
  7247. o312.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  7248. o313.Name = "Joint"
  7249. o313.Parent = o311
  7250. 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)
  7251. o313.Part0 = o311
  7252. o313.Part1 = o2
  7253. o314.Name = "Chain"
  7254. o314.Parent = o1
  7255. o314.Material = Enum.Material.SmoothPlastic
  7256. o314.BrickColor = BrickColor.new("Fossil")
  7257. o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
  7258. o314.Rotation = Vector3.new(90, -38.0900002, 8.5)
  7259. o314.Anchored = false
  7260. o314.CanCollide = false
  7261. o314.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7262. 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)
  7263. o314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7264. o314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7265. o314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7266. o314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7267. o314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7268. o314.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7269. o314.Position = Vector3.new(112.392395, 0.80925101, -60.1639633)
  7270. o315.Parent = o314
  7271. o315.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7272. o316.Name = "Joint"
  7273. o316.Parent = o314
  7274. 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)
  7275. o316.Part0 = o314
  7276. o316.Part1 = o2
  7277. o317.Name = "Chain"
  7278. o317.Parent = o1
  7279. o317.Material = Enum.Material.SmoothPlastic
  7280. o317.BrickColor = BrickColor.new("Fossil")
  7281. o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
  7282. o317.Rotation = Vector3.new(90, -38.0900002, 8.5)
  7283. o317.Anchored = false
  7284. o317.CanCollide = false
  7285. o317.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7286. 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)
  7287. o317.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7288. o317.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7289. o317.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7290. o317.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7291. o317.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7292. o317.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7293. o317.Position = Vector3.new(112.405258, 0.799176991, -60.2733078)
  7294. o318.Parent = o317
  7295. o318.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7296. o319.Name = "Joint"
  7297. o319.Parent = o317
  7298. 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)
  7299. o319.Part0 = o317
  7300. o319.Part1 = o2
  7301. o320.Name = "Chain"
  7302. o320.Parent = o1
  7303. o320.Material = Enum.Material.SmoothPlastic
  7304. o320.BrickColor = BrickColor.new("Fossil")
  7305. o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
  7306. o320.Rotation = Vector3.new(90, -38.0900002, 8.5)
  7307. o320.Anchored = false
  7308. o320.CanCollide = false
  7309. o320.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7310. 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)
  7311. o320.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7312. o320.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7313. o320.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7314. o320.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7315. o320.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7316. o320.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7317. o320.Position = Vector3.new(112.435074, 0.77579999, -60.2075424)
  7318. o321.Parent = o320
  7319. o321.Scale = Vector3.new(0.140866324, 0.565506876, 0.163323283)
  7320. o322.Name = "Joint"
  7321. o322.Parent = o320
  7322. 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)
  7323. o322.Part0 = o320
  7324. o322.Part1 = o2
  7325. o323.Name = "Chain"
  7326. o323.Parent = o1
  7327. o323.Material = Enum.Material.SmoothPlastic
  7328. o323.BrickColor = BrickColor.new("Fossil")
  7329. o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
  7330. o323.Rotation = Vector3.new(76.3899994, 51.1100006, 10.6700001)
  7331. o323.Anchored = false
  7332. o323.CanCollide = false
  7333. o323.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7334. 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)
  7335. o323.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7336. o323.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7337. o323.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7338. o323.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7339. o323.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7340. o323.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7341. o323.Position = Vector3.new(112.402344, 0.801451981, -60.2486038)
  7342. o324.Parent = o323
  7343. o324.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7344. o325.Name = "Joint"
  7345. o325.Parent = o323
  7346. 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)
  7347. o325.Part0 = o323
  7348. o325.Part1 = o2
  7349. o326.Name = "Chain"
  7350. o326.Parent = o1
  7351. o326.Material = Enum.Material.SmoothPlastic
  7352. o326.BrickColor = BrickColor.new("Fossil")
  7353. o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
  7354. o326.Rotation = Vector3.new(90, -38.0900002, 90)
  7355. o326.Anchored = false
  7356. o326.CanCollide = false
  7357. o326.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7358. o326.CFrame = CFrame.new(112.09314, 1.04384899, -60.0073471, 0, -0.787012339, -0.61693728, 0, 0.61693728, -0.787012339, 1, 0, 0)
  7359. o326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7360. o326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7361. o326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7362. o326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7363. o326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7364. o326.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7365. o326.Position = Vector3.new(112.09314, 1.04384899, -60.0073471)
  7366. o327.Parent = o326
  7367. o327.Scale = Vector3.new(0.134741768, 0.577756166, 0.163323283)
  7368. o328.Name = "Joint"
  7369. o328.Parent = o326
  7370. 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)
  7371. o328.Part0 = o326
  7372. o328.Part1 = o2
  7373. o329.Name = "Chain"
  7374. o329.Parent = o1
  7375. o329.Material = Enum.Material.SmoothPlastic
  7376. o329.BrickColor = BrickColor.new("Fossil")
  7377. o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
  7378. o329.Rotation = Vector3.new(90, -38.0900002, 147.770004)
  7379. o329.Anchored = false
  7380. o329.CanCollide = false
  7381. o329.Size = Vector3.new(0.226600036, 0.226600021, 0.226600036)
  7382. 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)
  7383. o329.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7384. o329.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7385. o329.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7386. o329.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7387. o329.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7388. o329.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7389. o329.Position = Vector3.new(112.364258, 0.831314027, -60.666008)
  7390. o330.Parent = o329
  7391. o330.Scale = Vector3.new(0.557340801, 0.114326328, 0.163323283)
  7392. o331.Name = "Joint"
  7393. o331.Parent = o329
  7394. 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)
  7395. o331.Part0 = o329
  7396. o331.Part1 = o2
  7397. mas.Parent = workspace
  7398. mas:MakeJoints()
  7399. local mas1 = mas:GetChildren()
  7400. for i=1,#mas1 do
  7401. mas1[i].Parent = workspace
  7402. ypcall(function() mas1[i]:MakeJoints() end)
  7403. end
  7404. mas:Destroy()
  7405. for i=1,#cors do
  7406. coroutine.resume(cors[i])
  7407. end
  7408.  
  7409. wait()
  7410.  
  7411. Workspace["Torso_"].Parent = game.Players.LocalPlayer.Character
  7412.  
  7413. game.Players.LocalPlayer.Character["Torso_"].Name = "Familiar Torso"
  7414.  
  7415. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
  7416. w.Part0 = game.Players.LocalPlayer.Character["Torso"]
  7417. w.Part1 = o2
  7418. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  7419. game.Players.LocalPlayer.Character["Torso"].Transparency = 0
  7420.  
  7421. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Torso"]:GetChildren()) do
  7422. if v.ClassName == "Part" then
  7423. v.CanCollide = false
  7424. v.Anchored = false
  7425. end
  7426. end
  7427.  
  7428.  
  7429. local runDummyScript = function(f,scri)
  7430. local oldenv = getfenv(f)
  7431. local newenv = setmetatable({}, {
  7432. __index = function(_, k)
  7433. if k:lower() == 'script' then
  7434. return scri
  7435. else
  7436. return oldenv[k]
  7437. end
  7438. end
  7439. })
  7440. setfenv(f, newenv)
  7441. ypcall(function() f() end)
  7442. end
  7443. cors = {}
  7444. mas = Instance.new("Model",game:GetService("Lighting"))
  7445. mas.Name = "CompiledModel"
  7446. o1 = Instance.new("Model")
  7447. o2 = Instance.new("Part")
  7448. o3 = Instance.new("SpecialMesh")
  7449. o4 = Instance.new("Part")
  7450. o5 = Instance.new("Weld")
  7451. o6 = Instance.new("Part")
  7452. o7 = Instance.new("Weld")
  7453. o8 = Instance.new("Part")
  7454. o9 = Instance.new("Weld")
  7455. o10 = Instance.new("Part")
  7456. o11 = Instance.new("Weld")
  7457. o12 = Instance.new("Part")
  7458. o13 = Instance.new("Weld")
  7459. o14 = Instance.new("Part")
  7460. o15 = Instance.new("Weld")
  7461. o16 = Instance.new("Part")
  7462. o17 = Instance.new("Weld")
  7463. o18 = Instance.new("Part")
  7464. o19 = Instance.new("Weld")
  7465. o20 = Instance.new("Part")
  7466. o21 = Instance.new("SpecialMesh")
  7467. o22 = Instance.new("Weld")
  7468. o23 = Instance.new("Part")
  7469. o24 = Instance.new("SpecialMesh")
  7470. o25 = Instance.new("Weld")
  7471. o26 = Instance.new("Part")
  7472. o27 = Instance.new("SpecialMesh")
  7473. o28 = Instance.new("Weld")
  7474. o29 = Instance.new("Part")
  7475. o30 = Instance.new("SpecialMesh")
  7476. o31 = Instance.new("Weld")
  7477. o32 = Instance.new("Part")
  7478. o33 = Instance.new("SpecialMesh")
  7479. o34 = Instance.new("Weld")
  7480. o35 = Instance.new("Part")
  7481. o36 = Instance.new("SpecialMesh")
  7482. o37 = Instance.new("Weld")
  7483. o38 = Instance.new("Part")
  7484. o39 = Instance.new("SpecialMesh")
  7485. o40 = Instance.new("Weld")
  7486. o41 = Instance.new("Part")
  7487. o42 = Instance.new("SpecialMesh")
  7488. o43 = Instance.new("Weld")
  7489. o44 = Instance.new("Part")
  7490. o45 = Instance.new("SpecialMesh")
  7491. o46 = Instance.new("Weld")
  7492. o47 = Instance.new("Part")
  7493. o48 = Instance.new("SpecialMesh")
  7494. o49 = Instance.new("Weld")
  7495. o50 = Instance.new("Part")
  7496. o51 = Instance.new("SpecialMesh")
  7497. o52 = Instance.new("Weld")
  7498. o53 = Instance.new("Part")
  7499. o54 = Instance.new("Weld")
  7500. o55 = Instance.new("Part")
  7501. o56 = Instance.new("Weld")
  7502. o57 = Instance.new("Part")
  7503. o58 = Instance.new("Weld")
  7504. o59 = Instance.new("Part")
  7505. o60 = Instance.new("Weld")
  7506. o61 = Instance.new("Part")
  7507. o62 = Instance.new("Weld")
  7508. o63 = Instance.new("WedgePart")
  7509. o64 = Instance.new("SpecialMesh")
  7510. o65 = Instance.new("Weld")
  7511. o66 = Instance.new("WedgePart")
  7512. o67 = Instance.new("SpecialMesh")
  7513. o68 = Instance.new("Weld")
  7514. o69 = Instance.new("WedgePart")
  7515. o70 = Instance.new("SpecialMesh")
  7516. o71 = Instance.new("Weld")
  7517. o72 = Instance.new("WedgePart")
  7518. o73 = Instance.new("SpecialMesh")
  7519. o74 = Instance.new("Weld")
  7520. o75 = Instance.new("WedgePart")
  7521. o76 = Instance.new("SpecialMesh")
  7522. o77 = Instance.new("Weld")
  7523. o78 = Instance.new("WedgePart")
  7524. o79 = Instance.new("SpecialMesh")
  7525. o80 = Instance.new("Weld")
  7526. o81 = Instance.new("WedgePart")
  7527. o82 = Instance.new("SpecialMesh")
  7528. o83 = Instance.new("Weld")
  7529. o84 = Instance.new("WedgePart")
  7530. o85 = Instance.new("SpecialMesh")
  7531. o86 = Instance.new("Weld")
  7532. o87 = Instance.new("WedgePart")
  7533. o88 = Instance.new("SpecialMesh")
  7534. o89 = Instance.new("Weld")
  7535. o90 = Instance.new("Part")
  7536. o91 = Instance.new("Weld")
  7537. o92 = Instance.new("WedgePart")
  7538. o93 = Instance.new("SpecialMesh")
  7539. o94 = Instance.new("Weld")
  7540. o95 = Instance.new("WedgePart")
  7541. o96 = Instance.new("SpecialMesh")
  7542. o97 = Instance.new("Weld")
  7543. o98 = Instance.new("WedgePart")
  7544. o99 = Instance.new("SpecialMesh")
  7545. o100 = Instance.new("Weld")
  7546. o1.Name = "LeftArm"
  7547. o1.Parent = mas
  7548. o2.Name = "REF"
  7549. o2.Parent = o1
  7550. o2.Transparency = 1
  7551. o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
  7552. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  7553. o2.Anchored = false
  7554. o2.CanCollide = false
  7555. o2.FormFactor = Enum.FormFactor.Symmetric
  7556. o2.Size = Vector3.new(1, 2, 1)
  7557. 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)
  7558. o2.BottomSurface = Enum.SurfaceType.Smooth
  7559. o2.TopSurface = Enum.SurfaceType.Smooth
  7560. o2.Position = Vector3.new(112.144409, 3.18000388, -60.6271744)
  7561. o3.Parent = o2
  7562. o3.MeshId = "rbxasset://fonts/leftarm.mesh"
  7563. o3.MeshType = Enum.MeshType.FileMesh
  7564. o4.Name = "Pinkie"
  7565. o4.Parent = o1
  7566. o4.Material = Enum.Material.Metal
  7567. o4.BrickColor = BrickColor.new("Really black")
  7568. o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
  7569. o4.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
  7570. o4.Anchored = false
  7571. o4.FormFactor = Enum.FormFactor.Custom
  7572. o4.Size = Vector3.new(0.385473251, 0.244744942, 0.244744942)
  7573. 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)
  7574. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7575. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7576. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7577. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7578. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7579. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7580. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7581. o4.Position = Vector3.new(112.587646, 1.6745528, -61.0940781)
  7582. o5.Name = "Joint"
  7583. o5.Parent = o4
  7584. 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)
  7585. o5.Part0 = o4
  7586. o5.Part1 = o2
  7587. o6.Name = "main"
  7588. o6.Parent = o1
  7589. o6.Material = Enum.Material.Metal
  7590. o6.BrickColor = BrickColor.new("Really black")
  7591. o6.Reflectance = 0.20000000298023
  7592. o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
  7593. o6.Rotation = Vector3.new(0, -88.5, 0)
  7594. o6.Anchored = false
  7595. o6.FormFactor = Enum.FormFactor.Custom
  7596. o6.Size = Vector3.new(1.16253865, 2.04795957, 1.22372472)
  7597. o6.CFrame = CFrame.new(112.151566, 3.20138907, -60.6235428, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
  7598. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7599. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7600. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7601. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7602. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7603. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7604. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7605. o6.Position = Vector3.new(112.151566, 3.20138907, -60.6235428)
  7606. o7.Name = "Joint"
  7607. o7.Parent = o6
  7608. 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)
  7609. o7.Part0 = o6
  7610. o7.Part1 = o2
  7611. o8.Name = "Middle"
  7612. o8.Parent = o1
  7613. o8.Material = Enum.Material.Metal
  7614. o8.BrickColor = BrickColor.new("Really black")
  7615. o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
  7616. o8.Rotation = Vector3.new(-83.9800034, -75.9199982, 6.19999981)
  7617. o8.Anchored = false
  7618. o8.FormFactor = Enum.FormFactor.Custom
  7619. o8.Size = Vector3.new(0.550676167, 0.244744971, 0.244744971)
  7620. 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)
  7621. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7622. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7623. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7624. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7625. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7626. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7627. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7628. o8.Position = Vector3.new(112.583878, 1.59440327, -60.4757423)
  7629. o9.Name = "Joint"
  7630. o9.Parent = o8
  7631. 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)
  7632. o9.Part0 = o8
  7633. o9.Part1 = o2
  7634. o10.Name = "Middle"
  7635. o10.Parent = o1
  7636. o10.Material = Enum.Material.Metal
  7637. o10.BrickColor = BrickColor.new("Really black")
  7638. o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
  7639. o10.Rotation = Vector3.new(0, -88.4899979, 90)
  7640. o10.Anchored = false
  7641. o10.FormFactor = Enum.FormFactor.Custom
  7642. o10.Size = Vector3.new(0.428303689, 0.244744971, 0.244744971)
  7643. 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)
  7644. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7645. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7646. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7647. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7648. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7649. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7650. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7651. o10.Position = Vector3.new(112.645073, 2.05328345, -60.4773598)
  7652. o11.Name = "Joint"
  7653. o11.Parent = o10
  7654. 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)
  7655. o11.Part0 = o10
  7656. o11.Part1 = o2
  7657. o12.Name = "Index"
  7658. o12.Parent = o1
  7659. o12.Material = Enum.Material.Metal
  7660. o12.BrickColor = BrickColor.new("Really black")
  7661. o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
  7662. o12.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
  7663. o12.Anchored = false
  7664. o12.FormFactor = Enum.FormFactor.Custom
  7665. o12.Size = Vector3.new(0.42830357, 0.244744897, 0.244744897)
  7666. 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)
  7667. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7668. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7669. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7670. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7671. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7672. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7673. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7674. o12.Position = Vector3.new(112.653015, 2.05328369, -60.1777191)
  7675. o13.Name = "Joint"
  7676. o13.Parent = o12
  7677. 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)
  7678. o13.Part0 = o12
  7679. o13.Part1 = o2
  7680. o14.Name = "Index"
  7681. o14.Parent = o1
  7682. o14.Material = Enum.Material.Metal
  7683. o14.BrickColor = BrickColor.new("Really black")
  7684. o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
  7685. o14.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
  7686. o14.Anchored = false
  7687. o14.FormFactor = Enum.FormFactor.Custom
  7688. o14.Size = Vector3.new(0.458896697, 0.244744897, 0.244744897)
  7689. 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)
  7690. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7691. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7692. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7693. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7694. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7695. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7696. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7697. o14.Position = Vector3.new(112.602913, 1.63892996, -60.1764107)
  7698. o15.Name = "Joint"
  7699. o15.Parent = o14
  7700. 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)
  7701. o15.Part0 = o14
  7702. o15.Part1 = o2
  7703. o16.Parent = o1
  7704. o16.Material = Enum.Material.Metal
  7705. o16.BrickColor = BrickColor.new("Really black")
  7706. o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
  7707. o16.Rotation = Vector3.new(175.25, -1.62, -90.3199997)
  7708. o16.Anchored = false
  7709. o16.FormFactor = Enum.FormFactor.Custom
  7710. o16.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
  7711. 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)
  7712. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7713. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7714. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7715. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7716. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7717. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7718. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7719. o16.Position = Vector3.new(112.100418, 1.99244225, -60.016201)
  7720. o17.Name = "Joint"
  7721. o17.Parent = o16
  7722. 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)
  7723. o17.Part0 = o16
  7724. o17.Part1 = o2
  7725. o18.Parent = o1
  7726. o18.Material = Enum.Material.Metal
  7727. o18.BrickColor = BrickColor.new("Really black")
  7728. o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
  7729. o18.Rotation = Vector3.new(-174.410004, -1.64999998, -90.0199966)
  7730. o18.Anchored = false
  7731. o18.FormFactor = Enum.FormFactor.Custom
  7732. o18.Size = Vector3.new(0.275338024, 0.244744927, 0.244744927)
  7733. 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)
  7734. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7735. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7736. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7737. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7738. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7739. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7740. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7741. o18.Position = Vector3.new(112.100418, 1.76605344, -60.016201)
  7742. o19.Name = "Joint"
  7743. o19.Parent = o18
  7744. 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)
  7745. o19.Part0 = o18
  7746. o19.Part1 = o2
  7747. o20.Parent = o1
  7748. o20.Material = Enum.Material.Neon
  7749. o20.BrickColor = BrickColor.new("Cyan")
  7750. o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
  7751. o20.Rotation = Vector3.new(-180, -1.5, -180)
  7752. o20.Anchored = false
  7753. o20.CanCollide = false
  7754. o20.Shape = Enum.PartType.Ball
  7755. o20.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
  7756. o20.CFrame = CFrame.new(112.858627, 3.2858181, -60.5739594, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
  7757. o20.BottomSurface = Enum.SurfaceType.Smooth
  7758. o20.TopSurface = Enum.SurfaceType.Smooth
  7759. o20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7760. o20.Position = Vector3.new(112.858627, 3.2858181, -60.5739594)
  7761. o21.Parent = o20
  7762. o21.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
  7763. o21.MeshType = Enum.MeshType.Sphere
  7764. o22.Name = "Joint"
  7765. o22.Parent = o20
  7766. 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)
  7767. o22.Part0 = o20
  7768. o22.Part1 = o2
  7769. o23.Name = "SkullMask"
  7770. o23.Parent = o1
  7771. o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
  7772. o23.Rotation = Vector3.new(0, -88.5, 0)
  7773. o23.Anchored = false
  7774. o23.FormFactor = Enum.FormFactor.Custom
  7775. o23.Size = Vector3.new(0.42987746, 0.49128899, 0.49128893)
  7776. o23.CFrame = CFrame.new(112.709534, 3.31745791, -60.6490936, 0.0262640044, 0, -0.999655128, 0, 1, 0, 0.999655128, 0, 0.0262640044)
  7777. o23.BottomSurface = Enum.SurfaceType.Smooth
  7778. o23.TopSurface = Enum.SurfaceType.Smooth
  7779. o23.Position = Vector3.new(112.709534, 3.31745791, -60.6490936)
  7780. o24.Parent = o23
  7781. o24.MeshId = "http://www.roblox.com/asset/?id=72542883"
  7782. o24.Scale = Vector3.new(0.307055533, 0.921166539, 0.307055563)
  7783. o24.TextureId = "rbxassetid://0"
  7784. o24.VertexColor = Vector3.new(1, 2, 1)
  7785. o24.MeshType = Enum.MeshType.FileMesh
  7786. o25.Name = "Joint"
  7787. o25.Parent = o23
  7788. 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)
  7789. o25.Part0 = o23
  7790. o25.Part1 = o2
  7791. o26.Parent = o1
  7792. o26.Material = Enum.Material.Neon
  7793. o26.BrickColor = BrickColor.new("Cyan")
  7794. o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
  7795. o26.Rotation = Vector3.new(-180, -1.5, -180)
  7796. o26.Anchored = false
  7797. o26.CanCollide = false
  7798. o26.Shape = Enum.PartType.Ball
  7799. o26.Size = Vector3.new(0.414847255, 0.414847255, 0.414847255)
  7800. o26.CFrame = CFrame.new(112.85437, 3.2858181, -60.7367096, -0.999655128, 0, -0.0262640044, 0, 1, 0, 0.0262640044, 0, -0.999655128)
  7801. o26.BottomSurface = Enum.SurfaceType.Smooth
  7802. o26.TopSurface = Enum.SurfaceType.Smooth
  7803. o26.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7804. o26.Position = Vector3.new(112.85437, 3.2858181, -60.7367096)
  7805. o27.Parent = o26
  7806. o27.Scale = Vector3.new(0.296064734, 0.296066254, 0.296066403)
  7807. o27.MeshType = Enum.MeshType.Sphere
  7808. o28.Name = "Joint"
  7809. o28.Parent = o26
  7810. 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)
  7811. o28.Part0 = o26
  7812. o28.Part1 = o2
  7813. o29.Parent = o1
  7814. o29.Material = Enum.Material.Neon
  7815. o29.BrickColor = BrickColor.new("Cyan")
  7816. o29.Reflectance = 0.5
  7817. o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
  7818. o29.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
  7819. o29.Anchored = false
  7820. o29.CanCollide = false
  7821. o29.FormFactor = Enum.FormFactor.Plate
  7822. o29.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7823. 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)
  7824. o29.BottomSurface = Enum.SurfaceType.Smooth
  7825. o29.TopSurface = Enum.SurfaceType.Smooth
  7826. o29.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7827. o29.Position = Vector3.new(112.185989, 2.85818291, -61.1590652)
  7828. o30.Parent = o29
  7829. o30.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7830. o30.MeshType = Enum.MeshType.Wedge
  7831. o31.Name = "Joint"
  7832. o31.Parent = o29
  7833. 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)
  7834. o31.Part0 = o29
  7835. o31.Part1 = o2
  7836. o32.Parent = o1
  7837. o32.Material = Enum.Material.Neon
  7838. o32.BrickColor = BrickColor.new("Cyan")
  7839. o32.Reflectance = 0.5
  7840. o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
  7841. o32.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
  7842. o32.Anchored = false
  7843. o32.CanCollide = false
  7844. o32.FormFactor = Enum.FormFactor.Plate
  7845. o32.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7846. 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)
  7847. o32.BottomSurface = Enum.SurfaceType.Smooth
  7848. o32.TopSurface = Enum.SurfaceType.Smooth
  7849. o32.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7850. o32.Position = Vector3.new(112.063293, 3.10351396, -61.1541824)
  7851. o33.Parent = o32
  7852. o33.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7853. o33.MeshType = Enum.MeshType.Wedge
  7854. o34.Name = "Joint"
  7855. o34.Parent = o32
  7856. 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)
  7857. o34.Part0 = o32
  7858. o34.Part1 = o2
  7859. o35.Parent = o1
  7860. o35.Material = Enum.Material.Neon
  7861. o35.BrickColor = BrickColor.new("Cyan")
  7862. o35.Reflectance = 0.5
  7863. o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
  7864. o35.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
  7865. o35.Anchored = false
  7866. o35.CanCollide = false
  7867. o35.FormFactor = Enum.FormFactor.Plate
  7868. o35.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7869. 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)
  7870. o35.BottomSurface = Enum.SurfaceType.Smooth
  7871. o35.TopSurface = Enum.SurfaceType.Smooth
  7872. o35.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7873. o35.Position = Vector3.new(112.063255, 2.85818195, -61.1554489)
  7874. o36.Parent = o35
  7875. o36.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7876. o36.MeshType = Enum.MeshType.Wedge
  7877. o37.Name = "Joint"
  7878. o37.Parent = o35
  7879. 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)
  7880. o37.Part0 = o35
  7881. o37.Part1 = o2
  7882. o38.Parent = o1
  7883. o38.Material = Enum.Material.Neon
  7884. o38.BrickColor = BrickColor.new("Cyan")
  7885. o38.Reflectance = 0.5
  7886. o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
  7887. o38.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
  7888. o38.Anchored = false
  7889. o38.CanCollide = false
  7890. o38.FormFactor = Enum.FormFactor.Plate
  7891. o38.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7892. 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)
  7893. o38.BottomSurface = Enum.SurfaceType.Smooth
  7894. o38.TopSurface = Enum.SurfaceType.Smooth
  7895. o38.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7896. o38.Position = Vector3.new(112.186005, 3.10351396, -61.1578369)
  7897. o39.Parent = o38
  7898. o39.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7899. o39.MeshType = Enum.MeshType.Wedge
  7900. o40.Name = "Joint"
  7901. o40.Parent = o38
  7902. 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)
  7903. o40.Part0 = o38
  7904. o40.Part1 = o2
  7905. o41.Parent = o1
  7906. o41.Material = Enum.Material.Neon
  7907. o41.BrickColor = BrickColor.new("Cyan")
  7908. o41.Reflectance = 0.5
  7909. o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
  7910. o41.Rotation = Vector3.new(-0.0299999993, -88.3000031, -0.300000012)
  7911. o41.Anchored = false
  7912. o41.CanCollide = false
  7913. o41.FormFactor = Enum.FormFactor.Plate
  7914. o41.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7915. 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)
  7916. o41.BottomSurface = Enum.SurfaceType.Smooth
  7917. o41.TopSurface = Enum.SurfaceType.Smooth
  7918. o41.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7919. o41.Position = Vector3.new(112.213989, 3.10351396, -60.0935593)
  7920. o42.Parent = o41
  7921. o42.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7922. o42.MeshType = Enum.MeshType.Wedge
  7923. o43.Name = "Joint"
  7924. o43.Parent = o41
  7925. 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)
  7926. o43.Part0 = o41
  7927. o43.Part1 = o2
  7928. o44.Parent = o1
  7929. o44.Material = Enum.Material.Neon
  7930. o44.BrickColor = BrickColor.new("Cyan")
  7931. o44.Reflectance = 0.5
  7932. o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
  7933. o44.Rotation = Vector3.new(179.970001, 88.3000031, -179.699997)
  7934. o44.Anchored = false
  7935. o44.CanCollide = false
  7936. o44.FormFactor = Enum.FormFactor.Plate
  7937. o44.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7938. 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)
  7939. o44.BottomSurface = Enum.SurfaceType.Smooth
  7940. o44.TopSurface = Enum.SurfaceType.Smooth
  7941. o44.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7942. o44.Position = Vector3.new(112.091309, 3.10351396, -60.0898819)
  7943. o45.Parent = o44
  7944. o45.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7945. o45.MeshType = Enum.MeshType.Wedge
  7946. o46.Name = "Joint"
  7947. o46.Parent = o44
  7948. 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)
  7949. o46.Part0 = o44
  7950. o46.Part1 = o2
  7951. o47.Parent = o1
  7952. o47.Material = Enum.Material.Neon
  7953. o47.BrickColor = BrickColor.new("Cyan")
  7954. o47.Reflectance = 0.5
  7955. o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
  7956. o47.Rotation = Vector3.new(179.970001, 88.3000031, 0.300000012)
  7957. o47.Anchored = false
  7958. o47.CanCollide = false
  7959. o47.FormFactor = Enum.FormFactor.Plate
  7960. o47.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7961. 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)
  7962. o47.BottomSurface = Enum.SurfaceType.Smooth
  7963. o47.TopSurface = Enum.SurfaceType.Smooth
  7964. o47.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7965. o47.Position = Vector3.new(112.091309, 2.85818195, -60.0911636)
  7966. o48.Parent = o47
  7967. o48.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7968. o48.MeshType = Enum.MeshType.Wedge
  7969. o49.Name = "Joint"
  7970. o49.Parent = o47
  7971. 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)
  7972. o49.Part0 = o47
  7973. o49.Part1 = o2
  7974. o50.Parent = o1
  7975. o50.Material = Enum.Material.Neon
  7976. o50.BrickColor = BrickColor.new("Cyan")
  7977. o50.Reflectance = 0.5
  7978. o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
  7979. o50.Rotation = Vector3.new(-0.0299999993, -88.3000031, 179.699997)
  7980. o50.Anchored = false
  7981. o50.CanCollide = false
  7982. o50.FormFactor = Enum.FormFactor.Plate
  7983. o50.Size = Vector3.new(0.232626617, 0.245347008, 0.232626528)
  7984. 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)
  7985. o50.BottomSurface = Enum.SurfaceType.Smooth
  7986. o50.TopSurface = Enum.SurfaceType.Smooth
  7987. o50.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  7988. o50.Position = Vector3.new(112.21402, 2.85818291, -60.0948257)
  7989. o51.Parent = o50
  7990. o51.Scale = Vector3.new(0.527341008, 1, 0.527341008)
  7991. o51.MeshType = Enum.MeshType.Wedge
  7992. o52.Name = "Joint"
  7993. o52.Parent = o50
  7994. 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)
  7995. o52.Part0 = o50
  7996. o52.Part1 = o2
  7997. o53.Parent = o1
  7998. o53.Material = Enum.Material.Metal
  7999. o53.BrickColor = BrickColor.new("Really black")
  8000. o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
  8001. o53.Rotation = Vector3.new(161.25, -1.5, -90.6999969)
  8002. o53.Anchored = false
  8003. o53.FormFactor = Enum.FormFactor.Custom
  8004. o53.Size = Vector3.new(0.428303599, 0.244744927, 0.244744927)
  8005. 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)
  8006. o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8007. o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8008. o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8009. o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8010. o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8011. o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8012. o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8013. o53.Position = Vector3.new(112.097137, 2.30945516, -60.0942497)
  8014. o54.Name = "Joint"
  8015. o54.Parent = o53
  8016. 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)
  8017. o54.Part0 = o53
  8018. o54.Part1 = o2
  8019. o55.Name = "Ring"
  8020. o55.Parent = o1
  8021. o55.Material = Enum.Material.Metal
  8022. o55.BrickColor = BrickColor.new("Really black")
  8023. o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
  8024. o55.Rotation = Vector3.new(-83.9899979, -75.9199982, 6.19999981)
  8025. o55.Anchored = false
  8026. o55.FormFactor = Enum.FormFactor.Custom
  8027. o55.Size = Vector3.new(0.465015382, 0.244744942, 0.244744942)
  8028. 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)
  8029. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8030. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8031. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8032. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8033. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8034. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8035. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8036. o55.Position = Vector3.new(112.586052, 1.63596094, -60.7880325)
  8037. o56.Name = "Joint"
  8038. o56.Parent = o55
  8039. 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)
  8040. o56.Part0 = o55
  8041. o56.Part1 = o2
  8042. o57.Parent = o1
  8043. o57.Material = Enum.Material.Metal
  8044. o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
  8045. o57.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
  8046. o57.Anchored = false
  8047. o57.FormFactor = Enum.FormFactor.Custom
  8048. o57.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
  8049. 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)
  8050. o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8051. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8052. o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8053. o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8054. o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8055. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8056. o57.Position = Vector3.new(112.774567, 2.20625496, -60.4806671)
  8057. o58.Name = "Joint"
  8058. o58.Parent = o57
  8059. 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)
  8060. o58.Part0 = o57
  8061. o58.Part1 = o2
  8062. o59.Name = "Pinkie"
  8063. o59.Parent = o1
  8064. o59.Material = Enum.Material.Metal
  8065. o59.BrickColor = BrickColor.new("Really black")
  8066. o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
  8067. o59.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
  8068. o59.Anchored = false
  8069. o59.FormFactor = Enum.FormFactor.Custom
  8070. o59.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
  8071. 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)
  8072. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8073. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8074. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8075. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8076. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8077. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8078. o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8079. o59.Position = Vector3.new(112.628792, 2.05326772, -61.0951462)
  8080. o60.Name = "Joint"
  8081. o60.Parent = o59
  8082. 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)
  8083. o60.Part0 = o59
  8084. o60.Part1 = o2
  8085. o61.Parent = o1
  8086. o61.Material = Enum.Material.Metal
  8087. o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
  8088. o61.Rotation = Vector3.new(-88.4899979, -44.9799995, 2.13000011)
  8089. o61.Anchored = false
  8090. o61.FormFactor = Enum.FormFactor.Custom
  8091. o61.Size = Vector3.new(0.367117465, 0.244744956, 0.244744942)
  8092. 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)
  8093. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8094. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8095. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8096. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8097. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8098. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8099. o61.Position = Vector3.new(112.766403, 2.20625496, -60.7926178)
  8100. o62.Name = "Joint"
  8101. o62.Parent = o61
  8102. 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)
  8103. o62.Part0 = o61
  8104. o62.Part1 = o2
  8105. o63.Parent = o1
  8106. o63.Material = Enum.Material.Metal
  8107. o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
  8108. o63.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
  8109. o63.Anchored = false
  8110. o63.CanCollide = false
  8111. o63.FormFactor = Enum.FormFactor.Custom
  8112. o63.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8113. 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)
  8114. o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8115. o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8116. o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8117. o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8118. o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8119. o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8120. o63.Position = Vector3.new(112.751724, 2.63452792, -61.0750046)
  8121. o64.Parent = o63
  8122. o64.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8123. o64.MeshType = Enum.MeshType.Wedge
  8124. o65.Name = "Joint"
  8125. o65.Parent = o63
  8126. 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)
  8127. o65.Part0 = o63
  8128. o65.Part1 = o2
  8129. o66.Parent = o1
  8130. o66.Material = Enum.Material.Metal
  8131. o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
  8132. o66.Rotation = Vector3.new(-90, 0, -178.5)
  8133. o66.Anchored = false
  8134. o66.CanCollide = false
  8135. o66.FormFactor = Enum.FormFactor.Custom
  8136. o66.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8137. o66.CFrame = CFrame.new(112.634293, 3.27699494, -59.9934311, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
  8138. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8139. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8140. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8141. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8142. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8143. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8144. o66.Position = Vector3.new(112.634293, 3.27699494, -59.9934311)
  8145. o67.Parent = o66
  8146. o67.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8147. o67.MeshType = Enum.MeshType.Wedge
  8148. o68.Name = "Joint"
  8149. o68.Parent = o66
  8150. 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)
  8151. o68.Part0 = o66
  8152. o68.Part1 = o2
  8153. o69.Parent = o1
  8154. o69.Material = Enum.Material.Metal
  8155. o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
  8156. o69.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
  8157. o69.Anchored = false
  8158. o69.CanCollide = false
  8159. o69.FormFactor = Enum.FormFactor.Custom
  8160. o69.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8161. 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)
  8162. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8163. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8164. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8165. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8166. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8167. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8168. o69.Position = Vector3.new(112.774216, 3.24638796, -60.2187424)
  8169. o70.Parent = o69
  8170. o70.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8171. o70.MeshType = Enum.MeshType.Wedge
  8172. o71.Name = "Joint"
  8173. o71.Parent = o69
  8174. 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)
  8175. o71.Part0 = o69
  8176. o71.Part1 = o2
  8177. o72.Parent = o1
  8178. o72.Material = Enum.Material.Metal
  8179. o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
  8180. o72.Rotation = Vector3.new(90, 0, 178.5)
  8181. o72.Anchored = false
  8182. o72.CanCollide = false
  8183. o72.FormFactor = Enum.FormFactor.Custom
  8184. o72.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8185. o72.CFrame = CFrame.new(112.562759, 2.603935, -61.2769241, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
  8186. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8187. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8188. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8189. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8190. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8191. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8192. o72.Position = Vector3.new(112.562759, 2.603935, -61.2769241)
  8193. o73.Parent = o72
  8194. o73.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8195. o73.MeshType = Enum.MeshType.Wedge
  8196. o74.Name = "Joint"
  8197. o74.Parent = o72
  8198. 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)
  8199. o74.Part0 = o72
  8200. o74.Part1 = o2
  8201. o75.Parent = o1
  8202. o75.Material = Enum.Material.Metal
  8203. o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
  8204. o75.Rotation = Vector3.new(-90.5, 18.4300003, 91.5899963)
  8205. o75.Anchored = false
  8206. o75.CanCollide = false
  8207. o75.FormFactor = Enum.FormFactor.Custom
  8208. o75.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8209. 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)
  8210. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8211. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8212. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8213. o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8214. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8215. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8216. o75.Position = Vector3.new(112.751724, 3.24638796, -61.0750046)
  8217. o76.Parent = o75
  8218. o76.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8219. o76.MeshType = Enum.MeshType.Wedge
  8220. o77.Name = "Joint"
  8221. o77.Parent = o75
  8222. 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)
  8223. o77.Part0 = o75
  8224. o77.Part1 = o2
  8225. o78.Parent = o1
  8226. o78.Material = Enum.Material.Metal
  8227. o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
  8228. o78.Rotation = Vector3.new(90.75, 26.5599995, 88.3199997)
  8229. o78.Anchored = false
  8230. o78.CanCollide = false
  8231. o78.FormFactor = Enum.FormFactor.Custom
  8232. o78.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8233. 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)
  8234. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8235. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8236. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8237. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8238. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8239. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8240. o78.Position = Vector3.new(112.774216, 2.63452792, -60.2187271)
  8241. o79.Parent = o78
  8242. o79.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8243. o79.MeshType = Enum.MeshType.Wedge
  8244. o80.Name = "Joint"
  8245. o80.Parent = o78
  8246. 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)
  8247. o80.Part0 = o78
  8248. o80.Part1 = o2
  8249. o81.Parent = o1
  8250. o81.Material = Enum.Material.Metal
  8251. o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
  8252. o81.Rotation = Vector3.new(90, 0, -1.5)
  8253. o81.Anchored = false
  8254. o81.CanCollide = false
  8255. o81.FormFactor = Enum.FormFactor.Custom
  8256. o81.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8257. o81.CFrame = CFrame.new(111.716995, 2.66513395, -59.9693985, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
  8258. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8259. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8260. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8261. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8262. o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8263. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8264. o81.Position = Vector3.new(111.716995, 2.66513395, -59.9693985)
  8265. o82.Parent = o81
  8266. o82.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8267. o82.MeshType = Enum.MeshType.Wedge
  8268. o83.Name = "Joint"
  8269. o83.Parent = o81
  8270. 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)
  8271. o83.Part0 = o81
  8272. o83.Part1 = o2
  8273. o84.Parent = o1
  8274. o84.Material = Enum.Material.Metal
  8275. o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
  8276. o84.Rotation = Vector3.new(90, 0, -1.5)
  8277. o84.Anchored = false
  8278. o84.CanCollide = false
  8279. o84.FormFactor = Enum.FormFactor.Custom
  8280. o84.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8281. o84.CFrame = CFrame.new(112.634354, 2.66511011, -59.9934464, 0.999655128, 0.0262640044, 0, 0, 0, -1, -0.0262640044, 0.999655128, 0)
  8282. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8283. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8284. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8285. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8286. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8287. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8288. o84.Position = Vector3.new(112.634354, 2.66511011, -59.9934464)
  8289. o85.Parent = o84
  8290. o85.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8291. o85.MeshType = Enum.MeshType.Wedge
  8292. o86.Name = "Joint"
  8293. o86.Parent = o84
  8294. 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)
  8295. o86.Part0 = o84
  8296. o86.Part1 = o2
  8297. o87.Parent = o1
  8298. o87.Material = Enum.Material.Metal
  8299. o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
  8300. o87.Rotation = Vector3.new(90, 0, 178.5)
  8301. o87.Anchored = false
  8302. o87.CanCollide = false
  8303. o87.FormFactor = Enum.FormFactor.Custom
  8304. o87.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8305. o87.CFrame = CFrame.new(111.652649, 2.63455701, -61.2530289, -0.999655128, -0.0262640044, 0, 0, 0, -1, 0.0262640044, -0.999655128, 0)
  8306. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8307. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8308. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8309. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8310. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8311. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8312. o87.Position = Vector3.new(111.652649, 2.63455701, -61.2530289)
  8313. o88.Parent = o87
  8314. o88.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8315. o88.MeshType = Enum.MeshType.Wedge
  8316. o89.Name = "Joint"
  8317. o89.Parent = o87
  8318. 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)
  8319. o89.Part0 = o87
  8320. o89.Part1 = o2
  8321. o90.Name = "Ring"
  8322. o90.Parent = o1
  8323. o90.Material = Enum.Material.Metal
  8324. o90.BrickColor = BrickColor.new("Really black")
  8325. o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
  8326. o90.Rotation = Vector3.new(0.00999999978, -88.5, 90.0100021)
  8327. o90.Anchored = false
  8328. o90.FormFactor = Enum.FormFactor.Custom
  8329. o90.Size = Vector3.new(0.428303659, 0.244744942, 0.244744942)
  8330. 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)
  8331. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8332. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8333. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8334. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8335. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8336. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8337. o90.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8338. o90.Position = Vector3.new(112.636887, 2.05328321, -60.7893791)
  8339. o91.Name = "Joint"
  8340. o91.Parent = o90
  8341. 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)
  8342. o91.Part0 = o90
  8343. o91.Part1 = o2
  8344. o92.Parent = o1
  8345. o92.Material = Enum.Material.Metal
  8346. o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
  8347. o92.Rotation = Vector3.new(-90, 0, 1.5)
  8348. o92.Anchored = false
  8349. o92.CanCollide = false
  8350. o92.FormFactor = Enum.FormFactor.Custom
  8351. o92.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8352. o92.CFrame = CFrame.new(112.600632, 3.24638796, -61.277916, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
  8353. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8354. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8355. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8356. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8357. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8358. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8359. o92.Position = Vector3.new(112.600632, 3.24638796, -61.277916)
  8360. o93.Parent = o92
  8361. o93.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8362. o93.MeshType = Enum.MeshType.Wedge
  8363. o94.Name = "Joint"
  8364. o94.Parent = o92
  8365. 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)
  8366. o94.Part0 = o92
  8367. o94.Part1 = o2
  8368. o95.Parent = o1
  8369. o95.Material = Enum.Material.Metal
  8370. o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
  8371. o95.Rotation = Vector3.new(-90, 0, 1.5)
  8372. o95.Anchored = false
  8373. o95.CanCollide = false
  8374. o95.FormFactor = Enum.FormFactor.Custom
  8375. o95.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8376. o95.CFrame = CFrame.new(111.652649, 3.24638796, -61.2530441, 0.999655128, -0.0262640044, 0, 0, 0, 1, -0.0262640044, -0.999655128, 0)
  8377. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8378. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8379. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8380. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8381. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8382. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8383. o95.Position = Vector3.new(111.652649, 3.24638796, -61.2530441)
  8384. o96.Parent = o95
  8385. o96.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8386. o96.MeshType = Enum.MeshType.Wedge
  8387. o97.Name = "Joint"
  8388. o97.Parent = o95
  8389. 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)
  8390. o97.Part0 = o95
  8391. o97.Part1 = o2
  8392. o98.Parent = o1
  8393. o98.Material = Enum.Material.Metal
  8394. o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
  8395. o98.Rotation = Vector3.new(-90, 0, -178.5)
  8396. o98.Anchored = false
  8397. o98.CanCollide = false
  8398. o98.FormFactor = Enum.FormFactor.Custom
  8399. o98.Size = Vector3.new(0.232626617, 0.232626617, 0.367117465)
  8400. o98.CFrame = CFrame.new(111.716995, 3.27698898, -59.9693985, -0.999655128, 0.0262640044, 0, 0, 0, 1, 0.0262640044, 0.999655128, 0)
  8401. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8402. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8403. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8404. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8405. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8406. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8407. o98.Position = Vector3.new(111.716995, 3.27698898, -59.9693985)
  8408. o99.Parent = o98
  8409. o99.Scale = Vector3.new(0.789070249, 0.526046753, 1)
  8410. o99.MeshType = Enum.MeshType.Wedge
  8411. o100.Name = "Joint"
  8412. o100.Parent = o98
  8413. 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)
  8414. o100.Part0 = o98
  8415. o100.Part1 = o2
  8416. mas.Parent = workspace
  8417. mas:MakeJoints()
  8418. local mas1 = mas:GetChildren()
  8419. for i=1,#mas1 do
  8420. mas1[i].Parent = workspace
  8421. ypcall(function() mas1[i]:MakeJoints() end)
  8422. end
  8423. mas:Destroy()
  8424. for i=1,#cors do
  8425. coroutine.resume(cors[i])
  8426. end
  8427.  
  8428. wait()
  8429.  
  8430. Workspace["LeftArm"].Parent = game.Players.LocalPlayer.Character
  8431.  
  8432. game.Players.LocalPlayer.Character["LeftArm"].Name = "Familiar Left Arm"
  8433.  
  8434. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Arm"])
  8435. w.Part0 = game.Players.LocalPlayer.Character["Left Arm"]
  8436. w.Part1 = o2
  8437. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  8438. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0
  8439.  
  8440. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Arm"]:GetChildren()) do
  8441. if v.ClassName == "Part" then
  8442. v.CanCollide = false
  8443. v.Anchored = false
  8444. end
  8445. end
  8446.  
  8447.  
  8448. local runDummyScript = function(f,scri)
  8449. local oldenv = getfenv(f)
  8450. local newenv = setmetatable({}, {
  8451. __index = function(_, k)
  8452. if k:lower() == 'script' then
  8453. return scri
  8454. else
  8455. return oldenv[k]
  8456. end
  8457. end
  8458. })
  8459. setfenv(f, newenv)
  8460. ypcall(function() f() end)
  8461. end
  8462. cors = {}
  8463. mas = Instance.new("Model",game:GetService("Lighting"))
  8464. mas.Name = "CompiledModel"
  8465. o1 = Instance.new("Model")
  8466. o2 = Instance.new("Part")
  8467. o3 = Instance.new("SpecialMesh")
  8468. o4 = Instance.new("Part")
  8469. o5 = Instance.new("Weld")
  8470. o6 = Instance.new("Part")
  8471. o7 = Instance.new("Weld")
  8472. o8 = Instance.new("Part")
  8473. o9 = Instance.new("Weld")
  8474. o10 = Instance.new("Part")
  8475. o11 = Instance.new("Weld")
  8476. o1.Name = "LeftLeg"
  8477. o1.Parent = mas
  8478. o2.Name = "REF"
  8479. o2.Parent = o1
  8480. o2.Transparency = 1
  8481. o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
  8482. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  8483. o2.CanCollide = false
  8484. o2.FormFactor = Enum.FormFactor.Symmetric
  8485. o2.Size = Vector3.new(1, 2, 1)
  8486. 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)
  8487. o2.BottomSurface = Enum.SurfaceType.Smooth
  8488. o2.TopSurface = Enum.SurfaceType.Smooth
  8489. o2.Position = Vector3.new(111.144409, 1.18000603, -60.6271744)
  8490. o3.Parent = o2
  8491. o3.MeshId = "rbxasset://fonts/leftLeg.mesh"
  8492. o3.MeshType = Enum.MeshType.FileMesh
  8493. o4.Parent = o1
  8494. o4.Material = Enum.Material.Metal
  8495. o4.BrickColor = BrickColor.new("Really black")
  8496. o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
  8497. o4.Size = Vector3.new(1.11999989, 1.5, 1.01999998)
  8498. 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)
  8499. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8500. o4.Position = Vector3.new(111.180069, 1.54791903, -60.6299782)
  8501. o5.Name = "Joint"
  8502. o5.Parent = o4
  8503. 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)
  8504. o5.Part0 = o4
  8505. o5.Part1 = o2
  8506. o6.Name = "Boot Base"
  8507. o6.Parent = o1
  8508. o6.Material = Enum.Material.Metal
  8509. o6.BrickColor = BrickColor.new("Really black")
  8510. o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
  8511. o6.Rotation = Vector3.new(-180, -0.870000005, -180)
  8512. o6.FormFactor = Enum.FormFactor.Custom
  8513. o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
  8514. 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)
  8515. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8516. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8517. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8518. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8519. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8520. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8521. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8522. o6.Position = Vector3.new(111.150185, 0.698450983, -60.6562157)
  8523. o7.Name = "Joint"
  8524. o7.Parent = o6
  8525. 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)
  8526. o7.Part0 = o6
  8527. o7.Part1 = o2
  8528. o8.Name = "Boot Sole"
  8529. o8.Parent = o1
  8530. o8.Material = Enum.Material.Metal
  8531. o8.BrickColor = BrickColor.new("Really black")
  8532. o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
  8533. o8.Rotation = Vector3.new(-180, -0.870000005, -180)
  8534. o8.FormFactor = Enum.FormFactor.Custom
  8535. o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
  8536. 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)
  8537. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8538. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8539. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8540. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8541. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8542. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8543. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8544. o8.Position = Vector3.new(111.145325, 0.282176018, -60.6376762)
  8545. o9.Name = "Joint"
  8546. o9.Parent = o8
  8547. 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)
  8548. o9.Part0 = o8
  8549. o9.Part1 = o2
  8550. o10.Name = "Boot Top"
  8551. o10.Parent = o1
  8552. o10.Material = Enum.Material.Metal
  8553. o10.BrickColor = BrickColor.new("Really black")
  8554. o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
  8555. o10.Rotation = Vector3.new(-180, -0.870000005, -180)
  8556. o10.FormFactor = Enum.FormFactor.Custom
  8557. o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
  8558. 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)
  8559. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8560. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8561. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8562. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8563. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8564. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8565. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8566. o10.Position = Vector3.new(111.155304, 0.943893015, -60.6423798)
  8567. o11.Name = "Joint"
  8568. o11.Parent = o10
  8569. 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)
  8570. o11.Part0 = o10
  8571. o11.Part1 = o2
  8572. mas.Parent = workspace
  8573. mas:MakeJoints()
  8574. local mas1 = mas:GetChildren()
  8575. for i=1,#mas1 do
  8576. mas1[i].Parent = workspace
  8577. ypcall(function() mas1[i]:MakeJoints() end)
  8578. end
  8579. mas:Destroy()
  8580. for i=1,#cors do
  8581. coroutine.resume(cors[i])
  8582. end
  8583.  
  8584. wait()
  8585.  
  8586. Workspace["LeftLeg"].Parent = game.Players.LocalPlayer.Character
  8587.  
  8588. game.Players.LocalPlayer.Character["LeftLeg"].Name = "Familiar Left Leg"
  8589.  
  8590. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Left Leg"])
  8591. w.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  8592. w.Part1 = o2
  8593. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  8594. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0
  8595.  
  8596. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Left Leg"]:GetChildren()) do
  8597. if v.ClassName == "Part" then
  8598. v.CanCollide = false
  8599. v.Anchored = false
  8600. end
  8601. end
  8602.  
  8603.  
  8604. local runDummyScript = function(f,scri)
  8605. local oldenv = getfenv(f)
  8606. local newenv = setmetatable({}, {
  8607. __index = function(_, k)
  8608. if k:lower() == 'script' then
  8609. return scri
  8610. else
  8611. return oldenv[k]
  8612. end
  8613. end
  8614. })
  8615. setfenv(f, newenv)
  8616. ypcall(function() f() end)
  8617. end
  8618. cors = {}
  8619. mas = Instance.new("Model",game:GetService("Lighting"))
  8620. mas.Name = "CompiledModel"
  8621. o1 = Instance.new("Model")
  8622. o2 = Instance.new("Part")
  8623. o3 = Instance.new("SpecialMesh")
  8624. o4 = Instance.new("Part")
  8625. o5 = Instance.new("Weld")
  8626. o6 = Instance.new("Part")
  8627. o7 = Instance.new("Weld")
  8628. o8 = Instance.new("Part")
  8629. o9 = Instance.new("Weld")
  8630. o10 = Instance.new("Part")
  8631. o11 = Instance.new("Weld")
  8632. o1.Name = "RightLeg"
  8633. o1.Parent = mas
  8634. o2.Name = "REF"
  8635. o2.Parent = o1
  8636. o2.Transparency = 1
  8637. o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
  8638. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  8639. o2.CanCollide = false
  8640. o2.FormFactor = Enum.FormFactor.Symmetric
  8641. o2.Size = Vector3.new(1, 2, 1)
  8642. 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)
  8643. o2.BottomSurface = Enum.SurfaceType.Smooth
  8644. o2.TopSurface = Enum.SurfaceType.Smooth
  8645. o2.Position = Vector3.new(110.144409, 1.18000603, -60.6271667)
  8646. o3.Parent = o2
  8647. o3.MeshId = "rbxasset://fonts/leftarm.mesh"
  8648. o3.MeshType = Enum.MeshType.FileMesh
  8649. o4.Parent = o1
  8650. o4.Material = Enum.Material.Metal
  8651. o4.BrickColor = BrickColor.new("Really black")
  8652. o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
  8653. o4.Size = Vector3.new(1.03999984, 1.5, 1.01999998)
  8654. 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)
  8655. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8656. o4.Position = Vector3.new(110.140076, 1.53790605, -60.6299782)
  8657. o5.Name = "Joint"
  8658. o5.Parent = o4
  8659. 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)
  8660. o5.Part0 = o4
  8661. o5.Part1 = o2
  8662. o6.Name = "Boot Base"
  8663. o6.Parent = o1
  8664. o6.Material = Enum.Material.Metal
  8665. o6.BrickColor = BrickColor.new("Really black")
  8666. o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
  8667. o6.Rotation = Vector3.new(-180, -0.870000005, -180)
  8668. o6.FormFactor = Enum.FormFactor.Custom
  8669. o6.Size = Vector3.new(1.06147552, 0.620573759, 1.07442629)
  8670. 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)
  8671. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8672. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8673. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8674. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8675. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8676. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8677. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8678. o6.Position = Vector3.new(110.150185, 0.698450983, -60.6562119)
  8679. o7.Name = "Joint"
  8680. o7.Parent = o6
  8681. 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)
  8682. o7.Part0 = o6
  8683. o7.Part1 = o2
  8684. o8.Name = "Boot Sole"
  8685. o8.Parent = o1
  8686. o8.Material = Enum.Material.Metal
  8687. o8.BrickColor = BrickColor.new("Really black")
  8688. o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
  8689. o8.Rotation = Vector3.new(-180, -0.870000005, -180)
  8690. o8.FormFactor = Enum.FormFactor.Custom
  8691. o8.Size = Vector3.new(1.07147539, 0.25999999, 1.11147547)
  8692. 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)
  8693. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8694. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8695. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8696. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8697. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8698. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8699. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8700. o8.Position = Vector3.new(110.145325, 0.282176018, -60.6376724)
  8701. o9.Name = "Joint"
  8702. o9.Parent = o8
  8703. 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)
  8704. o9.Part0 = o8
  8705. o9.Part1 = o2
  8706. o10.Name = "Boot Top"
  8707. o10.Parent = o1
  8708. o10.Material = Enum.Material.Metal
  8709. o10.BrickColor = BrickColor.new("Really black")
  8710. o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
  8711. o10.Rotation = Vector3.new(-180, -0.870000005, -180)
  8712. o10.FormFactor = Enum.FormFactor.Custom
  8713. o10.Size = Vector3.new(1.11000001, 0.314918011, 1.13926232)
  8714. 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)
  8715. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8716. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8717. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8718. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8719. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8720. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8721. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8722. o10.Position = Vector3.new(110.155304, 0.943893015, -60.6423759)
  8723. o11.Name = "Joint"
  8724. o11.Parent = o10
  8725. 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)
  8726. o11.Part0 = o10
  8727. o11.Part1 = o2
  8728. mas.Parent = workspace
  8729. mas:MakeJoints()
  8730. local mas1 = mas:GetChildren()
  8731. for i=1,#mas1 do
  8732. mas1[i].Parent = workspace
  8733. ypcall(function() mas1[i]:MakeJoints() end)
  8734. end
  8735. mas:Destroy()
  8736. for i=1,#cors do
  8737. coroutine.resume(cors[i])
  8738. end
  8739.  
  8740. wait()
  8741.  
  8742. Workspace["RightLeg"].Parent = game.Players.LocalPlayer.Character
  8743.  
  8744. game.Players.LocalPlayer.Character["RightLeg"].Name = "Familiar Right Leg"
  8745.  
  8746. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Leg"])
  8747. w.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  8748. w.Part1 = o2
  8749. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  8750. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0
  8751.  
  8752. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Leg"]:GetChildren()) do
  8753. if v.ClassName == "Part" then
  8754. v.CanCollide = false
  8755. v.Anchored = false
  8756. end
  8757. end
  8758.  
  8759. local runDummyScript = function(f,scri)
  8760. local oldenv = getfenv(f)
  8761. local newenv = setmetatable({}, {
  8762. __index = function(_, k)
  8763. if k:lower() == 'script' then
  8764. return scri
  8765. else
  8766. return oldenv[k]
  8767. end
  8768. end
  8769. })
  8770. setfenv(f, newenv)
  8771. ypcall(function() f() end)
  8772. end
  8773. cors = {}
  8774. mas = Instance.new("Model",game:GetService("Lighting"))
  8775. mas.Name = "CompiledModel"
  8776. o1 = Instance.new("Model")
  8777. o2 = Instance.new("Part")
  8778. o3 = Instance.new("SpecialMesh")
  8779. o4 = Instance.new("WedgePart")
  8780. o5 = Instance.new("Weld")
  8781. o6 = Instance.new("Part")
  8782. o7 = Instance.new("Weld")
  8783. o8 = Instance.new("WedgePart")
  8784. o9 = Instance.new("Weld")
  8785. o10 = Instance.new("Part")
  8786. o11 = Instance.new("SpecialMesh")
  8787. o12 = Instance.new("Weld")
  8788. o13 = Instance.new("Part")
  8789. o14 = Instance.new("Weld")
  8790. o15 = Instance.new("Part")
  8791. o16 = Instance.new("SpecialMesh")
  8792. o17 = Instance.new("Weld")
  8793. o18 = Instance.new("Part")
  8794. o19 = Instance.new("Weld")
  8795. o20 = Instance.new("Part")
  8796. o21 = Instance.new("SpecialMesh")
  8797. o22 = Instance.new("Weld")
  8798. o23 = Instance.new("Part")
  8799. o24 = Instance.new("BlockMesh")
  8800. o25 = Instance.new("Weld")
  8801. o26 = Instance.new("Part")
  8802. o27 = Instance.new("SpecialMesh")
  8803. o28 = Instance.new("Weld")
  8804. o29 = Instance.new("Part")
  8805. o30 = Instance.new("Weld")
  8806. o31 = Instance.new("Part")
  8807. o32 = Instance.new("Weld")
  8808. o33 = Instance.new("Part")
  8809. o34 = Instance.new("BlockMesh")
  8810. o35 = Instance.new("Weld")
  8811. o36 = Instance.new("Part")
  8812. o37 = Instance.new("Weld")
  8813. o38 = Instance.new("Part")
  8814. o39 = Instance.new("Weld")
  8815. o40 = Instance.new("Part")
  8816. o41 = Instance.new("SpecialMesh")
  8817. o42 = Instance.new("Weld")
  8818. o43 = Instance.new("Part")
  8819. o44 = Instance.new("BlockMesh")
  8820. o45 = Instance.new("Weld")
  8821. o46 = Instance.new("Part")
  8822. o47 = Instance.new("BlockMesh")
  8823. o48 = Instance.new("Weld")
  8824. o49 = Instance.new("Part")
  8825. o50 = Instance.new("BlockMesh")
  8826. o51 = Instance.new("Weld")
  8827. o52 = Instance.new("WedgePart")
  8828. o53 = Instance.new("Weld")
  8829. o54 = Instance.new("WedgePart")
  8830. o55 = Instance.new("Weld")
  8831. o1.Name = "RightArm"
  8832. o1.Parent = mas
  8833. o2.Name = "REF"
  8834. o2.Parent = o1
  8835. o2.Transparency = 1
  8836. o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
  8837. o2.Rotation = Vector3.new(180, 0.0199999996, -180)
  8838. o2.CanCollide = false
  8839. o2.FormFactor = Enum.FormFactor.Symmetric
  8840. o2.Size = Vector3.new(1, 2, 1)
  8841. 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)
  8842. o2.BottomSurface = Enum.SurfaceType.Smooth
  8843. o2.TopSurface = Enum.SurfaceType.Smooth
  8844. o2.Position = Vector3.new(109.144409, 3.18000388, -60.6271591)
  8845. o3.Parent = o2
  8846. o3.MeshId = "rbxasset://fonts/leftarm.mesh"
  8847. o3.MeshType = Enum.MeshType.FileMesh
  8848. o4.Parent = o1
  8849. o4.Material = Enum.Material.SmoothPlastic
  8850. o4.BrickColor = BrickColor.new("Dark stone grey")
  8851. o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
  8852. o4.Rotation = Vector3.new(-90, 0, -180)
  8853. o4.Size = Vector3.new(0.200000003, 0.478077561, 0.42348215)
  8854. 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)
  8855. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8856. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8857. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8858. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8859. o4.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8860. o4.Position = Vector3.new(108.650101, 2.64661002, -60.3924141)
  8861. o5.Name = "Joint"
  8862. o5.Parent = o4
  8863. 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)
  8864. o5.Part0 = o4
  8865. o5.Part1 = o2
  8866. o6.Parent = o1
  8867. o6.Material = Enum.Material.SmoothPlastic
  8868. o6.BrickColor = BrickColor.new("Really black")
  8869. o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
  8870. o6.Size = Vector3.new(0.7813586, 0.493000001, 1.07901871)
  8871. 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)
  8872. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8873. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8874. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8875. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8876. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8877. o6.Position = Vector3.new(108.940475, 3.05354095, -60.609993)
  8878. o7.Name = "Joint"
  8879. o7.Parent = o6
  8880. 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)
  8881. o7.Part0 = o6
  8882. o7.Part1 = o2
  8883. o8.Parent = o1
  8884. o8.Material = Enum.Material.SmoothPlastic
  8885. o8.BrickColor = BrickColor.new("Dark stone grey")
  8886. o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
  8887. o8.Rotation = Vector3.new(-90, -90, 0)
  8888. o8.Size = Vector3.new(0.200000003, 0.528077543, 0.200000003)
  8889. 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)
  8890. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8891. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8892. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8893. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8894. o8.Color = Color3.new(0.388235, 0.372549, 0.384314)
  8895. o8.Position = Vector3.new(109.427994, 2.28999829, -60.902565)
  8896. o9.Name = "Joint"
  8897. o9.Parent = o8
  8898. 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)
  8899. o9.Part0 = o8
  8900. o9.Part1 = o2
  8901. o10.Parent = o1
  8902. o10.Material = Enum.Material.SmoothPlastic
  8903. o10.BrickColor = BrickColor.new("Really black")
  8904. o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
  8905. o10.Rotation = Vector3.new(-90, 0, 90)
  8906. o10.CanCollide = false
  8907. o10.Shape = Enum.PartType.Cylinder
  8908. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  8909. 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)
  8910. o10.BottomSurface = Enum.SurfaceType.Smooth
  8911. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8912. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8913. o10.TopSurface = Enum.SurfaceType.Smooth
  8914. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8915. o10.Position = Vector3.new(108.657578, 2.32146406, -61.1399918)
  8916. o11.Parent = o10
  8917. o11.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  8918. o11.MeshType = Enum.MeshType.Cylinder
  8919. o12.Name = "Joint"
  8920. o12.Parent = o10
  8921. 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)
  8922. o12.Part0 = o10
  8923. o12.Part1 = o2
  8924. o13.Parent = o1
  8925. o13.Material = Enum.Material.Neon
  8926. o13.BrickColor = BrickColor.new("Bright blue")
  8927. o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
  8928. o13.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
  8929. 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)
  8930. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8931. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8932. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8933. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8934. o13.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  8935. o13.Position = Vector3.new(108.610107, 3.47503805, -60.8999863)
  8936. o14.Name = "Joint"
  8937. o14.Parent = o13
  8938. 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)
  8939. o14.Part0 = o13
  8940. o14.Part1 = o2
  8941. o15.Parent = o1
  8942. o15.Material = Enum.Material.SmoothPlastic
  8943. o15.BrickColor = BrickColor.new("Really black")
  8944. o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
  8945. o15.Rotation = Vector3.new(-90, 0, 90)
  8946. o15.CanCollide = false
  8947. o15.Shape = Enum.PartType.Cylinder
  8948. o15.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  8949. 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)
  8950. o15.BottomSurface = Enum.SurfaceType.Smooth
  8951. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8952. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8953. o15.TopSurface = Enum.SurfaceType.Smooth
  8954. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8955. o15.Position = Vector3.new(108.657578, 3.05146408, -61.1299973)
  8956. o16.Parent = o15
  8957. o16.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  8958. o16.MeshType = Enum.MeshType.Cylinder
  8959. o17.Name = "Joint"
  8960. o17.Parent = o15
  8961. 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)
  8962. o17.Part0 = o15
  8963. o17.Part1 = o2
  8964. o18.Parent = o1
  8965. o18.Material = Enum.Material.SmoothPlastic
  8966. o18.BrickColor = BrickColor.new("Really black")
  8967. o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
  8968. o18.Size = Vector3.new(0.200000003, 0.529999971, 1.16000009)
  8969. 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)
  8970. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8971. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8972. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8973. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8974. o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8975. o18.Position = Vector3.new(108.620102, 3.47503805, -60.609993)
  8976. o19.Name = "Joint"
  8977. o19.Parent = o18
  8978. 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)
  8979. o19.Part0 = o18
  8980. o19.Part1 = o2
  8981. o20.Parent = o1
  8982. o20.Material = Enum.Material.SmoothPlastic
  8983. o20.BrickColor = BrickColor.new("Really black")
  8984. o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
  8985. o20.Rotation = Vector3.new(-90, 0, 90)
  8986. o20.CanCollide = false
  8987. o20.Shape = Enum.PartType.Cylinder
  8988. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  8989. 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)
  8990. o20.BottomSurface = Enum.SurfaceType.Smooth
  8991. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8992. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8993. o20.TopSurface = Enum.SurfaceType.Smooth
  8994. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8995. o20.Position = Vector3.new(108.657578, 3.61146402, -60.0499954)
  8996. o21.Parent = o20
  8997. o21.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  8998. o21.MeshType = Enum.MeshType.Cylinder
  8999. o22.Name = "Joint"
  9000. o22.Parent = o20
  9001. 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)
  9002. o22.Part0 = o20
  9003. o22.Part1 = o2
  9004. o23.Parent = o1
  9005. o23.Material = Enum.Material.SmoothPlastic
  9006. o23.BrickColor = BrickColor.new("Really black")
  9007. o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
  9008. o23.CanCollide = false
  9009. o23.Size = Vector3.new(0.212500021, 0.493000001, 1.07901895)
  9010. 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)
  9011. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9012. o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9013. o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9014. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9015. o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9016. o23.Position = Vector3.new(108.642822, 3.05354095, -60.609993)
  9017. o24.Parent = o23
  9018. o24.Scale = Vector3.new(0.875471771, 1, 1)
  9019. o25.Name = "Joint"
  9020. o25.Parent = o23
  9021. 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)
  9022. o25.Part0 = o23
  9023. o25.Part1 = o2
  9024. o26.Parent = o1
  9025. o26.Material = Enum.Material.SmoothPlastic
  9026. o26.BrickColor = BrickColor.new("Really black")
  9027. o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
  9028. o26.Rotation = Vector3.new(-90, 0, 90)
  9029. o26.CanCollide = false
  9030. o26.Shape = Enum.PartType.Cylinder
  9031. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  9032. 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)
  9033. o26.BottomSurface = Enum.SurfaceType.Smooth
  9034. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9035. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9036. o26.TopSurface = Enum.SurfaceType.Smooth
  9037. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9038. o26.Position = Vector3.new(108.657578, 3.05146408, -60.0899887)
  9039. o27.Parent = o26
  9040. o27.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  9041. o27.MeshType = Enum.MeshType.Cylinder
  9042. o28.Name = "Joint"
  9043. o28.Parent = o26
  9044. 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)
  9045. o28.Part0 = o26
  9046. o28.Part1 = o2
  9047. o29.Parent = o1
  9048. o29.Material = Enum.Material.SmoothPlastic
  9049. o29.BrickColor = BrickColor.new("Really black")
  9050. o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
  9051. o29.Rotation = Vector3.new(0, 90, 0)
  9052. o29.FormFactor = Enum.FormFactor.Custom
  9053. o29.Size = Vector3.new(1.03999996, 1.88999999, 1.04999995)
  9054. 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)
  9055. o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9056. o29.BottomSurface = Enum.SurfaceType.Smooth
  9057. o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9058. o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9059. o29.TopSurface = Enum.SurfaceType.Smooth
  9060. o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9061. o29.Position = Vector3.new(109.085098, 3.32595992, -60.6099548)
  9062. o30.Name = "Joint"
  9063. o30.Parent = o29
  9064. 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)
  9065. o30.Part0 = o29
  9066. o30.Part1 = o2
  9067. o31.Parent = o1
  9068. o31.Material = Enum.Material.Neon
  9069. o31.BrickColor = BrickColor.new("Bright blue")
  9070. o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
  9071. o31.Size = Vector3.new(0.200000003, 0.529999971, 0.200000003)
  9072. 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)
  9073. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9074. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9075. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9076. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9077. o31.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  9078. o31.Position = Vector3.new(108.610107, 3.47503805, -60.2999802)
  9079. o32.Name = "Joint"
  9080. o32.Parent = o31
  9081. 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)
  9082. o32.Part0 = o31
  9083. o32.Part1 = o2
  9084. o33.Parent = o1
  9085. o33.Material = Enum.Material.SmoothPlastic
  9086. o33.BrickColor = BrickColor.new("Really black")
  9087. o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
  9088. o33.CanCollide = false
  9089. o33.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
  9090. 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)
  9091. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9092. o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9093. o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9094. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9095. o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9096. o33.Position = Vector3.new(108.642822, 2.79854107, -61.0494919)
  9097. o34.Parent = o33
  9098. o34.Scale = Vector3.new(0.875471771, 1, 1)
  9099. o35.Name = "Joint"
  9100. o35.Parent = o33
  9101. 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)
  9102. o35.Part0 = o33
  9103. o35.Part1 = o2
  9104. o36.Parent = o1
  9105. o36.Material = Enum.Material.SmoothPlastic
  9106. o36.BrickColor = BrickColor.new("Really black")
  9107. o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
  9108. o36.Size = Vector3.new(0.771358609, 0.200000003, 1.07901871)
  9109. 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)
  9110. o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9111. o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9112. o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9113. o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9114. o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9115. o36.Position = Vector3.new(108.945892, 2.28999805, -60.6218491)
  9116. o37.Name = "Joint"
  9117. o37.Parent = o36
  9118. 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)
  9119. o37.Part0 = o36
  9120. o37.Part1 = o2
  9121. o38.Parent = o1
  9122. o38.Material = Enum.Material.SmoothPlastic
  9123. o38.BrickColor = BrickColor.new("Really black")
  9124. o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
  9125. o38.Size = Vector3.new(0.839999974, 0.529999971, 1.15999997)
  9126. 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)
  9127. o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9128. o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9129. o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9130. o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9131. o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9132. o38.Position = Vector3.new(108.940109, 3.47503805, -60.609993)
  9133. o39.Name = "Joint"
  9134. o39.Parent = o38
  9135. 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)
  9136. o39.Part0 = o38
  9137. o39.Part1 = o2
  9138. o40.Parent = o1
  9139. o40.Material = Enum.Material.SmoothPlastic
  9140. o40.BrickColor = BrickColor.new("Really black")
  9141. o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
  9142. o40.Rotation = Vector3.new(-90, 0, 90)
  9143. o40.CanCollide = false
  9144. o40.Shape = Enum.PartType.Cylinder
  9145. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.278077513)
  9146. 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)
  9147. o40.BottomSurface = Enum.SurfaceType.Smooth
  9148. o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9149. o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9150. o40.TopSurface = Enum.SurfaceType.Smooth
  9151. o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9152. o40.Position = Vector3.new(108.657578, 3.61146402, -61.1699905)
  9153. o41.Parent = o40
  9154. o41.Scale = Vector3.new(0.278077543, 0.945463777, 1)
  9155. o41.MeshType = Enum.MeshType.Cylinder
  9156. o42.Name = "Joint"
  9157. o42.Parent = o40
  9158. 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)
  9159. o42.Part0 = o40
  9160. o42.Part1 = o2
  9161. o43.Parent = o1
  9162. o43.Material = Enum.Material.SmoothPlastic
  9163. o43.BrickColor = BrickColor.new("Really black")
  9164. o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
  9165. o43.CanCollide = false
  9166. o43.Size = Vector3.new(0.212500021, 1.00300002, 0.200000003)
  9167. 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)
  9168. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9169. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9170. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9171. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9172. o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9173. o43.Position = Vector3.new(109.222839, 2.79854107, -61.0494919)
  9174. o44.Parent = o43
  9175. o44.Scale = Vector3.new(0.875471771, 1, 1)
  9176. o45.Name = "Joint"
  9177. o45.Parent = o43
  9178. 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)
  9179. o45.Part0 = o43
  9180. o45.Part1 = o2
  9181. o46.Parent = o1
  9182. o46.Material = Enum.Material.SmoothPlastic
  9183. o46.BrickColor = BrickColor.new("Really black")
  9184. o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
  9185. o46.CanCollide = false
  9186. o46.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
  9187. 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)
  9188. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9189. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9190. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9191. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9192. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9193. o46.Position = Vector3.new(108.642822, 2.79354095, -60.1895142)
  9194. o47.Parent = o46
  9195. o47.Scale = Vector3.new(0.875471771, 1, 1)
  9196. o48.Name = "Joint"
  9197. o48.Parent = o46
  9198. 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)
  9199. o48.Part0 = o46
  9200. o48.Part1 = o2
  9201. o49.Parent = o1
  9202. o49.Material = Enum.Material.SmoothPlastic
  9203. o49.BrickColor = BrickColor.new("Really black")
  9204. o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
  9205. o49.CanCollide = false
  9206. o49.Size = Vector3.new(0.212500021, 1.01300001, 0.200000003)
  9207. 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)
  9208. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9209. o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9210. o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9211. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9212. o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9213. o49.Position = Vector3.new(109.222839, 2.79354095, -60.1895142)
  9214. o50.Parent = o49
  9215. o50.Scale = Vector3.new(0.875471771, 1, 1)
  9216. o51.Name = "Joint"
  9217. o51.Parent = o49
  9218. 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)
  9219. o51.Part0 = o49
  9220. o51.Part1 = o2
  9221. o52.Parent = o1
  9222. o52.Material = Enum.Material.SmoothPlastic
  9223. o52.BrickColor = BrickColor.new("Dark stone grey")
  9224. o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
  9225. o52.Rotation = Vector3.new(-90, 0, 0)
  9226. o52.Size = Vector3.new(0.200000003, 0.46807757, 0.42348215)
  9227. 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)
  9228. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9229. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9230. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9231. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9232. o52.Color = Color3.new(0.388235, 0.372549, 0.384314)
  9233. o52.Position = Vector3.new(108.650101, 2.64661002, -60.8574295)
  9234. o53.Name = "Joint"
  9235. o53.Parent = o52
  9236. 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)
  9237. o53.Part0 = o52
  9238. o53.Part1 = o2
  9239. o54.Parent = o1
  9240. o54.Material = Enum.Material.SmoothPlastic
  9241. o54.BrickColor = BrickColor.new("Dark stone grey")
  9242. o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
  9243. o54.Rotation = Vector3.new(90, -90, 0)
  9244. o54.Size = Vector3.new(0.200000003, 0.578077555, 0.200000003)
  9245. 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)
  9246. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9247. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9248. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9249. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9250. o54.Color = Color3.new(0.388235, 0.372549, 0.384314)
  9251. o54.Position = Vector3.new(109.427994, 2.28999829, -60.3651505)
  9252. o55.Name = "Joint"
  9253. o55.Parent = o54
  9254. 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)
  9255. o55.Part0 = o54
  9256. o55.Part1 = o2
  9257. mas.Parent = workspace
  9258. mas:MakeJoints()
  9259. local mas1 = mas:GetChildren()
  9260. for i=1,#mas1 do
  9261. mas1[i].Parent = workspace
  9262. ypcall(function() mas1[i]:MakeJoints() end)
  9263. end
  9264. mas:Destroy()
  9265. for i=1,#cors do
  9266. coroutine.resume(cors[i])
  9267. end
  9268.  
  9269. wait()
  9270.  
  9271. Workspace["RightArm"].Parent = game.Players.LocalPlayer.Character
  9272.  
  9273. game.Players.LocalPlayer.Character["RightArm"].Name = "Familiar Right Arm"
  9274.  
  9275. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
  9276. w.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  9277. w.Part1 = o2
  9278. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  9279. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0
  9280.  
  9281. for i,v in pairs (game.Players.LocalPlayer.Character["Familiar Right Arm"]:GetChildren()) do
  9282. if v.ClassName == "Part" then
  9283. v.CanCollide = false
  9284. v.Anchored = false
  9285. end
  9286. end
  9287.  
  9288.  
  9289. local runDummyScript = function(f,scri)
  9290. local oldenv = getfenv(f)
  9291. local newenv = setmetatable({}, {
  9292. __index = function(_, k)
  9293. if k:lower() == 'script' then
  9294. return scri
  9295. else
  9296. return oldenv[k]
  9297. end
  9298. end
  9299. })
  9300. setfenv(f, newenv)
  9301. ypcall(function() f() end)
  9302. end
  9303. cors = {}
  9304. mas = Instance.new("Model",game:GetService("Lighting"))
  9305. mas.Name = "CompiledModel"
  9306. o1 = Instance.new("Part")
  9307. o2 = Instance.new("Weld")
  9308. o3 = Instance.new("Part")
  9309. o4 = Instance.new("Weld")
  9310. o5 = Instance.new("Part")
  9311. o6 = Instance.new("Weld")
  9312. o7 = Instance.new("Part")
  9313. o8 = Instance.new("Weld")
  9314. o9 = Instance.new("Part")
  9315. o10 = Instance.new("Weld")
  9316. o11 = Instance.new("Part")
  9317. o12 = Instance.new("Weld")
  9318. o13 = Instance.new("Part")
  9319. o14 = Instance.new("Weld")
  9320. o15 = Instance.new("Part")
  9321. o16 = Instance.new("Weld")
  9322. o17 = Instance.new("Part")
  9323. o18 = Instance.new("SpecialMesh")
  9324. o19 = Instance.new("Weld")
  9325. o20 = Instance.new("WedgePart")
  9326. o21 = Instance.new("Weld")
  9327. o22 = Instance.new("WedgePart")
  9328. o23 = Instance.new("Weld")
  9329. o24 = Instance.new("WedgePart")
  9330. o25 = Instance.new("Weld")
  9331. o26 = Instance.new("WedgePart")
  9332. o27 = Instance.new("Weld")
  9333. o28 = Instance.new("WedgePart")
  9334. o29 = Instance.new("Weld")
  9335. o30 = Instance.new("WedgePart")
  9336. o31 = Instance.new("Weld")
  9337. o32 = Instance.new("Part")
  9338. o33 = Instance.new("SpecialMesh")
  9339. o1.Name = "Blade"
  9340. o1.Parent = mas
  9341. o1.Material = Enum.Material.Metal
  9342. o1.BrickColor = BrickColor.new("Fossil")
  9343. o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
  9344. o1.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9345. o1.CanCollide = false
  9346. o1.FormFactor = Enum.FormFactor.Custom
  9347. o1.Size = Vector3.new(0.199999988, 6.44999933, 0.449999988)
  9348. 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)
  9349. o1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9350. o1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9351. o1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9352. o1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9353. o1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9354. o1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9355. o1.Color = Color3.new(0.623529, 0.631373, 0.67451)
  9356. o1.Position = Vector3.new(98.2693253, 1.1018647, -50.969738)
  9357. o2.Name = "Joint"
  9358. o2.Parent = o1
  9359. 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)
  9360. o2.Part0 = o1
  9361. o2.Part1 = o32
  9362. o3.Name = "Handle"
  9363. o3.Parent = mas
  9364. o3.Material = Enum.Material.Metal
  9365. o3.BrickColor = BrickColor.new("Really black")
  9366. o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
  9367. o3.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9368. o3. Anchored = false
  9369. o3.FormFactor = Enum.FormFactor.Custom
  9370. o3.Size = Vector3.new(0.25999999, 0.630000114, 0.310000002)
  9371. 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)
  9372. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9373. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9374. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9375. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9376. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9377. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9378. o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9379. o3.Position = Vector3.new(101.193436, 1.93511701, -51.0367813)
  9380. o4.Name = "Joint"
  9381. o4.Parent = o3
  9382. 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)
  9383. o4.Part0 = o3
  9384. o4.Part1 = o32
  9385. o5.Name = "Handle"
  9386. o5.Parent = mas
  9387. o5.Material = Enum.Material.Metal
  9388. o5.BrickColor = BrickColor.new("Really black")
  9389. o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
  9390. o5.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
  9391. o5. Anchored = false
  9392. o5.FormFactor = Enum.FormFactor.Custom
  9393. o5.Shape = Enum.PartType.Cylinder
  9394. o5.Size = Vector3.new(2.13999987, 0.230000168, 0.310000002)
  9395. 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)
  9396. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9397. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9398. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9399. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9400. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9401. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9402. o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9403. o5.Position = Vector3.new(102.496597, 2.26651406, -51.0636063)
  9404. o6.Name = "Joint"
  9405. o6.Parent = o5
  9406. 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)
  9407. o6.Part0 = o5
  9408. o6.Part1 = o32
  9409. o7.Name = "Handle"
  9410. o7.Parent = mas
  9411. o7.Material = Enum.Material.Metal
  9412. o7.BrickColor = BrickColor.new("Really black")
  9413. o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
  9414. o7.Rotation = Vector3.new(-86.5400009, -14.1700001, -177.789993)
  9415. o7. Anchored = false
  9416. o7.FormFactor = Enum.FormFactor.Custom
  9417. o7.Shape = Enum.PartType.Cylinder
  9418. o7.Size = Vector3.new(0.25, 0.239999995, 0.319999993)
  9419. 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)
  9420. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9421. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9422. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9423. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9424. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9425. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9426. o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9427. o7.Position = Vector3.new(103.242661, 2.456352, -51.0818558)
  9428. o8.Name = "Joint"
  9429. o8.Parent = o7
  9430. 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)
  9431. o8.Part0 = o7
  9432. o8.Part1 = o32
  9433. o9.Name = "Handle10"
  9434. o9.Parent = mas
  9435. o9.Material = Enum.Material.Metal
  9436. o9.BrickColor = BrickColor.new("Really black")
  9437. o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
  9438. o9.Rotation = Vector3.new(-83.4899979, -59.1199989, 94.1800003)
  9439. o9. Anchored = false
  9440. o9.FormFactor = Enum.FormFactor.Custom
  9441. o9.Size = Vector3.new(0.200000003, 0.5, 0.200000003)
  9442. 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)
  9443. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9444. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9445. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9446. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9447. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9448. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9449. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9450. o9.Position = Vector3.new(100.658432, 1.96633995, -51.0150528)
  9451. o10.Name = "Joint"
  9452. o10.Parent = o9
  9453. 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)
  9454. o10.Part0 = o9
  9455. o10.Part1 = o32
  9456. o11.Name = "Handle2"
  9457. o11.Parent = mas
  9458. o11.Material = Enum.Material.Metal
  9459. o11.BrickColor = BrickColor.new("Really black")
  9460. o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
  9461. o11.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9462. o11. Anchored = false
  9463. o11.FormFactor = Enum.FormFactor.Custom
  9464. o11.Size = Vector3.new(0.25999999, 0.899999976, 0.200000018)
  9465. 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)
  9466. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9467. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9468. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9469. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9470. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9471. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9472. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9473. o11.Position = Vector3.new(101.382919, 1.73613298, -51.0539436)
  9474. o12.Name = "Joint"
  9475. o12.Parent = o11
  9476. 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)
  9477. o12.Part0 = o11
  9478. o12.Part1 = o32
  9479. o13.Name = "Handle3"
  9480. o13.Parent = mas
  9481. o13.Material = Enum.Material.Metal
  9482. o13.BrickColor = BrickColor.new("Really black")
  9483. o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
  9484. o13.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9485. o13. Anchored = false
  9486. o13.CanCollide = false
  9487. o13.FormFactor = Enum.FormFactor.Custom
  9488. o13.Size = Vector3.new(0.25, 1.10000002, 0.300000012)
  9489. 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)
  9490. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9491. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9492. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9493. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9494. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9495. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9496. o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9497. o13.Position = Vector3.new(100.450119, 1.75461495, -51.0180397)
  9498. o14.Name = "Joint"
  9499. o14.Parent = o13
  9500. 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)
  9501. o14.Part0 = o13
  9502. o14.Part1 = o32
  9503. o15.Name = "Handle4"
  9504. o15.Parent = mas
  9505. o15.Material = Enum.Material.Metal
  9506. o15.BrickColor = BrickColor.new("Really black")
  9507. o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
  9508. o15.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9509. o15. Anchored = false
  9510. o15.CanCollide = false
  9511. o15.FormFactor = Enum.FormFactor.Custom
  9512. o15.Size = Vector3.new(0.25, 1.10000002, 0.200000003)
  9513. 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)
  9514. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9515. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9516. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9517. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9518. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9519. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9520. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9521. o15.Position = Vector3.new(99.3745956, 1.522138, -50.9895859)
  9522. o16.Name = "Joint"
  9523. o16.Parent = o15
  9524. 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)
  9525. o16.Part0 = o15
  9526. o16.Part1 = o32
  9527. o17.Parent = mas
  9528. o17.BrickColor = BrickColor.new("Really black")
  9529. o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
  9530. o17.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
  9531. o17. Anchored = false
  9532. o17.FormFactor = Enum.FormFactor.Symmetric
  9533. o17.Size = Vector3.new(0.600000024, 0.389999986, 0.310000002)
  9534. 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)
  9535. o17.BottomSurface = Enum.SurfaceType.Smooth
  9536. o17.TopSurface = Enum.SurfaceType.Smooth
  9537. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9538. o17.Position = Vector3.new(103.529999, 2.52386594, -51.0825729)
  9539. o18.Parent = o17
  9540. o18.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  9541. o18.Scale = Vector3.new(0.300000012, 0.5, 0.300000012)
  9542. o18.MeshType = Enum.MeshType.FileMesh
  9543. o19.Name = "Joint"
  9544. o19.Parent = o17
  9545. 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)
  9546. o19.Part0 = o17
  9547. o19.Part1 = o32
  9548. o20.Name = "Handle5"
  9549. o20.Parent = mas
  9550. o20.Material = Enum.Material.Metal
  9551. o20.BrickColor = BrickColor.new("Really black")
  9552. o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
  9553. o20.Rotation = Vector3.new(93.4599991, 14.1700001, -92.2099991)
  9554. o20. Anchored = false
  9555. o20.FormFactor = Enum.FormFactor.Custom
  9556. o20.Size = Vector3.new(0.25, 0.350000024, 0.25)
  9557. 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)
  9558. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9559. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9560. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9561. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9562. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9563. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9564. o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9565. o20.Position = Vector3.new(101.249954, 2.22195911, -51.0153122)
  9566. o21.Name = "Joint"
  9567. o21.Parent = o20
  9568. 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)
  9569. o21.Part0 = o20
  9570. o21.Part1 = o32
  9571. o22.Name = "Handle6"
  9572. o22.Parent = mas
  9573. o22.Material = Enum.Material.Metal
  9574. o22.BrickColor = BrickColor.new("Really black")
  9575. o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
  9576. o22.Rotation = Vector3.new(93.4599991, 14.1700001, 87.7900009)
  9577. o22. Anchored = false
  9578. o22.FormFactor = Enum.FormFactor.Custom
  9579. o22.Size = Vector3.new(0.25, 0.25, 0.25)
  9580. 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)
  9581. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9582. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9583. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9584. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9585. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9586. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9587. o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9588. o22.Position = Vector3.new(100.964066, 2.14921093, -51.0082169)
  9589. o23.Name = "Joint"
  9590. o23.Parent = o22
  9591. 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)
  9592. o23.Part0 = o22
  9593. o23.Part1 = o32
  9594. o24.Name = "Handle7"
  9595. o24.Parent = mas
  9596. o24.Material = Enum.Material.Metal
  9597. o24.BrickColor = BrickColor.new("Really black")
  9598. o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
  9599. o24.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9600. o24. Anchored = false
  9601. o24.CanCollide = false
  9602. o24.FormFactor = Enum.FormFactor.Custom
  9603. o24.Size = Vector3.new(0.25, 0.300000072, 0.200000003)
  9604. 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)
  9605. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9606. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9607. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9608. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9609. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9610. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9611. o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9612. o24.Position = Vector3.new(100.801941, 1.58773196, -51.0308456)
  9613. o25.Name = "Joint"
  9614. o25.Parent = o24
  9615. 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)
  9616. o25.Part0 = o24
  9617. o25.Part1 = o32
  9618. o26.Name = "Handle8"
  9619. o26.Parent = mas
  9620. o26.Material = Enum.Material.Metal
  9621. o26.BrickColor = BrickColor.new("Really black")
  9622. o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
  9623. o26.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9624. o26. Anchored = false
  9625. o26.CanCollide = false
  9626. o26.FormFactor = Enum.FormFactor.Custom
  9627. o26.Size = Vector3.new(0.25, 0.800000072, 0.200000003)
  9628. 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)
  9629. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9630. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9631. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9632. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9633. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9634. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9635. o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9636. o26.Position = Vector3.new(98.5145874, 1.30442798, -50.9596901)
  9637. o27.Name = "Joint"
  9638. o27.Parent = o26
  9639. 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)
  9640. o27.Part0 = o26
  9641. o27.Part1 = o32
  9642. o28.Name = "BladeEnd"
  9643. o28.Parent = mas
  9644. o28.Material = Enum.Material.Metal
  9645. o28.BrickColor = BrickColor.new("Fossil")
  9646. o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
  9647. o28.Rotation = Vector3.new(-86.5400009, -13.5500002, 92.1699982)
  9648. o28. Anchored = false
  9649. o28.CanCollide = false
  9650. o28.FormFactor = Enum.FormFactor.Custom
  9651. o28.Size = Vector3.new(0.25, 1.09000015, 0.450000018)
  9652. 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)
  9653. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9654. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9655. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9656. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9657. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9658. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9659. o28.Color = Color3.new(0.623529, 0.631373, 0.67451)
  9660. o28.Position = Vector3.new(94.6353149, 0.178499788, -50.8718147)
  9661. o29.Name = "Joint"
  9662. o29.Parent = o28
  9663. 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)
  9664. o29.Part0 = o28
  9665. o29.Part1 = o32
  9666. o30.Name = "Handle9"
  9667. o30.Parent = mas
  9668. o30.Material = Enum.Material.Metal
  9669. o30.BrickColor = BrickColor.new("Really black")
  9670. o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
  9671. o30.Rotation = Vector3.new(-86.5400009, -14.1700001, 92.2099991)
  9672. o30. Anchored = false
  9673. o30.CanCollide = false
  9674. o30.FormFactor = Enum.FormFactor.Custom
  9675. o30.Size = Vector3.new(0.25, 0.5200001, 0.200000003)
  9676. 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)
  9677. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9678. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9679. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9680. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9681. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9682. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9683. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9684. o30.Position = Vector3.new(99.7111816, 1.50592995, -50.994133)
  9685. o31.Name = "Joint"
  9686. o31.Parent = o30
  9687. 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)
  9688. o31.Part0 = o30
  9689. o31.Part1 = o32
  9690. o32.Name = "REF"
  9691. o32.Parent = mas
  9692. o32.Transparency = 1
  9693. o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
  9694. o32.Rotation = Vector3.new(0, -90, 0)
  9695. o32. Anchored = false
  9696. o32.CanCollide = false
  9697. o32.FormFactor = Enum.FormFactor.Symmetric
  9698. o32.Size = Vector3.new(2, 2, 1)
  9699. 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)
  9700. o32.BottomSurface = Enum.SurfaceType.Smooth
  9701. o32.TopSurface = Enum.SurfaceType.Smooth
  9702. o32.Position = Vector3.new(101.694839, 3.2014029, -49.9870377)
  9703. o33.Parent = o32
  9704. o33.MeshId = "rbxasset://fonts/torso.mesh"
  9705. o33.MeshType = Enum.MeshType.FileMesh
  9706. mas.Parent = workspace
  9707. mas:MakeJoints()
  9708. local mas1 = mas:GetChildren()
  9709. for i=1,#mas1 do
  9710. mas1[i].Parent = workspace
  9711. ypcall(function() mas1[i]:MakeJoints() end)
  9712. end
  9713. mas:Destroy()
  9714. for i=1,#cors do
  9715. coroutine.resume(cors[i])
  9716. end
  9717.  
  9718. wait()
  9719.  
  9720. Workspace["Blade"].Parent = game.Players.LocalPlayer.Character
  9721.  
  9722. game.Players.LocalPlayer.Character["Blade"].Name = "Blade"
  9723.  
  9724. w = Instance.new("Weld", game.Players.LocalPlayer.Character["Torso"])
  9725. w.Part0 = game.Players.LocalPlayer.Character["Torso"]
  9726. w.Part1 = o32
  9727. w.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(0, 0, 0)
  9728. game.Players.LocalPlayer.Character["Torso"].Transparency = 0
  9729.  
  9730. for i,v in pairs (game.Players.LocalPlayer.Character["Blade"]:GetChildren()) do
  9731. if v.ClassName == "Part" then
  9732. v.CanCollide = false
  9733. v.Anchored = false
  9734. end
  9735. end
  9736. --
  9737. wait(1 / 60)
  9738. Ilaoi = { }
  9739. local Mouse = Player:GetMouse()
  9740. local RootPart = Character.HumanoidRootPart
  9741. local RootJoint = RootPart.RootJoint
  9742. local attack = false
  9743. local delays = false
  9744. local play = true
  9745. local targetted = nil
  9746. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  9747. local velocity = RootPart.Velocity.y
  9748. local sine = 0
  9749. local Create = LoadLibrary("RbxUtility").Create
  9750.  
  9751. CFuncs = {
  9752.  
  9753. ["Sound"] = {
  9754. Create = function(id, par, vol, pit)
  9755. coroutine.resume(coroutine.create(function()
  9756. local S = Create("Sound"){
  9757. Volume = vol,
  9758. Pitch = pit or 1,
  9759. SoundId = id,
  9760. Parent = par or workspace,
  9761. }
  9762. wait()
  9763. S:play()
  9764. game:GetService("Debris"):AddItem(S, 6)
  9765. end))
  9766. end;
  9767. };
  9768.  
  9769.  
  9770. CreateTemplate = {
  9771.  
  9772. };
  9773. }
  9774.  
  9775.  
  9776. abss = Instance.new("BillboardGui",Character)
  9777. abss.Size = UDim2.new(50,0,50,0)
  9778. abss.Enabled = false
  9779. imgl = Instance.new("ImageLabel",abss)
  9780. imgl.Position = UDim2.new(0,0,0,0)
  9781. imgl.Size = UDim2.new(1,0,1,0)
  9782. imgl.Image = "rbxassetid://103028201"
  9783. imgl.BackgroundTransparency = 1
  9784. imgl.ImageColor3 = Color3.new(0,0,255)
  9785. img2 = Instance.new("ImageLabel",abss)
  9786. img2.Position = UDim2.new(0,0,0,0)
  9787. img2.Size = UDim2.new(1,0,1,0)
  9788. img2.Image = "rbxassetid://103028201"
  9789. img2.BackgroundTransparency = 1
  9790. img2.ImageColor3 = Color3.new(0,0,255)
  9791.  
  9792. function TargetSelect(person)
  9793. local dd=coroutine.wrap(function()
  9794. if targetted ~= person then
  9795. targetted = person
  9796. img2.Size = UDim2.new(1,0,1,0)
  9797. img2.ImageTransparency = 0
  9798. img2.Position = UDim2.new(0,0,0,0)
  9799. for i = 0, 2, 0.1 do
  9800. swait()
  9801. img2.Size = img2.Size + UDim2.new(5,0,5,0)
  9802. img2.Position = img2.Position + UDim2.new(-.025,0,-.025,0)
  9803. img2.ImageTransparency = img2.ImageTransparency + 0.05
  9804. end
  9805. end
  9806. end)
  9807. dd()
  9808. end
  9809.  
  9810. function LockOn()
  9811. if Mouse.Target.Parent ~= Character and Mouse.Target.Parent.Parent ~= Character and Mouse.Target.Parent:FindFirstChild("Humanoid") ~= nil then
  9812. TargetSelect(Mouse.Target.Parent)
  9813. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=147722098", Character, 1, .8)
  9814. end
  9815. end
  9816.  
  9817.  
  9818. function ofmoosic() -- 2 lazi hoh
  9819. delays = true
  9820. while wait() and kkk and kkk.Volume >= 0.02 do
  9821. kkk.Volume = kkk.Volume - 0.05
  9822. end
  9823. wait(0.1)
  9824. kkk.Pitch = 0
  9825. kkk.PlaybackSpeed = 0
  9826. play = false
  9827. delays = false
  9828. end
  9829. function onmoosic()
  9830. delays = true
  9831. kkk.Pitch = .6
  9832. kkk.PlaybackSpeed = .6
  9833. while wait() and kkk and kkk.Volume <= 1.5 do
  9834. kkk.Volume = kkk.Volume + 0.05
  9835. end
  9836. wait(0.1)
  9837. play = true
  9838. delays = false
  9839. end
  9840.  
  9841.  
  9842. Mouse.KeyDown:connect(function(k)
  9843. k = k:lower()
  9844. if attack == false and k == 'q' then
  9845. LockOn()
  9846. end
  9847. end)
  9848.  
  9849. kkk = Instance.new("Sound",Character)
  9850. kkk.Volume = 1.5
  9851. kkk.PlaybackSpeed = 1
  9852. kkk.Pitch = .6
  9853. kkk.SoundId = "rbxassetid://"
  9854. kkk:Play()
  9855. kkk.Name = "a"
  9856. kkk.Looped = true
  9857.  
  9858.  
  9859.  
  9860. while true do
  9861. swait()
  9862. for i, v in pairs(Character:GetChildren()) do
  9863. if v:IsA("Part") then
  9864. v.Material = "SmoothPlastic"
  9865. elseif v:IsA("Accessory") then
  9866. v:WaitForChild("Handle").Material = "SmoothPlastic"
  9867. end
  9868. end
  9869. while true do
  9870. swait()
  9871. imgl.Rotation = imgl.Rotation + 3
  9872. img2.Rotation = img2.Rotation + 3
  9873. if targetted ~= nil then
  9874. abss.Adornee = targetted:FindFirstChild("Torso") or targetted:FindFirstChild("UpperTorso")
  9875. abss.Enabled = true
  9876. elseif targetted == nil then
  9877. abss.Adornee = nil
  9878. abss.Enabled = false
  9879. end
  9880. while true and imgl.Rotation >= 360 do
  9881. imgl.Rotation = 0
  9882. img2.Rotation = 0
  9883. end
  9884.  
  9885. if 0 < #Ilaoi then
  9886. for e = 1, #Ilaoi do
  9887. if Ilaoi[e] ~= nil then
  9888. local Thing = Ilaoi[e]
  9889. if Thing ~= nil then
  9890. local Part = Thing[1]
  9891. local Mode = Thing[2]
  9892. local Delay = Thing[3]
  9893. local IncX = Thing[4]
  9894. local IncY = Thing[5]
  9895. local IncZ = Thing[6]
  9896. if Thing[2] == "Shoot" then
  9897. local Look = Thing[1]
  9898. local move = 30
  9899. if Thing[8] == 3 then
  9900. move = 10
  9901. end
  9902. local hit, pos = rayCast(Thing[4], Thing[1], move, m)
  9903. if Thing[10] ~= nil then
  9904. da = pos
  9905. cf2 = CFrame.new(Thing[4], Thing[10].Position)
  9906. cfa = CFrame.new(Thing[4], pos)
  9907. tehCF = cfa:lerp(cf2, 0.2)
  9908. Thing[1] = tehCF.lookVector
  9909. end
  9910. local mag = (Thing[4] - pos).magnitude
  9911. 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)
  9912. if Thing[8] == 2 then
  9913. 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)
  9914. end
  9915. Thing[4] = Thing[4] + Look * move
  9916. Thing[3] = Thing[3] - 1
  9917. if 2 < Thing[5] then
  9918. Thing[5] = Thing[5] - 0.3
  9919. Thing[6] = Thing[6] - 0.3
  9920. end
  9921. if hit ~= nil then
  9922. Thing[3] = 0
  9923. if Thing[8] == 1 or Thing[8] == 3 then
  9924. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  9925. else
  9926. if Thing[8] == 2 then
  9927. Damage(hit, hit, Thing[5], Thing[6], Thing[7], "Normal", RootPart, 0, "", 1)
  9928. if (hit.Parent:findFirstChild("Humanoid")) ~= nil or (hit.Parent.Parent:findFirstChild("Humanoid")) ~= nil then
  9929. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  9930. ref.Anchored = true
  9931. ref.CFrame = CFrame.new(pos)
  9932. CFuncs["Sound"].Create("161006093", ref, 1, 1.2)
  9933. game:GetService("Debris"):AddItem(ref, 0.2)
  9934. 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)
  9935. 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)
  9936. MagnitudeDamage(ref, 15, Thing[5] / 1.5, Thing[6] / 1.5, 0, "Normal", "", 1)
  9937. end
  9938. end
  9939. end
  9940. ref = CFuncs.Part.Create(workspace, "Neon", 0, 1, BrickColor.new("Really red"), "Reference", Vector3.new())
  9941. ref.Anchored = true
  9942. ref.CFrame = CFrame.new(pos)
  9943. Effects["Sphere"].Create(Torso.BrickColor, CFrame.new(pos), 5, 5, 5, 1, 1, 1, 0.07)
  9944. game:GetService("Debris"):AddItem(ref, 1)
  9945. end
  9946. if Thing[3] <= 0 then
  9947. table.remove(Effects, e)
  9948. end
  9949. end
  9950. do
  9951. do
  9952. if Thing[2] == "FireWave" then
  9953. if Thing[3] <= Thing[4] then
  9954. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(0, 1, 0)
  9955. Thing[3] = Thing[3] + 1
  9956. Thing[6].Scale = Thing[6].Scale + Vector3.new(Thing[5], 0, Thing[5])
  9957. else
  9958. Part.Parent = nil
  9959. table.remove(Effects, e)
  9960. end
  9961. end
  9962. if Thing[2] ~= "Shoot" and Thing[2] ~= "Wave" and Thing[2] ~= "FireWave" then
  9963. if Thing[1].Transparency <= 1 then
  9964. if Thing[2] == "Block1" then
  9965. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  9966. Mesh = Thing[7]
  9967. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9968. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9969. else
  9970. if Thing[2] == "Block2" then
  9971. Thing[1].CFrame = Thing[1].CFrame
  9972. Mesh = Thing[7]
  9973. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9974. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9975. else
  9976. if Thing[2] == "Fire" then
  9977. Thing[1].CFrame = CFrame.new(Thing[1].Position) + Vector3.new(0, 0.2, 0)
  9978. Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  9979. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9980. else
  9981. if Thing[2] == "Cylinder" then
  9982. Mesh = Thing[7]
  9983. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9984. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9985. else
  9986. if Thing[2] == "Blood" then
  9987. Mesh = Thing[7]
  9988. Thing[1].CFrame = Thing[1].CFrame * CFrame.new(0, 0.5, 0)
  9989. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
  9990. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9991. else
  9992. if Thing[2] == "Elec" then
  9993. Mesh = Thing[10]
  9994. Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
  9995. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9996. else
  9997. if Thing[2] == "Disappear" then
  9998. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  9999. else
  10000. if Thing[2] == "Shatter" then
  10001. Thing[1].Transparency = Thing[1].Transparency + Thing[3]
  10002. Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
  10003. Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
  10004. Thing[6] = Thing[6] + Thing[5]
  10005. end
  10006. end
  10007. end
  10008. end
  10009. end
  10010. end
  10011. end
  10012. end
  10013. else
  10014.  
  10015. table.remove(Ilaoi, e)
  10016. end
  10017. end
  10018. end
  10019. end
  10020. end
  10021. end
  10022. end
  10023. end
  10024. end
  10025. end
Advertisement
Add Comment
Please, Sign In to add comment