How to change the text in a gui begining with a number with a script?
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.