Advertisement
gilmanhouse_v2

grdfdgd

Jul 9th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. f = Instance.new("Sound", workspace)
  2. f.PlaybackSpeed = 1.2
  3. f.SoundId = "rbxassetid://165010449"
  4. f.Volume = 10
  5. fu = Instance.new("Sound", workspace)
  6. fu.PlaybackSpeed = 1
  7. fu.SoundId = "rbxassetid://165010671"
  8. fu.Volume = 10
  9. fk = Instance.new("Sound", workspace)
  10. fk.PlaybackSpeed = 1
  11. fk.SoundId = "rbxassetid://165010504"
  12. fk.Volume = 100000000000000000
  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