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

How do I connect a textbox to a character value?

Asked by 4 years ago

I am trying to make a game where you can customize your character's values (BodyHeightValue, BodyWidthValue, etc...) and I am a beginner at Lua so I don't even have a clue on how to connect a textbox to a character value. So far, the variables have been named and thats about it. If you don't wanna tell me step by step on how to do it, you can just point me in the right direction.

0
What I suggest doing is creating a "submit" button that once its pressed, it sets a variable that contains the text in that text box. And with that number, you can change the value of there body to whatever that player entered. Hope this helps. http_shawn 1 — 4y

Answer this question