Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local W = Instance.new("Message", game.Workspace)
- W.Text = "CHAT VOICE (SCRIPT BUILDER EDITION)"
- wait(2)
- W.Text = "MADE BY LYKASPARS4 AND LOLERIS"
- wait(2)
- W.Text = "HELPED BY LOLERIS"
- wait(2)
- W:Destroy()
- for i, v in pairs(game.Players:GetChildren()) do
- v.Chatted:connect(function(C)
- if C == ";-;" then
- local WIDS = Instance.new("Sound", game.Workspace)
- WIDS.SoundId = "http://www.roblox.com/asset/?id=221842357"
- WIDS.PlayOnRemove = true
- WIDS:Play()
- elseif C == "laugh" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=207358216"
- US.PlayOnRemove = true
- US:Play()
- elseif C == "sad" then
- local ILTS = Instance.new("Sound", game.Workspace)
- ILTS.SoundId = "http://www.roblox.com/asset/?id=324960769"
- ILTS.PlayOnRemove = true
- ILTS:Play()
- elseif C == "i like trains" then
- local ILTS = Instance.new("Sound", game.Workspace)
- ILTS.SoundId = "http://www.roblox.com/asset/?id=313046731"
- ILTS.PlayOnRemove = true
- ILTS:Play()
- end
- end)
- end
- game.Players.PlayerAdded:connect(function(Plr)
- Plr.Chatted:connect(function(C)
- if C == "what i've done" then
- local WIDS = Instance.new("Sound", game.Workspace)
- WIDS.SoundId = "http://www.roblox.com/asset/?id=135932638"
- WIDS.PlayOnRemove = true
- WIDS:Play()
- elseif C == "ugly" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=150611842"
- US.PlayOnRemove = true
- US:Play()
- elseif C == "like trains" then
- local ILTS = Instance.new("Sound", game.Workspace)
- ILTS.SoundId = "http://www.roblox.com/asset/?id=313046731"
- ILTS.PlayOnRemove = true
- ILTS:Play()
- elseif C == "i like trains" then
- local ILTS = Instance.new("Sound", game.Workspace)
- ILTS.SoundId = "http://www.roblox.com/asset/?id=313046731"
- ILTS.PlayOnRemove = true
- ILTS:Play()
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement