Advertisement
anphu04

Racist ROBLOX Audios

Oct 10th, 2017
7,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. -- Made by anphu04 --
  2. -- 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
  3.  
  4. local id1 = "1081840113"
  5. local id2 = "1081839851"
  6. local id3 = "1081840368"
  7.  
  8. local negroes = coroutine.create(function()
  9. while true do
  10. for i, player in pairs(game.Players:GetChildren()) do
  11. local sound = Instance.new("Sound")
  12. sound.Name = "Say Niggers"
  13. sound.Volume = 5
  14. sound.Pitch = 4
  15. sound.Looped = true
  16. sound.SoundId = "http://www.roblox.com/asset/?id=" ..id1
  17. sound.Parent = player
  18. sound:Play()
  19. --game.Debris:AddItem(sound, 5.375)
  20. end
  21. wait(5.375)
  22. end
  23. end)
  24.  
  25. local negars = coroutine.create(function()
  26. while true do
  27. for i, player in pairs(game.Players:GetChildren()) do
  28. local sound = Instance.new("Sound")
  29. sound.Name = "Kill Niggers"
  30. sound.Volume = 1
  31. sound.Pitch = 4
  32. sound.Looped = true
  33. sound.SoundId = "http://www.roblox.com/asset/?id=" ..id2
  34. sound.Parent = player
  35. sound:Play()
  36. --game.Debris:AddItem(sound, 0.825)
  37. end
  38. wait(0.825)
  39. end
  40. end)
  41.  
  42. local niggers = coroutine.create(function()
  43. while true do
  44. for i, player in pairs(game.Players:GetChildren()) do
  45. local sound = Instance.new("Sound")
  46. sound.Name = "Niggers are slaves"
  47. sound.Volume = 5
  48. sound.Pitch = 4
  49. sound.Looped = true
  50. sound.SoundId = "http://www.roblox.com/asset/?id=" ..id3
  51. sound.Parent = player
  52. sound:Play()
  53. --game.Debris:AddItem(sound, 6.875)
  54. end
  55. wait(6.875)
  56. end
  57. end)
  58.  
  59. coroutine.resume(negars)
  60. wait()
  61. coroutine.resume(negroes)
  62. coroutine.resume(niggers)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement