Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. sound = Instance.new("Sound")
  2. sound.SoundId = "rbxassetid://834432923"
  3. sound.Parent = game.Workspace
  4. sound.Volume = 5
  5. sound.MaxDistance = 100000
  6. sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement