Upscalefanatic3

Tokyo Ghoul Bloody Nights "Stats" Script

Feb 10th, 2018
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local p = game.Players.PLAYERNAME.Data --- Change PLAYERNAME to player's name
  2. local r = game.ReplicatedStorage.Remotes.ChangeValue
  3.  
  4. r:FireServer(p.PlayerLevel,400) --- 400 is max on all stats
  5. r:FireServer(p.Power,400)
  6. r:FireServer(p.Sword,400)
  7. r:FireServer(p.Rank,6632) --- Blood/Loyalty
  8. r:FireServer(p.PlayerMoney,6632) --- Yen
Add Comment
Please, Sign In to add comment