Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 255, 29)
- Frame.Position = UDim2.new(0.0358598344, 0, 0.628992617, 0)
- Frame.Size = UDim2.new(0, 378, 0, 266)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(170, 85, 255)
- TextButton.Position = UDim2.new(0.042328041, 0, 0.0789473653, 0)
- TextButton.Size = UDim2.new(0, 333, 0, 220)
- TextButton.Font = Enum.Font.SciFi
- TextButton.Text = "CLICK HERE FOR ADMIN!"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement