Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "DatMoosicDoe"
- s.SoundId = "http://web.roblox.com/Virtual-Riot-Idols-EDM-Mashup-item?id=201526411"
- s.Volume = 1
- s.Looped = true
- s.archivable = false
- s.Parent = script.Parent.Parent.Play
- wait(35)
- s:play()
Add Comment
Please, Sign In to add comment