Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- player = game.Players.LocalPlayer
- enabled = true
- local humanoid = player.Character.Humanoid
- local mouse = player:GetMouse()
- local anim = Instance.new("Animation")
- anim.AnimationId = "http://www.roblox.com/asset/?id=235542946"
- local playAnim = humanoid:LoadAnimation(anim)
- local anim2 = Instance.new("Animation")
- anim2.AnimationId = "http://www.roblox.com/asset/?id=393169468"
- local playAnim2 = humanoid:LoadAnimation(anim2)
- print("Welcome ".. player.Name)
- wait(1)
- Sound2 = Instance.new("Sound")
- Sound2.Name = "wolfhowl"
- Sound2.Parent = player.Character.Torso
- Sound2.SoundId = "rbxassetid://0"
- Sound2.Volume = 2
- Sound2.Pitch =1
- Sound2.Looped = false
- Sound2.EmitterSize = 80
- Sound2.MaxDistance = 80
- Sound2:Play()
- while true do
- wait(0.1)
- playAnim:Play()
- wait(0.1)
- playAnim:Stop()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement