Hello!
I’m basically trying to make a search bar for my command bar frame. How would I do this?
I’ve looked on youtube, devforums and on dizzy servers but couldn’t how to make it.
Hello!
I’m basically trying to make a search bar for my command bar frame. How would I do this?
I’ve looked on youtube, devforums and on dizzy servers but couldn’t how to make it.
Have a Textbox for your search bar and use :GetPropertyChangedSignal("Text")
to check whether the current text or a match from it was found under a string container and return the most closely matching string.
A post by Crazyman shows something like this, in case that’s what you’re trying to achieve.