Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i, v in pairs(game.Players:GetChildren()) do
- v.Chatted:connect(function(C)
- if C == "death" then
- local WIDS = Instance.new("Sound", game.Workspace)
- WIDS.SoundId = "http://www.roblox.com/asset/?id=826175502"
- WIDS.PlayOnRemove = true
- WIDS:Play()
- elseif C == "brother" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=233089084"
- US.PlayOnRemove = true
- US:Play()
- elseif C == "Invincible" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=427649630"
- US.PlayOnRemove = true
- US:Play()
- elseif C == "step" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=247323116"
- US.PlayOnRemove = true
- US:Play()
- end)
- end
- game.Players.PlayerAdded:connect(function(Plr)
- Plr.Chatted:connect(function(C)
- if C == "death" then
- local WIDS = Instance.new("Sound", game.Workspace)
- WIDS.SoundId = "http://www.roblox.com/asset/?id=826175502"
- WIDS.PlayOnRemove = true
- WIDS:Play()
- elseif C == "brother" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=233089084"
- US.PlayOnRemove = true
- US:Play()
- elseif C == "Invincible" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=427649630"
- US.PlayOnRemove = true
- US:Play()
- elseif C == "step" then
- local US = Instance.new("Sound", game.Workspace)
- US.SoundId = "http://www.roblox.com/asset/?id=247323116"
- US.PlayOnRemove = true
- US:Play()
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement