Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by Exalystic
- local stats = game.Players.USERNAME.leaderstats
- stats.STATYOUWANT.Value = AMOUNTYOUWANT
- --replace USERNAME with your username
- --replace STATYOUWANT to the name of the stat you want to change, for example cash
- --make sure you replace STATYOUWANT with the EXACT name
- --replace AMOUNTYOUWANT with the amount
- --example: this script would give Exalystic (Cash):
- --local stats = game.Players.Exalystic.leaderstats stats.Cash.Value = 1000
Advertisement
Comments
-
- 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