Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --Made by Chehimi3
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=164886590" -- Type your music ID here
  7. s.Volume = 1 -- this is the Volume
  8. s.Pitch = 1.0 -- tis is the pich
  9. s.Looped = true
  10. s.archivable = false
  11.  
  12. s.Parent = game.Workspace
  13.  
  14. wait(2)
  15.  
  16. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement