Advertisement
RandomNewbieScripter

Untitled

Apr 21st, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. local sound = Instance.new("Sound")
  2. sound.SoundId = "http://www.roblox.com/asset/?id=247297194"
  3. sound.Parent = game.workspace
  4. wait(2)
  5. sound:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement