Advertisement
Gmodmoney2

Untitled

Jun 1st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --Made by commag
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "--Made by commag
  7.  
  8. local s = Instance.new("Sound")
  9.  
  10. s.Name = "Sound"
  11. s.SoundId = "http://www.roblox.com/asset/?id=243372213"
  12. s.Volume = 2
  13. s.Looped = false
  14. s.archivable = false
  15.  
  16. s.Parent = game.Workspace
  17.  
  18. wait(3)
  19.  
  20. s:play()
  21. s.Looped = false
  22. s.archivable = false
  23.  
  24. s.Parent = game.Workspace
  25.  
  26. wait(3)
  27.  
  28. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement