Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Experience = game.Players.LocalPlayer.leaderstats.Experience.Value
- local League = game.Players.LocalPlayer.leaderstats.League.Value
- if League == "Bronze iii" then
- wait(3600)
- Experience = Experience + 500
- end
- if League == "Bronze ii" then
- wait(2700)
- Experience = Experience + 1000
- end
- --see also: https://pastebin.com/sKRHCwh5 + https://pastebin.com/uWn2vS4y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement