Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local VideoFrame = Instance.new("VideoFrame")
- local UIGradient = Instance.new("UIGradient")
- local Close = Instance.new("TextButton")
- local MainLabel = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- ScreenGui.Parent = game:GetService("CoreGui")
- VideoFrame.Active = true
- VideoFrame.Draggable = true
- VideoFrame.Parent = ScreenGui
- VideoFrame.Size = UDim2.new(0, 510, 0, 271)
- VideoFrame.Looped = true
- VideoFrame.Video = "rbxassetid://5608402438"
- VideoFrame.Position = UDim2.new(0.26733577251434326, 0, 0.23061631619930267, 0)
- VideoFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- VideoFrame.Playing = true
- UIGradient.Parent = VideoFrame
- UIGradient.Color = ColorSequence.new({
- ColorSequenceKeypoint.new(0, Color3.new(0, 1, 0.113725)),
- ColorSequenceKeypoint.new(1, Color3.new(0, 0.784314, 1))
- })
- Close.Parent = VideoFrame
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Size = UDim2.new(0, 54, 0, 49)
- Close.TextSize = 58
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.Text = "x"
- Close.Font = Enum.Font.Gotham
- Close.BackgroundTransparency = 1
- Close.Position = UDim2.new(0.8781038522720337, 0, 0, 0)
- Close.Name = "Close"
- MainLabel.Parent = VideoFrame
- MainLabel.TextWrapped = true
- MainLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- MainLabel.TextXAlignment = Enum.TextXAlignment.Right
- MainLabel.Size = UDim2.new(0, 352, 0, 56)
- MainLabel.TextSize = 36
- MainLabel.Text = "Extreme Lumber Tycoon 2"
- MainLabel.TextColor3 = Color3.new(0, 0.18039216101169586, 1)
- MainLabel.Font = Enum.Font.PermanentMarker
- MainLabel.BackgroundTransparency = 1
- MainLabel.Name = "MainLabel"
- UICorner.Parent = VideoFrame
- UICorner.CornerRadius = UDim.new(0, 25)
- Close.MouseButton1Down:connect(function()
- ScreenGui:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement