Advertisement
Exalystic

Change Leaderstats Script Roblox

Apr 15th, 2021 (edited)
6,520
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. --made by Exalystic
  2. local stats = game.Players.USERNAME.leaderstats
  3. stats.STATYOUWANT.Value = AMOUNTYOUWANT
  4.  
  5. --replace USERNAME with your username
  6. --replace STATYOUWANT to the name of the stat you want to change, for example cash
  7. --make sure you replace STATYOUWANT with the EXACT name
  8. --replace AMOUNTYOUWANT with the amount
  9. --example: this script would give Exalystic (Cash):
  10. --local stats = game.Players.Exalystic.leaderstats stats.Cash.Value = 1000
Advertisement
Comments
  • Annoyance
    270 days
    # text 0.10 KB | 0 0
    1. Is there a way to make this FE / visible to everyone? For example if I want people to be able to see it?
Add Comment
Please, Sign In to add comment
Advertisement