of     1   

ChillyFugitive2
#35078122Friday, October 08, 2010 3:12 AM GMT

Help?
OBF
#35078180Friday, October 08, 2010 3:13 AM GMT

With scripting. I'd suggest learning from DingDong272's tutorials.
Zarcius
#35078189Friday, October 08, 2010 3:13 AM GMT

1, it's kind of a request. 2. Leaderboard.
ChillyFugitive2
#35078230Friday, October 08, 2010 3:14 AM GMT

I know that...I know how to script...but can somebody just tell me the script?
goluigi10
#35078496Friday, October 08, 2010 3:20 AM GMT

Since I dislike mini-mods, I'll help you out. I would use 'while true do' somewhere in the script, and 'if' characterlink 'Humanoid.Health = 0 then' leaderboardlink ''currencyname '' currencyvalue '=0'
crazypotato4
#35078708Friday, October 08, 2010 3:26 AM GMT

no, in a localscript (i think, I've never used them before), it would be something like this game.Players.LocalPlayer.Character.Humanoid.Died:connect(function() game.Players.LocalPlayer.leaderstats.SOMETHING.Value = 0 end)
DidYouSeeThatDog
#35078976Friday, October 08, 2010 3:34 AM GMT

for i,v in pairs(game:GetService("Players"):GetPlayers) do x = Instance.new("IntValue",v) x.name= "leaderstats" -- not sure this is right y = Instance.new("IntValue",x) y.Name = "Gold" v.CharacterAdded:connect(function(what) what.Died:connect(function(that) game.Players:GetPlayerFromCharacter(that).leaderstats.Gold.Value = 0 end) end) end while wait(5) do for i,v in pairs(game.Players:GetPlayers()) do v.leaderstats.Gold.Value = v.leaderstats.Gold.Value + 10 end end
DidYouSeeThatDog
#35079008Friday, October 08, 2010 3:35 AM GMT

for i,v in pairs(game.Players:GetPlayers()) do x = Instance.new("IntValue",v) x.name= "leaderstats" -- not sure this is right y = Instance.new("IntValue",x) y.Name = "Gold" v.CharacterAdded:connect(function(what) what.Died:connect(function(that) game.Players:GetPlayerFromCharacter(that).leaderstats.Gold.Value = 0 end) end) end game.Players.PlayerAdded:connect(function(v) x = Instance.new("IntValue",v) x.name= "leaderstats" -- not sure this is right y = Instance.new("IntValue",x) y.Name = "Gold" v.CharacterAdded:connect(function(what) what.Died:connect(function(that) game.Players:GetPlayerFromCharacter(that).leaderstats.Gold.Value = 0 end) end) end) while wait(5) do for i,v in pairs(game.Players:GetPlayers()) do v.leaderstats.Gold.Value = v.leaderstats.Gold.Value + 10 end end Sorry, use this ^^
bloob827
#35084286Friday, October 08, 2010 11:32 AM GMT

:D
ChillyFugitive2
#35085262Friday, October 08, 2010 12:40 PM GMT

Thanks a lot :D
Fl0x
#35085549Friday, October 08, 2010 1:04 PM GMT

@goluigi10 Since you don't like rules, I'll report you.
myrco1001
#35085760Friday, October 08, 2010 1:20 PM GMT

@flox why report? report chill @chill you're lucky ppl helpt you now get out here and never request aigan

    of     1