Advertisement
yamanohera155233

new Chat Voice

Jun 16th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. local W = Instance.new("Message", game.Workspace)
  2. W.Text = "CHAT VOICE (SCRIPT BUILDER EDITION)"
  3. wait(2)
  4. W.Text = "MADE BY LYKASPARS4 AND LOLERIS"
  5. wait(2)
  6. W.Text = "HELPED BY LOLERIS"
  7. wait(2)
  8. W:Destroy()
  9.  
  10. for i, v in pairs(game.Players:GetChildren()) do
  11. v.Chatted:connect(function(C)
  12. if C == ";-;" then
  13. local WIDS = Instance.new("Sound", game.Workspace)
  14. WIDS.SoundId = "http://www.roblox.com/asset/?id=221842357"
  15. WIDS.PlayOnRemove = true
  16. WIDS:Play()
  17. elseif C == "laugh" then
  18. local US = Instance.new("Sound", game.Workspace)
  19. US.SoundId = "http://www.roblox.com/asset/?id=207358216"
  20. US.PlayOnRemove = true
  21. US:Play()
  22. elseif C == "sad" then
  23. local ILTS = Instance.new("Sound", game.Workspace)
  24. ILTS.SoundId = "http://www.roblox.com/asset/?id=324960769"
  25. ILTS.PlayOnRemove = true
  26. ILTS:Play()
  27. elseif C == "i like trains" then
  28. local ILTS = Instance.new("Sound", game.Workspace)
  29. ILTS.SoundId = "http://www.roblox.com/asset/?id=313046731"
  30. ILTS.PlayOnRemove = true
  31. ILTS:Play()
  32. end
  33. end)
  34. end
  35.  
  36. game.Players.PlayerAdded:connect(function(Plr)
  37. Plr.Chatted:connect(function(C)
  38. if C == "what i've done" then
  39. local WIDS = Instance.new("Sound", game.Workspace)
  40. WIDS.SoundId = "http://www.roblox.com/asset/?id=135932638"
  41. WIDS.PlayOnRemove = true
  42. WIDS:Play()
  43. elseif C == "ugly" then
  44. local US = Instance.new("Sound", game.Workspace)
  45. US.SoundId = "http://www.roblox.com/asset/?id=150611842"
  46. US.PlayOnRemove = true
  47. US:Play()
  48. elseif C == "like trains" then
  49. local ILTS = Instance.new("Sound", game.Workspace)
  50. ILTS.SoundId = "http://www.roblox.com/asset/?id=313046731"
  51. ILTS.PlayOnRemove = true
  52. ILTS:Play()
  53. elseif C == "i like trains" then
  54. local ILTS = Instance.new("Sound", game.Workspace)
  55. ILTS.SoundId = "http://www.roblox.com/asset/?id=313046731"
  56. ILTS.PlayOnRemove = true
  57. ILTS:Play()
  58. end
  59. end)
  60. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement