Advertisement
Guest User

Leaderstats Change Script

a guest
Sep 29th, 2019
14,550
1
Never
8
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 1 0
  1. --made by skyaz1
  2. local stats = game.Players.YOURNAMEHERE.leaderstats
  3. stats.STATYOUWANT.Value = AMOUNTYOUWANT
  4. --everything in caps is something you have to change
  5. --replace YOURNAMEHERE with your username
  6. --replace STATYOUWANT to the name of the stat you want to change, e.g Gold
  7. --make sure you replace STATYOUWANT with the EXACT name
  8. --replace AMOUNTYOUWANT with the amount
  9. --this is an example:
  10. --local stats = game.Players.skyaz1.leaderstats
  11. --stats.Gold.Value = 99999
  12. -- this script would give skyaz1 99999 Gold
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement