Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game.Players.LocalPlayer
- wait(3)
- local ban = Instance.new('ScreenGui',plr.PlayerGui)
- local banT = Instance.new('TextLabel',ban)
- Instance.new('UICorner',banT)
- ban.Name = 'Banned.'
- banT.Name = 'Banned.'
- banT.AnchorPoint = Vector2.new(0.5,0.5)
- banT.Size = UDim2.new(0.5,0,0.5,0)
- banT.Position = UDim2.new(0.5,0,0.5,0)
- banT.BackgroundColor3 = Color3.fromRGB(0,0,0)
- banT.TextSize = 20
- banT.Text = 'Oops! You are banned\nReason: Exploiting, Time: 1 year, Admin note: Exploiting.'
- banT.TextColor3 = Color3.fromRGB(255,0,0)
- Instance.new('BlurEffect',workspace.CurrentCamera).Size = 100
- wait(1)
- for i = 1,math.huge do end
Advertisement
Add Comment
Please, Sign In to add comment