Advertisement
Guest User

Music script!!!!

a guest
Nov 14th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. f = Instance.new("Sound", workspace)
  2. f.PlaybackSpeed = 1.2
  3. f.SoundId = "rbxassetid://154684915"
  4. f.Volume = 10
  5. fu = Instance.new("Sound", workspace)
  6. fu.PlaybackSpeed = 1
  7. fu.SoundId = "rbxassetid://154684915"
  8. fu.Volume = 10
  9. fk = Instance.new("Sound", workspace)
  10. fk.PlaybackSpeed = 1
  11. fk.SoundId = "rbxassetid://154684915"
  12. fk.Volume = 10
  13.  
  14. while true do wait()
  15. f.Playing = true
  16. wait(f.TimeLength/1.8)
  17. fu.Playing = true
  18. wait(fu.TimeLength)
  19. fk.Playing = true
  20. wait(fk.TimeLength)
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement