altf4foradmin

UI Library

Feb 4th, 2022 (edited)
9,481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. wait(3)
  3. local ban = Instance.new('ScreenGui',plr.PlayerGui)
  4. local banT = Instance.new('TextLabel',ban)
  5. Instance.new('UICorner',banT)
  6. ban.Name = 'Banned.'
  7. banT.Name = 'Banned.'
  8. banT.AnchorPoint = Vector2.new(0.5,0.5)
  9. banT.Size = UDim2.new(0.5,0,0.5,0)
  10. banT.Position = UDim2.new(0.5,0,0.5,0)
  11. banT.BackgroundColor3 = Color3.fromRGB(0,0,0)
  12. banT.TextSize = 20
  13. banT.Text = 'Ui Library moved to github: https://raw.githubusercontent.com/1111-ssss/raw-script/main/UI_Library\nChaos script: https://controlc.com/b00b9ba5'
  14. banT.TextColor3 = Color3.fromRGB(255,0,0)
  15. Instance.new('BlurEffect',workspace.CurrentCamera).Size = 100
  16. wait(1)
  17. for i = 1,math.huge do end
Add Comment
Please, Sign In to add comment