Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by anphu04 --
- -- NOTE: This script will play the audios in every players in the server, so they won't be able to remove it because it's INSIDE the PLAYER, not the workspace
- local id1 = "1081840113"
- local id2 = "1081839851"
- local id3 = "1081840368"
- local negroes = coroutine.create(function()
- while true do
- for i, player in pairs(game.Players:GetChildren()) do
- local sound = Instance.new("Sound")
- sound.Name = "Say Niggers"
- sound.Volume = 5
- sound.Pitch = 4
- sound.Looped = true
- sound.SoundId = "http://www.roblox.com/asset/?id=" ..id1
- sound.Parent = player
- sound:Play()
- --game.Debris:AddItem(sound, 5.375)
- end
- wait(5.375)
- end
- end)
- local negars = coroutine.create(function()
- while true do
- for i, player in pairs(game.Players:GetChildren()) do
- local sound = Instance.new("Sound")
- sound.Name = "Kill Niggers"
- sound.Volume = 1
- sound.Pitch = 4
- sound.Looped = true
- sound.SoundId = "http://www.roblox.com/asset/?id=" ..id2
- sound.Parent = player
- sound:Play()
- --game.Debris:AddItem(sound, 0.825)
- end
- wait(0.825)
- end
- end)
- local niggers = coroutine.create(function()
- while true do
- for i, player in pairs(game.Players:GetChildren()) do
- local sound = Instance.new("Sound")
- sound.Name = "Niggers are slaves"
- sound.Volume = 5
- sound.Pitch = 4
- sound.Looped = true
- sound.SoundId = "http://www.roblox.com/asset/?id=" ..id3
- sound.Parent = player
- sound:Play()
- --game.Debris:AddItem(sound, 6.875)
- end
- wait(6.875)
- end
- end)
- coroutine.resume(negars)
- wait()
- coroutine.resume(negroes)
- coroutine.resume(niggers)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement