Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How To Make A Search Bar Look Through A Scroll Frame?

Asked by 5 years ago

I have been looking for some time today on here and other places. I have yet to find some good information besides string manipulation. I need someone to give my an example of how I would make a search bar that looks through the scroll frame and finds the correct TextLabel/TextButton that is the same text that was inside the search bar that the user provided. Please any help would be nice. If you want some more information than let me know this is the first time i have been on here asking a question.

0
string manipulation is the only way to this. use string.find or something else... and make the ui's disappear greatneil80 2647 — 5y
0
Alright. Can I get a small example to run off. If not oh well TheRealThirstyGaming 0 — 5y
0
Nevermind i got this. Thanks i guess. TheRealThirstyGaming 0 — 5y
0
I got my search bar working without string manipulation re TheRealThirstyGaming 0 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

I used a table for my TextLabels and TextButtons than i used the function onChanged after that everything went done smoothly. Aint sending the script re

Ad

Answer this question