Advertisement
Guest User

Cool music

a guest
Feb 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sound2 = Instance.new("Sound")
  2. sound2.Name = "spooky"
  3. sound2.Parent = game:GetService("SoundService")
  4. sound2.SoundId = "rbxassetid://1010218129"
  5. sound2.Looped = false
  6. sound2.Volume = 99
  7. sound2:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement