Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local VALUETIER = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- VALUETIER.Name = "VALUETIER"
- VALUETIER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = VALUETIER
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BackgroundTransparency = 1.000
- Frame.Position = UDim2.new(0.223505408, 0, 0.0815611407, 0)
- Frame.Size = UDim2.new(0, 973, 0, 897)
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Size = UDim2.new(0, 973, 0, 897)
- ImageLabel.Image = "rbxassetid://6045774898"
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BackgroundTransparency = 1.000
- TextButton.BorderColor3 = Color3.fromRGB(27, 42, 53)
- TextButton.Position = UDim2.new(0.982875466, 0, -0.000497207046, 0)
- TextButton.Size = UDim2.new(0, 16, 0, 17)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "-"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextSize = 50.000
- TextButton.MouseButton1Up:Connect(function()
- VALUETIER:Destroy()
- end)
Add Comment
Please, Sign In to add comment