Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player=game.Players.LocalPlayer
- local char=player.Character
- local mouse=player:GetMouse()
- local attacking = false
- local debounce = false
- Smp = "SmoothPlastic"
- Sm = "Smooth"
- local s1=Instance.new("Sound")
- s1.SoundId="http://www.roblox.com/asset/?id=157299184"
- s1.PlayOnRemove=false
- s1.Volume=200
- s1.Looped=false
- s1.Pitch = 1
- s1.Parent=char["Right Arm"]
- local s2=Instance.new("Sound")
- s2.SoundId="http://www.roblox.com/asset/?id=155363126"
- s2.PlayOnRemove=false
- s2.Volume=200
- s2.Looped=false
- s2.Pitch = 1
- s2.Parent=char.Torso
- local s3=Instance.new("Sound")
- s3.SoundId="http://www.roblox.com/asset/?id=147876501"
- s3.PlayOnRemove=false
- s3.Volume=200
- s3.Looped=true
- s3.Pitch = 1
- s3.Parent=char.Head
- for _,v in pairs(char:GetChildren()) do if v.ClassName=="Hat" then v:remove() end end
- if char:findFirstChild("Shirt") then
- char.Shirt:Remove()
- end
- if char:findFirstChild("Pants") then
- char.Pants:Remove()
- end
- local slap = Instance.new("Animation", char)
- slap.AnimationId = "rbxassetid://160958710"
- slap.Name = "slap"
- local dance = Instance.new("Animation", char)
- dance.AnimationId = "rbxassetid://168156427"
- dance.Name = "dance"
- game:service'InsertService':LoadAsset(13745548):children()[1].Parent = char
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=114820106"
- local circle = Instance.new("Part",char)
- circle.Size = Vector3.new(1.4,1.4,1.4)
- circle.Locked = true
- circle.Material = Smp
- circle.TopSurface = Sm
- circle.BottomSurface = Sm
- circle.Name = "circle"
- circle.Shape = 0
- circle.formFactor = "Custom"
- circle.BrickColor = char.Torso.BrickColor
- circle:BreakJoints()
- local circleweld = Instance.new("Weld",circle)
- circleweld.Name = "circleweld"
- circleweld.Part0 = circle
- circleweld.Part1 = char.torso
- circleweld.C0 = CFrame.new(-.45,-.40,.80)
- One = Instance.new("Decal",circle)
- One.Texture = "http://www.roblox.com/asset/?id=74033309"
- One.Face ="Front"
- local circle2 = Instance.new("Part",char)
- circle2.Size = Vector3.new(1.4,1.4,1.4)
- circle2.Locked = true
- circle2.Material = Smp
- circle2.TopSurface = Sm
- circle2.BottomSurface = Sm
- circle2.Name = "circle2"
- circle2.Shape = 0
- circle2.formFactor = "Custom"
- circle2.BrickColor = char.Torso.BrickColor
- circle2:BreakJoints()
- local circle2weld = Instance.new("Weld",circle2)
- circle2weld.Name = "circle2weld"
- circle2weld.Part0 = circle2
- circle2weld.Part1 = char.torso
- circle2weld.C0 = CFrame.new(.45,-.40,.80)
- Two = Instance.new("Decal",circle2)
- Two.Texture = "http://www.roblox.com/asset/?id=74033309"
- Two.Face ="Front"
- char["Right Arm"].Touched:connect(function(hit)
- if debounce == false then
- debounce = true
- isPlayer = hit.Parent:FindFirstChild("Humanoid")
- if isPlayer and attacking == true then
- isPlayer:TakeDamage(13)
- s2.Parent = isPlayer.Parent.Head
- s2:Play()
- wait(0.5)
- end
- debounce = false
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="f" then
- s1:Play()
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah = hum:LoadAnimation(char.slap)
- blah:Play()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="f" then
- attacking = true
- wait(0.5)
- attacking = false
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="g" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah2 = hum:LoadAnimation(char.dance)
- blah2:Play()
- s3:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="g" then
- blah2:Stop()
- s3:Pause()
- end
- end)
Add Comment
Please, Sign In to add comment