SHOW:
|
|
- or go back to the newest paste.
| 1 | player=game:GetService("Players").LocalPlayer
| |
| 2 | char=player.Character | |
| 3 | mouse=player:GetMouse() | |
| 4 | dances = Instance.new("Sound", char.head)
| |
| 5 | dances.SoundId = "http://www.roblox.com/asset/?id=131121468" | |
| 6 | dances.Volume = 1 | |
| 7 | dances.Looped = true | |
| 8 | - | local dances2 = false |
| 8 | + | local dances2 = true |
| 9 | dancc = Instance.new("Sound", char.head)
| |
| 10 | dancc.SoundId = "http://www.roblox.com/asset/?id=167082542" | |
| 11 | dancc.Volume = 1 | |
| 12 | dancc.Looped = true | |
| 13 | - | local danccc = false |
| 13 | + | local danccc = true |
| 14 | - | |
| 14 | + | |
| 15 | dances3.SoundId = "http://www.roblox.com/asset/?id=145279664" | |
| 16 | dances3.Volume = 1 | |
| 17 | dances3.Looped = true | |
| 18 | local dances4 = true | |
| 19 | - | local dances4 = false |
| 19 | + | |
| 20 | dances5.SoundId = "http://www.roblox.com/asset/?id=149281165" | |
| 21 | dances5.Volume = 1 | |
| 22 | dances5.Looped = true | |
| 23 | local dances6 = true | |
| 24 | - | local dances6 = false |
| 24 | + | |
| 25 | cat1.SoundId = "http://www.roblox.com/asset/?id=154664102" | |
| 26 | cat1.Volume = 1 | |
| 27 | cat1.Looped = true | |
| 28 | local cat2 = true | |
| 29 | - | local cat2 = false |
| 29 | + | |
| 30 | dance.AnimationId = "rbxassetid://168156427" | |
| 31 | dance.Name = "dance" | |
| 32 | local dancee = Instance.new("Animation", char)
| |
| 33 | dancee.AnimationId = "rbxassetid://149359445" | |
| 34 | dancee.Name = "dancee" | |
| 35 | local danc = Instance.new("Animation", char)
| |
| 36 | danc.AnimationId = "rbxassetid://144431365" | |
| 37 | danc.Name = "danc" | |
| 38 | local cat = Instance.new("Animation", char)
| |
| 39 | cat.AnimationId = "rbxassetid://165729986" | |
| 40 | cat.Name = "cat" | |
| 41 | local shuffle = Instance.new("Animation", char)
| |
| 42 | shuffle.AnimationId = "rbxassetid://168156427" | |
| 43 | shuffle.Name = "shuffle" | |
| 44 | local hop = Instance.new("Animation", char)
| |
| 45 | hop.AnimationId = "rbxassetid://149359445" | |
| 46 | hop.Name = "hop" | |
| 47 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 48 | if key=="f" then | |
| 49 | local vCharacter = char | |
| 50 | local hum = vCharacter:findFirstChild("Humanoid")
| |
| 51 | blah = hum:LoadAnimation(char.dance) | |
| 52 | blah:Play() | |
| 53 | end | |
| 54 | end) | |
| 55 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 56 | if key=="f" then | |
| 57 | blah:Stop() | |
| 58 | end | |
| 59 | end) | |
| 60 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 61 | if key=="f" then | |
| 62 | dances2 = true | |
| 63 | dances:Play() | |
| 64 | end | |
| 65 | end) | |
| 66 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 67 | if key=="f" then | |
| 68 | dances2 = false | |
| 69 | dances:Stop() | |
| 70 | end | |
| 71 | end) | |
| 72 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 73 | if key=="r" then | |
| 74 | char.Animate.Disabled = true | |
| 75 | local vCharacter = char | |
| 76 | local hum = vCharacter:findFirstChild("Humanoid")
| |
| 77 | blah2 = hum:LoadAnimation(char.dancee) | |
| 78 | blah2:Play() | |
| 79 | end | |
| 80 | end) | |
| 81 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 82 | if key=="r" then | |
| 83 | char.Animate.Disabled = false | |
| 84 | blah2:Stop() | |
| 85 | end | |
| 86 | end) | |
| 87 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 88 | if key=="r" then | |
| 89 | dances4 = true | |
| 90 | dances3:Play() | |
| 91 | end | |
| 92 | end) | |
| 93 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 94 | if key=="r" then | |
| 95 | dances4 = false | |
| 96 | dances3:Stop() | |
| 97 | end | |
| 98 | end) | |
| 99 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 100 | if key=="g" then | |
| 101 | local vCharacter = char | |
| 102 | local hum = vCharacter:findFirstChild("Humanoid")
| |
| 103 | blah3 = hum:LoadAnimation(char.danc) | |
| 104 | blah3:Play() | |
| 105 | end | |
| 106 | end) | |
| 107 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 108 | if key=="g" then | |
| 109 | blah3:Stop() | |
| 110 | end | |
| 111 | end) | |
| 112 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 113 | if key=="g" then | |
| 114 | dances6 = true | |
| 115 | dances5:Play() | |
| 116 | end | |
| 117 | end) | |
| 118 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 119 | if key=="g" then | |
| 120 | dances6 = false | |
| 121 | dances5:Stop() | |
| 122 | end | |
| 123 | end) | |
| 124 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 125 | if key=="c" then | |
| 126 | local vCharacter = char | |
| 127 | local hum = vCharacter:findFirstChild("Humanoid")
| |
| 128 | blah4 = hum:LoadAnimation(char.cat) | |
| 129 | blah4:Play() | |
| 130 | end | |
| 131 | end) | |
| 132 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 133 | if key=="c" then | |
| 134 | blah4:Stop() | |
| 135 | end | |
| 136 | end) | |
| 137 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 138 | if key=="c" then | |
| 139 | cat2 = true | |
| 140 | cat1:Play() | |
| 141 | end | |
| 142 | end) | |
| 143 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 144 | if key=="c" then | |
| 145 | cat2 = false | |
| 146 | cat1:Stop() | |
| 147 | end | |
| 148 | end) | |
| 149 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 150 | if key=="h" then | |
| 151 | local vCharacter = char | |
| 152 | local hum = vCharacter:findFirstChild("Humanoid")
| |
| 153 | shufflee = hum:LoadAnimation(char.shuffle) | |
| 154 | shufflee:Play() | |
| 155 | wait(13) | |
| 156 | hoppin = hum:LoadAnimation(char.hop) | |
| 157 | hoppin:Play() | |
| 158 | end | |
| 159 | end) | |
| 160 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 161 | if key=="h" then | |
| 162 | shufflee:Stop() | |
| 163 | hoppin:Stop() | |
| 164 | end | |
| 165 | end) | |
| 166 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 167 | if key=="h" then | |
| 168 | hoppin:Stop() | |
| 169 | end | |
| 170 | end) | |
| 171 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
| 172 | if key=="h" then | |
| 173 | shuffle2 = true | |
| 174 | dancc:Play() | |
| 175 | end | |
| 176 | end) | |
| 177 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
| 178 | if key=="h" then | |
| 179 | danccc = false | |
| 180 | dancc:Stop() | |
| 181 | end | |
| 182 | end) |