BEAMINGMETHODS

whitelist script

Sep 1st, 2022 (edited)
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local label1 = Instance.new("TextLabel")
  9. local label2 = Instance.new("TextLabel")
  10. local blackframe = Instance.new("Frame")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Frame.Parent = ScreenGui
  17. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  18. Frame.Position = UDim2.new(0.371202916, 0, 0.293827146, 0)
  19. Frame.Size = UDim2.new(0, 468, 0, 393)
  20.  
  21. label1.Name = "label 1"
  22. label1.Parent = Frame
  23. label1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. label1.BorderSizePixel = 5
  25. label1.Position = UDim2.new(-0.00102815032, 0, -0.00293627381, 0)
  26. label1.Size = UDim2.new(0, 468, 0, 59)
  27. label1.Font = Enum.Font.Kalam
  28. label1.Text = "WHITELISTING USER.. | PLEASE WAIT A MOMENT"
  29. label1.TextColor3 = Color3.fromRGB(0, 0, 0)
  30. label1.TextSize = 30.000
  31.  
  32. label2.Name = "label 2"
  33. label2.Parent = Frame
  34. label2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. label2.BackgroundTransparency = 0.400
  36. label2.Position = UDim2.new(0.541395426, 0, 0.721713245, 0)
  37. label2.Size = UDim2.new(0, 168, 0, 36)
  38. label2.Font = Enum.Font.Kalam
  39. label2.Text = "Click Here"
  40. label2.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. label2.TextSize = 25.000
  42.  
  43. blackframe.Name = "black frame"
  44. blackframe.Parent = ScreenGui
  45. blackframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  46. blackframe.Position = UDim2.new(0.370910585, 0, -0.0913580284, 0)
  47. blackframe.Size = UDim2.new(0, 468, 0, 378)
Add Comment
Please, Sign In to add comment