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

{i neeed helpp}How to make a GUI search bar? [closed]

Asked by
bossaeed2 -50
6 years ago

ik ik, "this is not a request site"

But really i need that help with that

0
TextBox? IfIWasntSoSwag 98 — 6y
0
ik, doesnt it need a script ? bossaeed2 -50 — 6y
0
Use a text box and a text/image button when ever you click the button it grabs what ever text is in the text box and searches ALANstar360 45 — 6y
0
^^^^ IfIWasntSoSwag 98 — 6y

Closed as Not Constructive by PyccknnXakep and Andorks

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?

1 answer

Log in to vote
1
Answered by 6 years ago
Edited 6 years ago

Use a text box and a text/image button. Whenever the player clicks the button it grabs whatever text is in the text box and searches. You're going to need some knowledge on the following to get this done.

This is for the searching http://wiki.roblox.com/index.php?title=Global_namespace/String_manipulation

Specifically: string.gmatch

This is for the Button http://wiki.roblox.com/index.php?title=API:Class/Mouse/Button1Down

Ad