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()
- Sm = "Smooth"
- Smp = "SmoothPlastic"
- head = char.Head
- dances = Instance.new("Sound", char.head)
- dances.SoundId = "http://www.roblox.com/asset/?id=146390426"
- dances.Volume = 1
- dances.Looped = true
- local dances2 = false
- dancc = Instance.new("Sound", char.head)
- dancc.SoundId = "http://www.roblox.com/asset/?id=155058696"
- dancc.Volume = 1
- dancc.Looped = true
- local danccc = false
- dances3 = Instance.new("Sound", char.head)
- dances3.SoundId = "http://www.roblox.com/asset/?id=131522815"
- dances3.Volume = 1
- dances3.Looped = true
- local dances4 = false
- dances5 = Instance.new("Sound", char.head)
- dances5.SoundId = "http://www.roblox.com/asset/?id=142494304"
- dances5.Volume = 1
- dances5.Looped = true
- local dances6 = false
- cat1 = Instance.new("Sound", char.head)
- cat1.SoundId = "http://www.roblox.com/asset/?id=156435576"
- cat1.Volume = 1
- cat1.Looped = true
- local cat2 = false
- local dance = Instance.new("Animation", char)
- dance.AnimationId = "http://www.roblox.com/Asset?ID=33796059"
- dance.Name = "dance"
- local dancee = Instance.new("Animation", char)
- dancee.AnimationId = "rbxassetid://162501790"
- dancee.Name = "dancee"
- local danc = Instance.new("Animation", char)
- danc.AnimationId = "http://www.roblox.com/Asset?ID=148175580"
- danc.Name = "danc"
- local cat = Instance.new("Animation", char)
- cat.AnimationId = "rbxassetid://147527133"
- cat.Name = "cat"
- local shuffle = Instance.new("Animation", char)
- shuffle.AnimationId = "rbxassetid://158584888"
- shuffle.Name = "shuffle"
- local hop = Instance.new("Animation", char)
- hop.AnimationId = "rbxassetid://158583146"
- hop.Name = "hop"
- 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()
- local hat = Instance.new("Part",head)
- hat.Size = Vector3.new(2,0.8,2)
- hat.Locked = true
- hat.Material = Smp
- hat.TopSurface = Sm
- hat.BottomSurface = Sm
- hat.Name = "Fedora"
- hat.Position = Vector3.new(0,-.5,0)
- local hatmesh = Instance.new("SpecialMesh",hat)
- hatmesh.MeshType="FileMesh"
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=13640868"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=23738844"
- hatmesh.Scale = Vector3.new(1,1,1)
- local hatweld = Instance.new("Weld",hat)
- hatweld.Name = "Hatweld"
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0,-.7,0)
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="f" then
- blah:Stop()
- char.Head.Fedora:Remove()
- 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()
- local hat = Instance.new("Part",head)
- hat.Size = Vector3.new(2,1,1)
- hat.Locked = true
- hat.Material = Smp
- hat.TopSurface = Sm
- hat.BottomSurface = Sm
- hat.Name = "Rhat"
- hat.Position = Vector3.new(0,-.5,0)
- local hatmesh = Instance.new("SpecialMesh",hat)
- hatmesh.MeshType="FileMesh"
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=10517316"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=10642323"
- hatmesh.Scale = Vector3.new(1,1,1)
- local hatweld = Instance.new("Weld",hat)
- hatweld.Name = "Hatweld"
- hatweld.Part0 = hat
- hatweld.Part1 = head
- hatweld.C0 = CFrame.new(0,-.5,0)
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="r" then
- char.Animate.Disabled = false
- blah2:Stop()
- char.Head.Rhat:Remove()
- 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