Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGuii = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextButton = Instance.new("TextButton")
- local ImageButton = Instance.new("ImageButton")
- --Properties:
- ScreenGuii.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGuii.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGuii
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderColor3 = Color3.fromRGB(170, 0, 255)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.304878056, 0, 0.255583137, 0)
- Frame.Size = UDim2.new(0, 648, 0, 394)
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BorderColor3 = Color3.fromRGB(85, 0, 255)
- ImageLabel.BorderSizePixel = 32
- ImageLabel.Position = UDim2.new(-0.0462962948, 0, 0.0507614203, 0)
- ImageLabel.Size = UDim2.new(0, 648, 0, 394)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=18636741547"
- ImageButton.Parent = ImageLabel
- ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton.BorderSizePixel = 0
- ImageButton.Position = UDim2.new(0.901234567, 0, -0.0507614203, 0)
- ImageButton.Size = UDim2.new(0, 94, 0, 87)
- ImageButton.Image = "http://www.roblox.com/asset/?id=18209598048"
- ImageButton.MouseButton1Down:Connect(function()
- ScreenGuii:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment