Advertisement
Animescapetower

Untitled

Mar 4th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. local plalki = game.Players.LocalPlayer.Character
  2. local lightning = game.Lighting
  3. local Sound2 = Instance.new("Sound")
  4. local Sound3 = Instance.new("Sound")
  5. local Sound4 = Instance.new("Sound")
  6. local Sound5 = Instance.new("Sound")
  7. lightning:SetMinutesAfterMidnight("23:44:19")
  8.  
  9. Sound2.Name = "wolfhowl"
  10. Sound2.Parent = plalki
  11. Sound2.SoundId = "rbxassetid://345091806"
  12. Sound2.Volume = 10
  13. Sound2.Pitch =1
  14. Sound2.Looped = false
  15. Sound2.EmitterSize = 200
  16. Sound2.MaxDistance = 200
  17. Sound2:Play()
  18. wait(5)
  19. Sound3.Name = "cricket"
  20. Sound3.Parent = plalki
  21. Sound3.SoundId = "rbxassetid://138143457"
  22. Sound3.Volume = 3
  23. Sound3.Pitch =1
  24. Sound3.Looped = true
  25. Sound3.EmitterSize = 200
  26. Sound3.MaxDistance = 200
  27. Sound3:Play()
  28. wait(4)
  29. Sound3:Stop()
  30. Sound4.Name = "BW29MUSIC"
  31. Sound4.Parent = plalki
  32. Sound4.SoundId = "rbxassetid://186774326"
  33. Sound4.Volume = 4
  34. Sound4.Pitch =1
  35. Sound4.Looped = true
  36. Sound4.EmitterSize = 200
  37. Sound4.MaxDistance = 200
  38. Sound4:Play()
  39. wait(50)
  40. Sound4:Stop()
  41. Sound5.Name = "wolfwhistle"--lol this is funny tho
  42. Sound5.Parent = plalki
  43. Sound5.SoundId = "rbxassetid://601164620"
  44. Sound5.Volume = 4
  45. Sound5.Pitch =1
  46. Sound5.Looped = true
  47. Sound5.EmitterSize = 200
  48. Sound5.MaxDistance = 200
  49. Sound5:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement