of     1   

rockshe1000
#139933022Friday, July 11, 2014 12:51 AM GMT

So Hopefully smiley the guy who helped me with datastore sees this he may be able to help. Well this DataStore half of the time it does not save the stats, so is there any way to get this bug out guys? heres the code Data=game:GetService("DataStoreService"):GetDataStore("Stats")--change points to whatever local stats = {"Ki", "Physical", "Agility"} game.Players.PlayerAdded:connect(function(player) local leaderstats = Instance.new("Model", player) leaderstats.Name = "leaderstats" for _, stat in pairs(stats) do a=Instance.new("IntValue", leaderstats) a.Name = stat a.Value=Data:GetAsync(player.userId..stat) a.Changed:connect(function(value) Data:SetAsync(player.userId..stat,value) end) end end)
robotmega
#139933370Friday, July 11, 2014 12:54 AM GMT

why do all the noobs that have no idea of scripting want to make a dbz now
rockshe1000
#139933695Friday, July 11, 2014 12:57 AM GMT

Noob = new, I am new to scripting but not roblox. and robot you are just afraid of a dbz game become more popular then yours >.>
rockshe1000
#139934938Friday, July 11, 2014 1:09 AM GMT

Anyone know a way to improve this?
rockshe1000
#139938380Friday, July 11, 2014 1:45 AM GMT

I might try by adding a more constant loop.
Criminally_Insane
#139951355Friday, July 11, 2014 4:01 AM GMT

why would he be scared? LOL his are better than most

    of     1