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

How would I do this?

Asked by 10 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

I have a GUI that you enter numbers in, and i'm trying to make it so that when you enter coordinates in the GUI, a brick named "ITarget" is created in that position. I don't know how to start, and i need some help. Thanks

0
This is a bit vague. You need to tell us what format the strings are coming in as and if it is just one textbox or many. DigitalVeer 1473 — 10y

1 answer

Log in to vote
-1
Answered by
xuefei123 214 Moderation Voter
10 years ago

CaptureFocus() maybe,

and TextBox.Text.Changed:connect(thefuntcion)

Ad

Answer this question