Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "rex duodecim"
  4. s.SoundId = "http://www.roblox.com/asset/?id=289523199"
  5. s.Volume = 2
  6. s.Looped = false
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10. s:play()
  11. wait(360)
  12. local s = Instance.new("Sound")
  13.  
  14. q.Name = "angelus"
  15. q.SoundId = "http://www.roblox.com/asset/?id=289523112"
  16. q.Volume = 2
  17. q.Looped = false
  18. q.archivable = false
  19.  
  20. q.Parent = game.Workspace
  21. q:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement