Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print 'c00lvoice Loaded!'
- game.Players.PlayerAdded:connect(function(player) player.Chatted:connect(function(msg)
- sound1 = "http://www.roblox.com/asset/?id=130762736"
- sound2 = "http://www.roblox.com/asset/?id=130872377"
- sound3 = "http://www.roblox.com/asset/?id=317393485"
- sound4 = "http://www.roblox.com/asset/?id=193528674"
- sound5 = "http://www.roblox.com/asset/?id=252385998"
- if msg=="dubstep" then
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = sound1
- s.Volume = 2
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- s:Play()
- end
- if msg=="narwhals" then
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = sound2
- s.Volume = 2
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:Play()
- end
- if msg=="flowey" then
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = sound3
- s.Volume = 2
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:Play()
- end
- if msg=="mlg" then
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = sound4
- s.Volume = 2
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:Play()
- end
- if msg=="roblox" then
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = sound5
- s.Volume = 2
- s.Looped = true
- s.archivable = false
- s.Parent = game.Workspace
- s:Play()
- end
- end) end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement