Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Gui = Instance.new("ImageLabel")
  5. local TextLabel = Instance.new("TextLabel")
  6. local User = Instance.new("TextBox")
  7. local Page1 = Instance.new("ScrollingFrame")
  8. local eggdoggo = Instance.new("TextButton")
  9. local kewl = Instance.new("TextButton")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Parent = game.StarterGui
  14.  
  15. Gui.Name = "Gui"
  16. Gui.Parent = ScreenGui
  17. Gui.BackgroundColor3 = Color3.new(0.321569, 0.827451, 0.745098)
  18. Gui.BackgroundTransparency = 5
  19. Gui.Position = UDim2.new(0.576367617, 0, 0.385321081, 0)
  20. Gui.Size = UDim2.new(0, 609, 0, 317)
  21. Gui.Image = "rbxassetid://2851926732"
  22. Gui.ImageColor3 = Color3.new(0.360784, 1, 1)
  23. Gui.ScaleType = Enum.ScaleType.Slice
  24. Gui.SliceCenter = Rect.new(12, 12, 12, 12)
  25.  
  26. TextLabel.Parent = Gui
  27. TextLabel.BackgroundColor3 = Color3.new(0.360784, 1, 1)
  28. TextLabel.BorderSizePixel = 0
  29. TextLabel.Position = UDim2.new(0.049261082, 0, 0, 0)
  30. TextLabel.Size = UDim2.new(0, 533, 0, 50)
  31. TextLabel.Font = Enum.Font.SourceSans
  32. TextLabel.Text = "Made by Anton"
  33. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  34. TextLabel.TextSize = 40
  35. TextLabel.TextWrapped = true
  36.  
  37. User.Name = "User"
  38. User.Parent = Gui
  39. User.BackgroundColor3 = Color3.new(0.360784, 1, 1)
  40. User.BorderSizePixel = 0
  41. User.Position = UDim2.new(0.0673234835, 0, 0.842271268, 0)
  42. User.Size = UDim2.new(0, 522, 0, 44)
  43. User.Font = Enum.Font.SourceSans
  44. User.Text = "NAME HERE"
  45. User.TextColor3 = Color3.new(1, 1, 1)
  46. User.TextSize = 40
  47.  
  48. Page1.Name = "Page1"
  49. Page1.Parent = Gui
  50. Page1.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Page1.BorderSizePixel = 0
  52. Page1.Position = UDim2.new(0.0317541175, 0, 0.155729175, 0)
  53. Page1.Size = UDim2.new(0, 569, 0, 212)
  54.  
  55. eggdoggo.Name = "eggdoggo"
  56. eggdoggo.Parent = Page1
  57. eggdoggo.BackgroundColor3 = Color3.new(1, 1, 1)
  58. eggdoggo.BorderColor3 = Color3.new(0.360784, 1, 1)
  59. eggdoggo.BorderSizePixel = 5
  60. eggdoggo.Position = UDim2.new(-0.000627413392, 0, 0.0369051099, 0)
  61. eggdoggo.Size = UDim2.new(0, 200, 0, 50)
  62. eggdoggo.Font = Enum.Font.SourceSans
  63. eggdoggo.Text = "Egg doggo"
  64. eggdoggo.TextColor3 = Color3.new(0.360784, 1, 1)
  65. eggdoggo.TextSize = 40
  66.  
  67. kewl.Name = "kewl"
  68. kewl.Parent = ScreenGui
  69. kewl.BackgroundColor3 = Color3.new(1, 1, 1)
  70. kewl.BorderColor3 = Color3.new(0.360784, 1, 1)
  71. kewl.BorderSizePixel = 5
  72. kewl.Position = UDim2.new(0.0118161924, 0, 0.497080892, 0)
  73. kewl.Size = UDim2.new(0, 187, 0, 64)
  74. kewl.Font = Enum.Font.SourceSans
  75. kewl.Text = "Open/Close"
  76. kewl.TextColor3 = Color3.new(0.360784, 1, 1)
  77. kewl.TextSize = 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement