Advertisement
Guest User

Roblox Music Script (Not a pro may not work.)

a guest
Sep 1st, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "You'll have to find the ID of the sound you want in the Catalog"
  5. s.Volume = 1
  6. s.Looped = true
  7. s.archivable = false
  8.  
  9. s.Parent = game.Workspace
  10.  
  11. wait(0)
  12.  
  13. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement