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

how to change a hint with a text box?

Asked by 4 years ago

okey boys, so i want to change a hint with a text box, i made a script


asd = script.Parent.Text game.Workspace.Message.Text = asd

but it didnt work so i made another that repeats



asd = script.Parent.Text repeat game.Workspace.Message.Text = asd until dogs == 1

but it didnt work too, so after that i realized that the player cant change the text from the text box, and now im confused, help me

1 answer

Log in to vote
0
Answered by
Newrown 307 Moderation Voter
4 years ago

Try changing and to just

asd = script.Parent

Then change the assignment line to this

workspace.Message.Text = asd.Text

Hope this helps please let me know if you have any questions

0
thanks, it didnt work but i found the error :D densomenso999 11 — 4y
Ad

Answer this question