Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Module = Player.SavedPlayerStatsModule
- local Credits = Module.Credits
- local Level = Module.Level
- local XP = Module.Xp
- local VIP = Module.VIP
- local Chance = Module.BeastChance
- Credits.Value = Credits.Value *2
- Level.Value = Level.Value *2
- XP.Value = XP.Value *2
- VIP.Value = VIP.Value *2
- Chance.Value = Chance.Value *2
- printoutput("This script was made by Squid#6245")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement