Advertisement
Guest User

6432

a guest
Feb 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. s = Instance.new("Sound")
  2.  
  3. s.Name = "Sound"
  4. s.SoundId = "https://web.roblox.com/library/1178923783/Scatman-John-Scatmans-World-Long-Version-HQ"
  5. s.Volume = 100
  6. s.Looped = false
  7. s.archivable = true
  8. s.PlayOnRemove = true
  9. s.Parent = script
  10. wait(1)
  11. s:play()
  12. wait(19)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement