|
| 25 Sep 2015 04:04 PM |
How do you make text have a value? Well, it's hard to explain, for example:
workspace.Script.Value.Value = workspace.Script.TextLabel.Text
That won't work, what i'm basically asking for is a way to make a text change, like if players had 25$ cash, how do I make the text on a gui change to 25$ to match that automatically? I don't want to use roblox's default leaderboards.
if u dont understand i'll try to be more specific, but please help. |
|
|
| Report Abuse |
|
Inzuis
|
  |
| Joined: 13 Oct 2012 |
| Total Posts: 220 |
|
|
| 25 Sep 2015 04:05 PM |
text = workspace.Script.TextLabel.Text workspace.Script.Value.Value = text
|
|
|
| Report Abuse |
|
| |