of     1   

DisguisedBlack
#182839963Monday, February 01, 2016 7:13 PM GMT

I want to know how things are saved into the game, for example I want to make a leaderboard so that every player can see the amount of wins that person has at any time. I need to know if someone makes money and that money is shown on the leaderboard, will that money save every time they log in and if it doesn't how can I make it so it will. and if it does, how do I make it so it doesn't mainly I need to know if it saves and the rest is kinda optional.
DisguisedBlack
#182848272Monday, February 01, 2016 10:10 PM GMT

bumb
ParadigmaticAnon
#182848427Monday, February 01, 2016 10:13 PM GMT

The ROBLOX Lua API has a service known as "DataStoreService" that can be utilized to store/load certain types of data when an event occurs within a game. Here is a link below: http://wiki.roblox.com/index.php?title=Data_store

    of     1