Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by matteo101man don't remove--
- player=game:GetService("Players").LocalPlayer
- char=player.Character
- mouse=player:GetMouse()
- dances = Instance.new("Sound", char.head)
- dances.SoundId = "http://www.roblox.com/asset/?id=143959455"
- dances.Volume = 1
- dances.Looped = true
- local dances2 = false
- dancc = Instance.new("Sound", char.head)
- dancc.SoundId = "http://www.roblox.com/asset/?id=142435409"
- dancc.Volume = 1
- dancc.Looped = true
- local danccc = false
- dances3 = Instance.new("Sound", char.head)
- dances3.SoundId = "http://www.roblox.com/asset/?id=131111368"
- dances3.Volume = 1
- dances3.Looped = true
- local dances4 = false
- dances5 = Instance.new("Sound", char.head)
- dances5.SoundId = "http://www.roblox.com/asset/?id=155319906"
- dances5.Volume = 1
- dances5.Looped = true
- local dances6 = false
- cat1 = Instance.new("Sound", char.head)
- cat1.SoundId = "http://www.roblox.com/asset/?id=151710009"
- cat1.Volume = 1
- cat1.Looped = true
- local cat2 = false
- local dance = Instance.new("Animation", char)
- dance.AnimationId = "rbxassetid://161627787"
- dance.Name = "dance"
- local dancee = Instance.new("Animation", char)
- dancee.AnimationId = "rbxassetid://161624225"
- dancee.Name = "dancee"
- local danc = Instance.new("Animation", char)
- danc.AnimationId = "rbxassetid://161558750"
- danc.Name = "danc"
- local cat = Instance.new("Animation", char)
- cat.AnimationId = "rbxassetid://161002674"
- cat.Name = "cat"
- local shuffle = Instance.new("Animation", char)
- shuffle.AnimationId = "rbxassetid://160999126"
- shuffle.Name = "shuffle"
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="f" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah = hum:LoadAnimation(char.dance)
- blah:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="f" then
- blah:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="f" then
- dances2 = true
- dances:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="f" then
- dances2 = false
- dances:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="r" then
- char.Animate.Disabled = true
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah2 = hum:LoadAnimation(char.dancee)
- blah2:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="r" then
- char.Animate.Disabled = false
- blah2:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="r" then
- dances4 = true
- dances3:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="r" then
- dances4 = false
- dances3:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="g" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah3 = hum:LoadAnimation(char.danc)
- blah3:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="g" then
- blah3:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="g" then
- dances6 = true
- dances5:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="g" then
- dances6 = false
- dances5:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="c" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah4 = hum:LoadAnimation(char.cat)
- blah4:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="c" then
- blah4:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="c" then
- cat2 = true
- cat1:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="c" then
- cat2 = false
- cat1:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="h" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- shufflee = hum:LoadAnimation(char.shuffle)
- shufflee:Play()
- wait(13)
- hoppin = hum:LoadAnimation(char.hop)
- hoppin:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="h" then
- shufflee:Stop()
- hoppin:Stop()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="h" then
- hoppin:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="h" then
- shuffle2 = true
- dancc:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="h" then
- danccc = false
- dancc:Stop()
- end
- end)
- --Made by matteo101man don't remove--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement