Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. s = Instance.new("Sound",game.Workspace)
  2. s.Name = "Sound"
  3. s.SoundId = "http://www.roblox.com/asset?id=audio id here"
  4. s.Volume = 100
  5. s.Looped = true
  6. s.archivable = false
  7. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement