Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local Ihateyoudenial = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8.  
  9. -- Properties
  10.  
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Frame.Position = UDim2.new(0.398032784, 0, 0.320827931, 0)
  16. Frame.Size = UDim2.new(0, 310, 0, 276)
  17.  
  18. ImageLabel.Parent = Frame
  19. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  20. ImageLabel.Size = UDim2.new(0, 310, 0, 276)
  21. ImageLabel.Image = "rbxassetid://880440620"
  22.  
  23. Ihateyoudenial.Name = "I hate you denial"
  24. Ihateyoudenial.Parent = Frame
  25. Ihateyoudenial.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Ihateyoudenial.Position = UDim2.new(0, 0, -0.105072461, 0)
  27. Ihateyoudenial.Size = UDim2.new(0, 310, 0, 29)
  28. Ihateyoudenial.Font = Enum.Font.SourceSans
  29. Ihateyoudenial.Text = "I hate you Gabe"
  30. Ihateyoudenial.TextColor3 = Color3.new(0, 0, 0)
  31. Ihateyoudenial.TextSize = 14
  32.  
  33. TextButton.Parent = Frame
  34. TextButton.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  35. TextButton.Position = UDim2.new(0.887096763, 0, -0.105072461, 0)
  36. TextButton.Size = UDim2.new(0, 35, 0, 29)
  37. TextButton.Font = Enum.Font.SourceSans
  38. TextButton.Text = "Close"
  39. TextButton.TextColor3 = Color3.new(1, 1, 1)
  40. TextButton.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement