NotCopyright

Health Change Script Roblox

Jul 9th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --/Change 'YourUsername' to your ROBLOX name, and 'HealthAmountGoesHere' to your new Health value.
  2. getglobal game
  3. getfield -1 GetService
  4. pushvalue -2
  5. pushstring Workspace
  6. pcall 2 1 0
  7. getfield -1 YourUsername
  8. getfield -1 Humanoid
  9. pushnumber HealthAmountGoesHere
  10. setfield -2 Health
  11. emptystack
Add Comment
Please, Sign In to add comment