SHOW:
|
|
- or go back to the newest paste.
1 | local s = Instance.new("Sound") | |
2 | ||
3 | - | s.Name = "DatMoosicDoe" |
3 | + | s.Name = "ericthefabulous" |
4 | s.SoundId = "http://web.roblox.com/Virtual-Riot-Idols-EDM-Mashup-item?id=201526411" | |
5 | s.Volume = 1 | |
6 | s.Looped = true | |
7 | s.archivable = false | |
8 | ||
9 | s.Parent = script.Parent.Parent.Play | |
10 | ||
11 | wait(35) | |
12 | ||
13 | s:play() |