Advertisement
Animescapetower

Leaderstat changer

Dec 17th, 2018
5,949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --Pretty short script huh
  2.  
  3. -- This allows players to change someones stats using strings instead of your player
  4. PlayerName = "Animescapetower"
  5. StatName = "Cash"
  6. Amount = 6500
  7. wait(.1)
  8. Player = game.Players:GetPlayerFromCharacter(workspace[PlayerName])
  9. StatLeaderboard = Player.leaderstats[StatName]
  10. StatLeaderboard.Value = Amount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement