TheMesgi
|
  |
| Joined: 03 Mar 2012 |
| Total Posts: 360 |
|
|
| 16 Feb 2015 03:21 PM |
Here it is:
while true do script.Parent.Text = script.Parent.Value.Value + '$' wait() end
If the value was 300 then the textboxes text should be 300$ |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 16 Feb 2015 03:24 PM |
Every other language uses + for concatenation
Lua uses .. |
|
|
| Report Abuse |
|
|
TheMesgi
|
  |
| Joined: 03 Mar 2012 |
| Total Posts: 360 |
|
| |
|
|
| 16 Feb 2015 03:57 PM |
PHP is cool.
You can concatenate variables directly in the string. And it's only ' . 'to concatenate which I feel is really clean. |
|
|
| Report Abuse |
|
|