RGames

ROBLOX - Bad Word but its Bee Movie

Jul 13th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. print('commiting bad word in 10 seconds!!!')
  2. wait(10)
  3. for _,v in pairs(game.Players:GetChildren()) do
  4. --if v.Name ~= 'RGames1234' then
  5. local gui = Instance.new("ScreenGui", v.PlayerGui)
  6. local text = Instance.new("TextLabel", gui)
  7. text.Size = UDim2.new(1,0,1,0)
  8. text.TextScaled = true
  9. text.TextColor3 = Color3.fromRGB(255,255,255)
  10. text.BackgroundTransparency = 1
  11. text.TextStrokeTransparency = 0
  12. text.Text = [[According to all known laws of real life,
  13. there is no way a whtie man should be able to say 'Nigger'.
  14. Its really racist, and is probally said by some KKK member.
  15. The white male says 'Nigger' anyways because white males don't care
  16. what black man do to them.]]
  17. --end
  18. local sound = Instance.new("Sound", gui)
  19. sound.SoundId = 'rbxassetid://552660141'
  20. sound.Volume = 10
  21. sound.Looped = true
  22. sound.Playing = true
  23. sound:Play()
  24. end
Add Comment
Please, Sign In to add comment