Advertisement
Exploiter3030

Untitled

Feb 1st, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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 TextButton = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. --Properties:
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  14. Frame.Position = UDim2.new(0.67385447, 0, 0.338709682, 0)
  15. Frame.Size = UDim2.new(0, 220, 0, 100)
  16.  
  17. TextButton.Parent = Frame
  18. TextButton.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  19. TextButton.Position = UDim2.new(0, 0, 0.25, 0)
  20. TextButton.Size = UDim2.new(0, 110, 0, 75)
  21. TextButton.Font = Enum.Font.SourceSans
  22. TextButton.Text = "Get Word"
  23. TextButton.TextColor3 = Color3.new(0, 0, 0)
  24. TextButton.TextSize = 14
  25. TextButton.MouseButton1Click:connect(function()
  26. TextLabel.Text = game.Players.LocalPlayer.PlayerGui.SelectedWord.Frame.VariableText.Text
  27. end)
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  31. TextLabel.Position = UDim2.new(0.5, 0, 0.25, 0)
  32. TextLabel.Size = UDim2.new(0, 110, 0, 75)
  33. TextLabel.Font = Enum.Font.SourceSans
  34. TextLabel.Text = "Word"
  35. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  36. TextLabel.TextSize = 14
  37. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement