Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Script Made By 0lf3
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
- Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Main.Size = UDim2.new(0, 1330, 0, 637)
- Main.Active = true
- Main.Draggable = false
- ImageLabel.Parent = Main
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.Size = UDim2.new(0, 1599, 0, 732)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=8994037974"
Add Comment
Please, Sign In to add comment