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

How to change the text in a gui begining with a number with a script?

Asked by 10 years ago

How to change the text in a gui begining with a number with a script?

1 answer

Log in to vote
0
Answered by
Kozero 120
10 years ago

You would do this.

Value=5 --edit to your needs
StarterGui.ScreenGui.TextBox.Text=Value..""---Since you said you want the number to be the beginning so there has to be an end.Write between the quotations to your needs. 

Make sure you have the objects ready in order otherwise it won't work. You should understand this if you know the basics of Lua.

Ad

Answer this question