I am trying to make a TextBox that when you say a certain players name it will make that player with the name be able to walk through a door. Any help would be appreciated! Here is the script that I have so far...
script.Parent.FocusLost:connect(function() print("Text: " .. script.Parent.Text) if script.Parent.Text == "" then
end
end)
Closed as Not Constructive by Articulating
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?