SHOW:
|
|
- or go back to the newest paste.
1 | - | --Made by dinogrimlock |
1 | + | --Made by 95audrey |
2 | ||
3 | local s = Instance.new("Sound") | |
4 | ||
5 | s.Name = "Sound" | |
6 | s.Pitch = 1 | |
7 | - | s.SoundId = "http://www.roblox.com/asset/?id=354570261" |
7 | + | s.SoundId = "http://www.roblox.com/asset/?id=264098929" |
8 | s.Volume = 1 | |
9 | s.Looped = true | |
10 | s.archivable = false | |
11 | ||
12 | s.Parent = game.Workspace | |
13 | ||
14 | wait(1) | |
15 | ||
16 | s:play() |