Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("SoundService").AmbientReverb = "Hallway"
- function what()
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=1846448410"
- s.Volume = 10
- s.Looped = true
- s.archivable = false
- s.Pitch = 1
- s.Parent = game.Workspace
- s:play()
- end
- while true do wait(0.1)
- what()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement