Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- warn('offending time')
- wait(3)
- local random = game.Players:GetChildren()
- local chosen = random[math.random(1,#random)]
- local character = chosen.Character
- local billGui = Instance.new("BillboardGui", character.Head)
- billGui.StudsOffsetWorldSpace = Vector3.new(0,2,0)
- billGui.LightInfluence = 0
- billGui.Size = UDim2.new(0,600,0,350)
- local text = Instance.new("TextLabel", billGui)
- text.BackgroundTransparency = 1
- text.Size = UDim2.new(1,0,1,0)
- text.Text = character.Name..' supports 9/11! They think Americans dont deserve a World Trade Center!'
- text.TextColor3 = Color3.fromRGB(255,255,255)
- text.TextSize = 25
- text.TextStrokeTransparency = 0
- if character:FindFirstChild('HumanoidRootPart') then
- local sound = Instance.new("Sound", character.HumanoidRootPart)
- sound.Volume = 10
- sound.EmitterSize = 50
- sound.SoundId = 'rbxassetid://691540143'
- sound.Looped = true
- sound:Play()
- end
- warn('I am so sorry to '..character.Name..'. I am so sorry. ;-;')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement