Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By BlowTorch702
- --Official Place: https://www.roblox.com/games/3470295245/Better-Rblx-GUI-1-0
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextButton1 = Instance.new("TextButton")
- local TextButton2 = Instance.new("TextButton")
- local TextButton3 = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local version = Instance.new("TextLabel")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- main.BorderColor3 = Color3.fromRGB(0, 0, 255)
- main.BorderSizePixel = 2
- main.Position = UDim2.new(0.128893673, 0, 0.397476315, 0)
- main.Size = UDim2.new(0, 158, 0, 376)
- main.Visible = false
- main.Active = true
- main.Draggable = true
- TextButton1.Name = "TextButton1"
- TextButton1.Parent = main
- TextButton1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton1.BorderColor3 = Color3.fromRGB(0, 0, 255)
- TextButton1.Position = UDim2.new(-0.00311356783, 0, 0.199392572, 0)
- TextButton1.Size = UDim2.new(0, 76, 0, 27)
- TextButton1.Font = Enum.Font.SciFi
- TextButton1.Text = "BUTTON 1"
- TextButton1.TextColor3 = Color3.fromRGB(0, 0, 255)
- TextButton1.TextSize = 14.000
- TextButton2.Name = "TextButton2"
- TextButton2.Parent = main
- TextButton2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton2.BorderColor3 = Color3.fromRGB(0, 0, 255)
- TextButton2.Position = UDim2.new(-0.00311356783, 0, 0.463504285, 0)
- TextButton2.Size = UDim2.new(0, 76, 0, 27)
- TextButton2.Font = Enum.Font.SciFi
- TextButton2.Text = "BUTTON 2"
- TextButton2.TextColor3 = Color3.fromRGB(0, 0, 255)
- TextButton2.TextSize = 14.000
- TextButton3.Name = "TextButton3"
- TextButton3.Parent = main
- TextButton3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton3.BorderColor3 = Color3.fromRGB(0, 0, 255)
- TextButton3.Position = UDim2.new(-0.00311356783, 0, 0.730275512, 0)
- TextButton3.Size = UDim2.new(0, 76, 0, 27)
- TextButton3.Font = Enum.Font.SciFi
- TextButton3.Text = "BUTTON 3"
- TextButton3.TextColor3 = Color3.fromRGB(0, 0, 255)
- TextButton3.TextSize = 14.000
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- close.BorderColor3 = Color3.fromRGB(0, 0, 255)
- close.Position = UDim2.new(0.788025677, 0, -0.00063770375, 0)
- close.Size = UDim2.new(0, 33, 0, 33)
- close.Font = Enum.Font.SciFi
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 255)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- title.BorderSizePixel = 0
- title.Position = UDim2.new(-0.0031135655, 0, 0.00350692426, 0)
- title.Size = UDim2.new(0, 118, 0, 31)
- title.Font = Enum.Font.SciFi
- title.Text = "BETTER RBLX GUI"
- title.TextColor3 = Color3.fromRGB(0, 0, 255)
- title.TextSize = 14.000
- version.Name = "version"
- version.Parent = main
- version.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- version.BorderSizePixel = 0
- version.Position = UDim2.new(0.00394292921, 0, 0.940054715, 0)
- version.Size = UDim2.new(0, 157, 0, 22)
- version.Font = Enum.Font.SciFi
- version.Text = "Version: 1.0"
- version.TextColor3 = Color3.fromRGB(0, 0, 255)
- version.TextSize = 16.000
- version.TextWrapped = true
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- openmain.BorderSizePixel = 0
- openmain.Position = UDim2.new(0.0064446833, 0, 0.949526787, 0)
- openmain.Size = UDim2.new(0, 107, 0, 26)
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- open.BorderColor3 = Color3.fromRGB(0, 0, 255)
- open.Position = UDim2.new(0, 0, -0.00606712932, 0)
- open.Size = UDim2.new(0, 106, 0, 26)
- open.Font = Enum.Font.SciFi
- open.Text = "OPEN"
- open.TextColor3 = Color3.fromRGB(0, 0, 255)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement