Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local TextLabel = Instance.new("TextLabel")
  6. --Properties:
  7. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  8.  
  9. TextLabel.Parent = ScreenGui
  10. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  11. TextLabel.Position = UDim2.new(0.844476759, 0, 0.923469424, 0)
  12. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  13. TextLabel.Font = Enum.Font.SourceSans
  14. TextLabel.Text = "WeAreDevs"
  15. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  16. TextLabel.TextSize = 30
  17. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement