hiturys

watermark

Mar 23rd, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 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. local TextLabel_2 = Instance.new("TextLabel")
  7. --Properties:
  8. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10.  
  11. TextLabel.Parent = ScreenGui
  12. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  13. TextLabel.BackgroundTransparency = 1
  14. TextLabel.Position = UDim2.new(-0.0362149663, 0, 0.924778819, 0)
  15. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  16. TextLabel.Font = Enum.Font.SourceSans
  17. TextLabel.Text = "Avius"
  18. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  19. TextLabel.TextSize = 30
  20.  
  21. TextLabel_2.Parent = ScreenGui
  22. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  23. TextLabel_2.BackgroundTransparency = 1
  24. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  25. TextLabel_2.BorderSizePixel = 0
  26. TextLabel_2.Position = UDim2.new(-5.77419996e-08, 0, 0.924778759, 0)
  27. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  28. TextLabel_2.Font = Enum.Font.SourceSans
  29. TextLabel_2.Text = "X"
  30. TextLabel_2.TextColor3 = Color3.new(0.0588235, 1, 1)
  31. TextLabel_2.TextSize = 37
  32. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment