Leachy01

Untitled

Feb 11th, 2016
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. --Made by ziggycat
  2. --I already have some in here so yeah here hows it goes:
  3. --Script-o-meter level:9001
  4. --Visit Ziggys Club to see how it works!
  5. --[[
  6. 1A.Go to:http://www.roblox.com/develop/library?CatalogContext=2&SortType=0&SortAggregation=3&SortCurrency=0&LegendExpanded=true&Category=9
  7. 1B.Or go to develop>Library>Audio
  8. 2.Find an audio
  9. 3.Go to the address bar
  10. 4.Hover your mouse over the number over the numbers at the end
  11. 5.Do Ctrl+C
  12. 6.If you run out of space do what I am doing!
  13. 7.PARTAAAAAAAAAAAAAAAY
  14. 8.Thanks for using mah script!:)
  15. 9.if playerWhoBought.Mood == "Happy" then
  16. print("All of dis is awesome!")
  17. else
  18. print("PM ziggy suggestions and concerns")
  19. end
  20. --]]
  21. S = Instance.new("Sound", game.Workspace)
  22. local id = "http://www.roblox.com/asset/?id="
  23. while true do--Loop
  24. S.Name = "Song"
  25. S.Volume = 1
  26. local Song = game.Workspace.Song
  27. S.SoundId = id.."354570261"--For these don't delete the quotes, but do change the numbers to the id of your choice:)
  28. Song:Play()--Let's play it!
  29. wait(120)--Song legnth might change!
  30. S.SoundId = id.."186175917"
  31. Song:Play()
  32. wait(120)
  33. S.SoundId = id.."186175944"
  34. Song:Play()
  35. wait(100)
  36. S.SoundId = id.."186174575"
  37. Song:Play()
  38. wait(120)
  39. S.SoundId = id.."186174619"
  40. Song:Play()
  41. wait(120)
  42. S.SoundId = id.."186174653"
  43. Song:Play()
  44. end--Goes to the while true do
Add Comment
Please, Sign In to add comment