|
| 19 Mar 2014 03:27 PM |
| So I am making a game, and I want to add an in-game currency, that I want to have a GUI display how much money they have in game. Can someone tell me or youtube/wiki link me something that can help me achieve this? |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2014 03:28 PM |
| I don't get it, you want leaderstats and have a GUI tell you how much Money you have? |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2014 03:29 PM |
| Nono, just a GUI that shows how much money you have, but it saves. |
|
|
| Report Abuse |
|
|
makerror
|
  |
| Joined: 29 Aug 2011 |
| Total Posts: 493 |
|
|
| 19 Mar 2014 03:29 PM |
label = your GUI text label value = your player money value
value.Changed:connect(function(money) label.Text = tostring(money) end) |
|
|
| Report Abuse |
|
|
makerror
|
  |
| Joined: 29 Aug 2011 |
| Total Posts: 493 |
|
|
| 19 Mar 2014 03:30 PM |
http://wiki.roblox.com/index.php/Data_persistence http://wiki.roblox.com/index.php?title=Data_store |
|
|
| Report Abuse |
|
|
| |
|
makerror
|
  |
| Joined: 29 Aug 2011 |
| Total Posts: 493 |
|
|
| 19 Mar 2014 03:42 PM |
| you can save/load valus with it |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2014 03:48 PM |
| And if I use the wiki, I can implement save? |
|
|
| Report Abuse |
|
|