Advertisement
Void_scripter0

Dance

Jun 8th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.20 KB | None | 0 0
  1. -----------//KRYSTAL DANCE V2\\-----------
  2. --[[Movelist
  3. Q = Nice dance moves
  4. E = I be flossin
  5. R = Helicopter!
  6. T = WE ARE NUMBER ONE!
  7. Y = Dont know what to do lol
  8. U = RA RA RASPUTIN
  9. P = Ban roll
  10. F = Falling
  11. G = MAYBE ILL BE TRACER
  12. H = MATRIX
  13. J = Here comes the BURGERS!
  14. K = SHOOTING STARS . o 'O. -O- O ;:;: o 0 o o ( )
  15. ---------]]
  16.  
  17. --Alright so before i start rambling on about absolute nonsense, please subscribe to Pewdiepie on youtube! Help him defeat T-Series!--
  18. --Also subscribe to Vengefulprogram--
  19. --Krystal dance! The old famous script that sadly has been broken(sorta), i've decided to rework this thing because... nostalgia.--
  20. --This is one of the first scripts i've ever ran on SB, seeing this back again really reminds me of how much of a noob i was.--
  21. --Credits to Krystalteam, they made the original krystal dance! Be sure to respect them or else...--
  22. --#makeoldscriptsgreatagain--
  23.  
  24. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  25. do
  26. script.Parent = owner.Character
  27. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  28. local function NewFakeEvent()
  29. local Bind = Instance.new("BindableEvent")
  30. local Fake;Fake = {Connections = {},
  31. fakeEvent=true;
  32. Connect=function(self,Func)
  33. Bind.Event:connect(Func)
  34. self.Connections[Bind] = true
  35. return setmetatable({Connected = true},{
  36. __index = function (self,Index)
  37. if Index:lower() == "disconnect" then
  38. return function() Fake.Connections[Bind] = false;self.Connected = false end
  39. end
  40. return Fake[Index]
  41. end;
  42. __tostring = function() return "Connection" end;
  43. })
  44. end}
  45. Fake.connect = Fake.Connect;return Fake;
  46. end
  47. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  48. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  49. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  50. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  51. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  52. local function TriggerEvent(self,Event,...)
  53. local Trigger = Mouse[Event]
  54. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  55. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  56. end
  57. end
  58. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  59. Event.OnServerEvent:Connect(function(FiredBy,Input)
  60. if FiredBy.Name ~= owner.Name then return end
  61. if Input.MouseEvent then
  62. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  63. else
  64. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  65. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  66. for _,Action in pairs(ContextActionService.Actions) do
  67. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  68. end
  69. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  70. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  71. end
  72. end)
  73. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  74. Event.Parent = NLS([[
  75. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  76. local Input = function(Input,gameProcessedEvent)
  77. if gameProcessedEvent then return end
  78. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  79. end
  80. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  81. local Hit,Target
  82. while wait(1/30) do
  83. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  84. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  85. end
  86. end
  87. ]],owner.Character)
  88. end
  89. RealGame = game;game = setmetatable({},{
  90. __index = function (self,Index)
  91. local Sandbox = function (Thing)
  92. if Thing:IsA("Player") then
  93. local RealPlayer = Thing
  94. return setmetatable({},{
  95. __index = function (self,Index)
  96. local Type = type(RealPlayer[Index])
  97. if Type == "function" then
  98. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  99. return function (self)return InternalData["Mouse"] end
  100. end
  101. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  102. end
  103. return RealPlayer[Index]
  104. end;
  105. __tostring = function(self) return RealPlayer.Name end
  106. })
  107. end
  108. end
  109. if RealGame[Index] then
  110. local Type = type(RealGame[Index])
  111. if Type == "function" then
  112. if Index:lower() == "getservice" or Index:lower() == "service" then
  113. return function (self,Service)
  114. local FakeServices = {
  115. ["players"] = function()
  116. return setmetatable({},{
  117. __index = function (self2,Index2)
  118. local RealService = RealGame:GetService(Service)
  119. local Type2 = type(Index2)
  120. if Type2 == "function" then
  121. return function (self,...) return RealService[Index2](RealService,...)end
  122. else
  123. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  124. return RealService[Index2]
  125. end
  126. end;
  127. __tostring = function(self) return RealGame:GetService(Service).Name end
  128. })
  129. end;
  130. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  131. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  132. ["runservice"] = function()
  133. return setmetatable({},{
  134. __index = function(self2,Index2)
  135. local RealService = RealGame:GetService(Service)
  136. local Type2 = type(Index2)
  137. if Type2 == "function" then
  138. return function (self,...) return RealService[Index2](RealService,...) end
  139. else
  140. local RunServices = {
  141. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  142. ["renderstepped"] = function() return RealService["Stepped"] end
  143. }
  144. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  145. return RealService[Index2]
  146. end
  147. end
  148. })
  149. end
  150. }
  151. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  152. return RealGame:GetService(Service)
  153. end
  154. end
  155. return function (self,...) return RealGame[Index](RealGame,...) end
  156. else
  157. if game:GetService(Index) then return game:GetService(Index) end
  158. return RealGame[Index]
  159. end
  160. end
  161. return nil
  162. end
  163. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  164.  
  165. Player=game.Players.LocalPlayer
  166. Character=Player.Character
  167. Character.Humanoid.Name = "noneofurbusiness"
  168. hum = Character.noneofurbusiness
  169. LeftArm=Character["Left Arm"]
  170. LeftLeg=Character["Left Leg"]
  171. RightArm=Character["Right Arm"]
  172. RightLeg=Character["Right Leg"]
  173. Root=Character["HumanoidRootPart"]
  174. Head=Character["Head"]
  175. Torso=Character["Torso"]
  176. Neck=Torso["Neck"]
  177. mouse = Player:GetMouse()
  178. walking = false
  179. jumping = false
  180. attacking = false
  181. firsttime = false
  182. tauntdebounce = false
  183. position = nil
  184. MseGuide = true
  185. running = false
  186. settime = 0
  187. sine = 0
  188. t = 0
  189. ws = 14
  190. change = 1
  191. combo1 = true
  192. dancing = false
  193. equip = false
  194. dgs = 75
  195. combo2 = false
  196. switch1 = true
  197. switch2 = false
  198. firsttime2 = false
  199. combo3 = false
  200. gunallowance = false
  201. shooting = false
  202. RunSrv = game:GetService("RunService")
  203. RenderStepped = game:GetService("RunService").RenderStepped
  204. removeuseless = game:GetService("Debris")
  205.  
  206. screenGui = Instance.new("ScreenGui")
  207. screenGui.Parent = script.Parent
  208.  
  209. local HEADLERP = Instance.new("ManualWeld")
  210. HEADLERP.Parent = Head
  211. HEADLERP.Part0 = Head
  212. HEADLERP.Part1 = Head
  213. HEADLERP.C0 = CFrame.new(0, -1.5, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  214.  
  215. local TORSOLERP = Instance.new("ManualWeld")
  216. TORSOLERP.Parent = Root
  217. TORSOLERP.Part0 = Torso
  218. TORSOLERP.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  219.  
  220. local ROOTLERP = Instance.new("ManualWeld")
  221. ROOTLERP.Parent = Root
  222. ROOTLERP.Part0 = Root
  223. ROOTLERP.Part1 = Torso
  224. ROOTLERP.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  225.  
  226. local RIGHTARMLERP = Instance.new("ManualWeld")
  227. RIGHTARMLERP.Parent = RightArm
  228. RIGHTARMLERP.Part0 = RightArm
  229. RIGHTARMLERP.Part1 = Torso
  230. RIGHTARMLERP.C0 = CFrame.new(-1.5, 0, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  231.  
  232. local LEFTARMLERP = Instance.new("ManualWeld")
  233. LEFTARMLERP.Parent = LeftArm
  234. LEFTARMLERP.Part0 = LeftArm
  235. LEFTARMLERP.Part1 = Torso
  236. LEFTARMLERP.C0 = CFrame.new(1.5, 0, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  237.  
  238. local RIGHTLEGLERP = Instance.new("ManualWeld")
  239. RIGHTLEGLERP.Parent = RightLeg
  240. RIGHTLEGLERP.Part0 = RightLeg
  241. RIGHTLEGLERP.Part1 = Torso
  242. RIGHTLEGLERP.C0 = CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  243.  
  244. local LEFTLEGLERP = Instance.new("ManualWeld")
  245. LEFTLEGLERP.Parent = LeftLeg
  246. LEFTLEGLERP.Part0 = LeftLeg
  247. LEFTLEGLERP.Part1 = Torso
  248. LEFTLEGLERP.C0 = CFrame.new(0.5, 2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  249.  
  250. local function weldBetween(a, b)
  251. local weld = Instance.new("ManualWeld", a)
  252. weld.Part0 = a
  253. weld.Part1 = b
  254. weld.C0 = a.CFrame:inverse() * b.CFrame
  255. return weld
  256. end
  257.  
  258. function MAKETRAIL(PARENT,POSITION1,POSITION2,LIFETIME,COLOR)
  259. A = Instance.new("Attachment", PARENT)
  260. A.Position = POSITION1
  261. A.Name = "A"
  262. B = Instance.new("Attachment", PARENT)
  263. B.Position = POSITION2
  264. B.Name = "B"
  265. tr1 = Instance.new("Trail", PARENT)
  266. tr1.Attachment0 = A
  267. tr1.Attachment1 = B
  268. tr1.Enabled = true
  269. tr1.Lifetime = LIFETIME
  270. tr1.TextureMode = "Static"
  271. tr1.LightInfluence = 0
  272. tr1.Color = COLOR
  273. tr1.Transparency = NumberSequence.new(0, 1)
  274. end
  275.  
  276. introsound = Instance.new("Sound",Head)
  277. introsound.SoundId = "rbxassetid://236146895"
  278. introsound.Volume = 8
  279. introsound:Play()
  280.  
  281.  
  282. fedora = Instance.new("Part",Character)
  283. fedora.Size = Vector3.new(2,2,2)
  284. fedora.CFrame = Head.CFrame
  285. fedora.CanCollide = false
  286. fedoraweld = Instance.new("Weld",fedora)
  287. fedoraweld.Part0 = fedora
  288. fedoraweld.Part1 = Head
  289. fedoraweld.C0 = fedora.CFrame:inverse() * Head.CFrame * CFrame.new(0,-.75,0)
  290. mfedora = Instance.new("SpecialMesh", fedora)
  291. mfedora.MeshType = "FileMesh"
  292. mfedora.Scale = Vector3.new(.97, .97, .97)
  293. mfedora.MeshId,mfedora.TextureId = 'http://www.roblox.com/asset/?id=13640868','http://www.roblox.com/asset/?id=18987684'
  294.  
  295. shades = Instance.new("Part",Character)
  296. shades.Size = Vector3.new(2,2,2)
  297. shades.CFrame = Head.CFrame
  298. shades.CanCollide = false
  299. shadesweld = Instance.new("Weld",shades)
  300. shadesweld.Part0 = shades
  301. shadesweld.Part1 = Head
  302. shadesweld.C0 = shades.CFrame:inverse() * Head.CFrame * CFrame.new(0,-.2,.15)
  303. mshades = Instance.new("SpecialMesh", shades)
  304. mshades.MeshType = "FileMesh"
  305. mshades.Scale = Vector3.new(1.04, 1.28, 1.04)
  306. mshades.MeshId,mshades.TextureId = 'http://www.roblox.com/asset/?id=121910245','http://www.roblox.com/asset/?id=121947422'
  307.  
  308. for i,v in pairs(Character:GetChildren()) do
  309. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "Hat" or v.ClassName == "CharacterMesh" or v.ClassName == "Shirt Graphic" then
  310. v:Remove()
  311. end
  312. end
  313.  
  314. coroutine.wrap(function()
  315. while wait() do
  316. hum.WalkSpeed = ws
  317. LeftArm.BrickColor = BrickColor.new("Bright yellow")
  318. RightArm.BrickColor = BrickColor.new("Bright yellow")
  319. Head.BrickColor = BrickColor.new("Bright yellow")
  320. Torso.BrickColor = BrickColor.new("Deep blue")
  321. LeftLeg.BrickColor = BrickColor.new("Br. yellowish green")
  322. RightLeg.BrickColor = BrickColor.new("Br. yellowish green")
  323. end
  324. end)()
  325. godmode = coroutine.wrap(function()
  326. for i,v in pairs(Character:GetChildren()) do
  327. if v:IsA("BasePart") and v ~= Root then
  328. v.Anchored = false
  329. end
  330. end
  331. while true do
  332. hum.MaxHealth = math.huge
  333. wait(0.0000001)
  334. hum.Health = math.huge
  335. wait()
  336. end
  337. end)
  338. godmode()
  339. ff = Instance.new("ForceField", Character)
  340. ff.Visible = false
  341.  
  342. coroutine.wrap(function()
  343. for i,v in pairs(Character:GetChildren()) do
  344. if v.Name == "Animate" then v:Remove()
  345. end
  346. end
  347. end)()
  348.  
  349. function damagealll(Radius,Position)
  350. local Returning = {}
  351. for _,v in pairs(workspace:GetChildren()) do
  352. if v~=Character and v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Torso') or v:FindFirstChild('UpperTorso') then
  353. if v:FindFirstChild("Torso") then
  354. local Mag = (v.Torso.Position - Position).magnitude
  355. if Mag < Radius then
  356. table.insert(Returning,v)
  357. end
  358. elseif v:FindFirstChild("UpperTorso") then
  359. local Mag = (v.UpperTorso.Position - Position).magnitude
  360. if Mag < Radius then
  361. table.insert(Returning,v)
  362. end
  363. end
  364. end
  365. end
  366. return Returning
  367. end
  368.  
  369. ArtificialHB = Instance.new("BindableEvent", script)
  370. ArtificialHB.Name = "Heartbeat"
  371. script:WaitForChild("Heartbeat")
  372.  
  373. frame = 1 / 60
  374. tf = 0
  375. allowframeloss = false
  376. tossremainder = false
  377.  
  378.  
  379. lastframe = tick()
  380. script.Heartbeat:Fire()
  381.  
  382.  
  383. game:GetService("RunService").Heartbeat:connect(function(s, p)
  384. tf = tf + s
  385. if tf >= frame then
  386. if allowframeloss then
  387. script.Heartbeat:Fire()
  388. lastframe = tick()
  389. else
  390. for i = 1, math.floor(tf / frame) do
  391. script.Heartbeat:Fire()
  392. end
  393. lastframe = tick()
  394. end
  395. if tossremainder then
  396. tf = 0
  397. else
  398. tf = tf - frame * math.floor(tf / frame)
  399. end
  400. end
  401. end)
  402.  
  403. function swait(num)
  404. if num == 0 or num == nil then
  405. game:service("RunService").Stepped:wait(0)
  406. else
  407. for i = 0, num do
  408. game:service("RunService").Stepped:wait(0)
  409. end
  410. end
  411. end
  412.  
  413. for _,n in pairs(Character:GetChildren()) do
  414. if n:IsA("Accessory") then n:Remove() end
  415. end
  416. for _,x in pairs(Character:GetChildren()) do
  417. if x:IsA("Decal") then x:Remove() end
  418. end
  419.  
  420. intro = true
  421. ws = 0
  422.  
  423. bigfedora = Instance.new("Part",Character)
  424. bigfedora.Size = Vector3.new(2,2,2)
  425. bigfedora.CFrame = bigfedora.CFrame:inverse() * Root.CFrame * CFrame.new(math.random(-60,60),-.2,math.random(-60,60)) * CFrame.Angles(0,math.rad(math.random(-180,180)),0)
  426. bigfedora.CanCollide = false
  427. bigfedora.Anchored = true
  428. bigfedora.Name = "mbigf"
  429. mbigfedora = Instance.new("SpecialMesh", bigfedora)
  430. mbigfedora.MeshType = "FileMesh"
  431. mbigfedora.Scale = Vector3.new(6, 7, 7)
  432. mbigfedora.MeshId,mbigfedora.TextureId = 'http://www.roblox.com/asset/?id=13640868','http://www.roblox.com/asset/?id=18987684'
  433. for i,v in pairs(Character:GetDescendants()) do
  434. if v:IsA("Part") and v.Name ~= "mbigf" then v.Transparency = 1
  435. end
  436. end
  437. for i = 1, 60 do
  438. bigfedora.CFrame = bigfedora.CFrame:lerp(CFrame.new(Root.Position) * CFrame.new(0,-.1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.09)
  439. swait()
  440. end
  441. wait(.25)
  442. for i,v in pairs(Character:GetDescendants()) do
  443. if v:IsA("Part") and v.Name ~= "mbigf" and v.Name ~= "HumanoidRootPart" then v.Transparency = 0
  444. end
  445. end
  446. for i = 1, 50 do
  447. bigfedora.CFrame = bigfedora.CFrame:lerp(CFrame.new(fedora.Position),.05)
  448. swait()
  449. end
  450. zmc = 0
  451. for i = 1, 29 do
  452. zmc = zmc + 2
  453. mbigfedora.Scale = mbigfedora.Scale - Vector3.new(.25,.25,.25)
  454. bigfedora.CFrame = bigfedora.CFrame * CFrame.Angles(math.rad(0),math.rad(zmc),0)
  455. swait()
  456. end
  457. bigfedora:Remove()
  458.  
  459. ws = 14
  460.  
  461. function SOUND(PARENT,ID,VOL,LOOP,REMOVE)
  462. so = Instance.new("Sound")
  463. so.Parent = PARENT
  464. so.SoundId = "rbxassetid://"..ID
  465. so.Volume = VOL
  466. so.Looped = LOOP
  467.  
  468. so:Play()
  469. removeuseless:AddItem(so,REMOVE)
  470. end
  471.  
  472. mouse.KeyDown:connect(function(Press)
  473. Press=Press:lower()
  474. if Press=='k' then
  475. if dancing then
  476. dancing = false
  477. else
  478. dancing = true
  479. ws = 0
  480. change = .5
  481. attacking = true
  482. jam = Instance.new("Sound",Torso)
  483. jam.SoundId = "rbxassetid://2499880947"
  484. jam.Volume = 8
  485. jam.Looped = true
  486. jam.TimePosition = 22.3
  487. jam:Play()
  488. lol90 = 0
  489. coroutine.wrap(function()
  490. while dancing do
  491. lol90 = lol90 + 11
  492. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(1 * math.sin(sine/10),.1 + .8 * math.sin(sine/3),0) * CFrame.Angles(math.rad(0),math.rad(0 * math.sin(sine/8)),math.rad(8 * math.sin(sine/7))),.25)
  493. ROOTLERP.C1 = ROOTLERP.C1:lerp(CFrame.new(0 * math.sin(sine/14),0,0) * CFrame.Angles(math.rad(0),math.rad(lol90),0),.25)
  494. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.4,1.45,0) * CFrame.Angles(math.rad(180),math.rad(-5 * math.sin(sine/3)),math.rad(-6 * math.sin(sine/3))),0.25)
  495. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,1.45,0) * CFrame.Angles(math.rad(180),math.rad(5 * math.sin(sine/3)),math.rad(6 * math.sin(sine/3))), 0.25)
  496. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 , 0) * CFrame.Angles(0, math.rad(0), math.rad(-10 + 5 * math.sin(sine/3))), 0.25)
  497. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(0, math.rad(0), math.rad(10 - 5 * math.sin(sine/3))), 0.25)
  498. swait()
  499. end
  500. ws = 14
  501. jam:Remove()
  502. ROOTLERP.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  503. attacking = false
  504. end)()
  505. end
  506. end
  507. end)
  508.  
  509. mouse.KeyDown:connect(function(Press)
  510. Press=Press:lower()
  511. if Press=='j' then
  512. if dancing then
  513. dancing = false
  514. else
  515. dancing = true
  516. ws = 3
  517. change = .5
  518. attacking = true
  519. g1 = Instance.new("BodyGyro", Root)
  520. g1.D = 175
  521. g1.P = 20000
  522. g1.MaxTorque = Vector3.new(0,9000,0)
  523. herecomesthemoney = Instance.new("Sound",Torso)
  524. herecomesthemoney.Pitch = 1
  525. herecomesthemoney.SoundId = "rbxassetid://2734040079"
  526. herecomesthemoney.Volume = 8
  527. herecomesthemoney.Looped = true
  528. herecomesthemoney:Play()
  529. robuxpile = Instance.new("Part",Torso)
  530. robuxpile.Size = Vector3.new(1,1,1)
  531. robuxpile.CFrame = LeftArm.CFrame
  532. robuxpile.CanCollide = false
  533. robuxpileweld = Instance.new("Weld",robuxpile)
  534. robuxpileweld.Part0 = robuxpile
  535. robuxpileweld.Part1 = Torso
  536. robuxpileweld.C0 = robuxpile.CFrame:inverse() * LeftArm.CFrame * CFrame.new(1,-.7,1.4)
  537. mrobuxpile = Instance.new("SpecialMesh", robuxpile)
  538. mrobuxpile.MeshType = "FileMesh"
  539. mrobuxpile.Scale = Vector3.new(0.85, .85, .85)
  540. mrobuxpile.MeshId,mrobuxpile.TextureId = 'http://www.roblox.com/asset/?id=16646125','http://www.roblox.com/asset/?id=16432575'
  541. coroutine.wrap(function()
  542. coroutine.wrap(function()
  543. while wait(.35) do
  544. if not dancing then break end
  545. local robux = Instance.new("Part",Torso)
  546. robux.CFrame = robuxpile.CFrame * CFrame.Angles(math.rad(0),math.rad(90),math.rad(90))
  547. robux.Anchored = false
  548. robux.CanCollide = true
  549. robux.Size = Vector3.new(1,1,1)
  550. removeuseless:AddItem(robux,4)
  551. mrobux = Instance.new("SpecialMesh", robux)
  552. mrobux.MeshType = "FileMesh"
  553. mrobux.Scale = Vector3.new(1.25, 1.25, 1.25)
  554. mrobux.MeshId,mrobux.TextureId = 'http://www.roblox.com/asset/?id=16646125','http://www.roblox.com/asset/?id=16432575'
  555. bov = Instance.new("BodyVelocity",robux)
  556. bov.maxForce = Vector3.new(99999,99999,99999)
  557. robux.CFrame = CFrame.new(robux.Position,mouse.Hit.p)
  558. bov.velocity = robux.CFrame.lookVector*45
  559. removeuseless:AddItem(bov,.1)
  560. end
  561. end)()
  562. while dancing do
  563. g1.CFrame = g1.CFrame:lerp(CFrame.new(Root.Position,mouse.Hit.p),.4)
  564. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(0,-.3,0) * CFrame.Angles(math.rad(20),math.rad(0 * math.sin(sine/8)),math.rad(0)),.25)
  565. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1,.5 + .5 * math.sin(sine/2),.5) * CFrame.Angles(math.rad(-97),math.rad(40 - 20 * math.sin(sine/2)),math.rad(0)), 0.25)
  566. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1,.5,.5) * CFrame.Angles(math.rad(-87),math.rad(-20),math.rad(0)), 0.25)
  567. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 , .5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-10)), 0.25)
  568. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, .5) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(10)), 0.25)
  569. swait()
  570. end
  571. ws = 14
  572. removeuseless:AddItem(g1,.001)
  573. robuxpile:Remove()
  574. attacking = false
  575. end)()
  576. end
  577. end
  578. end)
  579.  
  580. mouse.KeyDown:connect(function(Press)
  581. Press=Press:lower()
  582. if Press=='h' then
  583. if dancing then
  584. dancing = false
  585. else
  586. dancing = true
  587. ws = 0
  588. change = .5
  589. attacking = true
  590. jellyfishjam = Instance.new("Sound",Torso)
  591. jellyfishjam.SoundId = "rbxassetid://1837613399"
  592. jellyfishjam.Volume = 8
  593. jellyfishjam.Looped = true
  594. jellyfishjam.TimePosition = 14.8
  595. jellyfishjam:Play()
  596. coroutine.wrap(function()
  597. while dancing do
  598. for i = 1, 15 do
  599. if not dancing then break end
  600. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(.5,-.4 + .1 * math.sin(sine/4),0) * CFrame.Angles(math.rad(0),math.rad(20 * math.sin(sine/8)),math.rad(20)),.25)
  601. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(50 + 3 * math.sin(sine/12)),math.rad(3 - 1 * math.sin(sine/12))),.3)
  602. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(-50 - 3 * math.sin(sine/12)),math.rad(-3 + 1 * math.sin(sine/12))), .3)
  603. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(0.25, 2.05,-0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-35)), 0.25)
  604. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.31, 2.05,-0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(14)), 0.25)
  605. swait()
  606. end
  607. for i = 1, 15 do
  608. if not dancing then break end
  609. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(0,-.1 * math.sin(sine/4),0) * CFrame.Angles(math.rad(0),math.rad(20 * math.sin(sine/8)),math.rad(0)),.25)
  610. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(50 + 3 * math.sin(sine/12)),math.rad(3 - 1 * math.sin(sine/12))),.3)
  611. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(-50 - 3 * math.sin(sine/12)),math.rad(-3 + 1 * math.sin(sine/12))), .3)
  612. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.25, .7,1.5) * CFrame.Angles(math.rad(72), math.rad(25), math.rad(-2)), 0.25)
  613. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(0, math.rad(0), math.rad(10)), 0.25)
  614. swait()
  615. end
  616. for i = 1, 15 do
  617. if not dancing then break end
  618. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(-.5,-.4 + .1 * math.sin(sine/4),0) * CFrame.Angles(math.rad(0),math.rad(20 * math.sin(sine/8)),math.rad(-20)),.25)
  619. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(50 + 3 * math.sin(sine/12)),math.rad(3 - 1 * math.sin(sine/12))),.3)
  620. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(-50 - 3 * math.sin(sine/12)),math.rad(-3 + 1 * math.sin(sine/12))), .3)
  621. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 , 0) * CFrame.Angles(0, math.rad(0), math.rad(-10)), 0.25)
  622. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(-0.25, 2.05,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(35)), 0.25)
  623. swait()
  624. end
  625. for i = 1, 15 do
  626. if not dancing then break end
  627. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(-.5,-.1,0) * CFrame.Angles(math.rad(0),math.rad(20 * math.sin(sine/8)),math.rad(0)),.25)
  628. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(50 + 3 * math.sin(sine/12)),math.rad(3 - 1 * math.sin(sine/12))),.3)
  629. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(-50 - 3 * math.sin(sine/12)),math.rad(-3 + 1 * math.sin(sine/12))), .3)
  630. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.31, 2.05,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-14)), 0.3)
  631. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.25, .7,1.5) * CFrame.Angles(math.rad(72), math.rad(-25), math.rad(-2)), 0.25)
  632. swait()
  633. end
  634. swait()
  635. end
  636. ws = 14
  637. attacking = false
  638. end)()
  639. end
  640. end
  641. end)
  642.  
  643. mouse.KeyDown:connect(function(Press)
  644. Press=Press:lower()
  645. if Press=='g' then
  646. if dancing then
  647. dancing = false
  648. else
  649. dancing = true
  650. ws = 0
  651. change = .5
  652. attacking = true
  653. deadmau7 = Instance.new("Sound",Torso)
  654. deadmau7.SoundId = "rbxassetid://626393940"
  655. deadmau7.Volume = 8
  656. deadmau7.Looped = true
  657. deadmau7:Play()
  658. coroutine.wrap(function()
  659. coroutine.wrap(function()
  660. while dancing do
  661. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(2 * math.sin(sine/9),-.4 + .1 * math.sin(sine/3),0) * CFrame.Angles(math.rad(0),math.rad(20 * math.sin(sine/9)),0),.25)
  662. swait()
  663. end
  664. end)()
  665. while dancing do
  666. for i = 1, 28 do
  667. if not dancing then break end
  668. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(50 + 3 * math.sin(sine/12)),math.rad(3 - 1 * math.sin(sine/12))),.2)
  669. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.2,1.5,0) * CFrame.Angles(math.rad(180 - 7 * math.sin(sine/3)),math.rad(7 * math.sin(sine/3)),math.rad(7*math.sin(sine/3))), 0.2)
  670. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, .7,1) * CFrame.Angles(math.rad(75 - 10 * math.sin(sine/2)), math.rad(0), math.rad(0)), 0.25)
  671. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.31, 2.05,-.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(-2)), 0.3)
  672. swait()
  673. end
  674. for i = 1, 28 do
  675. if not dancing then break end
  676. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.9,.65 + .4 * math.sin(sine/12),1.2) * CFrame.Angles(math.rad(-35 - 15 * math.sin(sine/12)),math.rad(50 + 3 * math.sin(sine/12)),math.rad(3 - 1 * math.sin(sine/12))),.2)
  677. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.2,1.5,0) * CFrame.Angles(math.rad(180 - 7 * math.sin(sine/3)),math.rad(7 * math.sin(sine/3)),math.rad(7*math.sin(sine/3))), 0.2)
  678. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.31, 2.05,.1) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-8)), 0.25)
  679. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, .7,1.1) * CFrame.Angles(math.rad(75 - 10 * math.sin(sine/2)), math.rad(0), math.rad(-2)), 0.25)
  680. swait()
  681. end
  682. swait()
  683. end
  684. ws = 14
  685. deadmau7:Remove()
  686. attacking = false
  687. end)()
  688. end
  689. end
  690. end)
  691.  
  692. mouse.KeyDown:connect(function(Press)
  693. Press=Press:lower()
  694. if Press=='f' then
  695. if dancing then
  696. dancing = false
  697. else
  698. dancing = true
  699. ws = 6
  700. change = .5
  701. attacking = true
  702. bennyhill = Instance.new("Sound",Torso)
  703. bennyhill.SoundId = "rbxassetid://527970724"
  704. bennyhill.Volume = 8
  705. bennyhill.Looped = true
  706. bennyhill:Play()
  707. coroutine.wrap(function()
  708. while dancing do
  709. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(0,-.4,0) * CFrame.Angles(math.rad(20 + 5 * math.sin(sine/2)),math.rad(10 * math.sin(sine/4)),0),.25)
  710. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.89 - .4 * -math.sin(sine/2),.49) * CFrame.Angles(math.rad(-70 + 20 * -math.sin(sine/2)),0,math.rad(0)),.25)
  711. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.89 - .4 * math.sin(sine/2),.49) * CFrame.Angles(math.rad(-70 + 20 * math.sin(sine/2)),0,math.rad(0)),.25)
  712. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.33, 2, -.2 + .3 * math.sin(sine/2)) * CFrame.Angles(math.rad(-20 - 20 * -math.sin(sine/2)), math.rad(0), math.rad(-8)), 0.25)
  713. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.33, 2.0,-.2 - .3 * math.sin(sine/2)) * CFrame.Angles(math.rad(-20 - 20 * math.sin(sine/2)), math.rad(0), math.rad(8)), 0.25)
  714. swait()
  715. end
  716. ws = 14
  717. bennyhill:Remove()
  718. attacking = false
  719. end)()
  720. end
  721. end
  722. end)
  723.  
  724. mouse.KeyDown:connect(function(Press)
  725. Press=Press:lower()
  726. if Press=='p' then
  727. if dancing then
  728. dancing = false
  729. else
  730. dancing = true
  731. ws = 0
  732. change = .5
  733. attacking = true
  734. barrelspin = 0
  735. barrelrollsound = Instance.new("Sound",Torso)
  736. barrelrollsound.SoundId = "rbxassetid://857607471"
  737. barrelrollsound.Volume = 8
  738. barrelrollsound.Looped = true
  739. barrelrollsound:Play()
  740. barrol = Instance.new("Part",Torso)
  741. barrol.Size = Vector3.new(1,1,1)
  742. barrol.CFrame = Torso.CFrame
  743. barrol.CanCollide = false
  744. barrolweld = Instance.new("Weld",barrol)
  745. barrolweld.Part0 = barrol
  746. barrolweld.Part1 = Torso
  747. barrolweld.C0 = barrol.CFrame:inverse() * Torso.CFrame * CFrame.new(0,0,0)
  748. mbarrol = Instance.new("SpecialMesh", barrol)
  749. mbarrol.MeshType = "FileMesh"
  750. mbarrol.Scale = Vector3.new(1.05, .95, 1.05)
  751. mbarrol.MeshId,mbarrol.TextureId = 'http://www.roblox.com/asset/?id=10604848','http://www.roblox.com/asset/?id=10605252'
  752. coroutine.wrap(function()
  753. while dancing do
  754. ROOTLERP.C0 = ROOTLERP.C0:Lerp(CFrame.new(5 * math.sin(sine/8),-1.8,0) * CFrame.Angles(math.rad(-90),math.rad(180 * math.sin(sine/8)),0),.25)
  755. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,1.5,0) * CFrame.Angles(math.rad(180),0,math.rad(0)),.25)
  756. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,1.5,0) * CFrame.Angles(math.rad(180),0,math.rad(0)),.25)
  757. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(.5,2,0) * CFrame.Angles(0,0,0),.25)
  758. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-.5,2,0) * CFrame.Angles(0,0,0),.25)
  759. swait()
  760. end
  761. ws = 14
  762. barrol:Remove()
  763. attacking = false
  764. end)()
  765. end
  766. end
  767. end)
  768.  
  769. mouse.KeyDown:connect(function(Press)
  770. Press=Press:lower()
  771. if Press=='q' then
  772. if dancing then
  773. dancing = false
  774. else
  775. dancing = true
  776. ws = 0
  777. change = .5
  778. spinningmove = 0
  779. dbwouldlovethis = Instance.new("Sound",Torso)
  780. dbwouldlovethis.SoundId = "rbxassetid://1840084273"
  781. dbwouldlovethis.Volume = 8
  782. dbwouldlovethis.Looped = true
  783. dbwouldlovethis:Play()
  784. attacking = true
  785. coroutine.wrap(function()
  786. while dancing do
  787. spinningmove = spinningmove + 10
  788. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.52, 1.9, -.35) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)),.2)
  789. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.52, 1.9, .35) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)),.2)
  790. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.2 * math.sin(sine/3), -.52, .2 * math.sin(sine/4)) * CFrame.Angles(math.rad(180),math.rad(spinningmove),math.rad(15 * math.sin(sine/9))),.2)
  791. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.4,1.45,0) * CFrame.Angles(math.rad(180),math.rad(-1),math.rad(-3 * math.sin(sine/2))),0.3)
  792. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.4,1.45,0) * CFrame.Angles(math.rad(180),math.rad(1),math.rad(3 * math.sin(sine/2))), 0.3)
  793. swait()
  794. end
  795. ws = 14
  796. dbwouldlovethis:Remove()
  797. attacking = false
  798. end)()
  799. end
  800. end
  801. end)
  802.  
  803.  
  804. mouse.KeyDown:connect(function(Press)
  805. Press=Press:lower()
  806. if Press=='u' then
  807. if dancing then
  808. dancing = false
  809. else
  810. dancing = true
  811. ws = 6
  812. change = .5
  813. attacking = true
  814. slavdance = Instance.new("Sound",Torso)
  815. slavdance.SoundId = "rbxassetid://537549688"
  816. slavdance.Volume = 6
  817. slavdance.Looped = true
  818. slavdance:Play()
  819. coroutine.wrap(function()
  820. while dancing do
  821. for i = 1, 17 do
  822. if not dancing then break end
  823. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.52, 1.5, -.5) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)),.2)
  824. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.52, 1.2, .55) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)),.2)
  825. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.8 + .1 * math.sin(sine/3), 0) * CFrame.Angles(math.rad(22 - 2 * math.sin(sine/3)),math.rad(0),math.rad(0)),.2)
  826. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1,-.2,.4) * CFrame.Angles(math.rad(-87 + .01 * math.sin(sine/9)),math.rad(80 - 3 * math.sin(sine/9)),math.rad(0)), 0.3)
  827. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.7,-.2,.4) * CFrame.Angles(math.rad(-87 - .01 * math.sin(sine/9)),math.rad(-88 + .7 * math.sin(sine/9)),math.rad(0)), 0.3)
  828. swait()
  829. end
  830. for i = 1, 17 do
  831. if not dancing then break end
  832. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.52, 1.2, .55) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)),.2)
  833. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.52, 1.5, -.5) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)),.2)
  834. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.8 + .1 * math.sin(sine/3), 0) * CFrame.Angles(math.rad(22 - 2 * math.sin(sine/3)),math.rad(0),math.rad(0)),.2)
  835. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1,-.2,.4) * CFrame.Angles(math.rad(-87 + .01 * math.sin(sine/9)),math.rad(80 - 3 * math.sin(sine/9)),math.rad(0)), 0.3)
  836. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.7,-.2,.4) * CFrame.Angles(math.rad(-87 - .01 * math.sin(sine/9)),math.rad(-88 + .7 * math.sin(sine/9)),math.rad(0)), 0.3)
  837. swait()
  838. end
  839. swait()
  840. end
  841. ws = 14
  842. slavdance:Remove()
  843. attacking = false
  844. end)()
  845. end
  846. end
  847. end)
  848.  
  849. mouse.KeyDown:connect(function(Press)
  850. Press=Press:lower()
  851. if Press=='y' then
  852. if dancing then
  853. dancing = false
  854. else
  855. dancing = true
  856. ws = 0
  857. change = .5
  858. walkforward = 0
  859. walkrotation = 0
  860. attacking = true
  861. truelegend = Instance.new("Sound",Torso)
  862. truelegend.SoundId = "rbxassetid://3194643942"
  863. truelegend.TimePosition = 13.98
  864. truelegend.Volume = 8
  865. truelegend.Looped = true
  866. truelegend:Play()
  867. coroutine.wrap(function()
  868. while dancing do
  869. for i = 1, 100 do
  870. if not dancing then break end
  871. walkforward = walkforward + .1
  872. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.31, 2.05 , .1 * math.sin(sine/4)) * CFrame.Angles(math.rad(10 * math.sin(sine/4)), math.rad(0), math.rad(-8)), 0.3)
  873. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.31, 2.05, -.15 * math.sin(sine/4)) * CFrame.Angles(math.rad(-10 * math.sin(sine/4)), math.rad(0), math.rad(8)), 0.3)
  874. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, walkforward) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.2)
  875. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(0,0,math.rad(0)),.3)
  876. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,0,0) * CFrame.Angles(0,0,math.rad(0)),.3)
  877. swait()
  878. end
  879. for i = 1, 50 do
  880. if not dancing then break end
  881. walkrotation = walkrotation + 15
  882. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, walkforward) * CFrame.Angles(math.rad(0),math.rad(walkrotation),math.rad(-0)),.2)
  883. swait()
  884. end
  885. walkrotation = 0
  886. for i = 1, 100 do
  887. if not dancing then break end
  888. walkforward = walkforward - .1
  889. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.31, 2 , .1 * math.sin(sine/4)) * CFrame.Angles(math.rad(10 * math.sin(sine/4)), math.rad(0), math.rad(-8)), 0.3)
  890. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.31, 2, -.15 * math.sin(sine/4)) * CFrame.Angles(math.rad(-10 * math.sin(sine/4)), math.rad(0), math.rad(8)), 0.3)
  891. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, walkforward) * CFrame.Angles(math.rad(0),math.rad(-180),math.rad(-0)),.2)
  892. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.3,.7,.2) * CFrame.Angles(math.rad(220),math.rad(0),math.rad(-30)), 0.4)
  893. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,0,0) * CFrame.Angles(0,0,math.rad(0)),.3)
  894. swait()
  895. end
  896. for i = 1, 50 do
  897. if not dancing then break end
  898. walkrotation = walkrotation + 15
  899. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,0,0) * CFrame.Angles(0,0,math.rad(0)),.1)
  900. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, walkforward) * CFrame.Angles(math.rad(0),math.rad(walkrotation),math.rad(-0)),.2)
  901. swait()
  902. end
  903. walkrotation = 0
  904. swait()
  905. end
  906. ws = 14
  907. truelegend:Remove()
  908. attacking = false
  909. end)()
  910. end
  911. end
  912. end)
  913.  
  914. mouse.KeyDown:connect(function(Press)
  915. Press=Press:lower()
  916. if Press=='t' then
  917. if dancing then
  918. dancing = false
  919. else
  920. dancing = true
  921. ws = 0
  922. change = .5
  923. attacking = true
  924. plummusic = Instance.new("Sound",Torso)
  925. plummusic.Volume = 8
  926. plummusic.Looped = true
  927. plummusic.SoundId = "rbxassetid://933018409"
  928. plummusic:Play()
  929. coroutine.wrap(function()
  930. while dancing do
  931. for i = 1, 20 do
  932. if not dancing then break end
  933. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.33, 2 , .05) * CFrame.Angles(math.rad(3), math.rad(0), math.rad(-8)), 0.2)
  934. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.33, 2.0, -.05) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(8)), 0.2)
  935. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0),math.rad(0*math.sin(sine/4)),math.rad(15)),.2)
  936. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(.5,1.98,.05) * CFrame.Angles(0,0,math.rad(-140)),.2)
  937. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1,1.3,.05) * CFrame.Angles(0,0,math.rad(50)),.2)
  938. swait()
  939. end
  940. for i = 1, 20 do
  941. if not dancing then break end
  942. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.33, 2, .05) * CFrame.Angles(math.rad(3), math.rad(0), math.rad(-8)), 0.2)
  943. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.33, 2.0, -.05) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(8)), 0.2)
  944. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0),math.rad(0*math.sin(sine/4)),math.rad(-15)),.2)
  945. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1,1.4,.05) * CFrame.Angles(0,0,math.rad(-50)),.2)
  946. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(-.6,2,.05) * CFrame.Angles(0,0,math.rad(140)),.2)
  947. swait()
  948. end
  949. swait()
  950. end
  951. ws = 14
  952. plummusic:Remove()
  953. attacking = false
  954. end)()
  955. end
  956. end
  957. end)
  958.  
  959. mouse.KeyDown:connect(function(Press)
  960. Press=Press:lower()
  961. if Press=='e' then
  962. if dancing then
  963. dancing = false
  964. else
  965. dancing = true
  966. ws = 0
  967. change = .5
  968. attacking = true
  969. mrozo = Instance.new("Sound",Torso)
  970. mrozo.Volume = 8
  971. mrozo.SoundId = "rbxassetid://2838717385"
  972. mrozo.Looped = true
  973. mrozo.TimePosition = 10
  974. mrozo:Play()
  975. coroutine.wrap(function()
  976. while dancing do
  977. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 , 0) * CFrame.Angles(0, math.rad(0), math.rad(-10)), 0.1)
  978. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0, 0) * CFrame.Angles(0, math.rad(0), math.rad(10)), 0.1)
  979. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(0),math.rad(0*math.sin(sine/4)),math.rad(15*math.sin(sine/4))),.2)
  980. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.3 + .3 * math.sin(sine/3.5),.5 * -math.sin(sine/3.5),.1) * CFrame.Angles(math.rad(0 * math.sin(sine/2)),0,math.rad(30 * math.sin(sine/3.5))),.2)
  981. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.3 + .3 * math.sin(sine/3.5),.5 * math.sin(sine/3.5),.1) * CFrame.Angles(math.rad(0 * math.sin(sine/2)),0,math.rad(30 * math.sin(sine/3.5))),.2)
  982. swait()
  983. end
  984. mrozo:Remove()
  985. ws = 14
  986. attacking = false
  987. end)()
  988. end
  989. end
  990. end)
  991.  
  992. mouse.KeyDown:connect(function(Press)
  993. Press=Press:lower()
  994. if Press=='r' then
  995. if dancing then
  996. dancing = false
  997. else
  998. ws = 6
  999. recordbaby = 0
  1000. dancing = true
  1001. change = .5
  1002. attacking = true
  1003. spinme = Instance.new("Sound",Torso)
  1004. spinme.Volume = 8
  1005. spinme.SoundId = "rbxassetid://134145308"
  1006. spinme.Looped = true
  1007. spinme:Play()
  1008. coroutine.wrap(function()
  1009. while dancing do
  1010. recordbaby = recordbaby + 10
  1011. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.27, 2 , .1 * math.sin(sine/4)) * CFrame.Angles(math.rad(10 * math.sin(sine/4)), math.rad(0), math.rad(-8)), 0.3)
  1012. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.27, 2.0, -.1 * math.sin(sine/4)) * CFrame.Angles(math.rad(-10 * math.sin(sine/4)), math.rad(0), math.rad(8)), 0.3)
  1013. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(.5 * math.sin(sine/5), -.2, .5 * math.sin(sine/4)) * CFrame.Angles(math.rad(0),math.rad(recordbaby),math.rad(0)),.3)
  1014. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-.5,1.98,0) * CFrame.Angles(0,0,math.rad(-90)),.3)
  1015. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(.5,1.98,0) * CFrame.Angles(0,0,math.rad(90)),.3)
  1016. swait()
  1017. end
  1018. spinme:Remove()
  1019. ws = 14
  1020. attacking = false
  1021. end)()
  1022. end
  1023. end
  1024. end)
  1025.  
  1026. function ray(pos, dir, rang, ignoredesc)
  1027. return workspace:FindPartOnRay(Ray.new(pos, dir.unit * rang), ignoredesc)
  1028. end
  1029.  
  1030. function ray2(startpos, endpos, distance, ignore)
  1031. local dir = CFrame.new(startpos,endpos).lookVector
  1032. return ray(startpos, dir, distance, ignore)
  1033. end
  1034.  
  1035. checks1 = coroutine.wrap(function() -------Checks
  1036. while true do
  1037. hf = ray(Root.Position,(CFrame.new(Root.Position,Root.Position+Vector3.new(0,-1,0))).lookVector,3*3,Character)
  1038. if Root.Velocity.y > 1 then
  1039. position = "Jump"
  1040. elseif Root.Velocity.y < -1 then
  1041. position = "Falling"
  1042. elseif Root.Velocity.Magnitude < 2 then
  1043. position = "Idle"
  1044. elseif Root.Velocity.Magnitude > 2 then
  1045. position = "Walking"
  1046. elseif Root.Velocity.Magnitude > 20 then
  1047. position = "Running"
  1048. else
  1049. end
  1050. wait()
  1051. end
  1052. end)
  1053. checks1()
  1054.  
  1055. function ray(POSITION, DIRECTION, RANGE, IGNOREDECENDANTS)
  1056. return workspace:FindPartOnRay(Ray.new(POSITION, DIRECTION.unit * RANGE), IGNOREDECENDANTS)
  1057. end
  1058.  
  1059. function ray2(StartPos, EndPos, Distance, Ignore)
  1060. local DIRECTION = CFrame.new(StartPos,EndPos).lookVector
  1061. return ray(StartPos, DIRECTION, Distance, Ignore)
  1062. end
  1063.  
  1064. OrgnC0 = Neck.C0
  1065. local movelimbs = coroutine.wrap(function()
  1066. while RunSrv.RenderStepped:wait() do
  1067. TrsoLV = Torso.CFrame.lookVector
  1068. Dist = nil
  1069. Diff = nil
  1070. if not MseGuide then
  1071. print("Failed to recognize")
  1072. else
  1073. local _, Point = Workspace:FindPartOnRay(Ray.new(Head.CFrame.p, mouse.Hit.lookVector), Workspace, false, true)
  1074. Dist = (Head.CFrame.p-Point).magnitude
  1075. Diff = Head.CFrame.Y-Point.Y
  1076. local _, Point2 = Workspace:FindPartOnRay(Ray.new(LeftArm.CFrame.p, mouse.Hit.lookVector), Workspace, false, true)
  1077. Dist2 = (LeftArm.CFrame.p-Point).magnitude
  1078. Diff2 = LeftArm.CFrame.Y-Point.Y
  1079. HEADLERP.C0 = CFrame.new(0, -1.5, -0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
  1080. Neck.C0 = Neck.C0:lerp(OrgnC0*CFrame.Angles((math.tan(Diff/Dist)*1), 0, (((Head.CFrame.p-Point).Unit):Cross(Torso.CFrame.lookVector)).Y*1), .1)
  1081. end
  1082. end
  1083. end)
  1084. movelimbs()
  1085. immortal = {}
  1086. for i,v in pairs(Character:GetDescendants()) do
  1087. if v:IsA("BasePart") and v.Name ~= "lmagic" and v.Name ~= "rmagic" then
  1088. if v ~= Root and v ~= Torso and v ~= Head and v ~= RightArm and v ~= LeftArm and v ~= RightLeg and v.Name ~= "lmagic" and v.Name ~= "rmagic" and v ~= LeftLeg then
  1089. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0, 0, 0)
  1090. end
  1091. table.insert(immortal,{v,v.Parent,v.Material,v.Color,v.Transparency})
  1092. elseif v:IsA("JointInstance") then
  1093. table.insert(immortal,{v,v.Parent,nil,nil,nil})
  1094. end
  1095. end
  1096. for e = 1, #immortal do
  1097. if immortal[e] ~= nil then
  1098. local STUFF = immortal[e]
  1099. local PART = STUFF[1]
  1100. local PARENT = STUFF[2]
  1101. local MATERIAL = STUFF[3]
  1102. local COLOR = STUFF[4]
  1103. local TRANSPARENCY = STUFF[5]
  1104. if levitate then
  1105. if PART.ClassName == "Part" and PART ~= Root and PART.Name ~= eyo1 and PART.Name ~= eyo2 and PART.Name ~= "lmagic" and PART.Name ~= "rmagic" then
  1106. PART.Material = MATERIAL
  1107. PART.Color = COLOR
  1108. PART.Transparency = TRANSPARENCY
  1109. end
  1110. PART.AncestryChanged:connect(function()
  1111. PART.Parent = PARENT
  1112. end)
  1113. else
  1114. if PART.ClassName == "Part" and PART ~= Root and PART.Name ~= "lmagic" and PART.Name ~= "rmagic" then
  1115. PART.Material = MATERIAL
  1116. PART.Color = COLOR
  1117. PART.Transparency = TRANSPARENCY
  1118. end
  1119. PART.AncestryChanged:connect(function()
  1120. PART.Parent = PARENT
  1121. end)
  1122. end
  1123. end
  1124. end
  1125. function immortality()
  1126. for e = 1, #immortal do
  1127. if immortal[e] ~= nil then
  1128. local STUFF = immortal[e]
  1129. local PART = STUFF[1]
  1130. local PARENT = STUFF[2]
  1131. local MATERIAL = STUFF[3]
  1132. local COLOR = STUFF[4]
  1133. local TRANSPARENCY = STUFF[5]
  1134. if PART.ClassName == "Part" and PART == Root then
  1135. PART.Material = MATERIAL
  1136. PART.Color = COLOR
  1137. PART.Transparency = TRANSPARENCY
  1138. end
  1139. if PART.Parent ~= PARENT then
  1140. hum:Remove()
  1141. PART.Parent = PARENT
  1142. hum = Instance.new("Humanoid",Character)
  1143. hum.Name = "noneofurbusiness"
  1144. end
  1145. end
  1146. end
  1147. end
  1148. coroutine.wrap(function()
  1149. while true do
  1150. if hum.Health < .1 then
  1151. deadsound = Instance.new("Sound", Torso)
  1152. deadsound.Volume = 6
  1153. deadsound.SoundId = "rbxassetid://1411352723"
  1154. deadsound:Play()
  1155. immortality()
  1156. end
  1157. wait()
  1158. end
  1159. end)()
  1160.  
  1161. local anims = coroutine.wrap(function()
  1162. while true do
  1163. settime = 0.05
  1164. sine = sine + change
  1165. if position == "Jump" and attacking == false then
  1166. change = 1
  1167. spin = false
  1168. for i,v in pairs(Torso:GetChildren()) do if v:IsA("Sound") then v:Remove() end end
  1169. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1170. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1171. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1172. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
  1173. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.4,.1,-.2) * CFrame.Angles(math.rad(20),math.rad(-3),math.rad(-4)), 0.2)
  1174. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)), 0.2)
  1175. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.0, .9) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(0)), 0.2)
  1176. elseif position == "Falling" and attacking == false then
  1177. change = 1
  1178. spin = false
  1179. for i,v in pairs(Torso:GetChildren()) do if v:IsA("Sound") then v:Remove() end end
  1180. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)), 0.15)
  1181. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.1)
  1182. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),.1)
  1183. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,0),.4)
  1184. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(4), math.rad(0)), 0.2)
  1185. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 2, 0) * CFrame.Angles(math.rad(8), math.rad(-4), math.rad(0)), 0.2)
  1186. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.94 + .02 * math.sin(sine/12),-0) * CFrame.Angles(math.rad(28 + 5 * math.sin(sine/12)),math.rad(0),math.rad(45)), 0.2)
  1187. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.94 + .02 * math.sin(sine/12),-0) * CFrame.Angles(math.rad(28 + 5 * math.sin(sine/12)),math.rad(0),math.rad(-45)), 0.2)
  1188. elseif position == "Walking" and attacking == false and running == false then
  1189. change = 1.2
  1190. walking = true
  1191. spin = false
  1192. for i,v in pairs(Torso:GetChildren()) do if v:IsA("Sound") then v:Remove() end end
  1193. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5 + Root.RotVelocity.Y / 85,.35,-.5*math.sin(sine/11)) * CFrame.Angles(math.rad(35*math.sin(sine/11)),math.rad(0*math.sin(sine/11)),math.rad(-10 + Root.RotVelocity.Y / 10, math.sin(-20 * math.sin(sine/4)))),.3)
  1194. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5 + Root.RotVelocity.Y / 85,.45,.5*math.sin(sine/11)) * CFrame.Angles(math.rad(-55*math.sin(sine/11)),math.rad(-5*math.sin(sine/8)),math.rad(10 + Root.RotVelocity.Y / 10, math.sin(20 * math.sin(sine/4)))),.3)
  1195. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.15 * 0.6*-math.sin(sine/5.5), 0) * CFrame.Angles(math.rad(10), math.rad(12 * -math.sin(sine/11)), math.rad(0) + Root.RotVelocity.Y / 30, math.cos(25 * math.cos(sine/10))), 0.3)
  1196. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.92 - 0.35 * math.cos(sine/11)/2.8, -.2 + 0.2 - math.sin(sine/11)/3.4) * CFrame.Angles(math.rad(25 - 25) + -math.sin(sine/11)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0), math.cos(-15 * 25 * math.cos(sine/11))), 0.3)
  1197. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.92 + 0.35 * math.cos(sine/11)/2.8, -.2 + 0.2 + math.sin(sine/11)/3.4) * CFrame.Angles(math.rad(25 - 25) - -math.sin(sine/11)/2.3, math.rad(0)*math.cos(sine/1), math.rad(0) , math.cos(-15 * 25 * math.cos(sine/11))), 0.3)
  1198. elseif position == "Idle" and attacking == false and running == false then
  1199. change = .5
  1200. spin = true
  1201. for i,v in pairs(Torso:GetChildren()) do if v:IsA("Sound") then v:Remove() end end
  1202. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2 + -.1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(6 * -math.sin(sine/12)),math.rad(0),math.rad(0)),.1)
  1203. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(1.5,.27 + .02 * math.sin(sine/12),.20 * -math.sin(sine/12)) * CFrame.Angles(math.rad(20 * math.sin(sine/12)),math.rad(0),math.rad(10)), 0.1)
  1204. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(-1.5,.27 + .02 * math.sin(sine/12),.20 * -math.sin(sine/12)) * CFrame.Angles(math.rad(20 * math.sin(sine/12)),math.rad(0),math.rad(-10)), 0.1)
  1205. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.3, 2 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(6 * -math.sin(sine/12)), math.rad(0), math.rad(-10)), 0.1)
  1206. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.3, 2.0 - .1 * math.sin(sine/12), 0) * CFrame.Angles(math.rad(6 * -math.sin(sine/12)), math.rad(0), math.rad(10)), 0.1)
  1207. elseif position == "Running" and attacking == false then
  1208. change = 1
  1209. for i,v in pairs(Torso:GetChildren()) do if v:IsA("Sound") then v:Remove() end end
  1210. RIGHTARMLERP.C0 = RIGHTARMLERP.C0:lerp(CFrame.new(0, .5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.3)
  1211. LEFTARMLERP.C1 = LEFTARMLERP.C1:lerp(CFrame.new(-1.24+.6*math.sin(sine/4)/1.4, 0.54, 0-0.8*math.sin(sine/4))*CFrame.Angles(math.rad(6+140*math.sin(sine/4)/1.2), math.rad(0), math.rad(20+70*math.sin(sine/4))), 0.3)
  1212. LEFTARMLERP.C0 = LEFTARMLERP.C0:lerp(CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.3)
  1213. ROOTLERP.C0 = ROOTLERP.C0:lerp(CFrame.new(0, -.2, 0) * CFrame.Angles(math.rad(-20 - 0 * math.sin(sine/4)), math.rad(0 + 6 * math.sin(sine/4)), math.rad(0) + Root.RotVelocity.Y / 30, math.sin(10 * math.sin(sine/4))), 0.3)
  1214. RIGHTLEGLERP.C1 = RIGHTLEGLERP.C1:lerp(CFrame.new(0,0,-.2 + .5*-math.sin(sine/4)),.3)
  1215. RIGHTLEGLERP.C0 = RIGHTLEGLERP.C0:lerp(CFrame.new(-0.5, 1.6+0.1*math.sin(sine/4),.7*-math.sin(sine/4)) * CFrame.Angles(math.rad(15+ -50 * math.sin(sine/4)),0,0),.3)
  1216. LEFTLEGLERP.C1 = LEFTLEGLERP.C1:lerp(CFrame.new(0,0,-.2 + .5*math.sin(sine/4)),.3)
  1217. LEFTLEGLERP.C0 = LEFTLEGLERP.C0:lerp(CFrame.new(0.5, 1.6-0.1*math.sin(sine/4),.7*math.sin(sine/4)) * CFrame.Angles(math.rad(15 + 50 * math.sin(sine/4)),0,0),.3)
  1218. end
  1219. swait()
  1220. end
  1221. end)
  1222. anims()
  1223. warn("Back from the past to dance the dance. Made by Supr14(Credits to Krystalteam).")
  1224. Character.Head.face.Texture = "rbxassetid://282463320"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement