Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Slap My Hand!!
- --script maked by artucox7
- --commands
- --e for talk:Slap My Hand!!
- -------------------------------------------------------
- local plr = game.Players.LocalPlayer
- local chara = game.Players.LocalPlayer.Character
- local hum = chara.Humanoid
- local sound1 = Instance.new("Sound", chara.Head)
- local Animate = Instance.new("Animation")
- sound1.SoundId = "rbxassetid://887591869"
- Animate.AnimationId = "rbxassetid://2181111862"
- function clicked(Key)
- if Key == "e" then
- local anim = hum:LoadAnimation(Animate)
- sound1:Play()
- anim:Play()
- end
- end
- game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement