Advertisement
SmokeDelsin

musicano

Jul 21st, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. local plr=game.Players.SmokeDelsin
  2.  
  3. char=player.Character
  4.  
  5. mouse=player:GetMouse()
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. dances = Instance.new("Sound", char.head)
  18.  
  19. dances.SoundId = "http://www.roblox.com/asset/?id=215027605"
  20.  
  21. dances.Volume = 4
  22.  
  23. dances.Looped = true
  24.  
  25. local dances2 = false
  26.  
  27.  
  28.  
  29.  
  30. dancc = Instance.new("Sound", char.head)
  31.  
  32. dancc.SoundId = "http://www.roblox.com/asset/?id=156542010"
  33.  
  34. dancc.Volume = 1
  35.  
  36. dancc.Looped = true
  37.  
  38. local danccc = false
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. dances3 = Instance.new("Sound", char.head)
  47.  
  48. dances3.SoundId = "http://www.roblox.com/asset/?id=144535959"
  49.  
  50. dances3.Volume = 1
  51.  
  52. dances3.Looped = true
  53.  
  54. local dances4 = false
  55.  
  56.  
  57.  
  58.  
  59. dances5 = Instance.new("Sound", char.head)
  60.  
  61. dances5.SoundId = "http://www.roblox.com/asset/?id=154564332"
  62.  
  63. dances5.Volume = 1
  64.  
  65. dances5.Looped = true
  66.  
  67. local dances6 = false
  68.  
  69.  
  70.  
  71.  
  72. cat1 = Instance.new("Sound", char.head)
  73.  
  74. cat1.SoundId = "http://www.roblox.com/asset/?id=164437968"
  75.  
  76. cat1.Volume = 1
  77.  
  78. cat1.Looped = true
  79.  
  80. local cat2 = false
  81.  
  82.  
  83.  
  84.  
  85. local dance = Instance.new("Animation", char)
  86.  
  87. dance.AnimationId = "rbxassetid://149359445"
  88.  
  89. dance.Name = "dance"
  90.  
  91.  
  92.  
  93.  
  94. local dancee = Instance.new("Animation", char)
  95.  
  96. dancee.AnimationId = "rbxassetid://149359445"
  97.  
  98. dancee.Name = "dancee"
  99.  
  100.  
  101.  
  102.  
  103. local danc = Instance.new("Animation", char)
  104.  
  105. danc.AnimationId = "rbxassetid://149359445"
  106.  
  107. danc.Name = "danc"
  108.  
  109.  
  110.  
  111.  
  112. local cat = Instance.new("Animation", char)
  113.  
  114. cat.AnimationId = "rbxassetid://149359445"
  115.  
  116. cat.Name = "cat"
  117.  
  118.  
  119.  
  120.  
  121. local shuffle = Instance.new("Animation", char)
  122.  
  123. shuffle.AnimationId = "rbxassetid://149359445"
  124.  
  125. shuffle.Name = "shuffle"
  126.  
  127.  
  128.  
  129.  
  130. local hop = Instance.new("Animation", char)
  131.  
  132. hop.AnimationId = "rbxassetid://149359445"
  133.  
  134. hop.Name = "hop"
  135.  
  136.  
  137.  
  138.  
  139. mouse.KeyDown:connect(function(key) local key=key:lower()
  140.  
  141. if key=="f" then
  142.  
  143. local vCharacter = char
  144.  
  145. local hum = vCharacter:findFirstChild("Humanoid")
  146.  
  147. blah = hum:LoadAnimation(char.dance)
  148.  
  149. blah:Play()
  150.  
  151. end
  152.  
  153. end)
  154.  
  155. mouse.KeyUp:connect(function(key) local key=key:lower()
  156.  
  157. if key=="f" then
  158.  
  159. blah:Stop()
  160.  
  161. end
  162.  
  163. end)
  164.  
  165. mouse.KeyDown:connect(function(key) local key=key:lower()
  166.  
  167. if key=="f" then
  168.  
  169. dances2 = true
  170.  
  171. dances:Play()
  172.  
  173. end
  174.  
  175. end)
  176.  
  177. mouse.KeyUp:connect(function(key) local key=key:lower()
  178.  
  179. if key=="f" then
  180.  
  181. dances2 = false
  182.  
  183. dances:Stop()
  184.  
  185. end
  186.  
  187. end)
  188.  
  189.  
  190.  
  191.  
  192. mouse.KeyDown:connect(function(key) local key=key:lower()
  193.  
  194. if key=="r" then
  195.  
  196. char.Animate.Disabled = true
  197.  
  198. local vCharacter = char
  199.  
  200. local hum = vCharacter:findFirstChild("Humanoid")
  201.  
  202. blah2 = hum:LoadAnimation(char.dancee)
  203.  
  204. blah2:Play()
  205.  
  206. end
  207.  
  208. end)
  209.  
  210. mouse.KeyUp:connect(function(key) local key=key:lower()
  211.  
  212. if key=="r" then
  213.  
  214. char.Animate.Disabled = false
  215.  
  216. blah2:Stop()
  217.  
  218. end
  219.  
  220. end)
  221.  
  222. mouse.KeyDown:connect(function(key) local key=key:lower()
  223.  
  224. if key=="r" then
  225.  
  226. dances4 = true
  227.  
  228. dances3:Play()
  229.  
  230. end
  231.  
  232. end)
  233.  
  234. mouse.KeyUp:connect(function(key) local key=key:lower()
  235.  
  236. if key=="r" then
  237.  
  238. dances4 = false
  239.  
  240. dances3:Stop()
  241.  
  242. end
  243.  
  244. end)
  245.  
  246.  
  247.  
  248.  
  249. mouse.KeyDown:connect(function(key) local key=key:lower()
  250.  
  251. if key=="g" then
  252.  
  253. local vCharacter = char
  254.  
  255. local hum = vCharacter:findFirstChild("Humanoid")
  256.  
  257. blah3 = hum:LoadAnimation(char.danc)
  258.  
  259. blah3:Play()
  260.  
  261. end
  262.  
  263. end)
  264.  
  265. mouse.KeyUp:connect(function(key) local key=key:lower()
  266.  
  267. if key=="g" then
  268.  
  269. blah3:Stop()
  270.  
  271. end
  272.  
  273. end)
  274.  
  275. mouse.KeyDown:connect(function(key) local key=key:lower()
  276.  
  277. if key=="g" then
  278.  
  279. dances6 = true
  280.  
  281. dances5:Play()
  282.  
  283. end
  284.  
  285. end)
  286.  
  287. mouse.KeyUp:connect(function(key) local key=key:lower()
  288.  
  289. if key=="g" then
  290.  
  291. dances6 = false
  292.  
  293. dances5:Stop()
  294.  
  295. end
  296.  
  297. end)
  298.  
  299.  
  300.  
  301.  
  302. mouse.KeyDown:connect(function(key) local key=key:lower()
  303.  
  304. if key=="c" then
  305.  
  306. local vCharacter = char
  307.  
  308. local hum = vCharacter:findFirstChild("Humanoid")
  309.  
  310. blah4 = hum:LoadAnimation(char.cat)
  311.  
  312. blah4:Play()
  313.  
  314. end
  315.  
  316. end)
  317.  
  318. mouse.KeyUp:connect(function(key) local key=key:lower()
  319.  
  320. if key=="c" then
  321.  
  322. blah4:Stop()
  323.  
  324. end
  325.  
  326. end)
  327.  
  328. mouse.KeyDown:connect(function(key) local key=key:lower()
  329.  
  330. if key=="c" then
  331.  
  332. cat2 = true
  333.  
  334. cat1:Play()
  335.  
  336. end
  337.  
  338. end)
  339.  
  340. mouse.KeyUp:connect(function(key) local key=key:lower()
  341.  
  342. if key=="c" then
  343.  
  344. cat2 = false
  345.  
  346. cat1:Stop()
  347.  
  348. end
  349.  
  350. end)
  351.  
  352.  
  353.  
  354.  
  355. mouse.KeyDown:connect(function(key) local key=key:lower()
  356.  
  357. if key=="h" then
  358.  
  359. local vCharacter = char
  360.  
  361. local hum = vCharacter:findFirstChild("Humanoid")
  362.  
  363. shufflee = hum:LoadAnimation(char.shuffle)
  364.  
  365. shufflee:Play()
  366.  
  367. wait(13)
  368.  
  369. hoppin = hum:LoadAnimation(char.hop)
  370.  
  371. hoppin:Play()
  372.  
  373. end
  374.  
  375. end)
  376.  
  377. mouse.KeyUp:connect(function(key) local key=key:lower()
  378.  
  379. if key=="h" then
  380.  
  381. shufflee:Stop()
  382.  
  383. hoppin:Stop()
  384.  
  385. end
  386.  
  387. end)
  388.  
  389. mouse.KeyUp:connect(function(key) local key=key:lower()
  390.  
  391. if key=="h" then
  392.  
  393. hoppin:Stop()
  394.  
  395. end
  396.  
  397. end)
  398.  
  399. mouse.KeyDown:connect(function(key) local key=key:lower()
  400.  
  401. if key=="h" then
  402.  
  403. shuffle2 = true
  404.  
  405. dancc:Play()
  406.  
  407. end
  408.  
  409. end)
  410.  
  411. mouse.KeyUp:connect(function(key) local key=key:lower()
  412.  
  413. if key=="h" then
  414.  
  415. danccc = false
  416.  
  417. dancc:Stop()
  418.  
  419. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement