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

Is it possible to get a certain word form an input source? (GUI) [closed]

Asked by 3 years ago
Edited 3 years ago

So imagine you have Textbox and you enter an sentence and i want make a script to find out if you said "the" in your sentence.

is it even possible? if so possible how would you do it?

Closed as Not Constructive by JesseSong

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
0
Answered by
2b2tpvp 17
3 years ago

if string.find(script.Parent.Textbox.Text, "the") then -- script here end

0
thanks @2b2tpvp Retallack445 75 — 3y
Ad