of     1   

PwoperCheeses
#169270351Wednesday, July 29, 2015 10:05 PM GMT

Like making a leaderboard you have to insert values into the player but the only way I know is to press the play button and insert from there. But then when you press back it doesn't save. Anyone know how? congragalashons
PwoperCheeses
#169271042Wednesday, July 29, 2015 10:14 PM GMT

B1 Congragalashons
bolong
#169271517Wednesday, July 29, 2015 10:19 PM GMT

One question, do you know scripting?
PwoperCheeses
#169272726Wednesday, July 29, 2015 10:30 PM GMT

No but if it needs a major amount of scripting then I shall go onto youtube Congragalashons
cookiedude42
#169273049Wednesday, July 29, 2015 10:33 PM GMT

PwoperCheeses
#169273645Wednesday, July 29, 2015 10:37 PM GMT

Ty @Cookie Congragalashons
8BitDeveloping
#169275261Wednesday, July 29, 2015 10:48 PM GMT

leaderboardName = "Credits" leaderboardBeginValue = 0 game.Players.PlayerAdded:connect(function(plr) local stats = Instance.new("Model", plr) stats.Name = "leaderstats" local lb = Instance.new("IntValue", stats) lb.Name = leaderboardName lb.Value = leaderboardBeginValue end) it been looooong dai witout u me frend but i tel u al bout it wen i se u gain
PwoperCheeses
#169277614Wednesday, July 29, 2015 11:06 PM GMT

@8bit that works! Ty! Congragalashons

    of     1