SHOW:
|
|
- or go back to the newest paste.
| 1 | local s = Instance.new("Sound")
| |
| 2 | ||
| 3 | s.Name = "newbie1445" | |
| 4 | - | s.SoundId = "https://web.roblox.com/Warhead-Detonation-Failure-SCP-CB-item?id=183862120" |
| 4 | + | s.SoundId = "https://web.roblox.com/Warhead-Detonation-Failure-SCP-CB-item?id=164853840" |
| 5 | s.Volume = 90 | |
| 6 | s.Looped = false | |
| 7 | s.archivable = false | |
| 8 | ||
| 9 | s.Parent = script.Parent.Parent.Play | |
| 10 | ||
| 11 | wait(1) | |
| 12 | ||
| 13 | s:play() |