Advertisement
Exploiter3030

Untitled

Feb 1st, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. --Properties:
  8. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.Active = true
  13. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  14. Frame.Position = UDim2.new(0.718328774, 0, 0.364965379, 0)
  15. Frame.Size = UDim2.new(0, 162, 0, 118)
  16. Frame.Active = true
  17. Frame.Draggable = true
  18.  
  19. TextLabel.Parent = Frame
  20. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  21. TextLabel.Position = UDim2.new(0, 0, 0.237288132, 0)
  22. TextLabel.Size = UDim2.new(0, 162, 0, 90)
  23. TextLabel.Font = Enum.Font.SourceSans
  24. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  25. TextLabel.TextSize = 20
  26. TextLabel.Text = game.Players.LocalPlayer.PlayerGui.SelectedWord.Frame.VariableText.Text
  27. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement