Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local PaperFame1 = Instance.new("Frame")
- local PaperButton1 = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- PaperFame1.Name = "PaperFame1"
- PaperFame1.Parent = ScreenGui
- PaperFame1.BackgroundColor3 = Color3.new(255, 255, 255)
- PaperFame1.BackgroundTransparency = 1
- PaperFame1.Position = UDim2.new(0.105540894, 0, 0.778873265, 0)
- PaperFame1.Size = UDim2.new(0, 100, 0, 100)
- PaperButton1.Name = "PaperButton1"
- PaperButton1.Parent = PaperFame1
- PaperButton1.BackgroundColor3 = Color3.new(0, 0, 0)
- PaperButton1.BorderSizePixel = 0
- PaperButton1.Draggable = false
- PaperButton1.Position = UDim2.new(2.3, 0, -3.2, 0)
- PaperButton1.Size = UDim2.new(0, 350, 0, 400)
- PaperButton1.Font = Enum.Font.IndieFlower
- PaperButton1.FontSize = Enum.FontSize.Size48
- PaperButton1.Text = "1.Find the gun\n 2.Kill zombies\n 3.Find the key\n 4.Find the celler key\n 5.goto celler\n 6.find your friend."
- PaperButton1.TextColor3 = Color3.new(155, 0, 0)
- PaperButton1.TextSize = 50
- PaperButton1.MouseButton1Click:connect(function()
- PaperButton1:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement