Advertisement
ERROR_CODE

beta paper for my nightmare 2

Sep 8th, 2023 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.08 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local PaperFame1 = Instance.new("Frame")
  3. local PaperButton1 = Instance.new("TextButton")
  4. ScreenGui.Parent = game.CoreGui
  5.  
  6. PaperFame1.Name = "PaperFame1"
  7. PaperFame1.Parent = ScreenGui
  8. PaperFame1.BackgroundColor3 = Color3.new(255, 255, 255)
  9. PaperFame1.BackgroundTransparency = 1
  10. PaperFame1.Position = UDim2.new(0.105540894, 0, 0.778873265, 0)
  11. PaperFame1.Size = UDim2.new(0, 100, 0, 100)
  12.  
  13. PaperButton1.Name = "PaperButton1"
  14. PaperButton1.Parent = PaperFame1
  15. PaperButton1.BackgroundColor3 = Color3.new(0, 0, 0)
  16. PaperButton1.BorderSizePixel = 0
  17. PaperButton1.Draggable = false
  18. PaperButton1.Position = UDim2.new(2.3, 0, -3.2, 0)
  19. PaperButton1.Size = UDim2.new(0, 350, 0, 400)
  20. PaperButton1.Font = Enum.Font.IndieFlower
  21. PaperButton1.FontSize = Enum.FontSize.Size48
  22. 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."
  23. PaperButton1.TextColor3 = Color3.new(155, 0, 0)
  24. PaperButton1.TextSize = 50
  25. PaperButton1.MouseButton1Click:connect(function()
  26. PaperButton1:Destroy()
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement