Advertisement
Guest User

bb

a guest
Aug 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. local times = 0
  2.  
  3. local Text3 = Instance.new("TextLabel")
  4. local Main3 = Instance.new("Frame")
  5. local CF3 = Instance.new("ScreenGui")
  6. local CG3 = game.CoreGui
  7.  
  8. CF3.Name = "Pizza Maker"
  9. CF3.Parent = CG3
  10. local CGG3 = CG3["Pizza Maker"]
  11.  
  12. Main3.Name = "Main3"
  13. Main3.Parent = CF3
  14. Main3.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  15. Main3.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  16. Main3.Position = UDim2.new(0, 500, 0, 500)
  17. Main3.Size = UDim2.new(0, 117, 0, 65)
  18. Main3.Visible = true
  19. Main3.Draggable = true
  20. Main3.Active = true
  21.  
  22. Text3.Name = "Text3"
  23. Text3.Parent = Main3
  24. Text3.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Text3.BackgroundTransparency = 1
  26. Text3.Position = UDim2.new(0, 0, 0, 0)
  27. Text3.Size = UDim2.new(0, 20, 0, 35)
  28. Text3.Font = Enum.Font.SourceSansBold
  29. Text3.FontSize = Enum.FontSize.Size18
  30. Text3.Text = "test"
  31. Text3.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  32. Text3.TextSize = 18
  33. Text3.TextXAlignment = Enum.TextXAlignment.Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement