Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can You Guys Help Me Check If I Made Some Error Mistakes?

Asked by
ImfaoXD 158
9 years ago

Can you guys help me? I try to get rid of the Wipe Outs from the leader board and everything works just fine. But I just need you guys to check if I did it correctly or not. Thank you for your time!

001print("Give KOs & Points For Free!")
002 
003 
004 
005function onPlayerRespawn(property, player)
006    -- need to connect to new humanoid
007 
008    if property == "Character" and player.Character ~= nil then
009        local humanoid = player.Character.Humanoid
010            local p = player
011            local h = humanoid
012            humanoid.Died:connect(function() onHumanoidDied(h, p) end )
013    end
014end
015 
View all 106 lines...
0
Well if you've found this script and it works fine, why are you posting this? PredNova 130 — 9y
0
@ImfaoXD Why can't you use the output like the average user on this site?!? UserOnly20Characters 890 — 9y

Answer this question