Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --owner admin fe (ban and kick)made by team k00psnoobskid
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextBox = Instance.new("TextBox")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 88, 91)
- Frame.Position = UDim2.new(0.298557162, 0, 0.30120483, 0)
- Frame.Size = UDim2.new(0, 393, 0, 178)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(50, 35, 255)
- TextLabel.Size = UDim2.new(0, 393, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "owner admin script fe (ban and kick)"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.fromRGB(43, 43, 255)
- TextBox.Position = UDim2.new(0.229007632, 0, 0.415730327, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.TextSize = 14.000
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(34, 255, 34)
- TextLabel_2.Position = UDim2.new(0.737913489, 0, 0.415730327, 0)
- TextLabel_2.Size = UDim2.new(0, 91, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "command here"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment