Advertisement
Vortex_Tech

test

Apr 12th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. script.Parent = game:GetService("Players").lepigeons.PlayerGui.ScreenGui.Frame.TextBox
  2. Instance.new("StringValue",script.Parent)
  3. local text = script.Parent.StringValue
  4. text.FocusLost:Connect(function(enterPressed)
  5. if enterPressed then
  6. script.Parent.Value = tostring(text.Text)
  7. print("script.Parent.Value")
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement