Guest User

admin script (ban and kick)

a guest
Feb 6th, 2023
1,054
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 2 0
  1. --owner admin fe (ban and kick)made by team k00psnoobskid
  2.  
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextBox = Instance.new("TextBox")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9.  
  10. --Properties:
  11.  
  12. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  13. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.fromRGB(255, 88, 91)
  17. Frame.Position = UDim2.new(0.298557162, 0, 0.30120483, 0)
  18. Frame.Size = UDim2.new(0, 393, 0, 178)
  19.  
  20. TextLabel.Parent = Frame
  21. TextLabel.BackgroundColor3 = Color3.fromRGB(50, 35, 255)
  22. TextLabel.Size = UDim2.new(0, 393, 0, 50)
  23. TextLabel.Font = Enum.Font.SourceSans
  24. TextLabel.Text = "owner admin script fe (ban and kick)"
  25. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  26. TextLabel.TextSize = 14.000
  27.  
  28. TextBox.Parent = Frame
  29. TextBox.BackgroundColor3 = Color3.fromRGB(43, 43, 255)
  30. TextBox.Position = UDim2.new(0.229007632, 0, 0.415730327, 0)
  31. TextBox.Size = UDim2.new(0, 200, 0, 50)
  32. TextBox.Font = Enum.Font.SourceSans
  33. TextBox.Text = ""
  34. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. TextBox.TextSize = 14.000
  36.  
  37. TextLabel_2.Parent = Frame
  38. TextLabel_2.BackgroundColor3 = Color3.fromRGB(34, 255, 34)
  39. TextLabel_2.Position = UDim2.new(0.737913489, 0, 0.415730327, 0)
  40. TextLabel_2.Size = UDim2.new(0, 91, 0, 50)
  41. TextLabel_2.Font = Enum.Font.SourceSans
  42. TextLabel_2.Text = "command here"
  43. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. TextLabel_2.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment