Advertisement
Guest User

YAAAA

a guest
Feb 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Warn"(BLACKPINKKKKK BUILD BY llogw :) )"
  2. local s = Instance.new("Sound")
  3.  
  4. s.Name = "Sound"
  5. s.SoundId = "http://www.roblox.com/asset/?id=2147726462" -- Type your music ID here
  6. s.Volume = 10
  7. s.Pitch = 1
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(0)
  14.  
  15. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement