of     1   

Gnago
#141758254Sunday, July 27, 2014 8:42 PM GMT

I already know how to make one stat appear on it, but how do I make several, SEVERAL, of them on the leaderboard?
[rfa#hidefromsearch]
#141758439Sunday, July 27, 2014 8:44 PM GMT

[rfa#hidefromsearch]
Gnago
#141758761Sunday, July 27, 2014 8:48 PM GMT

game.Players.PlayerAdded:connect(function(player) local leaderstats = Instance.new("Model", player) leaderstats.Name = "leaderstats" local money = Instance.new("IntValue", leaderstats) money.Name = "Gold" money.Value = 200 money.Name = "Jewels" money.Value = 10 end) game.Players.PlayerAdded:connect(function(player) local leaderstats = Instance.new("Model", player) leaderstats.Name = "leaderstats" local money = Instance.new("IntValue", leaderstats) money.Name = "Gold" money.Value = 200 end) money.Name = "Jewels" money.Value = 10 end) game.Players.PlayerAdded:connect(function(player) local leaderstats = Instance.new("Model", player) leaderstats.Name = "leaderstats" local money = Instance.new("IntValue", leaderstats) money.Name = "Gold" money.Value = 200 end) game.Players.PlayerAdded:connect(function(player) local leaderstats = Instance.new("Model", player) leaderstats.Name = "leaderstats" local money = Instance.new("IntValue", leaderstats) money.Name = "Jewels" money.Value = 10 end) I tried all of these, how do I write it?????
[rfa#hidefromsearch]
#141759360Sunday, July 27, 2014 8:54 PM GMT

[rfa#hidefromsearch]
Gnago
#141759605Sunday, July 27, 2014 8:56 PM GMT

yeah... I got a bit desperate with this after the first 10 other attemps which I lost so I could not post them...

    of     1