of     1   

Cursed4Life
#144422074Sunday, August 24, 2014 7:31 PM GMT

How do I change game.Players. killer070296.leaderstats.KOs.Value = 1337 Into a not only one person script but it affects everyone like a script for to change everyone Kos can someone fix it for me?
DataRaven
#144422829Sunday, August 24, 2014 7:39 PM GMT

Hello cursed4life, game.Players.YOURNAMEHERE.leaderstats.KOs.Value = 1337 If that doesn't work then the name of "KOs" on the leaderboard are not "KOs". Try using ROBLOX's default leaderboard if you are not already. Other than that, I don't know. Thanks, Data
DataRaven
#144426335Sunday, August 24, 2014 8:20 PM GMT

I apologize. I recently read the thread again and noticed you wanted it to change everyone. I thought it was broken and you wanted someone to fix it. I've never really thought upon this because I never really had to use it. But if I had to learn how to I would recommend you taking away the player name and just putting game.Players.leaderstats.KOs.Value = 1337. If that does not work, try it the easy way. Insert Kohl's Admin Commands V4 and add your name into the admin script. Exit out of ROBLOX Studio with saving your project and type in ":change me kos 1337" or if you want it to effect everyone currently in the game replace 'me' with 'all.' If you want everyone's KOs to start on 1337, go into the leaderboard script and find local kills = Instance.new("IntValue") kills.Name = "KOs" kills.Value = 0 and change the value of 'kills' to 1337 replacing 0. Read more upon leaderboards here: roblox.com/index.php?title=Leaderboards Thanks, Data

    of     1