SHOW:
|
|
- or go back to the newest paste.
| 1 | game:GetService("SoundService").AmbientReverb = "Hallway"
| |
| 2 | function what() | |
| 3 | local s = Instance.new("Sound")
| |
| 4 | - | s.SoundId = "http://www.roblox.com/asset/?id=1543318456" |
| 4 | + | |
| 5 | s.SoundId = "http://www.roblox.com/asset/?id=1846448410" | |
| 6 | s.Volume = 10 | |
| 7 | s.Looped = true | |
| 8 | s.archivable = false | |
| 9 | s.Pitch = 1 | |
| 10 | s.Parent = game.Workspace | |
| 11 | ||
| 12 | s:play() | |
| 13 | end | |
| 14 | while true do wait(0.1) | |
| 15 | what() | |
| 16 | end |