Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextButton = Instance.new("TextButton")
  4. local TextLabel = Instance.new("TextLabel")
  5.  
  6. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  7.  
  8. Frame.Parent = ScreenGui
  9. Frame.BackgroundColor3 = Color3.new(0.286275, 0.286275, 0.286275)
  10. Frame.BorderColor3 = Color3.new(0.286275, 0.286275, 0.286275)
  11. Frame.Position = UDim2.new(0.802999973, 0, 0.897000015, 0)
  12. Frame.Size = UDim2.new(0, 222, 0, 64)
  13. Frame.Draggable = true
  14. Frame.Active = true
  15.  
  16. TextButton.Parent = Frame
  17. TextButton.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  18. TextButton.BorderColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  19. TextButton.Position = UDim2.new(0.0495495498, 0, 0.09375, 0)
  20. TextButton.Size = UDim2.new(0, 200, 0, 49)
  21. TextButton.Font = Enum.Font.Arial
  22. TextButton.Text = "fairwell."
  23. TextButton.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  24. TextButton.TextSize = 18
  25.  
  26. TextLabel.Parent = Frame
  27. TextLabel.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  28. TextLabel.BorderColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  29. TextLabel.Position = UDim2.new(0.00088173151, 0, -0.263575852, 0)
  30. TextLabel.Size = UDim2.new(0, 222, 0, 17)
  31. TextLabel.Font = Enum.Font.Arial
  32. TextLabel.Text = "infortality. "
  33. TextLabel.TextColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  34. TextLabel.TextSize = 15
  35. TextLabel.TextStrokeColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  36. TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement