Advertisement
ThatOneGuy561

Untitled

Jun 21st, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.41 KB | None | 0 0
  1. --------------------------This is an Official script from Duelist--------------------------
  2. ---{-------------------- -------------------}---
  3. ---{-------------------- / \ -------------------}---
  4. ---{-------------------- II -------------------}---
  5. ---{-------------------- II -------------------}---
  6. ---{-------------------- II -------------------}---
  7. ---{-------------------- A========A -------------------}---
  8. ---{-------------------- II -------------------}---
  9. ---{-------------------- II -------------------}---
  10. ---{-------------------- W -------------------}---
  11. -------------------------------------------------------------------------------------------------------------
  12. -- By : navaltom02 (original creator)
  13. -- For Dion
  14. -- Helped with voicelines : No remember
  15. -- Edit by sawyerqqqqq
  16. p = game.Players.LocalPlayer
  17. char = p.Character
  18. local s = Instance.new("Sound",char)
  19. s.SoundId = "http://www.roblox.com/asset/?id=415880409"
  20. s.Pitch = 0.98
  21. s.Volume = 2
  22. s.Looped = false
  23. wait(0.1)
  24. s:play()
  25.  
  26. local s = Instance.new("Sound",char)
  27. s.SoundId = "http://www.roblox.com/asset/?id=320815294"
  28. s.Pitch = 1
  29. s.Volume = 5
  30. s.Looped = true
  31. wait(0.1)
  32. s:play()
  33.  
  34. local l = game.Lighting
  35. local sky = Instance.new("Sky",l)
  36. sky.CelestialBodiesShown = false
  37. sky.SkyboxBk = "http://www.roblox.com/asset/?id=156925041"
  38. sky.SkyboxDn = "http://www.roblox.com/asset/?id=156925047"
  39. sky.SkyboxFt = "http://www.roblox.com/asset/?id=156925045"
  40. sky.SkyboxLf = "http://www.roblox.com/asset/?id=156925043"
  41. sky.SkyboxRt = "http://www.roblox.com/asset/?id=156925038"
  42. sky.SkyboxUp = "http://www.roblox.com/asset/?id=156925055"
  43. sky.StarCount = 0
  44. sky.Name = "GreenSpace"
  45. -------------Aimbient--------------
  46. local l = game.Lighting
  47. local sky = Instance.new("Sky",l)
  48. l.TimeOfDay = "00:00:00"
  49. l.Brightness = 1
  50. l.Ambient = Color3.new(0, 0, 0)
  51. -----------------------------------
  52.  
  53. --coolallball
  54. if game.Players.LocalPlayer.Character.Animate.Disabled==false then
  55. game.Players.LocalPlayer.Character.Animate.Disabled=true
  56. end
  57. wait()
  58. local Player=game.Players.LocalPlayer
  59. repeat wait()
  60. until Player
  61. local Char=Player.Character
  62. repeat wait()
  63. until Char
  64. local CurrentEffects={}
  65. local CurrentDamages={}
  66. local Human=Char.Humanoid
  67. local LArm=Char["Left Arm"]
  68. local RArm=Char["Right Arm"]
  69. local LLeg=Char["Left Leg"]
  70. local RLeg=Char["Right Leg"]
  71. local Torso=Char.Torso
  72. local RS=Torso["Right Shoulder"]
  73. local LS=Torso["Left Shoulder"]
  74. local RH=Torso["Right Hip"]
  75. local LH=Torso["Left Hip"]
  76. local Head=Char.Head
  77. local Neck=Torso.Neck
  78. local RootPart=Char.HumanoidRootPart
  79. local RootJoint=RootPart.RootJoint
  80. local equipped=false
  81. local Debounce=false
  82. local Anim="Idle"
  83. local chat = game:GetService("Chat")
  84. local Mouse=Player:GetMouse()
  85. local Lighting=game.Lighting
  86. local cf=CFrame.new
  87. local v3=Vector3.new
  88. local c3=Color3.new
  89. local it=Instance.new
  90. local angles=CFrame.Angles
  91. local rad=math.rad
  92. local ran=math.random
  93. local huge=math.huge
  94. local attacking=false
  95. local attacktype=1
  96. local Portalling=false
  97. local p = game.Players.LocalPlayer
  98. local char = p.Character
  99. local mouse = p:GetMouse()
  100. local larm = char["Left Arm"]
  101. local rarm = char["Right Arm"]
  102. local lleg = char["Left Leg"]
  103. local rleg = char["Right Leg"]
  104. local hed = char.Head
  105. local torso = char.Torso
  106. local hum = char.Humanoid
  107. local cam = game.Workspace.CurrentCamera
  108. local root = char.HumanoidRootPart
  109. local deb = false
  110. local shot = 0
  111. local debris=game:service"Debris"
  112. local l = game:GetService("Lighting")
  113. local rs = game:GetService("RunService").RenderStepped
  114. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  115. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  116. LSC0=cf(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  117. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  118. RSC0=cf(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  119. ROOTC0 = cf(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  120. r=game:service'RunService'.RenderStepped
  121. clerp=function(a,b,t)
  122. return a:lerp(b,t)
  123. end
  124.  
  125.  
  126. local Rainbow = { --This is the main color set. Try to use more than just a few, make it fade in order as well
  127. "Really black",
  128. }
  129.  
  130. Debounces = {
  131. CanAttack = true;
  132. NoIdl = false;
  133. Slashing = false;
  134. Slashed = false;
  135. RPunch = false;
  136. Invisible = false;
  137. RPunched = false;
  138. LPunch = false;
  139. LPunched = false;
  140. }
  141. local Touche = {char.Name, }
  142.  
  143.  
  144. function genWeld(a,b)
  145. local w = Instance.new("Weld",a)
  146. w.Part0 = a
  147. w.Part1 = b
  148. return w
  149. end
  150. function weld(a, b)
  151. local weld = Instance.new("Weld")
  152. weld.Name = "W"
  153. weld.Part0 = a
  154. weld.Part1 = b
  155. weld.C0 = a.CFrame:inverse() * b.CFrame
  156. weld.Parent = a
  157. return weld;
  158. end
  159. ----------------------------------------------------
  160. function Lerp(c1,c2,al)
  161. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  162. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  163. for i,v in pairs(com1) do
  164. com1[i] = v+(com2[i]-v)*al
  165. end
  166. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  167. end
  168. ----------------------------------------------------
  169. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  170. local wld = Instance.new("Weld", wp1)
  171. wld.Part0 = wp0
  172. wld.Part1 = wp1
  173. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  174. end
  175. ----------------------------------------------------
  176. function weld5(part0, part1, c0, c1)
  177. weeld=Instance.new("Weld", part0)
  178. weeld.Part0=part0
  179. weeld.Part1=part1
  180. weeld.C0=c0
  181. weeld.C1=c1
  182. return weeld
  183. end
  184. ----------------------------------------------------
  185. function HasntTouched(plrname)
  186. local ret = true
  187. for _, v in pairs(Touche) do
  188. if v == plrname then
  189. ret = false
  190. end
  191. end
  192. return ret
  193. end
  194. ----------------------------------------------------
  195. newWeld(torso, larm, -1.5, 0.5, 0)
  196. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  197. newWeld(torso, rarm, 1.5, 0.5, 0)
  198. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  199. newWeld(torso, hed, 0, 1.5, 0)
  200. newWeld(torso, lleg, -0.5, -1, 0)
  201. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  202. newWeld(torso, rleg, 0.5, -1, 0)
  203. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  204. newWeld(root, torso, 0, -1, 0)
  205. torso.Weld.C1 = CFrame.new(0, -1, 0)
  206.  
  207.  
  208.  
  209. p = Instance.new("Part")
  210. p.BrickColor = BrickColor.new("Really black")
  211. p.Transparency = 1
  212. TorsoColor = p.BrickColor
  213.  
  214. local Transforming = true
  215. Human.WalkSpeed = 0
  216. local fx = Instance.new("Part",Torso)
  217. wit = p.BrickColor.Color
  218. wit2 = Color3.new(0,0,0)
  219. local glowz = Instance.new("ParticleEmitter",fx)
  220. glowz.LightEmission = 1
  221. glowz.Texture = "rbxassetid://284205403"
  222. glowz.Color = ColorSequence.new(wit)
  223. glowz.Size = NumberSequence.new(5)
  224. glowz.Speed = NumberRange.new(25,50)
  225. glowz.LockedToPart = false
  226. glowz.Transparency = NumberSequence.new(0.75)
  227. glowz.RotSpeed = NumberRange.new(-2000,2000)
  228. glowz.Lifetime = NumberRange.new(1)
  229. glowz.Rate = 50000
  230. glowz.VelocitySpread = 9001
  231. local glowz2 = Instance.new("ParticleEmitter",fx)
  232. glowz2.LightEmission = 0.5
  233. glowz.Texture = "rbxassetid://284205403"
  234. glowz2.Color = ColorSequence.new(wit2)
  235. glowz2.Size = NumberSequence.new(5)
  236. glowz2.Speed = NumberRange.new(25,50)
  237. glowz2.LockedToPart = false
  238. glowz2.Transparency = NumberSequence.new(0.75)
  239. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  240. glowz2.Lifetime = NumberRange.new(1)
  241. glowz2.Rate = 50000
  242. glowz2.VelocitySpread = 9001
  243. fx.Anchored = true
  244. fx.Material = "Neon"
  245. fx.CanCollide = false
  246. fx.Locked = true
  247. fx.Transparency = 1
  248. fx.Material = "Neon"
  249. fx.Size = Vector3.new(1,1,1)
  250. fx.TopSurface = "SmoothNoOutlines"
  251. fx.BottomSurface = "SmoothNoOutlines"
  252. fx.BrickColor = BrickColor.new("Really red")
  253. fxm = Instance.new("SpecialMesh",fx)
  254. fxm.MeshType = "Sphere"
  255. local sa2 = Instance.new("Sound",Torso)
  256. sa2.SoundId = "rbxassetid://93724183"
  257. sa2.Pitch = 0.5
  258. sa2.Volume = 5
  259. sa2.Looped = false
  260. sa2:Play()
  261. local value = 1
  262. fxm.Scale = Vector3.new(1,1,1)
  263. for i = 1, 20 do rs:wait()
  264. value = value - 0.05
  265. fx.Transparency = fx.Transparency - (1/20)
  266. fx.CFrame = Torso.CFrame
  267. fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
  268. rs:wait()
  269. end
  270. ----------------------------------------------------
  271. GroundWave1 = function()
  272. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  273. local Colors = {"Really red", "Really black"}
  274. local wave = Instance.new("Part", Torso)
  275. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  276. wave.Anchored = true
  277. wave.CanCollide = false
  278. wave.Locked = true
  279. wave.Size = Vector3.new(1, 1, 1)
  280. wave.TopSurface = "Smooth"
  281. wave.BottomSurface = "Smooth"
  282. wave.Transparency = 0.35
  283. wave.CFrame = HandCF
  284. wm = Instance.new("SpecialMesh", wave)
  285. wm.MeshId = "rbxassetid://3270017"
  286. coroutine.wrap(function()
  287. for i = 1, 30, 1 do
  288. wm.Scale = Vector3.new(50, 50, 1 + i*50)
  289. wave.Size = wm.Scale
  290. wave.CFrame = HandCF
  291. wave.Transparency = i/30
  292. wait()
  293. end
  294. wait()
  295. wave:Destroy()
  296. end)()
  297. end
  298. ----------------------------------------------------
  299.  
  300.  
  301. GroundWave3 = function()
  302. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  303. local Colors = {"Really red", "Really black"}
  304. local wave = Instance.new("Part", torso)
  305. wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
  306. wave.Anchored = true
  307. wave.CanCollide = false
  308. wave.Locked = true
  309. wave.Size = Vector3.new(1, 1, 1)
  310. wave.TopSurface = "Smooth"
  311. wave.BottomSurface = "Smooth"
  312. wave.Transparency = 0.35
  313. wave.CFrame = HandCF
  314. wm = Instance.new("SpecialMesh", wave)
  315. wm.MeshId = "rbxassetid://3270017"
  316. coroutine.wrap(function()
  317. for i = 1, 14, 1 do
  318. wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
  319. wave.Size = wm.Scale
  320. wave.CFrame = HandCF
  321. wave.Transparency = i/14
  322. wait()
  323. end
  324. wait()
  325. wave:Destroy()
  326. end)()
  327. end
  328.  
  329.  
  330.  
  331.  
  332.  
  333. local acos = math.acos
  334. local sqrt = math.sqrt
  335. local Vec3 = Vector3.new
  336. local fromAxisAngle = CFrame.fromAxisAngle
  337.  
  338. local function toAxisAngle(CFr)
  339. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  340. local Angle = math.acos((R00+R11+R22-1)/2)
  341. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  342. A = A == 0 and 0.00001 or A
  343. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  344. B = B == 0 and 0.00001 or B
  345. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  346. C = C == 0 and 0.00001 or C
  347. local x = (R21-R12)/sqrt(A)
  348. local y = (R02-R20)/sqrt(B)
  349. local z = (R10-R01)/sqrt(C)
  350. return Vec3(x,y,z),Angle
  351. end
  352.  
  353. local acos = math.acos
  354. local sqrt = math.sqrt
  355. local Vec3 = Vector3.new
  356. local fromAxisAngle = CFrame.fromAxisAngle
  357.  
  358. local function toAxisAngle(CFr)
  359. local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
  360. local Angle = math.acos((R00+R11+R22-1)/2)
  361. local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  362. A = A == 0 and 0.00001 or A
  363. local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  364. B = B == 0 and 0.00001 or B
  365. local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
  366. C = C == 0 and 0.00001 or C
  367. local x = (R21-R12)/sqrt(A)
  368. local y = (R02-R20)/sqrt(B)
  369. local z = (R10-R01)/sqrt(C)
  370. return Vec3(x,y,z),Angle
  371. end
  372.  
  373. function ApplyTrig(Num,Func)
  374. local Min,Max = Func(0),Func(1)
  375. local i = Func(Num)
  376. return (i-Min)/(Max-Min)
  377. --[[if Func == "sin" then
  378. return (math.sin((1-Num)*math.pi)+1)/2
  379. elseif Func == "cos" then
  380. return (math.cos((1-Num)*math.pi)+1)/2
  381. end]]
  382. end
  383.  
  384. function LerpCFrame(CFrame1,CFrame2,Num)
  385. local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
  386. return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
  387. end
  388.  
  389.  
  390.  
  391. function Crater(Torso,Radius)
  392. Spawn(function()
  393. local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
  394. local Ignore = {}
  395. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  396. if v.Character ~= nil then
  397. Ignore[#Ignore+1] = v.Character
  398. end
  399. end
  400. local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
  401. if Hit == nil then return end
  402. local Parts = {}
  403. for i = 1,360,10 do
  404. local P = Instance.new("Part",Torso.Parent)
  405. P.Anchored = true
  406. P.FormFactor = "Custom"
  407. P.BrickColor = BrickColor.new("Really black")
  408. P.Material = "Granite"
  409. P.TopSurface = "Smooth"
  410. P.BottomSurface = "Smooth"
  411. P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
  412. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  413. Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
  414. if math.random(0,5) == 0 then -- rubble
  415. local P = Instance.new("Part",Torso.Parent)
  416. P.Anchored = true
  417. P.FormFactor = "Custom"
  418. P.BrickColor = BrickColor.new("Really black")
  419. P.Material = Hit.Material
  420. P.TopSurface = "Smooth"
  421. P.BottomSurface = "Smooth"
  422. P.Size = Vector3.new(5,5,5)*(math.random(80,100)/100)
  423. P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
  424. Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
  425. end
  426. end
  427. for i = 0,1,0.05 do
  428. for i2,v in pairs(Parts) do
  429. v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
  430. end
  431. wait(0.02)
  432. end
  433. for i,v in pairs(Parts) do
  434. if v[1].Size.X > 2.1 then
  435. v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
  436. end
  437. v[1].Anchored = false
  438. end
  439. for i = 0,1,0.05 do
  440. for i2,v in pairs(Parts) do
  441. v[1].Transparency = i
  442. if i == 1 then
  443. v[1]:Destroy()
  444. elseif i >= 0.25 then
  445. v[1].CanCollide = false
  446. end
  447. end
  448. wait(0.02)
  449. end
  450. Parts = nil
  451. end)
  452. end
  453.  
  454.  
  455.  
  456. GroundWave = function()
  457. if Transforming == true then
  458. local value = 5
  459. local value2 = 10
  460. local value3 = 20
  461. local sa2 = Instance.new("Sound",Torso)
  462. sa2.SoundId = "rbxassetid://393621716"
  463. sa2.Pitch = 1
  464. sa2.Volume = 10
  465. sa2.Looped = false
  466. sa2:Play()
  467. local wave = Instance.new("Part", Torso)
  468. local glowz = Instance.new("ParticleEmitter",wave)
  469. glowz.LightEmission = 1
  470. glowz.Texture = "rbxassetid://284205403"
  471. glowz.Color = ColorSequence.new(wit)
  472. glowz.Size = NumberSequence.new(30)
  473. glowz.Speed = NumberRange.new(25,100)
  474. glowz.LockedToPart = false
  475. glowz.Transparency = NumberSequence.new(0.75)
  476. glowz.RotSpeed = NumberRange.new(-2000,2000)
  477. glowz.Lifetime = NumberRange.new(1)
  478. glowz.Rate = 50000
  479. glowz.VelocitySpread = 9001
  480. local glowz2 = Instance.new("ParticleEmitter",wave)
  481. glowz2.LightEmission = 1
  482. glowz.Texture = "rbxassetid://284205403"
  483. glowz2.Color = ColorSequence.new(wit)
  484. glowz2.Size = NumberSequence.new(30)
  485. glowz2.Speed = NumberRange.new(25,100)
  486. glowz2.LockedToPart = false
  487. glowz2.Transparency = NumberSequence.new(0.75)
  488. glowz2.RotSpeed = NumberRange.new(-2000,2000)
  489. glowz2.Lifetime = NumberRange.new(1)
  490. glowz2.Rate = 50000
  491. glowz2.VelocitySpread = 9001
  492. wave.BrickColor = BrickColor.new("Really red")
  493. wave.Anchored = true
  494. wave.CanCollide = false
  495. wave.Locked = true
  496. wave.Size = Vector3.new(1, 1, 1)
  497. wave.TopSurface = "Smooth"
  498. wave.BottomSurface = "Smooth"
  499. wave.Transparency = 0.35
  500. wave.CFrame = fx.CFrame
  501. wave.Material = "Neon"
  502. wm = Instance.new("SpecialMesh", wave)
  503. wm.MeshType = "Sphere"
  504. wm.Scale = Vector3.new(1,1,1)
  505. local wave2 = Instance.new("Part", Torso)
  506. wave2.BrickColor = TorsoColor
  507. wave2.Anchored = true
  508. wave2.CanCollide = false
  509. wave2.Locked = true
  510. wave2.Size = Vector3.new(1, 1, 1)
  511. wave2.TopSurface = "Smooth"
  512. wave2.BottomSurface = "Smooth"
  513. wave2.Transparency = 0.35
  514. wave2.CFrame = fx.CFrame
  515. wave2.Material = "Neon"
  516. wm2 = Instance.new("SpecialMesh", wave2)
  517. wm2.MeshType = "FileMesh"
  518. wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
  519. wm2.Scale = Vector3.new(1,1,1)
  520. local wave3 = Instance.new("Part", Torso)
  521. wave3.BrickColor = BrickColor.new("Really black")
  522. wave3.Anchored = true
  523. wave3.CanCollide = false
  524. wave3.Locked = true
  525. wave3.Size = Vector3.new(1, 1, 1)
  526. wave3.TopSurface = "Smooth"
  527. wave3.BottomSurface = "Smooth"
  528. wave3.Transparency = 0.35
  529. wave3.CFrame = fx.CFrame
  530. wave3.Material = "Neon"
  531. wm3 = Instance.new("SpecialMesh", wave3)
  532. wm3.MeshType = "FileMesh"
  533. wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  534. wm3.Scale = Vector3.new(1,1,1)
  535. coroutine.wrap(function()
  536. for i = 1, 18, 1 do
  537. value = value - 0.5
  538. value2 = value2 - 0.75*1.5
  539. value3 = value3 - 0.475*1.5
  540. wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
  541. wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
  542. wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
  543. --wave.Size = wm.Scale
  544. wave.CFrame = fx.CFrame
  545. wave.Transparency = i/14
  546. --wave2.Size = wm2.Scale
  547. wave2.CFrame = fx.CFrame
  548. wave2.Rotation = Vector3.new(90, 0, 0)
  549. wave2.Transparency = i/14
  550. --wave3.Size = wm3.Scale
  551. wave3.CFrame = fx.CFrame
  552. wave3.Rotation = Vector3.new(90, 0, 0)
  553. wave3.Transparency = i/14
  554. wait()
  555. glowz.Rate = 0
  556. glowz2.Rate = 0
  557. end
  558. wait()
  559. wave:Destroy()
  560. wave2:Destroy()
  561. wave3:Destroy()
  562. end)()
  563. elseif Transforming == false then
  564. wait()
  565. end
  566. end
  567.  
  568. for i = 1, 100 do rs:wait()
  569. fx.CFrame = Torso.CFrame
  570. end
  571.  
  572. spawn(function()
  573. while wait(1) do
  574. GroundWave()
  575. end
  576. end)
  577.  
  578. wait(4)
  579.  
  580. Transforming = false
  581.  
  582.  
  583.  
  584. local value2 = 1
  585. for i = 1, 20 do rs:wait()
  586. value2 = value2 - 0.05
  587. glowz.Rate = 0
  588. glowz2.Rate = 0
  589. fx.Transparency = fx.Transparency + (1/20)
  590. fx.CFrame = torso.CFrame
  591. fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
  592. rs:wait()
  593. end
  594. glowz:Destroy()
  595. glowz2:Destroy()
  596.  
  597. local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
  598. local valuer = 5
  599. local valuer2 = 10
  600. local valuer3 = 15
  601. local sa2 = Instance.new("Sound",torso)
  602. sa2.SoundId = "rbxassetid://130972023"
  603. sa2.Pitch = 1
  604. sa2.Volume = 5
  605. sa2.Looped = false
  606. sa2:Play()
  607. local sar2 = Instance.new("Sound",torso)
  608. sar2.SoundId = "rbxassetid://153274423"
  609. sar2.Pitch = 1
  610. sar2.Volume = 5
  611. sar2.Looped = false
  612. sar2:Play()
  613. local Mus = Instance.new("Sound",torso)
  614. Mus.SoundId = "rbxassetid://"
  615. Mus.Pitch = 1
  616. Mus.Volume = 6
  617. Mus.Looped = true
  618. Mus:Play()
  619. Crater(torso,67)
  620. local wave = Instance.new("Part", torso)
  621. wave.BrickColor = TorsoColor
  622. wave.Anchored = true
  623. wave.CanCollide = false
  624. wave.Locked = true
  625. wave.Size = Vector3.new(1, 1, 1)
  626. wave.TopSurface = "Smooth"
  627. wave.BottomSurface = "Smooth"
  628. wave.Transparency = 0.35
  629. wave.CFrame = HandCF
  630. wm = Instance.new("SpecialMesh", wave)
  631. wm.MeshId = "rbxassetid://3270017"
  632. local wave2 = Instance.new("Part", torso)
  633. wave2.BrickColor = BrickColor.new("Really red")
  634. wave2.Anchored = true
  635. wave2.CanCollide = false
  636. wave2.Locked = true
  637. wave2.Size = Vector3.new(1, 1, 1)
  638. wave2.TopSurface = "Smooth"
  639. wave2.BottomSurface = "Smooth"
  640. wave2.Transparency = 0.35
  641. wave2.CFrame = HandCF
  642. wm2 = Instance.new("SpecialMesh", wave2)
  643. wm2.MeshId = "rbxassetid://3270017"
  644. local wave3 = Instance.new("Part", torso)
  645. wave3.BrickColor = TorsoColor
  646. wave3.Anchored = true
  647. wave3.CanCollide = false
  648. wave3.Locked = true
  649. wave3.Size = Vector3.new(1, 1, 1)
  650. wave3.TopSurface = "Smooth"
  651. wave3.BottomSurface = "Smooth"
  652. wave3.Transparency = 0.35
  653. wave3.CFrame = HandCF
  654. wm3 = Instance.new("SpecialMesh", wave3)
  655. wm3.MeshId = "rbxassetid://3270017"
  656. coroutine.wrap(function()
  657. for i = 1, 14, 1 do
  658. valuer = valuer - 0.35
  659. valuer2 = valuer - 0.45
  660. valuer3 = valuer3 - 0.475
  661. wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
  662. wave.Size = wm.Scale
  663. wave.CFrame = HandCF
  664. wave.Transparency = i/14
  665. wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
  666. wave2.Size = wm2.Scale
  667. wave2.CFrame = HandCF
  668. wave2.Transparency = i/14
  669. wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
  670. wave3.Size = wm2.Scale
  671. wave3.CFrame = HandCF
  672. wave3.Transparency = i/14
  673. wait()
  674. end
  675. wait()
  676. wave:Destroy()
  677. wave2:Destroy()
  678. end)()
  679. hum.WalkSpeed = 16
  680.  
  681.  
  682.  
  683. local p = game.Players.LocalPlayer
  684. local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
  685. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  686. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  687. HBill.Size = UDim2.new(45,0,10.2,0)
  688. HBill.Name = "Health Display"
  689. HBill.StudsOffset = Vector3.new(2,30,2)
  690. HBill.AlwaysOnTop = true
  691. HBill.Enabled = true
  692. HMain.BackgroundColor3 = Color3.new(255, 255, 255)
  693. HMain.BackgroundTransparency = 1
  694. HMain.Size = UDim2.new(1,0,1,0)
  695. HBarBack.Parent = HMain
  696. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  697. HBarBack.BorderColor3 = Color3.new(0,0,0)
  698. HBarBack.BorderSizePixel = 2
  699. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  700. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  701. HBar.Parent = HBarBack
  702. HBar.BackgroundColor3 = Color3.new(0, 0, 0)
  703. HBar.BorderColor3 = Color3.new(0,0,0)
  704. HBar.Size = UDim2.new(.5,0,1,0)
  705. HHealth.BackgroundTransparency = 1
  706. HHealth.Size = UDim2.new(1,0,1,0)
  707. HHealth.Font = "Bodoni"
  708. HHealth.Text = " "
  709. HHealth.TextScaled = true
  710. HHealth.TextColor3 = Color3.new(1,1,1)
  711. HHealth.TextStrokeColor3 = BrickColor.new("Really red").Color
  712. HHealth.TextStrokeTransparency = 0
  713. HName.Parent = HMain
  714. HName.BackgroundTransparency = 1
  715. HName.Size = UDim2.new(1,0,.5,0)
  716. HName.Font = "Bodoni"
  717. HName.Text = "-/Aku}-"
  718. HName.TextScaled = true
  719. HName.TextColor3 = BrickColor.new("Really black").Color
  720. HName.TextStrokeColor3 = Color3.new(255,0,0)
  721. HName.TextStrokeTransparency = 0
  722. HName.TextYAlignment = "Top"
  723.  
  724. local char = p.Character
  725. local mouse = p:GetMouse()
  726. local larm = char["Left Arm"]
  727. local rarm = char["Right Arm"]
  728. local lleg = char["Left Leg"]
  729. local rleg = char["Right Leg"]
  730. local hed = char.Head
  731. local torso = char.Torso
  732. local hum = char.Humanoid
  733. local cam = game.Workspace.CurrentCamera
  734. local root = char.HumanoidRootPart
  735. local deb = false
  736. local shot = 0
  737. local l = game:GetService("Lighting")
  738. local rs = game:GetService("RunService").RenderStepped
  739. local stanceToggle = "Normal"
  740. hum.WalkSpeed = 30
  741. hum.MaxHealth = math.huge
  742. -------------------------------------
  743. local torsmesh = Instance.new("CharacterMesh", char)
  744. torsmesh.BodyPart = "Torso"
  745. torsmesh.MeshId = "48112070"
  746.  
  747.  
  748. local mesh8 = Instance.new('SpecialMesh',hed)
  749. mesh8.MeshType = 'FileMesh'
  750. mesh8.MeshId = 'http://www.roblox.com/asset/?id=62679079'
  751. mesh8.TextureId = 'http://www.roblox.com/asset/?id=0'
  752. mesh8.Scale = Vector3.new(11,11,11)
  753.  
  754. --------------------------------------------------------
  755.  
  756. ----------------------------------------------------------
  757.  
  758.  
  759. lite = Instance.new("PointLight", torso)
  760. lite.Brightness = 14
  761. lite.Range = 10
  762. lite.Color = Color3.new(0, 0, 0)
  763. local hed2 = hed:Clone()
  764. hed2.CanCollide = false
  765. hed2.Parent = char
  766. hed2:ClearAllChildren()
  767. hed2.Transparency = 1
  768. hed2.Name = "DARP"
  769. local w = Instance.new("Weld",hed2)
  770. w.Part0 = hed
  771. w.Part1 = hed2
  772. w.C0 = CFrame.new(0,0,-0.175)
  773. z=Instance.new("SurfaceGui",hed2)
  774. z.Enabled = true
  775. z.Face = "Front"
  776. z.Adornee = hed2
  777. z.CanvasSize = Vector2.new(100,100)
  778. local face = Instance.new("ImageLabel",z)
  779. face.Size = UDim2.new(1,-30,1,0)
  780. face.Position = UDim2.new(0,15,0,0)
  781. face.BackgroundTransparency = 1
  782. face.Image='rbxassetid://46282671'
  783. ----------------------------------------------------
  784. z = Instance.new("Sound", char)
  785. z.SoundId = "rbxassetid://"--
  786. z.Looped = true
  787. z.Pitch = 1
  788. z.Volume = .5
  789. wait(.01)
  790. z:Play()
  791. ----------------------------------------------------
  792. CTB = {}
  793. fat = Instance.new("BindableEvent",script)
  794. fat.Name = "Heartbeat"
  795.  
  796. script:WaitForChild("Heartbeat")
  797.  
  798. frame = 1/30
  799. tf = 0
  800. allowframeloss = false --if set to true will fire every frame it possibly can. This will result in multiple events happening at the same time whenever delta returns frame*2 or greater.
  801. tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
  802. lastframe = tick()
  803. script.Heartbeat:Fire() --ayy lmao
  804.  
  805. game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
  806. tf = tf + s
  807. if tf >= frame then
  808. if allowframeloss then
  809. script.Heartbeat:Fire()
  810. lastframe=tick()
  811. else
  812. --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
  813. for i=1, math.floor(tf/frame) do
  814. script.Heartbeat:Fire()
  815. end
  816. lastframe=tick()
  817. end
  818. if tossremainder then
  819. tf = 0
  820. else
  821. tf = tf - frame * math.floor(tf/frame)
  822. end
  823. end
  824. end)
  825. ----------------------------------------------------
  826. pcall(function()char.Shirt:Destroy()
  827. char.Pants:Destroy()
  828. end)
  829. shirt = Instance.new("Shirt", char)
  830. shirt.Name = "Shirt"
  831. pants = Instance.new("Pants", char)
  832. pants.Name = "Pants"
  833. char.Shirt.ShirtTemplate = "rbxassetid://817333972"
  834. char.Pants.PantsTemplate = "rbxassetid://817451408"
  835. ----------------------------------------------------
  836. Debounces = {
  837. on = false;
  838. ks = false;
  839. CanAttack = true;
  840. CanJoke = true;
  841. NoIdl = false;
  842. Slashing = false;
  843. Slashed = false;
  844. Grabbing = false;
  845. Grabbed = false;
  846. }
  847. local Touche = {char.Name, }
  848. ----------------------------------------------------
  849. function lerp(a, b, t) -- Linear interpolation
  850. return a + (b - a)*t
  851. end
  852.  
  853. function slerp(a, b, t) --Spherical interpolation
  854. dot = a:Dot(b)
  855. if dot > 0.99999 or dot < -0.99999 then
  856. return t <= 0.5 and a or b
  857. else
  858. r = math.acos(dot)
  859. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  860. end
  861. end
  862.  
  863. function matrixInterpolate(a, b, t)
  864. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  865. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  866. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  867. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  868. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  869. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  870. local t = v1:Dot(v2)
  871. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  872. return CFrame.new()
  873. end
  874. return CFrame.new(
  875. v0.x, v0.y, v0.z,
  876. v1.x, v1.y, v1.z,
  877. v2.x, v2.y, v2.z,
  878. v3.x, v3.y, v3.z)
  879. end
  880. ----------------------------------------------------
  881. function genWeld(a,b)
  882. local w = Instance.new("Weld",a)
  883. w.Part0 = a
  884. w.Part1 = b
  885. return w
  886. end
  887. function weld(a, b)
  888. local weld = Instance.new("Weld")
  889. weld.Name = "W"
  890. weld.Part0 = a
  891. weld.Part1 = b
  892. weld.C0 = a.CFrame:inverse() * b.CFrame
  893. weld.Parent = a
  894. return weld;
  895. end
  896. ----------------------------------------------------
  897. function Lerp(c1,c2,al)
  898. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  899. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  900. for i,v in pairs(com1) do
  901. com1[i] = v+(com2[i]-v)*al
  902. end
  903. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  904. end
  905. ----------------------------------------------------
  906. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  907. local wld = Instance.new("Weld", wp1)
  908. wld.Part0 = wp0
  909. wld.Part1 = wp1
  910. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  911. end
  912. ----------------------------------------------------
  913. for i,v in pairs(char:children()) do
  914. if v:IsA("Hat") then
  915. v:Destroy()
  916. end
  917. end
  918. for i,v in pairs(hed:children()) do
  919. if v:IsA("Sound") then
  920. v:Destroy()
  921. end
  922. end
  923. ----------------------------------------------------
  924. function HasntTouched(plrname)
  925. local ret = true
  926. for _, v in pairs(Touche) do
  927. if v == plrname then
  928. ret = false
  929. end
  930. end
  931. return ret
  932. end
  933. ----------------------------------------------------
  934. larm.Size = larm.Size * 10
  935. rarm.Size = rarm.Size * 10
  936. lleg.Size = lleg.Size * 10
  937. rleg.Size = rleg.Size * 10
  938. torso.Size = torso.Size * 10
  939. hed.Size = hed.Size * 10
  940. root.Size = root.Size * 10
  941. ----------------------------------------------------
  942. newWeld(torso, larm, 5, 0.5, 0)
  943. larm.Weld.C1 = CFrame.new(20, 0.5, 0)
  944. newWeld(torso, rarm, -5, 0.5, 0)
  945. rarm.Weld.C1 = CFrame.new(-20, 0.5, 0)
  946. newWeld(torso, hed, 0, 15, 0)
  947. newWeld(torso, lleg, -5, -19, 0)
  948. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  949. newWeld(torso, rleg, 5, -19, 0)
  950. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  951. newWeld(root, torso, 0, -1, 0)
  952. torso.Weld.C1 = CFrame.new(0, -1, 0)
  953. ----------------------------------------------------
  954. mod4 = Instance.new("Model",char)
  955.  
  956. ptez = {0.7, 0.8, 0.9, 1}
  957.  
  958. function FindNearestTorso(Position,Distance,SinglePlayer)
  959. if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
  960. local List = {}
  961. for i,v in pairs(workspace:GetChildren())do
  962. if v:IsA("Model")then
  963. if v:findFirstChild("Torso")then
  964. if v ~= char then
  965. if(v.Torso.Position -Position).magnitude <= Distance then
  966. table.insert(List,v)
  967. end
  968. end
  969. end
  970. end
  971. end
  972. return List
  973. end
  974. ----------------------------------------------------
  975. local hand = Instance.new('Part', char) hand.Size = Vector3.new(0, 0, 0) hand.Transparency = 1 hand.CanCollide = false
  976. local weld = Instance.new('Weld', hand) weld.Part0 = hand weld.Part1 = larm weld.C0 = CFrame.new(0, 8.8, 0)
  977. ns = NumberSequenceKeypoint.new
  978. local hat_test = hand
  979. fire = Instance.new('ParticleEmitter', hat_test)
  980. fire.Color = ColorSequence.new(Color3.new(255, 0, 0,Color3.new(255, 0, 0)))
  981. fire.Size = NumberSequence.new({ns(0, 10), ns(1, 0)})
  982. fire.Transparency = NumberSequence.new({ns(0, 0), ns(1,1)})
  983. fire.LightEmission = 1
  984. fire.Speed = NumberRange.new(5,5)
  985. fire.VelocitySpread=180
  986. fire.LockedToPart = true
  987. fire.Acceleration = Vector3.new(0, 2, 0)
  988. fire.Rate=100
  989. fire.Lifetime=NumberRange.new(5,5)
  990. fire.Texture = "rbxasset://textures/particles/smoke_main.dds"
  991. local handd = Instance.new('Part', char) handd.Size = Vector3.new(0, 0, 0) handd.Transparency = 1 handd.CanCollide = false
  992. local weldd = Instance.new('Weld', handd) weldd.Part0 = handd weldd.Part1 = rarm weldd.C0 = CFrame.new(0, 8.8, 0)
  993. ns = NumberSequenceKeypoint.new
  994. local hat_testt = handd
  995. firee = Instance.new('ParticleEmitter', hat_testt)
  996. firee.Color = ColorSequence.new(Color3.new(255, 0, 0,Color3.new(255, 0, 0)))
  997. firee.Size = NumberSequence.new({ns(0, 10), ns(1, 0)})
  998. firee.Transparency = NumberSequence.new({ns(0, 0), ns(1,1)})
  999. firee.LightEmission = 1
  1000. firee.Speed = NumberRange.new(5,5)
  1001. firee.VelocitySpread=180
  1002. firee.LockedToPart=true
  1003. firee.Acceleration = Vector3.new(0, 2, 0)
  1004. firee.Rate=100
  1005. firee.Lifetime=NumberRange.new(5,5)
  1006. firee.Texture = "rbxasset://textures/particles/smoke_main.dds"
  1007. ----------------------------------------------------
  1008. ----------------------------------------------------
  1009. sidz = {"231917888", "231917845", "231917806"}
  1010. ptz = {0.65, 0.7, 0.75, 0.8, 0.95, 1}
  1011. mod3 = Instance.new("Model", char)
  1012. mouse.KeyDown:connect(function(key)
  1013.  
  1014. if key == "h" and Debounces.CanAttack == true then
  1015. Debounces.CanAttack = false
  1016. Debounces.on = true
  1017. Debounces.NoIdl = true
  1018. for i = 1, 20 do
  1019. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-4,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)), 0.2)
  1020. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(4,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)), 0.2)
  1021. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 16, -.2) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.3)
  1022. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.3)
  1023. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-6, -12, -3) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.3)
  1024. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(6, -18, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(0)), 0.3)
  1025. if Debounces.on == false then
  1026. break
  1027. end
  1028. fat.Event:wait()
  1029. end
  1030. do
  1031. z = Instance.new("Sound", char)
  1032. z.SoundId = "rbxassetid://" .. sidz[math.random(1, #sidz)]
  1033. z.Pitch = ptz[math.random(1, #ptz)]
  1034. z.Volume = 10
  1035. z1 = Instance.new("Sound", char)
  1036. z1.SoundId = z.SoundId
  1037. z1.Pitch = z.Pitch
  1038. z1.Volume = 1
  1039. z:Play()
  1040. z1:Play()
  1041. part = Instance.new("Part", mod3)
  1042. part.Anchored = true
  1043. part.CanCollide = false
  1044. part.FormFactor = "Custom"
  1045. part.Size = Vector3.new(0.2, 0.2, 0.2)
  1046. part.CFrame = root.CFrame * CFrame.new(-6, -22, -2.6) * CFrame.Angles(math.rad(90), 0, 0)
  1047. part.Transparency = 0.7
  1048. part.BrickColor = BrickColor.new("Really red")
  1049. mesh = Instance.new("SpecialMesh", part)
  1050. mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1051. mesh.Scale = Vector3.new(70, 70, 25)
  1052. part2 = part:clone()
  1053. part2.Parent = mod3
  1054. part2.BrickColor = BrickColor.new("Really red")
  1055. mesh2 = mesh:clone()
  1056. mesh2.Parent = part2
  1057. mesh2.Scale = Vector3.new(60, 60, 15)
  1058. part4 = part:clone()
  1059. part4.Parent = mod3
  1060. part4.BrickColor = BrickColor.new("Really red")
  1061. mesh4 = mesh:clone()
  1062. mesh4.Parent = part4
  1063. mesh4.Scale = Vector3.new(300, 300, 50)
  1064. part5 = part:clone()
  1065. part5.Parent = mod3
  1066. part5.BrickColor = BrickColor.new("Really red")
  1067. mesh5 = mesh:clone()
  1068. mesh5.Parent = part5
  1069. mesh5.Scale = Vector3.new(130, 130, 15)
  1070. part3 = part:clone()
  1071. part3.Parent = mod3
  1072. part3.TopSurface = 0
  1073. part3.BottomSurface = 0
  1074. part3.CFrame = root.CFrame * CFrame.new(-6, -22, -2.6)
  1075. mesh3 = Instance.new("SpecialMesh", part3)
  1076. mesh3.MeshType = 3
  1077. mesh3.Scale = Vector3.new(45, 45, 45)
  1078. for i,v in pairs(FindNearestTorso(torso.CFrame.p, 268)) do
  1079. if v:FindFirstChild("Humanoid") then
  1080. v.Humanoid:TakeDamage(math.random(20, 60))
  1081. v.Humanoid.PlatformStand = true
  1082. v.Torso.Velocity = Vector3.new(math.random(-100, 100), 100, math.random(-100, -100))
  1083. end
  1084. end
  1085. coroutine.resume(coroutine.create(function()
  1086.  
  1087. for i = 1, 30 do
  1088. fat.Event:wait()
  1089. part.CFrame = part.CFrame
  1090. part.Transparency = i / 20
  1091. mesh.Scale = mesh.Scale + Vector3.new(8.8, 8.8, 8.8)
  1092. part2.CFrame = part2.CFrame
  1093. part2.Transparency = i / 30
  1094. mesh2.Scale = mesh2.Scale + Vector3.new(7, 7, 7)
  1095. part3.CFrame = part3.CFrame
  1096. part3.Transparency = i / 10
  1097. mesh3.Scale = mesh3.Scale + Vector3.new(10, 10, 10)
  1098. part4.CFrame = part4.CFrame
  1099. part4.Transparency = i / 25
  1100. mesh4.Scale = mesh4.Scale - Vector3.new(10, 10, -5)
  1101. part5.CFrame = part5.CFrame
  1102. part5.Transparency = i / 30
  1103. mesh5.Scale = mesh5.Scale + Vector3.new(30, 30, 0)
  1104. end
  1105. end
  1106. ))
  1107. for i = 1, 20 do
  1108. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-4,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.2)
  1109. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(4,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.2)
  1110. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 16, -.2) * CFrame.Angles(math.rad(20), math.rad(0), 0), 0.3)
  1111. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -.1) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.3)
  1112. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-6, -18, -3) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.3)
  1113. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(6, -18, 0) * CFrame.Angles(math.rad(-20), 0, math.rad(0)), 0.3)
  1114.  
  1115. if Debounces.on == false then
  1116. break
  1117. end
  1118. fat.Event:wait()
  1119. end
  1120. do
  1121. if Debounces.CanAttack == false then
  1122. Debounces.CanAttack = true
  1123. Debounces.on = false
  1124. Debounces.NoIdl = false
  1125. larm.BrickColor = BrickColor.new("Really black")
  1126. rarm.BrickColor = BrickColor.new("Really black")
  1127. end
  1128. end
  1129. end
  1130. end
  1131. end
  1132. )
  1133. mouse.KeyDown:connect(function(key)
  1134. if string.byte(key) == 52 then
  1135. char.Humanoid.WalkSpeed = 21
  1136. end
  1137. end)
  1138. mouse.KeyUp:connect(function(key)
  1139. if string.byte(key) == 52 then
  1140. char.Humanoid.WalkSpeed = 5
  1141. end
  1142. end)
  1143. ----------------------------------------------------
  1144. mouse.KeyDown:connect(function(key)
  1145. if key == "y" then
  1146. if Debounces.CanAttack == true then
  1147. Debounces.CanAttack = false
  1148. Debounces.on = true
  1149. Debounces.NoIdl = true
  1150. for i = 1, 15 do
  1151. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-4,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
  1152. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-18,-10,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-87)), 0.6)
  1153. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,16,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
  1154. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
  1155. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-6, -18, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
  1156. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(6, -13, -3) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
  1157. if Debounces.on == false then break end
  1158. rs:wait(2.7)
  1159. end
  1160. x = Instance.new("Sound",char)
  1161. x.SoundId = "rbxassetid://228343271"
  1162. x.Pitch = .5
  1163. x.Volume = 10
  1164. wait(.1)
  1165. x:Play()
  1166. Debounces.on = false
  1167. Debounces.Here = false
  1168. shot = shot + 1
  1169. local rng = Instance.new("Part", larm)
  1170. rng.Anchored = true
  1171. rng.BrickColor = BrickColor.new("Really red")
  1172. rng.CanCollide = false
  1173. rng.FormFactor = 3
  1174. rng.Name = "Ring"
  1175. rng.Size = Vector3.new(1, 1, 1)
  1176. rng.Transparency = 0.35
  1177. rng.TopSurface = 0
  1178. rng.BottomSurface = 0
  1179. rng2 = rng:clone()
  1180. rng3 = rng2:clone()
  1181. rng4 = rng2:clone()
  1182. local rngm = Instance.new("SpecialMesh", rng)
  1183. rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1184. rngm.Scale = Vector3.new(10, 10, 1)
  1185. rngm2 = rngm:clone()
  1186. rngm2.Scale = Vector3.new(5, 5, 3)
  1187. rngm3=rngm2:clone()
  1188. rngm3.Parent = rng3
  1189. rngm3.Scale = Vector3.new(8, 8, 1)
  1190. rngm4 = rngm2:clone()
  1191. rngm4.Parent = rng4
  1192. rngm4.Scale = Vector3.new(6, 6, 1)
  1193. local bem = Instance.new("Part", larm)
  1194. bem.Anchored = true
  1195. bem.BrickColor = BrickColor.new("Really black")
  1196. bem.CanCollide = false
  1197. bem.FormFactor = 3
  1198. bem.Name = "Beam" .. shot
  1199. bem.Size = Vector3.new(1, 1, 1)
  1200. bem.Transparency = 0.35
  1201. bem.TopSurface = 0
  1202. bem.BottomSurface = 0
  1203. local bemm = Instance.new("SpecialMesh", bem)
  1204. bemm.MeshType = 4
  1205. bemm.Scale = Vector3.new(1, 10, 10)
  1206. local out = Instance.new("Part", larm)
  1207. out.Anchored = true
  1208. out.BrickColor = BrickColor.new("Really black")
  1209. out.CanCollide = false
  1210. out.FormFactor = 3
  1211. out.Name = "Out"
  1212. out.Size = Vector3.new(4, 4, 4)
  1213. out.Transparency = 0.35
  1214. out.TopSurface = 0
  1215. out.BottomSurface = 0
  1216. local outm = Instance.new("SpecialMesh", out)
  1217. outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
  1218. outm.Scale = Vector3.new(60, 4, 60)
  1219. local bnd = Instance.new("Part", larm)
  1220. bnd.Anchored = true
  1221. bnd.BrickColor = BrickColor.new("Really red")
  1222. bnd.CanCollide = false
  1223. bnd.FormFactor = 3
  1224. bnd.Name = "Bend"
  1225. bnd.Size = Vector3.new(1, 1, 1)
  1226. bnd.Transparency = 1
  1227. bnd.TopSurface = 0
  1228. bnd.BottomSurface = 0
  1229. local bndm = Instance.new("SpecialMesh", bnd)
  1230. bndm.MeshType = 3
  1231. bndm.Scale = Vector3.new(8, 8, 8)
  1232. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  1233. bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
  1234. bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
  1235. rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
  1236. rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
  1237. rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
  1238. Debounces.Shewt = true
  1239. coroutine.wrap(function()
  1240. for i = 1, 20, 0.2 do
  1241. rngm.Scale = Vector3.new(10 + i*10, 10 + i*10, 1)
  1242. rngm3.Scale = Vector3.new(8 + i*12, 8 + i*12, 1)
  1243. rngm4.Scale = Vector3.new(6 + i*13, 6 + i*13, 1)
  1244. rng.Transparency = i/20
  1245. rng3.Transparency = 1/24
  1246. rng4.Transparency = i/26
  1247. wait()
  1248. end
  1249. wait()
  1250. rng:Destroy()
  1251. end)()
  1252. if Debounces.Shewt == true then
  1253. for i,v in pairs(FindNearestTorso(bem.CFrame.p, 50)) do
  1254. if v:FindFirstChild("Humanoid") then
  1255. v.Humanoid:TakeDamage(math.random(1, 5))
  1256. end
  1257. end
  1258. larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
  1259. hit = ht.Parent
  1260. if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
  1261. if HasntTouched(hit.Name) == true and deb == false then
  1262. deb = true
  1263. coroutine.wrap(function()
  1264. hit:FindFirstChild("Humanoid").PlatformStand = true
  1265. hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  1266. hit:FindFirstChild("Humanoid"):TakeDamage(math.random(24,73))
  1267. end)()
  1268. table.insert(Touche, hit.Name)
  1269. deb = false
  1270. end
  1271. elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
  1272. if HasntTouched(hit.Parent.Name) == true and deb == false then
  1273. deb = true
  1274. coroutine.wrap(function()
  1275. hit.Parent:FindFirstChild("Humanoid").PlatformStand = true
  1276. hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
  1277. wait(1)
  1278. hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
  1279. end)()
  1280. table.insert(Touche, hit.Parent.Name)
  1281. deb = false
  1282. for i, v in pairs(Touche) do
  1283. print(v)
  1284. end
  1285. end
  1286. end
  1287. end)
  1288. end
  1289. for i = 0, 260, 8 do
  1290. bem.Size = Vector3.new(i, 10, 10)
  1291. bem.Transparency = i/270
  1292. out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
  1293. outm.Scale = outm.Scale - Vector3.new(0.045, 0, 0.045)
  1294. out.Transparency = i/280
  1295. bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
  1296. bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
  1297. bnd.Size = Vector3.new(1,1,1)
  1298. bndm.Scale = Vector3.new(8,8,8)
  1299. if i % 10 == 0 then
  1300. local newRng = rng2:Clone()
  1301. newRng.Parent = larm
  1302. newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
  1303. local newRngm = rngm2:clone()
  1304. newRngm.Parent=newRng
  1305. coroutine.wrap(function()
  1306. for i = 1, 30, 0.2 do
  1307. newRngm.Scale = Vector3.new(8 + i*16, 8 + i*16, 3)
  1308. newRng.Transparency = i/30
  1309. wait()
  1310. end
  1311. wait()
  1312. newRng:Destroy()
  1313. end)()
  1314. end
  1315. wait()
  1316. end
  1317. wait()
  1318. Debounces.Shewt = false
  1319. bem:Destroy()
  1320. out:Destroy()
  1321. bnd:Destroy()
  1322. Debounces.Ready = false
  1323. for i, v in pairs(Touche) do
  1324. table.remove(Touche, i)
  1325. end
  1326. wait()
  1327. table.insert(Touche, char.Name)
  1328. Debounces.NoIdl = false
  1329. if Debounces.CanAttack == false then
  1330. Debounces.CanAttack = true
  1331. end
  1332. end
  1333. end
  1334. end)
  1335. ----------------------------------------------------
  1336. local animpose = "Idle"
  1337. local lastanimpose = "Idle"
  1338. local sine = 0
  1339. local change = 1
  1340. local val = 0
  1341. local ffing = false
  1342. ----------------------------------------------------
  1343. --[[x = Instance.new("Sound", char)
  1344. x.SoundId = "http://www.roblox.com/asset/?id=187922823"
  1345. x.Looped = true
  1346. x.Volume = 1
  1347. x.Pitch = 1
  1348. local footsteps = false]]--
  1349. -------------------------------
  1350. game:GetService("RunService").RenderStepped:connect(function()
  1351. --[[if char.Humanoid.Jump == true then
  1352. jump = true
  1353. else
  1354. jump = false
  1355. end]]
  1356. char.Humanoid.FreeFalling:connect(function(f)
  1357. if f then
  1358. ffing = true
  1359. else
  1360. ffing = false
  1361. end
  1362. end)
  1363. sine = sine + change
  1364. if jumpn == true then
  1365. animpose = "Jumping"
  1366. elseif ffing == true then
  1367. animpose = "Freefalling"
  1368. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  1369. animpose = "Idle"
  1370. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  1371. animpose = "Walking"
  1372. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  1373. animpose = "Running"
  1374. end
  1375. if animpose ~= lastanimpose then
  1376. sine = 0
  1377. if Debounces.NoIdl == false then
  1378. if stanceToggle == "Normal" then
  1379. for i = 1, 2 do
  1380. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,-2.2,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40)), 0.2)
  1381. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,-0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-20)), 0.2)
  1382. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,6.8,-.2)*CFrame.Angles(math.rad(-14),math.rad(50),0), 0.2)
  1383. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
  1384. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(0, -1.2, -0.5) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
  1385. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0, -1.2, -0.5) * CFrame.Angles(math.rad(0), math.rad(-15), math.rad(20)), 0.2)
  1386. end
  1387. elseif stanceToggle == "Floating" then
  1388. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.4)
  1389. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.4)
  1390. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,6.8,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  1391. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.4*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  1392. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.1, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  1393. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.1, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  1394. wait()
  1395. end
  1396. else
  1397. end
  1398. end
  1399. lastanimpose = animpose
  1400. if Debounces.NoIdl == false then
  1401. if animpose == "Idle" then
  1402. if stanceToggle == "Normal" then
  1403. change = 0.5
  1404. --[[
  1405. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-3,0,0)*CFrame.Angles(math.rad(88+2*math.cos(sine/14)),math.rad(0),math.rad(0)), 0.2)
  1406. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-3,0+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(sine/14))), 0.2)
  1407. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,15,0)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(40),0), 0.2)
  1408. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(0, math.rad(-40), 0), 0.2)
  1409. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-6, -18, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  1410. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(6, -18, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  1411. --cor.Weld.C0 = Lerp(cor.Weld.C0, CFrame.new(0, -1, -1.1) * CFrame.Angles(math.rad(-90), math.rad(-110), math.rad(-70)), 1)
  1412. ]]--
  1413.  
  1414. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-4, -0.1 - 0.1 * math.sin(sine / 10), 0 - 0.01 * math.sin(sine / 10)) * CFrame.Angles(math.rad(-3 + 3 * math.sin(sine / 10)), math.rad(-3 - 2 * math.cos(sine / 10)), math.rad(13 + 3 * math.cos(sine / 10))), 0.4)
  1415. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(4, -0.1 - 0.1 * math.sin(sine / 10), 0 - 0.01 * math.sin(sine / 10)) * CFrame.Angles(math.rad(-4 - 3 * math.sin(sine / 10)), math.rad(3 + 2 * math.cos(sine / 10)), math.rad(-13 - 3 * math.cos(sine / 10))), 0.4)
  1416. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 16, -0.2) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  1417. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0.1 - 0.05 * math.cos(sine / 10)) * CFrame.Angles(math.rad(14 - 5 * math.cos(sine / 10)), math.rad(20), 0), 0.4)
  1418. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 15 - 0.16 * math.cos(sine / 10), 0) * CFrame.Angles(0, math.rad(20), math.rad(0)), 0.05)
  1419. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10 + 3 * math.cos(sine / 10)), math.rad(0), math.rad(0)), 0.05)
  1420. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-6, -18 - 0.05 * math.sin(sine / 10), 0) * CFrame.Angles(math.rad(-12 + 5 * math.sin(sine / 10)), math.rad(20 + 6 * math.sin(sine / 10)), math.rad(-12 - 2 * math.sin(sine / 10))), 0.4)
  1421. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(6, -12 - 0.1 * math.sin(sine / 10), -3) * CFrame.Angles(math.rad(-9 + 5 * math.sin(sine / 10)), math.rad(-9 - 6 * math.sin(sine / 10)), math.rad(4 + 3 * math.sin(sine / 10))), 0.4)
  1422. elseif stanceToggle == "Melee" then
  1423. change = 0.5
  1424. --[[
  1425. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,-0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(20+2*math.cos(sine/14))), 0.2)
  1426. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,-0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20-2*math.cos(sine/14))), 0.2)
  1427. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,6.8,-.2)*CFrame.Angles(math.rad(-20+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  1428. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(0), 0), 0.2)
  1429. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.1, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-10)), 0.2)
  1430. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.1, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(10)), 0.2)
  1431. ]]--
  1432. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.57 - 0.1 * math.sin(sine / 10), 0 - 0.05 * math.sin(sine / 10)) * CFrame.Angles(math.rad(-3 + 2 * math.sin(sine / 10)), math.rad(-15 - 10 * math.cos(sine / 10)), math.rad(13 + 6 * math.cos(sine / 10))), 0.4)
  1433. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.57 - 0.1 * math.sin(sine / 10), 0 - 0.05 * math.sin(sine / 10)) * CFrame.Angles(math.rad(-4 - 2 * math.sin(sine / 10)), math.rad(15 + 10 * math.cos(sine / 10)), math.rad(-13 - 6 * math.cos(sine / 10))), 0.4)
  1434. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 6.8, -0.2) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
  1435. hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0.1 - 0.05 * math.cos(sine / 10)) * CFrame.Angles(math.rad(14 - 5 * math.cos(sine / 10)), math.rad(20), 0), 0.4)
  1436. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 6 - 0.16 * math.cos(sine / 10), 0) * CFrame.Angles(0, math.rad(20), math.rad(0)), 0.05)
  1437. torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(10 + 3 * math.cos(sine / 10)), math.rad(0), math.rad(0)), 0.05)
  1438. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.05 - 0.05 * math.sin(sine / 10), 0) * CFrame.Angles(math.rad(-12 + 5 * math.sin(sine / 10)), math.rad(20 + 6 * math.sin(sine / 10)), math.rad(-12 - 2 * math.sin(sine / 10))), 0.4)
  1439. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 3 - 0.1 * math.sin(sine / 10), -3) * CFrame.Angles(math.rad(-9 + 5 * math.sin(sine / 10)), math.rad(-9 - 6 * math.sin(sine / 10)), math.rad(4 + 3 * math.sin(sine / 10))), 0.4)
  1440. elseif stanceToggle == "Floating" then
  1441. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.4)
  1442. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.4)
  1443. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,6.8,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(sine/14)),math.rad(0),0), 0.2)
  1444. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.4*math.cos(sine/14), 0) * CFrame.Angles(0, math.rad(0), math.rad(0)), 0.05)
  1445. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.1, -1, 0) * CFrame.Angles(0, 0, math.rad(-8-2*math.cos(sine/14))), 0.4)
  1446. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.1, -1, 0) * CFrame.Angles(0, 0, math.rad(8+2*math.cos(sine/14))), 0.4)
  1447. end
  1448. elseif animpose == "Walking" then
  1449. if stanceToggle == "Normal" then
  1450. change = 1
  1451. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(3,-2.2, 0)*CFrame.Angles(math.rad(-20), math.rad(-20),math.rad(40)), 0.2)
  1452. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0, -math.sin(sine/8)/2.8)*CFrame.Angles(math.sin(sine/8)/4, -math.sin(sine/8)/2, math.rad(-10)), 0.2)
  1453. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,6.8,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/4)), math.rad(0), math.rad(0)),0.2)
  1454. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.1*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  1455. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  1456. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  1457. elseif stanceToggle == "Melee" then
  1458. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0-.05*math.cos(sine/4), math.sin(sine/8)/4) * CFrame.Angles(-math.sin(sine/8)/2.8, -math.sin(sine/8)/3, math.rad(10+2*math.cos(sine/4))), 0.2)
  1459. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0+.05*math.cos(sine/4), -math.sin(sine/8)/4)*CFrame.Angles(math.sin(sine/8)/2.8, -math.sin(sine/8)/3, math.rad(-10-2*math.cos(sine/4))), 0.2)
  1460. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,6.8,0)*CFrame.Angles(math.rad(-8+2*math.cos(sine/4)), math.rad(0), math.rad(0)),0.2)
  1461. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.07*math.cos(sine/4), 0) * CFrame.Angles(math.rad(-4+1*math.cos(sine/4)), 0, math.rad(0)), 0.2)
  1462. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.1, -1-0.14*math.cos(sine/8)/2.8, -0.05 + math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + -math.sin(sine/8)/2.3, 0, 0), .4)
  1463. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.1, -1+0.14*math.cos(sine/8)/2.8, -0.05 + -math.sin(sine/8)/3.4) * CFrame.Angles(math.rad(-10) + math.sin(sine/8)/2.3, 0, 0), .4)
  1464. elseif stanceToggle == "Floating" then
  1465. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  1466. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  1467. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 6.8, -.2) * CFrame.Angles(math.rad(-14-4*math.cos(sine/14)),0,0), 0.4)
  1468. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.1, -1, 0) * CFrame.Angles(math.rad(0-8*math.cos(sine/14)), 0, math.rad(-8)), 0.4)
  1469. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.1, -1, 0) * CFrame.Angles(math.rad(1-9*math.cos(sine/13)), 0, math.rad(8)), 0.4)
  1470. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.2*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-10),0, math.rad(0)), 0.05)
  1471. end
  1472. elseif animpose == "Running" then
  1473. if stanceToggle == "Normal" then
  1474. change = 1
  1475. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(-4,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10+2*math.cos(sine/14))), 0.2)
  1476. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(4,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10-2*math.cos(sine/14))), 0.2)
  1477. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 16, .2) * CFrame.Angles(math.rad(20),math.rad(10),0), 0.4)
  1478. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 15-0.1*math.cos(sine/14), 0) * CFrame.Angles(math.rad(-40),math.rad(-10), math.rad(0)), 0.2)
  1479. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-6, -12, -1.2) * CFrame.Angles(math.rad(-20), math.rad(10), math.rad(0)), 0.4)
  1480. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(6, -18, 0) * CFrame.Angles(math.rad(-12), math.rad(10), math.rad(0)), 0.4)
  1481. elseif stanceToggle == "Floating" then
  1482. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(-12),math.rad(10+2*math.cos(sine/14))), 0.2)
  1483. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,-0.62+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(-16),math.rad(12),math.rad(-10-2*math.cos(sine/14))), 0.2)
  1484. hed.Weld.C0 = CFrame.new(0,6.8,0)*CFrame.Angles(math.rad(-14-4*math.cos(sine/14)),0,0)
  1485. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.1, -1, 0) * CFrame.Angles(math.rad(-10-12*math.cos(sine/16)), 0, math.rad(-8)), 0.4)
  1486. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.1, -1, 0) * CFrame.Angles(math.rad(-10-12*math.cos(sine/16)), 0, math.rad(8)), 0.4)
  1487. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1-0.4*math.cos(sine/14), -.2) * CFrame.Angles(math.rad(-15),0, math.rad(0)), 0.05)
  1488. end
  1489. end
  1490. end
  1491. end)
  1492. mouse.KeyDown:connect(function(key)
  1493. if key == "l" then
  1494. if Debounces.CanJoke == true then
  1495. Debounces.CanJoke = false
  1496. z = Instance.new("Sound",char)
  1497. z.SoundId = "rbxassetid://415880409"
  1498. z.Pitch = 1
  1499. z.Volume = 100
  1500. wait()
  1501. z:Play()
  1502. wait(6)
  1503. z:Destroy()
  1504. if Debounces.CanJoke == false then
  1505. Debounces.CanJoke = true
  1506. end
  1507. end
  1508. end
  1509. end)
  1510. ----------------------------------------------------
  1511. mouse.KeyDown:connect(function(key)
  1512. if key == "j" then
  1513. if Debounces.CanJoke == true then
  1514. Debounces.CanJoke = false
  1515. z = Instance.new("Sound",char)
  1516. z.SoundId = "rbxassetid://291699665"
  1517. z.Pitch = .44
  1518. z.Volume = 6
  1519. wait()
  1520. z:Play()
  1521. wait(6)
  1522. z:Destroy()
  1523. if Debounces.CanJoke == false then
  1524. Debounces.CanJoke = true
  1525. end
  1526. end
  1527. end
  1528. end)
  1529. ----------------------------------------------------
  1530. mouse.KeyDown:connect(function(key)
  1531. if key == "k" then
  1532. if Debounces.CanJoke == true then
  1533. Debounces.CanJoke = false
  1534. z = Instance.new("Sound",char)
  1535. z.SoundId = "rbxassetid://135017578"
  1536. z.Pitch = .76
  1537. z.Volume = 6
  1538. wait()
  1539. z:Play()
  1540. wait(4)
  1541. z:Destroy()
  1542. if Debounces.CanJoke == false then
  1543. Debounces.CanJoke = true
  1544. end
  1545. end
  1546. end
  1547. end)
  1548.  
  1549.  
  1550. local mult = 4
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558. Player=game:GetService('Players').LocalPlayer
  1559. Character=Player.Character
  1560. Mouse=Player:GetMouse()
  1561. m=Instance.new('Model',Character)
  1562.  
  1563.  
  1564. local function weldBetween(a, b)
  1565. local weldd = Instance.new("ManualWeld")
  1566. weldd.Part0 = a
  1567. weldd.Part1 = b
  1568. weldd.C0 = CFrame.new()
  1569. weldd.C1 = b.CFrame:inverse() * a.CFrame
  1570. weldd.Parent = a
  1571. return weldd
  1572. end
  1573.  
  1574. it=Instance.new
  1575.  
  1576. function nooutline(part)
  1577. part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
  1578. end
  1579.  
  1580. function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
  1581. local fp=it("Part")
  1582. fp.formFactor=formfactor
  1583. fp.Parent=parent
  1584. fp.Reflectance=reflectance
  1585. fp.Transparency=transparency
  1586. fp.CanCollide=false
  1587. fp.Locked=true
  1588. fp.BrickColor=BrickColor.new(tostring(brickcolor))
  1589. fp.Name=name
  1590. fp.Size=size-- * mult
  1591. fp.Position=Character.Torso.Position
  1592. nooutline(fp)
  1593. fp.Material=material
  1594. fp:BreakJoints()
  1595. return fp
  1596. end
  1597.  
  1598. function mesh(Mesh,part,meshtype,meshid,offset,scale)
  1599. local mesh=it(Mesh)
  1600. mesh.Parent=part
  1601. if Mesh=="SpecialMesh" then
  1602. mesh.MeshType=meshtype
  1603. mesh.MeshId=meshid
  1604. end
  1605. mesh.Offset=offset
  1606. mesh.Scale=scale
  1607. return mesh
  1608. end
  1609.  
  1610. function weld(parent,part0,part1,c0,c1)
  1611. local weld=it("Weld")
  1612. weld.Parent=parent
  1613. weld.Part0=part0
  1614. weld.Part1=part1
  1615. weld.C0=c0
  1616. weld.C1=c1
  1617. return weld
  1618. end
  1619.  
  1620.  
  1621. maus.KeyDown:connect(function(kei)
  1622. if string.byte(kei)==48 and not otheranims then
  1623. runnin=true
  1624. end
  1625. if kei=='w' then fldb.w=true end
  1626. if kei=='a' then fldb.a=true end
  1627. if kei=='s' then fldb.s=true end
  1628. if kei=='d' then fldb.d=true end
  1629. end)
  1630. maus.KeyUp:connect(function(kei)
  1631. if string.byte(kei)==48 and not otheranims then
  1632. runnin=false
  1633. end
  1634. if kei=='w' then fldb.w=false end
  1635. if kei=='a' then fldb.a=false end
  1636. if kei=='s' then fldb.s=false end
  1637. if kei=='d' then fldb.d=false end
  1638. end)
  1639.  
  1640.  
  1641. game:service'RunService'.RenderStepped:connect(function()
  1642. if anim~=lastanim then
  1643. runtime=0
  1644. end
  1645. lastanim=anim
  1646. chr.Humanoid.CameraOffset=(rutprt.CFrame:toObjectSpace(hed.CFrame)).p+Vector3.new(0,-1.25,0)
  1647. syne=syne+.95
  1648. if not otheranims and not swimming then
  1649. if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 1 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  1650. anim="Idling"
  1651. elseif (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude > 1 and (rutprt.Velocity*Vector3.new(1, 0, 1)).magnitude < RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  1652. anim="Walking"
  1653. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > RunSpeed-10 and not chr.Humanoid.Jump then-- and torso.Velocity.y<5 and torso.Velocity.y>-5
  1654. anim="Sprinting"
  1655. elseif torso.Velocity.y>5 and chr.Humanoid.Jump then
  1656. anim='Jumping'
  1657. elseif (torso.Velocity.y < -5) and chr.Humanoid.Jump then
  1658. anim='Falling'
  1659. end
  1660. end
  1661.  
  1662. if anim ~= "Idling" then
  1663. GShandleweld.C0=Lerp(GShandleweld.C0,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),.1)
  1664. end
  1665.  
  1666. if anim=="Idling" then
  1667. idlesineinc=35
  1668. GShandleweld.C0=Lerp(GShandleweld.C0,CFrame.new(0, -.5, .46)*CFrame.Angles(math.rad(75),math.rad(0),math.rad(0)),.1)
  1669. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 +math.cos(syne/idlesineinc)/25 ,0)*CFrame.Angles(math.rad(76),math.rad(12),math.rad(20)),.1)
  1670. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 +math.cos(syne/idlesineinc)/25 ,0 )*CFrame.Angles(0,0,math.rad(-3)),.1)
  1671. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55 ,-1.9 -math.cos(syne/idlesineinc)/20 ,(math.cos(syne/idlesineinc)/35))*CFrame.Angles(-(math.cos(syne/idlesineinc)/35),0,math.rad(-2.5)),.1)
  1672. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55 ,-1.9 -math.cos(syne/idlesineinc)/20 ,(math.cos(syne/idlesineinc)/35))*CFrame.Angles(-(math.cos(syne/idlesineinc)/35),0,math.rad(2.5)),.1)
  1673. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0 ,1.5 +math.cos(syne/idlesineinc)/50 ,0)*CFrame.Angles(math.cos(syne/idlesineinc)/40,0,0),.1)
  1674.  
  1675.  
  1676.  
  1677. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0 ,-.1 +math.cos(syne/idlesineinc)/20 ,0 )*CFrame.Angles(math.cos(syne/idlesineinc)/35+math.rad(0),math.rad(0),math.rad(0)),.1)
  1678. end
  1679.  
  1680. if anim=="Walking" then
  1681. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 +math.cos(syne/15 )/25 ,0 )*CFrame.Angles(math.cos(syne/6)/1.25,math.rad(5),-(math.cos(syne/6.75)/15)+math.rad(3)),.1)
  1682. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 +math.cos(syne/15 )/25 ,0 )*CFrame.Angles(-(math.cos(syne/6)/1.25),0,-(math.cos(syne/6.75)/15)-math.rad(3)),.1)
  1683. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55 ,-1.9 -math.cos(syne/6)/10,-(math.cos(syne/6)/1.125 ))*CFrame.Angles(math.cos(syne/6)/1.125,0,math.rad(-2.5)),.1)
  1684. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55 ,-1.9 -math.cos(syne/6)/10,math.cos(syne/6)/1.125 )*CFrame.Angles(-(math.cos(syne/6)/1.125),0,math.rad(2.5)),.1)
  1685. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0 ,1.5 +math.cos(syne/20 )/50 ,0 )*CFrame.Angles(-math.cos(syne/3)/20,0,0),.1)
  1686.  
  1687.  
  1688. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1+math.cos(syne/3.375)/20,math.cos(syne/3)/5)*CFrame.Angles(math.cos(syne/3)/20+math.rad(-3.5),math.cos(syne/6)/10,-math.cos(syne/6)/30+math.sin(rutprt.RotVelocity.y/2)/7.5),.1)
  1689. end
  1690.  
  1691. if anim=="Sprinting" then
  1692. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 ,0 )*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(-55),0,math.rad(12.5)),.1)
  1693. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 ,0 )*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(-55),0,math.rad(-12.5)),.1)
  1694. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55 ,-1.6 -math.cos(syne/4)/4,-(math.cos(syne/4)*2 )-math.rad(10))*CFrame.Angles(math.cos(syne/4)*2+math.rad(10),0,math.rad(-2.5)),.1)
  1695. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55 ,-1.6 -math.cos(syne/4)/4,math.cos(syne/4)*2 -math.rad(10))*CFrame.Angles(-(math.cos(syne/4)*2)+math.rad(10),0,math.rad(2.5)),.1)
  1696. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0 ,1.55 +math.cos(syne/20 )/50 ,0 )*CFrame.Angles(-math.cos(syne/2.5)/10+math.rad(20),0,0),.1)
  1697.  
  1698.  
  1699. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.3+math.cos(syne/2.5)/15,math.cos(syne/2.5))*CFrame.Angles(math.cos(syne/2.5)/10+math.rad(-25),math.cos(syne/2.5)/10,math.cos(syne/4)/20+math.sin(rutprt.RotVelocity.y/2)/4),.1)
  1700. end
  1701.  
  1702. if anim=="Jumping" then
  1703. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)
  1704. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)
  1705. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55 ,-1.4 ,0 )*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)
  1706. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55 ,-1.4 ,0 )*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)
  1707. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0 ,1.5 +math.cos(syne/20 )/50 ,0 )*CFrame.Angles(math.cos(syne/20)/40,0,0),.1)
  1708.  
  1709.  
  1710. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0,-.1 +math.cos(syne/20 )/20 ,0 )*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)),.1)
  1711. end
  1712.  
  1713. if anim=="Falling" then
  1714. rarm.Weld.C0=Lerp(rarm.Weld.C0,CFrame.new(1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)
  1715. larm.Weld.C0=Lerp(larm.Weld.C0,CFrame.new(-1.5 ,.525 ,0 )*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)
  1716. lleg.Weld.C0=Lerp(lleg.Weld.C0,CFrame.new(-.55 ,-1.2 ,0 )*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035)
  1717. rleg.Weld.C0=Lerp(rleg.Weld.C0,CFrame.new(.55 ,-1.2 ,0 )*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035)
  1718. hed.Weld.C0=Lerp(hed.Weld.C0,CFrame.new(0 ,1.5 ,-.3 )*CFrame.Angles(math.rad(-40),0,0),.035)
  1719.  
  1720.  
  1721. rutprt.Weld.C0=Lerp(rutprt.Weld.C0,CFrame.new(0 ,-.1 +math.cos(syne/20 )/20 ,0 )*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)),.035)
  1722. end
  1723.  
  1724. if runnin and not otheranims and not swimming then
  1725. chr.Humanoid.WalkSpeed=RunSpeed
  1726. elseif not runnin and not otheranims and not swimming then
  1727. chr.Humanoid.WalkSpeed=WlkSpeed
  1728. end
  1729. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement