EclipseYoutube

Untitled

Nov 10th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 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.BackgroundTransparency = 1
  12. TextLabel.Position = UDim2.new(0.0064754854, 0, 0.936224461, 0)
  13. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  14. TextLabel.Font = Enum.Font.ArialBold
  15. TextLabel.Text = "Dysania Is Attached."
  16. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  17. TextLabel.TextSize = 20
  18. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment