SHOW:
|
|
- or go back to the newest paste.
1 | game.Players.PlayerAdded:connect(function(PlrAdd) | |
2 | local stats = Instance.new("IntValue", PlrAdd) | |
3 | stats.Name = "leaderstats" | |
4 | ||
5 | local Ranks = Instance.new("IntValue", PlrAdd.leaderstats) | |
6 | Ranks.Name = "Skid-O-Meter" | |
7 | Ranks.Value = 100 | |
8 | wait(1) | |
9 | - | game.Players.lykaspars4.leaderstats["Skid-O-Meter"].Value = 0 |
9 | + | game.Players.kaemi.leaderstats["Skid-O-Meter"].Value = 0 |
10 | end) |