How do i implement search into a GUI?

How do i implement search into a GUI?

1 Like

Loop through the objects you want to search, presuming that they’re TextLabels, you can use string.find and string.match on their Text property. If they’re not a TextLabel, you can do the same thing but on the name property. From there, you can organise them in the way you want to, such as enabling them and putting them in order using a scrolling frame.

it depends on what the search is for

but you need to use a textbox for the typing and add a scrolling frame showing what things are there