deyzaeuhfowkf

music! dont use the link

May 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. s = Instance.new("Sound")
  2. s.Name = "Music"
  3. s.SoundId = "http://www.roblox.com/asset/?id=1" --Put the id into there.
  4. s.Looped = true
  5. s.Pitch = 1 --You can edit these settings.
  6. s.Volume = 1 --You can edit these settings.
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(1)
  12.  
  13. s:play()
Advertisement
Add Comment
Please, Sign In to add comment