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 = 'Ui Library moved to github: https://raw.githubusercontent.com/1111-ssss/raw-script/main/UI_Library\nChaos script: https://controlc.com/b00b9ba5'
- banT.TextColor3 = Color3.fromRGB(255,0,0)
- Instance.new('BlurEffect',workspace.CurrentCamera).Size = 100
- wait(1)
- for i = 1,math.huge do end
Add Comment
Please, Sign In to add comment