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