Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ImageButton = Instance.new("ImageButton")
- local UICorner = Instance.new("UICorner")
- local UICorner_2 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BackgroundTransparency = 1.000
- Frame.Position = UDim2.new(0.953999996, 0, -0.00200000009, 0)
- Frame.Size = UDim2.new(0, 32, 0, 32)
- ImageButton.Parent = Frame
- ImageButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton.BackgroundTransparency = 0.500
- ImageButton.Position = UDim2.new(-0.283214092, 0, 0.143820286, 0)
- ImageButton.Size = UDim2.new(0, 32, 0, 32)
- ImageButton.Image = "rbxassetid://6862453905"
- UICorner.CornerRadius = UDim.new(0, 13)
- UICorner.Parent = ImageButton
- UICorner_2.CornerRadius = UDim.new(0, 13)
- UICorner_2.Parent = Frame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement