Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Pretty short script huh
- -- This allows players to change someones stats using strings instead of your player
- PlayerName = "Animescapetower"
- StatName = "Cash"
- Amount = 6500
- wait(.1)
- Player = game.Players:GetPlayerFromCharacter(workspace[PlayerName])
- StatLeaderboard = Player.leaderstats[StatName]
- StatLeaderboard.Value = Amount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement