Advertisement
Ch1ckenNugget

Sonic Music

Aug 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Made by commag, edited by Ch1ckenNugget (A.K.A. Some_DudeXD)
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=390846973"
  7. s.Volume = 2
  8. s.Looped = false
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(3)
  14.  
  15. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement