deyzaeuhfowkf

for that

May 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --This was made by Ghetto, this script plays music in the server.
  2. --This requires a level 7 to execute.
  3. print("Music executed!")
  4. s = Instance.new("Sound")
  5. s.Name = "Music"
  6. s.SoundId = "http://www.roblox.com/asset/?id=203935792" --Put the id into there.
  7. s.Looped = true
  8. s.Pitch = 1 --You can edit these settings.
  9. s.Volume = 1 --You can edit these settings.
  10. s.archivable = false
  11.  
  12. s.Parent = game.Workspace
  13.  
  14. wait(1)
  15.  
  16. s:play()
Advertisement
Add Comment
Please, Sign In to add comment