Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local s = Instance.new("sound")
  2.  
  3. s.Name ="BjMusic"
  4. s.SoundID = "https://www.roblox.com/MLG-Remix-item?id=253127051" Insert Music URL Here To Play
  5. s.volume = 1 Volume Of Music
  6. s.looped = true
  7. s.archivable = false
  8.  
  9. s.parent = game.Workspace
  10.  
  11. wait(5)
  12.  
  13. s=play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement