Upscalefanatic3

Tokyo Ghoul Bloody Nights "Health" Script

Feb 10th, 2018
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local p = game.Workspace.PLAYERNAME.Humanoid --- Change PLAYERNAME to player's name
  2.  
  3. game.ReplicatedStorage.Remotes.ChangeMaxHealth:FireServer(p,7000) --- 7000 is the amount of health
  4.  
  5. game.ReplicatedStorage.Remotes.ChangeHealthtoMax:FireServer(p) --- This will heal you to maximum health
Add Comment
Please, Sign In to add comment