EDIT: RoboFrog's idea didn't work out for me. Anyone else got any other ideas on how to fix/solve this? Thanks in advance.
Hi guys, I was wondering if it was possible to force a TextBox GUI object to lose focus.
Not really much that I can elaborate on this but I am making a chat delay for my chat and I need it so that you can't click on the chat bar while the delay is active. (With the delay being to just set a variable to either true or false)
Any help is appreciated, thanks!
Considering I'm reading this right, while the delay is active, you could always place another GUI element over the text box. I'm pretty sure you can't activate text boxes if they're under other GUI elements.
EDIT: Also set the TextBox
"visible" property to false.
RoboFrog is correct. The best way to do this would be to set the Visible
property to false at the time you need. Remember to NOT simply make it invisible with transparency, because then users will still be able to interact with it. Use the Visible
property.
Locked by Spongocardo, adark, and BlueTaslem
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?