Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CHANGES TO ServerScriptService.Stats.StarterData
- Paste at the end of the latest stat value:
- -- start
- ,
- ["LastFoe"] = {
- ["Permanent"] = false;
- ["DefaultValue"] = "Skit_y";
- ["Special"] = nil
- }
- -- end
- CHANGES TO DamageService
- Paste where the original change was (replacing the original essentially)
- -- start
- STATS.SetStat(Target, "LastFoe", Handler)
- -- end
- CHANGES TO LocalScript
- Do Ctrl F and search for "Humanoid.Died". At the top of that, paste the following.
- -- start
- local last = game.Players:FindFirstChild(Stats.GetStat(game.Players.LocalPlayer, "LastFoe"))
- if last then Stats.SetStat(last, "Rep", Stats.GetStat(last, "Rep") + 50)
- -- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement