Advertisement
SmokeDelsin

mus

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