Advertisement
Exploiter3030

Untitled

Feb 1st, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 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. Frame.Active = true
  17. Frame.Draggable = true
  18.  
  19. TextButton.Parent = Frame
  20. TextButton.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  21. TextButton.Position = UDim2.new(0, 0, 0.25, 0)
  22. TextButton.Size = UDim2.new(0, 110, 0, 75)
  23. TextButton.Font = Enum.Font.SourceSans
  24. TextButton.Text = "Get Word"
  25. TextButton.TextColor3 = Color3.new(0, 0, 0)
  26. TextButton.TextSize = 14
  27. TextButton.MouseButton1Click:connect(function()
  28. TextLabel.Text = game.Players.LocalPlayer.PlayerGui.SelectedWord.Frame.VariableText.Text
  29. end)
  30.  
  31. TextLabel.Parent = Frame
  32. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  33. TextLabel.Position = UDim2.new(0.5, 0, 0.25, 0)
  34. TextLabel.Size = UDim2.new(0, 110, 0, 75)
  35. TextLabel.Font = Enum.Font.SourceSans
  36. TextLabel.Text = "Word"
  37. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  38. TextLabel.TextSize = 14
  39. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement